Skip to main content

What is CODITECT-CORE?

The AI development framework that never forgets.

CODITECT (Comprehensive Development & Integration Technology for Execution, Coordination, and Tracking) solves the biggest problem in AI-assisted development: catastrophic forgetting.

The Problem

Every AI coding session starts fresh. Your AI assistant doesn't remember:

  • Yesterday's architectural decisions
  • Code patterns that worked
  • Bugs you already fixed together
  • Context from previous conversations

This costs development teams an estimated $12.7 billion annually in lost productivity.

The Solution

CODITECT gives AI assistants persistent memory across sessions:

Session 1 ──┐
Session 2 ──┼──▶ /cx ──▶ [Memory Database] ──▶ /cxq ──▶ Instant Recall
Session N ──┘

Two commands to remember:

  • /cx - Save session context (run at end)
  • /cxq - Query knowledge base (run at start, during work)

What's Inside?

2,172 Components

TypeCountPurpose
Agents157AI specialists (debugger, orchestrator, code-reviewer)
Commands192Quick actions (/new-project, /git-sync, /deploy)
Skills223Automation patterns (security-audit, api-docs)
Scripts373Python/shell utilities
Workflows1,152Pre-built across 15 industry domains

15 Industry Domains

CODITECT is not just for software development. With 1,152 workflows across 15 domains:

DomainExample Use Cases
Software DevelopmentFull-stack apps, APIs, CI/CD, security audits
Business StrategyBusiness plans, market sizing, go-to-market
Research & IntelligenceCompetitive analysis, market research, due diligence
Education & TrainingCurriculum design, assessments, learning paths
Content & MarketingContent strategy, SEO, editorial calendars
Finance & InvestmentFinancial modeling, valuations, portfolio analysis
HR & People OpsHiring pipelines, onboarding, performance reviews
Legal & ComplianceContract review, GDPR compliance, policy docs
HealthcarePatient workflows, clinical docs, quality improvement
Real EstateProperty analysis, market research, transactions
ManufacturingProcess optimization, quality management, supply chain
Retail & E-commerceCatalog management, pricing, customer segmentation
Financial ServicesRisk modeling, compliance automation, client reporting
Creative & FreelanceClient management, proposals, portfolio development
Personal & LifestyleProductivity, goal tracking, life administration

See all capabilities: CODITECT-FULL-CAPABILITIES.md

Anti-Forgetting Memory

What gets preserved:

  • 74,262 messages indexed
  • 2,598 architectural decisions tracked
  • 12,604 code patterns cataloged
  • 259 error solutions documented

How it works:

┌─────────────────────────────────────────────────────────────────┐
│ Automatic Memory Preservation │
├─────────────────────────────────────────────────────────────────┤
│ │
│ Your Sessions Background Services │
│ ┌─────────────┐ ┌─────────────────────────────────┐│
│ │ Claude Code │ │ codi-watcher (real-time) ││
│ │ ~/.claude/ │────────────▶│ • Monitors context usage ││
│ │ projects/ │ │ • Triggers /cx at 75% ││
│ └─────────────┘ │ • Zero manual intervention ││
│ ├─────────────────────────────────┤│
│ │ context-indexer (scheduled) ││
│ │ • Runs every 15 minutes ││
│ │ • Builds FTS5 search index ││
│ │ • Keeps /cxq up-to-date ││
│ └─────────────┬───────────────────┘│
│ │ │
│ ▼ │
│ ┌───────────────────────────────┐ │
│ │ ADR-118 Four-Tier Databases │ │
│ │ • sessions.db - Messages │ │
│ │ • org.db - Decisions, errors │ │
│ └───────────────────────────────┘ │
│ │ │
│ ▼ │
│ /cxq "search query" │
│ │
└─────────────────────────────────────────────────────────────────┘

The key innovation: Background services automatically preserve context. You never lose work.

Distributed Intelligence

AI intelligence available at every directory level via symlinks:

Any Project/
├── .claude/ → .coditect/ → coditect-core/
├── agents/ (118 specialists)
├── commands/ (128 automations)
├── skills/ (77 patterns)
└── scripts/ (195 utilities)

The CODITECT Difference

Before CODITECTWith CODITECT
1 generalist AI118 specialized agents
Forgets everythingRemembers all sessions
Manual workflows1,096 automated workflows
Recreate solutionsReuse patterns (50-90%)
Context lossZero data loss

How to Use It

For AI Agents (Claude)

Start of session:

/cxq --recall "current topic"
/cxq --recent 20

During work:

/cxq --decisions          # Query past decisions
/cxq --patterns python # Find code patterns
/cxq --errors "TypeError" # Get error solutions

End of session:

/cx   # Save everything

For Developers

Invoke specialists with Task tool:

Task(
subagent_type="orchestrator",
prompt="Plan deployment with agent assignments"
)

Task(
subagent_type="debugger",
prompt="Investigate authentication error in login.py"
)

Use commands for quick actions:

/new-project "Build task API"
/git-sync --target all
/deploy

Platform Vision: 7 Phases

PhaseStatusKey Capability
1-3✅ CompleteLocal framework + Cloud IDE + 1,096 workflows
4🔨 In DevEnterprise licensing, authentication, RBAC
5📋 PlannedWorkflow marketplace, monetization
6📋 Planned95% autonomous multi-agent orchestration
7📋 Planned1M+ users, FoundationDB multi-tenant

Current: Phases 1-3 production-ready Next: Phase 4 enterprise features Future: Fully autonomous AI workforce

Quick Start

# 1. Run guided onboarding
/onboard

# 2. Create your first project
/new-project "Your idea"

# 3. Save your session
/cx

What Can You Build?

With CODITECT, you can:

  • Create production-ready projects in minutes
  • Never lose context between sessions
  • Query 74K+ messages of development history
  • Reuse proven code patterns automatically
  • Coordinate 118 AI specialists
  • Deploy with automated workflows

See it in action: CODITECT-WELCOME-ABOARD.md has 15 ready-to-use recipes.

Next Steps

New users:

  1. Start with /onboard for guided setup
  2. Follow USER-QUICK-START.md for 10-minute orientation
  3. Explore CODITECT Cookbook for recipes

Deep dive:


Owner: AZ1.AI INC Lead: Hal Casteel, Founder/CEO/CTO Framework Version: CODITECT v2.0.0 Last Updated: January 12, 2026