Skip to content

Slash Commands

Every command is a .md file in .claude/commands/ — Claude Code discovers them automatically. Type / in Claude Code to see them all.

CommandWhat It Does
/quickstart5-minute project setup — gets you coding fast
/kickoffFull discovery session (30-60 min) with architecture and board setup
/planImplementation planning for a feature or work item
/tddTDD workflow: Tara writes failing tests, Sato makes them pass
CommandWhat It Does
/code-reviewFour-lens automated review (simplicity, tests, security, architecture)
/reviewGuided human review session — Cam walks you through changes
/doctorProject health check — 8 diagnostics across code, process, and tracking
CommandWhat It Does
/sprint-boundarySprint wrap-up: retrospective, velocity tracking, kaizen, gate check
/handoffSave session state for the next session
/resumePick up where the last session left off
CommandWhat It Does
/adrCreate an Architecture Decision Record from template
/designSacrificial concept exploration — generate and evaluate design options
/restackRe-evaluate tech stack decisions with current constraints
CommandWhat It Does
/scaffold-web-monorepoScaffold a web/mobile monorepo
/scaffold-cliScaffold a CLI project
/scaffold-ai-toolScaffold an AI/data-centric tool
/scaffold-static-siteScaffold a static site for GitHub Pages
/devcontainerSet up a devcontainer for any stack
CommandWhat It Does
/cloud-reviewMulti-lens cloud deployment readiness review
/cloud-updateRefresh cloud landscape research
/pin-versionsPin dependency versions, update SBOM
/whatsitTech/concept scout — explain or discover technologies
/retroKaizen retrospective with GitHub Issues for findings