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
| Type | Count | Purpose |
|---|---|---|
| Agents | 157 | AI specialists (debugger, orchestrator, code-reviewer) |
| Commands | 192 | Quick actions (/new-project, /git-sync, /deploy) |
| Skills | 223 | Automation patterns (security-audit, api-docs) |
| Scripts | 373 | Python/shell utilities |
| Workflows | 1,152 | Pre-built across 15 industry domains |
15 Industry Domains
CODITECT is not just for software development. With 1,152 workflows across 15 domains:
| Domain | Example Use Cases |
|---|---|
| Software Development | Full-stack apps, APIs, CI/CD, security audits |
| Business Strategy | Business plans, market sizing, go-to-market |
| Research & Intelligence | Competitive analysis, market research, due diligence |
| Education & Training | Curriculum design, assessments, learning paths |
| Content & Marketing | Content strategy, SEO, editorial calendars |
| Finance & Investment | Financial modeling, valuations, portfolio analysis |
| HR & People Ops | Hiring pipelines, onboarding, performance reviews |
| Legal & Compliance | Contract review, GDPR compliance, policy docs |
| Healthcare | Patient workflows, clinical docs, quality improvement |
| Real Estate | Property analysis, market research, transactions |
| Manufacturing | Process optimization, quality management, supply chain |
| Retail & E-commerce | Catalog management, pricing, customer segmentation |
| Financial Services | Risk modeling, compliance automation, client reporting |
| Creative & Freelance | Client management, proposals, portfolio development |
| Personal & Lifestyle | Productivity, 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 CODITECT | With CODITECT |
|---|---|
| 1 generalist AI | 118 specialized agents |
| Forgets everything | Remembers all sessions |
| Manual workflows | 1,096 automated workflows |
| Recreate solutions | Reuse patterns (50-90%) |
| Context loss | Zero 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
| Phase | Status | Key Capability |
|---|---|---|
| 1-3 | ✅ Complete | Local framework + Cloud IDE + 1,096 workflows |
| 4 | 🔨 In Dev | Enterprise licensing, authentication, RBAC |
| 5 | 📋 Planned | Workflow marketplace, monetization |
| 6 | 📋 Planned | 95% autonomous multi-agent orchestration |
| 7 | 📋 Planned | 1M+ 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:
- Start with
/onboardfor guided setup - Follow USER-QUICK-START.md for 10-minute orientation
- Explore CODITECT Cookbook for recipes
Deep dive:
- Architecture Overview - System design
- Memory Management Guide - Anti-forgetting system
- Training Pathways - Complete certification
Owner: AZ1.AI INC Lead: Hal Casteel, Founder/CEO/CTO Framework Version: CODITECT v2.0.0 Last Updated: January 12, 2026