One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill autopilot-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autopilot
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/autopilot
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill autopilot-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autopilot eliminates the coordination burden of turning a brief product idea into working, tested, and reviewed software by managing the full engineering lifecycle.

Core Features & Use Cases

  • Requirements Expansion: Converts a short idea into a detailed specification and technical design.
  • Planned Parallel Execution: Coordinates specialized agents for implementation, QA, and multi-perspective validation.
  • Resilient Delivery: Repeats testing and fixes, detects persistent failures, supports cancellation and resumption, and cleans up workflow state after successful completion.
  • Use Case: Ask for a TypeScript bookstore inventory API and let Autopilot plan the architecture, implement the features, run QA cycles, and validate the result with architecture, security, and code reviewers.

Quick Start

Use the autopilot skill to build a working, tested, and validated application from the product idea you provide.

Frequently Asked Questions about autopilot

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

FAQPage Schema
How do I automate the full software engineering lifecycle from a single idea?

Autopilot automates the full software engineering lifecycle by converting a brief product idea into working, tested, and reviewed software through coordinated autonomous execution. It handles requirements analysis, technical design, parallel implementation, and QA cycling.

What is autonomous development for multi-phase engineering tasks?

Autonomous development for multi-phase engineering tasks is a coordinated process that handles requirements expansion, technical design, and implementation. It applies specialized agents to execute phases sequentially while delegating parallel tasks for QA automation and multi-perspective validation.

How do I coordinate parallel agents for code review and implementation?

You coordinate parallel agents for code review and implementation by using an agent orchestration system. Autopilot delegates specialized agents for implementation, QA, and multi-perspective validation, ensuring sequential phase completion and reviewer approval.

Can I resume autonomous development workflows after a failure or cancellation?

Yes, you can resume autonomous development workflows after a failure or cancellation. Autopilot provides resilient delivery with resumable state, detects persistent failures through retry limits, and cleans up workflow state after successful delivery.

Does autonomous software development require sequential phase completion?

Yes, autonomous software development requires sequential phase completion to ensure structured progress. Autopilot enforces this sequence for requirements, design, and implementation, while utilizing parallel specialist delegation where appropriate for QA automation.

How does QA automation handle persistent failures during autonomous code generation?

QA automation handles persistent failures during autonomous code generation by repeating testing and fixes within defined retry limits. If failures persist, it detects them, supports cancellation, and maintains a resumable state for later recovery.