How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-ccg:autopilotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Full automatic RPI cycle: research → plan → impl → review.
Full automatic RPI cycle: research → plan → impl → review.
Trigger: "autopilot", "auto" + requirement description
rpi_state_write MCP tool to create RPI state with requirementask_codex(prompt="ping") and ask_gemini(prompt="ping") MCP callsmode_state_write MCP tool to start autopilot state trackingask_codex(agent_role="analyst", background=true) — backend constraintsask_gemini(agent_role="designer", background=true) — frontend constraintscheck_job_statusask_codex(agent_role="planner", background=true) — plan validationask_gemini(agent_role="designer", background=true) — frontend validationrpi_state_write MCP toolask_gemini for prototype, then executor rewritesask_codex for prototype, then executor rewritesrpi_state_write MCP tool after each taskask_codex(agent_role="code-reviewer", background=true)ask_gemini(agent_role="designer", background=true)Use /oh-my-ccg:cancel to stop autopilot at any point.
npx claudepluginhub 1molchuan/oh-my-ccg --plugin oh-my-ccgGenerates feature specs, implementation plans with task checklists, and project loop infrastructure via interactive user interviews on scope, risk tolerance, and validation.
Runs autonomous AI coding loop with ralph-starter: checks project state, implements tasks from specs/GitHub/Linear/Notion/Figma issues, iterates code writing/validation/commits.