autopilot
Combines /feature or
/fix with /implement in
one pass, continuing through the normal spec-approval stop.
Invocation
Section titled “Invocation”/autopilotExplicit only. It never starts on its own.
What it will do
Section titled “What it will do”- Write the spec and implement it without pausing at spec approval
- Run the configured regular quality gates
- Create checkpoint commits on the feature branch after passing steps
- Repair confirmed P0 and P1 findings when its audit gate runs
What it will not do
Section titled “What it will not do”Stop points are absolute: it halts before /complete,
merge, push, deploy, and any destructive action. It never waives findings or makes
uncovered product decisions.
Use it when you trust the item’s scope and want fewer pauses — not to skip review, since the work still lands in front of you before completion.