What problem does it solve?
This Skill prevents slow, error-prone coding sessions by orchestrating a full implementation loop that includes planning, building, and verification, while still letting you approve the plan before work starts.
Core Features & Use Cases
- Chain orchestration: Runs PLAN → BUILD → REVIEW in order, keeping tasks structured.
- Human-in-the-loop gating: Pauses after the plan so you can confirm or reject before implementation proceeds.
- Iterative correction: If REVIEW finds failing items, it reruns BUILD and re-checks until the review passes.
- Use case: Turn a feature request like “add OAuth refresh handling” into a complete, tested implementation plan and validated changes, then decide whether to ship.
Quick Start
Run /ohc-autopilot and describe what you want to build, then type go when the plan is shown.