Build a new feature
Use when: Feature with unclear shape or multi-file impact
~30–90 min · 7 steps
- 1
/ak:brainstormExplore options
Compare approaches before locking a plan
- 2
/ak:planWrite the plan
Produce a phased plan you can hand to cook
- 3 Review plan Your turn
Read and accept (or revise) before coding
- 4
/ak:cook /path/to/plan.mdImplement
Execute the plan; pass the plan path
- 5
/ak:testVerify
Run tests for the change
- 6
/ak:code-reviewReview code
Catch regressions and quality issues
- 7
/ak:shipOpen PR / ship
Merge-main hygiene, push, PR
Optional: add --advice
/ak:plan --advice "…"/ak:cook /path/to/plan.md --advice Full chain with --advice is under Advised feature chain; add --hard/--tdd/--html as optional modes