Skip to content

autopilot

Combines /feature or /fix with /implement in one pass, continuing through the normal spec-approval stop.

/autopilot

Explicit only. It never starts on its own.

  • 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

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.