Ideation → Planning
- /office-hours — brainstorm the idea
- /plan-ceo-review — challenge scope/ambition
- /plan-eng-review — lock in architecture
- /plan-design-review — design critique
- /design-consultation — create design system / DESIGN.md
Building
- /careful / /freeze / /guard — safety guardrails while coding
- /investigate — debug when something breaks
Testing & Polish
- /qa — full test + auto-fix loop
- /qa-only — report only, no fixes
- /design-review — visual audit + fix
- /browse — spot-check any URL, screenshot, interact
Shipping
- /review — pre-merge code review
- /ship — bump version, update changelog, create PR
- /land-and-deploy — merge + verify production
Post-Ship
- /document-release — sync docs to what shipped
- /retro — weekly retrospective
Utilities
- /codex — second opinion / adversarial review (use anytime)
- /setup-browser-cookies — import real browser cookies before QA'ing auth'd pages
- /setup-deploy — configure deployment settings once
- /unfreeze — clear freeze boundary