Source profileQuality 89/100

Yeachan-Heo/oh-my-claudecode/skills/autopilot/SKILL.md

autopilot

Full autonomous execution from idea to working code

Source repository stars
38,325
Declared platforms
0
Static risk flags
0
Last source update
2026-08-04
Source checked
2026-08-04

Decision brief

What it does—and where it fits

Select a configured profile only with /autopilot --workflow . A profile is an autopilot-owned stage schedule, not a command, mode, plugin, filename, or separate state identity. Without --workflow, autopilot retains its legacy lifecycle and behavior.

Best for

    Not for

    • Stuck in a phase? Check TODO list for blocked tasks, review .omc/autopilot-state.json, or cancel and resume.
    • QA cycles exhausted? The same error 3 times indicates a fundamental issue. Review the error pattern; manual intervention may be needed.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill "skills/autopilot"
    Safe inspection promptEditorial

    Inspect the Agent Skill "autopilot" from https://github.com/Yeachan-Heo/oh-my-claudecode/blob/41a4c0f77144c5beb5f5f000a89cff379c680606/skills/autopilot/SKILL.md at commit 41a4c0f77144c5beb5f5f000a89cff379c680606. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Named stage profiles (v1)

      Select a configured profile only with /autopilot --workflow . A profile is an autopilot-owned stage schedule, not a command, mode, plugin, filename, or separate state identity. Without --workflow, autopilot retains its legacy lifecycle and behavior.

      Phase 0 - Expansion: Turn the user's idea into a detailed specOptional company-context call: At Phase 0 entry, inspect .claude/omc.jsonc and /.config/claude-omc/config.jsonc (project overrides user) for companyContext.tool. If configured, call that MCP tool with a query summarizin…If ralplan consensus plan exists (.omc/plans/ralplan-.md or .omc/plans/consensus-.md from the 3-stage pipeline): Skip BOTH Phase 0 and Phase 1 — jump directly to Phase 2 (Execution). The plan has already been Planner/Ar…
    2. 02

      3-Stage Pipeline: deep-interview → ralplan → autopilot

      The recommended full pipeline chains three quality gates:

      Requirements-validated (deep-interview ambiguity gate)Architecture-reviewed (ralplan Architect agent)Quality-checked (ralplan Critic agent)
    3. 03

      V1 deferrals

      V1 does not support stageModels, model routing, provider or role selection; inline/no-spawn execution; dynamic commands, modes, or state files; arbitrary stages, prompts, plugins, branches, loops, DAGs, or callbacks; or environment-defined profile definitions. The separate custo…

      Phase 0 - Expansion: Turn the user's idea into a detailed specOptional company-context call: At Phase 0 entry, inspect .claude/omc.jsonc and /.config/claude-omc/config.jsonc (project overrides user) for companyContext.tool. If configured, call that MCP tool with a query summarizin…If ralplan consensus plan exists (.omc/plans/ralplan-.md or .omc/plans/consensus-.md from the 3-stage pipeline): Skip BOTH Phase 0 and Phase 1 — jump directly to Phase 2 (Execution). The plan has already been Planner/Ar…
    4. 04

      Parallel session caveats

      Multi-repo workspace anchor: drop a .omc-workspace marker at the parent directory so multiple sessions across sub-repos share one .omc/. Resolution order: OMCSTATEDIR .omc-workspace git cwd. See docs/REFERENCE.md.

      Multi-repo workspace anchor: drop a .omc-workspace marker at the parent directory so multiple sessions across sub-repos share one .omc/. Resolution order: OMCSTATEDIR .omc-workspace git cwd. See docs/REFERENCE.md.Session id source: OMCSESSIONID env var wins in CLI contexts; hook payload data.sessionid wins in hook contexts.Plan id (when applicable): Autopilot state is session-scoped. Two autopilots in the same workspace require distinct session IDs.
    5. 05

      Configuration

      Optional settings in .claude/omc.jsonc (project) or /.config/claude-omc/config.jsonc (user):

      Cursor workers are executor-style only: implementation, file edits, build/test fixes, and other plan execution tasks.Keep reviewer, critic, security-review, validation verdict, and final approval roles on native Claude/OMC reviewer agents unless explicit safe support is added later.Cursor requires the cursor-agent CLI to be installed and authenticated. If cursor-agent is unavailable, report that setup requirement instead of silently falling back to Claude-only execution.

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score89/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars38,325SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    Yeachan-Heo/oh-my-claudecode
    Skill path
    skills/autopilot/SKILL.md
    Commit
    41a4c0f77144c5beb5f5f000a89cff379c680606
    License
    MIT
    Collected
    2026-08-04
    Default branch
    main
    View the original SKILL.md

    <Use_When>

    • User wants end-to-end autonomous execution from an idea to working code
    • User says "autopilot", "auto pilot", "autonomous", "build me", "create me", "make me", "full auto", "handle it all", or "I want a/an..."
    • Task requires multiple phases: planning, coding, testing, and validation
    • User wants hands-off execution and is willing to let the system run to completion </Use_When>

    <Do_Not_Use_When>

    • User wants to explore options or brainstorm -- use plan skill instead
    • User says "just explain", "draft only", or "what would you suggest" -- respond conversationally
    • User wants a single focused code change -- use ralph or delegate to an executor agent
    • User wants to review or critique an existing plan -- use plan --review
    • Task is a quick fix or small bug -- use direct executor delegation </Do_Not_Use_When>

    <Why_This_Exists> Most non-trivial software tasks require coordinated phases: understanding requirements, designing a solution, implementing in parallel, testing, and validating quality. Autopilot orchestrates all of these phases automatically so the user can describe what they want and receive working code without managing each step. </Why_This_Exists>

    <Execution_Policy>

    • Each phase must complete before the next begins
    • Parallel execution is used within phases where possible (Phase 2 and Phase 4)
    • QA cycles repeat up to 5 times; if the same error persists 3 times, stop and report the fundamental issue
    • Validation requires approval from all reviewers; rejected items get fixed and re-validated
    • Cancel with /oh-my-claudecode:cancel at any time; progress is preserved for resume </Execution_Policy>

    <Workflow_Profiles>

    Named stage profiles (v1)

    Select a configured profile only with /autopilot --workflow <name> <task>. A profile is an autopilot-owned stage schedule, not a command, mode, plugin, filename, or separate state identity. Without --workflow, autopilot retains its legacy lifecycle and behavior.

    Named workflow profiles require Linux with the flock utility in v1 because their transcript evidence boundary uses Linux no-follow file-descriptor traversal and their recoverable mutation lock uses kernel advisory locking. Unsupported environments reject explicit --workflow activation before state mutation; use legacy autopilot instead.

    Profiles are configured in project or user JSONC as autopilot.workflows.<slug>. Every v1 profile has exactly version: 1 and stages; no other profile keys are accepted. The only admitted stage sequences are:

    {
      "autopilot": {
        "workflows": {
          "plan-build-qa": {
            "version": 1,
            "stages": ["ralplan", "execution", "qa"]
          }
        }
      }
    }
    
    [ralplan, execution]
    [ralplan, execution, ralph]
    [ralplan, execution, qa]
    [ralplan, execution, ralph, qa]
    

    ralplan creates the plan consumed by execution; execution creates the implemented workspace required by ralph and qa. Thus omitted or reordered prerequisites, duplicate stages, and non-built-in stages are invalid. Profile names use ^[a-z][a-z0-9-]{0,62}$, are validated metadata only, and cannot collide with built-in stages, autopilot/mode names, or deprecated aliases.

    User and project configuration sources are each validated before composition. Different names coexist; a project profile with the same name replaces the complete user profile rather than deep-merging it. Environment configuration cannot define or replace profiles.

    On successful selection, autopilot atomically creates its existing session-scoped state with an immutable normalized descriptor and selected-only pipeline tracking. The descriptor contains the workflow name, profile version, canonical stages, and a deterministic SHA-256 profile hash; it excludes task text and mutable progress. Resume and Stop verify that hash and refuse a mismatch without reloading configuration or emitting a stage prompt. Cancel, resume, cleanup, state inspection, HUD, and Stop continuation remain owned by autopilot.

    The installed plugin and standalone-installed Stop hooks advance only after an authorized assistant completion record for the active stage appears after that stage's persisted activation transcript boundary. They bind evidence to the owner session and bounded, non-symlink transcript; reject user/tool/local-command output and stale or wrong-stage evidence; and use compare-before-write tracking updates so duplicate or concurrent Stop events advance exactly once. Public state, HUD, and Stop output show only safe workflow metadata and progress, never the task, descriptor internals, transcript references, offsets, or record hashes.

    V1 deferrals

    V1 does not support stageModels, model routing, provider or role selection; inline/no-spawn execution; dynamic commands, modes, or state files; arbitrary stages, prompts, plugins, branches, loops, DAGs, or callbacks; or environment-defined profile definitions. The separate custom-skill inline-array frontmatter parser mismatch is also deferred. </Workflow_Profiles>

    1. Phase 1 - Planning: Create an implementation plan from the spec

      • If ralplan consensus plan exists: Skip — already done in the 3-stage pipeline
      • Architect (Opus): Create plan (direct mode, no interview)
      • Critic (Opus): Validate plan
      • Output: .omc/plans/autopilot-impl.md
    2. Phase 2 - Execution: Implement the plan using Ralph + Ultrawork

      • Executor (Haiku): Simple tasks
      • Executor (Sonnet): Standard tasks
      • Executor (Opus): Complex tasks
      • Run independent tasks in parallel
    3. Phase 3 - QA: Cycle until all tests pass (UltraQA mode)

      • Build, lint, test, fix failures
      • Repeat up to 5 cycles
      • Stop early if the same error repeats 3 times (indicates a fundamental issue)
    4. Phase 4 - Validation: Multi-perspective review in parallel

      • Architect: Functional completeness
      • Security-reviewer: Vulnerability check
      • Code-reviewer: Quality review
      • All must approve; fix and re-validate on rejection
    5. Phase 5 - Cleanup: Delete all state files on successful completion

      • Remove .omc/state/autopilot-state.json, ralph-state.json, ultrawork-state.json, ultraqa-state.json
      • Run /oh-my-claudecode:cancel for clean exit

    <Tool_Usage>

    • Use Task(subagent_type="oh-my-claudecode:architect", ...) for Phase 4 architecture validation
    • Use Task(subagent_type="oh-my-claudecode:security-reviewer", ...) for Phase 4 security review
    • Use Task(subagent_type="oh-my-claudecode:code-reviewer", ...) for Phase 4 quality review
    • Agents form their own analysis first, then spawn Claude Task agents for cross-validation
    • Never block on external tools; proceed with available agents if delegation fails </Tool_Usage>

    <Escalation_And_Stop_Conditions>

    • Stop and report when the same QA error persists across 3 cycles (fundamental issue requiring human input)
    • Stop and report when validation keeps failing after 3 re-validation rounds
    • Stop when the user says "stop", "cancel", or "abort"
    • If requirements were too vague and expansion produces an unclear spec, offer redirect to /deep-interview for Socratic clarification, or pause and ask the user for clarification before proceeding </Escalation_And_Stop_Conditions>

    <Final_Checklist>

    • All 5 phases completed (Expansion, Planning, Execution, QA, Validation)
    • All validators approved in Phase 4
    • Tests pass (verified with fresh test run output)
    • Build succeeds (verified with fresh build output)
    • State files cleaned up
    • User informed of completion with summary of what was built </Final_Checklist>

    Parallel session caveats

    • Multi-repo workspace anchor: drop a .omc-workspace marker at the parent directory so multiple sessions across sub-repos share one .omc/. Resolution order: OMC_STATE_DIR > .omc-workspace > git > cwd. See docs/REFERENCE.md.
    • Session id source: OMC_SESSION_ID env var wins in CLI contexts; hook payload data.session_id wins in hook contexts.
    • Plan id (when applicable): Autopilot state is session-scoped. Two autopilots in the same workspace require distinct session IDs.
    • Parallel verdict: supported (session-scoped state)

    Optional settings in .claude/omc.jsonc (project) or ~/.config/claude-omc/config.jsonc (user):

    {
      "autopilot": {
        "maxIterations": 10,
        "maxQaCycles": 5,
        "maxValidationRounds": 3,
        "pauseAfterExpansion": false,
        "pauseAfterPlanning": false,
        "skipQa": false,
        "skipValidation": false,
        "execution": "solo"
      }
    }
    

    To run autopilot implementation through the tmux CLI team runtime and prefer Cursor executor workers:

    {
      "autopilot": {
        "execution": "team",
        "team": { "agentTypes": ["cursor"] }
      }
    }
    

    With that config, the execution stage must launch executor-style work through:

    omc team 1:cursor "<implementation task>"
    

    or the Claude Code slash compatibility surface:

    /omc-teams 1:cursor "<implementation task>"
    

    Limitations:

    • Cursor workers are executor-style only: implementation, file edits, build/test fixes, and other plan execution tasks.
    • Keep reviewer, critic, security-review, validation verdict, and final approval roles on native Claude/OMC reviewer agents unless explicit safe support is added later.
    • Cursor requires the cursor-agent CLI to be installed and authenticated. If cursor-agent is unavailable, report that setup requirement instead of silently falling back to Claude-only execution.

    Resume

    If autopilot was cancelled or failed, run /oh-my-claudecode:autopilot again to resume from where it stopped.

    Best Practices for Input

    1. Be specific about the domain -- "bookstore" not "store"
    2. Mention key features -- "with CRUD", "with authentication"
    3. Specify constraints -- "using TypeScript", "with PostgreSQL"
    4. Let it run -- avoid interrupting unless truly needed

    Troubleshooting

    Stuck in a phase? Check TODO list for blocked tasks, review .omc/autopilot-state.json, or cancel and resume.

    QA cycles exhausted? The same error 3 times indicates a fundamental issue. Review the error pattern; manual intervention may be needed.

    Validation keeps failing? Review the specific issues. Requirements may have been too vague -- cancel and provide more detail.

    Deep Interview Integration

    When autopilot is invoked with a vague input, Phase 0 can redirect to /deep-interview for Socratic clarification:

    User: "autopilot build me something cool"
    Autopilot: "Your request is open-ended. Would you like to run a deep interview first?"
      [Yes, interview first (Recommended)] [No, expand directly]
    

    If a deep-interview spec already exists at .omc/specs/deep-interview-*.md, autopilot uses it directly as Phase 0 output (the spec has already been mathematically validated for clarity).

    3-Stage Pipeline: deep-interview → ralplan → autopilot

    The recommended full pipeline chains three quality gates:

    /deep-interview "vague idea"
      → Socratic Q&A → spec (ambiguity ≤ 20%)
      → /ralplan --direct → consensus plan (Planner/Architect/Critic approved)
      → /autopilot → skips Phase 0+1, starts at Phase 2 (Execution)
    

    When autopilot detects a ralplan consensus plan (.omc/plans/ralplan-*.md or .omc/plans/consensus-*.md), it skips both Phase 0 (Expansion) and Phase 1 (Planning) because the plan has already been:

    • Requirements-validated (deep-interview ambiguity gate)
    • Architecture-reviewed (ralplan Architect agent)
    • Quality-checked (ralplan Critic agent)

    Autopilot starts directly at Phase 2 (Execution via Ralph + Ultrawork).

    Alternatives

    Compare before choosing

    Computed 9178

    nelsonwerd/idea-to-ship-skills

    autopilot

    Run the idea-to-ship pipeline AUTONOMOUSLY, in character as a grounded founder-persona — composing ideate → deep-dive → prompt-pack → build-loop to take a real, grounded niche to a near-finish-line-AIMED first-draft product plus an honest ledger of what only a human or the market can finish. ALWAYS invoke when the user says any of "run autopilot", "build this idea→ship autonomously", "spin up a grounded founder and build it", "fly the whole pipeline end to end", or "autonomous first-draft from a

    Computed 10023,781

    alirezarezvani/claude-skills

    app-store-optimization

    App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

    Computed 1004,922

    dotnet/skills

    migrate-vstest-to-mtp

    Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing

    Computed 9929,558

    HKUDS/Vibe-Trading

    strategy-generate

    Create, modify, and optimize quantitative trading strategies, then backtest and evaluate them.