07 - Command Cookbook
Command Cookbook
Section titled “Command Cookbook”Use this as a recognition guide. The source repo docs remain authoritative.
Product Planning
Section titled “Product Planning”/soa plan <idea-or-draft>/soa decompose docs/product/plans/phase-N-slug.mdUse this path for new product feature-set expansion, phase shaping, or epic decomposition.
Execute A Phase
Section titled “Execute A Phase”bun run deliver --plan docs/product/delivery/phase-NN/implementation-plan.md startResume with:
bun run deliver --plan docs/product/delivery/phase-NN/implementation-plan.md statusbun run deliver --plan docs/product/delivery/phase-NN/implementation-plan.md startTicket Gates
Section titled “Ticket Gates”bun run deliver --plan <plan-path> post-redbun run deliver --plan <plan-path> post-verify cleanbun run deliver --plan <plan-path> write-subagent-adversarial-reviewbun run deliver --plan <plan-path> subagent-review --subagent codex-clibun run deliver --plan <plan-path> reconcile-subagent-reviewbun run deliver --plan <plan-path> open-prbun run deliver --plan <plan-path> poll-reviewbun run deliver --plan <plan-path> advanceDo not reorder these for code tickets.
Runtime Policy Overrides
Section titled “Runtime Policy Overrides”bun run deliver --plan <plan-path> --boundary-mode gated startbun run deliver --plan <plan-path> --subagent-review-policy disabled startbun run deliver --plan <plan-path> --baseline orchestrator statusbun run deliver --plan <plan-path> --baseline run-policy statusOverrides are persisted in delivery state for the run. If config diverges later, the orchestrator asks you to choose a baseline.
Standalone Work
Section titled “Standalone Work”bun run deliver triage-standalone/soa triage-standalone PR#19Use this for small bounded non-ticket PRs.
Phase Closeout
Section titled “Phase Closeout”bun run closeout-stack --plan docs/product/delivery/phase-NN/implementation-plan.mdThis needs developer approval. The stack is not supposed to merge itself.
Post-Phase Follow-Up
Section titled “Post-Phase Follow-Up”/soa triage-advisory-observations phase-N/soa quality-control phase-N: <description>The first command dispositions non-blocking advisory observations. The second applies a bounded fix and records a review-gap ledger entry.