| name | autopilot |
| aliases | ["/autopilot","full auto","autonomous execution","build it"] |
| primaryRole | orchestrator |
| description | Drive a task from clarified objective through implementation and verification. Use when the user wants end-to-end autonomous execution. |
Autopilot Skill (oh-my-antigravity)
Quick Start
- Start from a clear objective, then move through planning, implementation, and verification without manual micromanagement.
Use this skill when the user wants end-to-end execution with minimal supervision.
Quick Start
- The request is large enough to require planning, implementation, and verification
- The user wants the agent to make reasonable assumptions and keep moving
- A phased workflow is safer than ad hoc editing
Workflow
- Clarify the objective, constraints, and acceptance criteria.
- Produce or refine a phased plan.
- Execute the plan with minimal coherent changes.
- Validate with typecheck, tests, and
omg verify when relevant.
- Return a completion summary, evidence, and follow-ups.
Stop conditions
- Missing requirements materially change the solution
- Validation repeatedly fails without a credible next fix
- The user asks to stop or switch to manual control
Related surfaces
omg skill plan
omg skill execute
omg skill verify
omg team run