autopilot
Run autonomous multi-stage execution loops until acceptance criteria pass or blockers are reached.
Purpose
Use this skill to keep momentum on complex tasks without manual stage prompting each turn.
Trigger
- Work spans planning, execution, and verification
- User wants autonomous iterative progress
- Session can benefit from checkpointed loops
Workflow
- Start with
team-planandteam-prd. - Run
team-exec -> team-verify -> team-fixin loops. - Stop when all acceptance criteria pass, blockers appear, or max cycles are reached.
- Update checkpoint summary after each cycle.
- End with clear completion status and next action.
Guardrails
- Default max cycles: 5 unless user overrides.
- Do not hide blockers or failed verification.
- Use
$cancelor/omi:stopfor graceful stop.
Output Template
## Mode
- autopilot
## Cycle Board
| Cycle | Result | Remaining TODO | Blockers |
| --- | --- | --- | --- |
## Completion
- ...
## Next Action
- ...