build
01Command Claude Code
Implement tasks incrementally — build, test, verify, commit. Add "auto" to run the whole plan in one approved pass.
Command Claude Code
Implement tasks incrementally — build, test, verify, commit. Add "auto" to run the whole plan in one approved pass.
Command Claude Code
Simplify code for clarity and maintainability — reduce complexity without changing behavior.
Command Claude Code
Break work into small verifiable tasks with acceptance criteria and dependency ordering.
Command Claude Code
Conduct a five-axis code review — correctness, readability, architecture, security, performance.
Command Claude Code
Run the pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision.
Command Claude Code
Start spec-driven development — write a structured specification before writing code.
Command Claude Code
Run TDD workflow — write failing tests, implement, verify. For bugs, use the Prove-It pattern.
Command Claude Code
Run a web performance audit via the web-performance-auditor persona.