Command Reference

Camel-Kit provides both CLI commands for project initialization and slash commands for use within your AI coding assistant. The slash commands follow a 3-phase orchestrated flow: Design → Plan → Execute.

Pipeline Commands

Entry Point Commands

Standalone Commands

CLI Commands

Command Cheat Sheet

# CLI
camel-kit init my-project --ai claude           # Create project
camel-kit graph stats                           # Check graph availability
camel-kit graph visualize                       # Interactive graph HTML
camel-kit plan analyze docs/implementation-plan.md  # Wave analysis

# 3-Phase Pipeline (in AI assistant)
/camel-brainstorm                # Phase 1: Design interview → design-spec.md
/camel-plan                      # Phase 2: Task decomposition → implementation-plan.md
/camel-execute                   # Phase 3: Generate code + tests + validation

# Entry Points
/camel-flow                      # Greenfield shortcut → brainstorm
/camel-migrate                   # Migration shortcut → brainstorm

# Autonomous
/camel-ship                      # Full pipeline: brainstorm → plan → execute → verify

# Standalone
/camel-verify                    # Runtime verification loop
/camel-validate                  # Route quality check
/camel-knowledge                 # Documentation lookup