| name | autopilot |
| description | Chain PLAN + BUILD + REVIEW automatically. Pauses at plan for human OK. |
| argument-hint | [task description] |
| level | 4 |
/ohc-autopilot — Full Chain
Usage: /ohc-autopilot [describe what you want to build]
Steps:
- Run PLAN workflow → write plan to .ohc/plans/
- PAUSE: show plan to user, await "go" confirmation
- Run BUILD workflow — subagents + TDD
- Run REVIEW workflow — spec compliance + quality
- If REVIEW passes: prompt user for /ohc-ship
- If REVIEW has ✗ items: run BUILD again to fix, then re-review
"autopilot no-gate": skips plan confirmation (use carefully)