Skip to main content

Getting Started - AI Agent Context

Purpose: Help new CODITECT users get productive in 10 minutes.


Quick Commands for AI Agents

When users ask about getting started, recommend these commands:

# Session workflow (ALWAYS use)
/orient # Start of session
/cx # End of session

# Discovery
/which <task> # Find best agent
/what # List components
/what commands # List all 377 commands

# Execution
/agent <name> "task" # Run any agent
/commit # Git commits
/project-new <name> # New project

Document Summary

DocumentPurposeToken Count
CODITECT-WELCOME-ABOARD.mdFirst day guide, copy-paste commands~3500
USER-QUICK-START.mdEnd-user installation (protected install)~3500
COMMAND-QUICK-REFERENCE.mdAll 377 commands, patterns, chaining~4500
AI-DEVELOPMENT-WORKFLOW-4-PHASE.mdDEFINE/REFINE/MULTIPLY/EXPAND~3500
WHAT-IS-CODITECT-CORE.mdArchitecture, 15 domains, memory~3000
CODITECT-FULL-CAPABILITIES.mdAll capabilities beyond software~4000

For Contributors: Developer setup documentation is in internal/getting-started/DEVELOPER-QUICK-START.md


  1. Brand new? → CODITECT-WELCOME-ABOARD.md
  2. Learning commands? → COMMAND-QUICK-REFERENCE.md
  3. Methodology? → AI-DEVELOPMENT-WORKFLOW-4-PHASE.md
  4. Beyond software? → CODITECT-FULL-CAPABILITIES.md
  5. Architecture? → WHAT-IS-CODITECT-CORE.md

Component Counts (Source of Truth)

TypeCount
Agents776
Commands377
Skills445
Scripts581
Hooks118
Workflows1,153
Prompts8
Total3,458

Key Concepts to Explain

1. The 5W Framework

CODITECT provides 6 discovery commands:

CommandQuestionReturns
/whatWhat exists?Component inventory
/whichWhich agent?Best agent for task
/howHow to do?Step-by-step guidance
/whyWhy decided?ADR references
/whereWhere located?File paths
/whenWhen to use?Best scenarios

2. Session Workflow

/orient → work → /commit → /cx
  • Start: /orient loads context, finds plans
  • During: /which finds agents, /agent executes
  • End: /commit saves code, /cx saves memory

3. MoE System (Mixture of Experts)

CommandPurpose
/moe-agents <task>Assemble experts to BUILD
/moe-judges <target>Assemble judges to EVALUATE
/moe-workflow <task>BUILD + EVALUATE cycle

4. Memory System (Anti-Forgetting)

CommandWhen
/cxEnd of session - save to database
/cxq "search"Anytime - search past work
/cxq --recall "topic"Start - load relevant context

Common User Questions

"How do I get started?"

/onboard                   # Guided onboarding
# or
/orient # Session orientation

"How do I find the right command?"

/what commands             # List all 377 commands
/what commands --search "git" # Search commands

"How do I find the right agent?"

/which <describe your task>  # Semantic search
/what agents # List all 776 agents

"How do I save my work?"

/commit                    # Git commits
/cx # Save session context

"How do I continue from yesterday?"

/orient                    # Loads recent context
/cxq --recent 20 # See recent messages
/cxq --recall "topic" # Search specific topic

When users ask about specific topics, point them to:

TopicDocument
InstallationUSER-QUICK-START.md
CommandsCOMMAND-QUICK-REFERENCE.md
MethodologyAI-DEVELOPMENT-WORKFLOW-4-PHASE.md
All capabilitiesCODITECT-FULL-CAPABILITIES.md
ArchitectureWHAT-IS-CODITECT-CORE.md
Recipes../guides/CODITECT-COOKBOOK.md
Training../training/USER-TRAINING-PATHWAYS.md

DirectoryPurpose
../guides/User guides, best practices, cookbook
../reference/Architecture, database schema, components
../training/Certification pathways
../workflows/1,153 workflows across 15 domains

Last Updated: January 12, 2026 Framework: CODITECT v2.0.0