autopilot

Automate the RPI cycle with multi-model exploration via MCP tools.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/1molchuan/oh-my-ccg --skill autopilot-1molchuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autopilot
Source: https://github.com/1molchuan/oh-my-ccg/tree/main/skills/autopilot
Command: npx skills add https://github.com/1molchuan/oh-my-ccg --skill autopilot-1molchuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end RPI cycle (research → plan → implement → review) by orchestrating multi-model exploration and stateful execution via MCP tools.

Core Features & Use Cases

  • End-to-end RPI automation: Orchestrates research, planning, implementation, and review to produce runnable results.
  • MCP-driven parallel exploration: Coordinates Codex and Gemini for constraint extraction and plan validation.
  • Stateful progress persistence: Keeps phase state across /clear so work can resume seamlessly.
  • Phase-structured workflow: Initialize, Auto-Research, Auto-Plan, Auto-Impl, Auto-Review with automated state updates.

Quick Start

Provide a clear requirement description and enable autopilot to run the full RPI cycle from research to review.

Frequently Asked Questions about autopilot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the research, plan, implement, and review cycle for software development?

You can automate the full RPI cycle by orchestrating multi-model exploration and stateful execution via MCP tools. This approach coordinates parallel exploration, constraint extraction, automatic planning, and automated implementation with cross-model validation to produce runnable results.

How does stateful workflow automation preserve progress across context clearing?

Stateful workflow automation preserves progress across context clearing by using dedicated state tooling to save phase states. This mechanism ensures that work resumes seamlessly from the exact initialization, research, planning, implementation, or review phase without losing prior context.

Do I need both Codex and Gemini MCP access to run automated planning workflows?

Yes, you need both Codex and Gemini MCP access to run automated planning workflows. The multi-model exploration coordinates these specific tools for constraint extraction and plan validation, ensuring cross-model validation during the end-to-end implementation process.

Can I use end-to-end RPI automation for solo development and small teams?

Yes, end-to-end RPI automation is explicitly applicable for solo developers or small teams. It provides hands-off exploration, constraint extraction, automatic planning, and automated implementation with cross-model validation, making it suitable for smaller scale development contexts.

What is the best way to start an automated planning workflow from a basic idea?

The best way to start is to provide a clear requirement description and enable the automated workflow to run the full RPI cycle. The system initializes the phase-structured workflow, automatically updating state as it progresses through research, planning, implementation, and review.

Why does multi-model exploration use parallel constraint extraction during planning?

Multi-model exploration uses parallel constraint extraction during planning to validate plans across different models. Coordinating Codex and Gemini ensures that the automated implementation phase receives cross-validated constraints, reducing errors and producing reliable, runnable code results.