en un clic
autopilot
Full autonomous execution from idea to working code
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Full autonomous execution from idea to working code
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Cancel active autopilot session
Deep analysis and investigation
Strategic planning with interview workflow
Self-referential loop until task completion with architect verification
Test-Driven Development enforcement skill - write tests first, always
Start a planning session with Planner
| name | autopilot |
| description | Full autonomous execution from idea to working code |
| user-invocable | true |
Full autonomous execution from idea to working code.
Autopilot is the ultimate hands-off mode. Give it a brief product idea (2-3 lines) and it handles everything:
/autopilot <your idea>
/ap "A CLI tool that tracks daily habits"
/autopilot Add dark mode to the app
These phrases auto-activate autopilot:
Goal: Turn vague idea into detailed spec
Agents:
Output: .omc/autopilot/spec.md
Goal: Create implementation plan from spec
Agents:
Output: .omc/plans/autopilot-impl.md
Goal: Implement the plan
Mode: Ralph + Ultrawork (persistence + parallelism)
Agents:
Goal: All tests pass
Mode: UltraQA
Cycle:
Goal: Multi-perspective approval
Agents (parallel):
Rule: All must APPROVE or issues get fixed and re-validated.
Optional settings in .claude/settings.json:
{
"omc": {
"autopilot": {
"maxIterations": 10,
"maxQaCycles": 5,
"maxValidationRounds": 3,
"pauseAfterExpansion": false,
"pauseAfterPlanning": false,
"skipQa": false,
"skipValidation": false
}
}
}
/cancel-autopilot
Or say: "stop", "cancel", "abort"
Progress is preserved for resume.
If autopilot was cancelled or failed, just run /autopilot again to resume from where it stopped.
New Project:
/autopilot A REST API for a bookstore inventory with CRUD operations
Feature Addition:
/autopilot Add user authentication with JWT tokens
Enhancement:
/ap Add dark mode support with system preference detection
Stuck in a phase?
.omc/autopilot-state.json for stateValidation keeps failing?
QA cycles exhausted?