Every command is a .md file in .claude/commands/ — Claude Code discovers them automatically. Type / in Claude Code to see them all.
| Command | What It Does |
|---|
/quickstart | 5-minute project setup — gets you coding fast |
/kickoff | Full discovery session (30-60 min) with architecture and board setup |
/plan | Implementation planning for a feature or work item |
/tdd | TDD workflow: Tara writes failing tests, Sato makes them pass |
| Command | What It Does |
|---|
/code-review | Four-lens automated review (simplicity, tests, security, architecture) |
/review | Guided human review session — Cam walks you through changes |
/doctor | Project health check — 8 diagnostics across code, process, and tracking |
| Command | What It Does |
|---|
/sprint-boundary | Sprint wrap-up: retrospective, velocity tracking, kaizen, gate check |
/handoff | Save session state for the next session |
/resume | Pick up where the last session left off |
| Command | What It Does |
|---|
/adr | Create an Architecture Decision Record from template |
/design | Sacrificial concept exploration — generate and evaluate design options |
/restack | Re-evaluate tech stack decisions with current constraints |
| Command | What It Does |
|---|
/scaffold-web-monorepo | Scaffold a web/mobile monorepo |
/scaffold-cli | Scaffold a CLI project |
/scaffold-ai-tool | Scaffold an AI/data-centric tool |
/scaffold-static-site | Scaffold a static site for GitHub Pages |
/devcontainer | Set up a devcontainer for any stack |
| Command | What It Does |
|---|
/cloud-review | Multi-lens cloud deployment readiness review |
/cloud-update | Refresh cloud landscape research |
/pin-versions | Pin dependency versions, update SBOM |
/whatsit | Tech/concept scout — explain or discover technologies |
/retro | Kaizen retrospective with GitHub Issues for findings |