Cds Milestone Summary
Generate a comprehensive project summary from milestone artifacts for team onboarding and review
Cds Health
Diagnose planning directory health and optionally repair issues
Cds Code Review Fix
Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.
Cds Join Discord
Join the GSD Discord community
Cds Note
Zero-friction idea capture. Append, list, or promote notes to todos.
Cds Audit Uat
Cross-phase audit of all outstanding UAT and verification items
Cds Autonomous
Run all remaining phases autonomously — discuss→plan→execute per phase
Cds Eval Review
Retroactively audit an executed AI phase's evaluation coverage — scores each eval dimension as COVERED/PARTIAL/MISSING and produces an actionable EVAL-REVIEW.md with remediation plan
Cds Explore
Socratic ideation and idea routing — think through ideas before committing to plans
Cds Debug
Systematic debugging with persistent state across context resets
Cds Intel
Query, inspect, or refresh codebase intelligence files in .planning/intel/
Cds Audit Milestone
Audit milestone completion against original intent before archiving
Cds Audit Fix
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Cds Cleanup
Archive accumulated phase directories from completed milestones
Cds Manager
Interactive command center for managing multiple phases from one terminal
Cds Complete Milestone
Archive completed milestone and prepare for next version
Cds Graphify
Build, query, and inspect the project knowledge graph in .planning/graphs/
Notion Importer
>
Budget Continue
>
Cds Add Todo
Capture idea or task as todo from current conversation context
Cds Discuss Phase
Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).
Cds Forensics
Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong
Cds Execute Phase
Execute all plans in a phase with wave-based parallelization
Cds Map Codebase
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
Cds Search
|
Cds Quick
|
Cds Code Review
Review source files changed during a phase for bugs, security issues, and code quality problems
Session Manager
>
Cds Import
Ingest external plans with conflict detection against project decisions before writing anything.
Cds List Phase Assumptions
Surface Claude's assumptions about a phase approach before planning
Cds Stats
|
Cds Check Todos
List pending todos and select one to work on
Cds Add Tests
Generate tests for a completed phase based on UAT criteria and implementation
Cds New Workspace
Create an isolated workspace with repo copies and independent .planning/
Cds Do
Route freeform text to the right GSD command automatically
Cds Insert Phase
Insert urgent work as decimal phase (e.g., 72.1) between existing phases
Cds Docs Update
Generate or update project documentation verified against the codebase
Cds Add Backlog
Add an idea to the backlog parking lot (999.x numbering)
Cds Analyze Dependencies
Analyze phase dependencies and suggest Depends on entries for ROADMAP.md
Cds From Gsd2
Import a GSD-2 (.gsd/) project back to GSD v1 (.planning/) format
Cds New Milestone
Start a new milestone cycle — update PROJECT.md and route to requirements
Cds Extract Learnings
Extract decisions, lessons, patterns, and surprises from completed phase artifacts
Cds List Workspaces
List active GSD workspaces and their status
Cds New Project
Initialize a new project with deep context gathering and PROJECT.md
Dev Research
>
Cds Help
Show available GSD commands and usage guide
Cds Add Phase
Add phase to end of current milestone in roadmap
Cds Next
Automatically advance to the next logical step in the GSD workflow
Cds Fast
Execute a trivial task inline — no subagents, no planning overhead
Cds Ai Integration Phase
Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems — framework selection, implementation guidance from official docs, and evaluation strategy