autopilotlisted
Install: claude install-skill mazenyassergithub/oh-my-claudecode
# Autopilot Skill
Full autonomous execution from idea to working code.
## Overview
Autopilot is the ultimate hands-off mode. Give it a brief product idea (2-3 lines) and it handles everything:
1. **Understands** your requirements (Analyst)
2. **Designs** the technical approach (Architect)
3. **Plans** the implementation (Critic-validated)
4. **Builds** with parallel agents (Ralph + Ultrawork)
5. **Tests** until everything passes (UltraQA)
6. **Validates** quality and security (Multi-architect review)
## Usage
```
/autopilot <your idea>
/ap "A CLI tool that tracks daily habits"
/autopilot Add dark mode to the app
```
## Magic Keywords
These phrases auto-activate autopilot:
- "autopilot", "auto pilot", "autonomous"
- "build me", "create me", "make me"
- "full auto", "handle it all"
- "I want a/an..."
## Phases
### Phase 0: Expansion
**Goal:** Turn vague idea into detailed spec
**Agents:**
- Analyst (Opus) - Extract requirements
- Architect (Opus) - Technical specification
**Output:** `.omc/autopilot/spec.md`
### Phase 1: Planning
**Goal:** Create implementation plan from spec
**Agents:**
- Architect (Opus) - Create plan (direct mode, no interview)
- Critic (Opus) - Validate plan
**Output:** `.omc/plans/autopilot-impl.md`
### Phase 2: Execution
**Goal:** Implement the plan
**Mode:** Ralph + Ultrawork (persistence + parallelism)
**Agents:**
- Executor-low (Haiku) - Simple tasks
- Executor (Sonnet) - Standard tasks
- Executor-high (Opus) - Complex tasks
### P