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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autopilot removes the burden of coordinating requirements, architecture, implementation, QA, and validation by turning a short idea into working, verified code end-to-end.

Core Features & Use Cases

  • Full lifecycle autonomy: Expands an idea into a spec, builds a plan, executes implementation, and runs QA cycles.
  • Parallel execution where possible: Runs independent work in parallel during execution and performs multi-perspective validation concurrently.
  • Quality gates and stop conditions: Repeats QA up to a bounded number of cycles and halts with reporting when the same failure persists across multiple attempts.
  • Resume/cancel workflow: Preserves progress for resume and supports clean cancellation via the provided cancel command.
  • Inputs supported: Works best when the task includes multiple phases (planning, coding, testing, and validation) and the user is willing to let it run to completion.

Quick Start

Use the autopilot skill to build something complete by saying: "autopilot build me a TypeScript REST API for a bookstore with CRUD operations and PostgreSQL."

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 delivery lifecycle from requirements to code validation?

You can achieve autonomous software execution by providing a short idea, which the system then expands into a spec, plans the architecture, implements the code, and runs bounded QA cycles with multi-perspective validation to produce working software.

What is the best way to scaffold a new project end-to-end including planning and testing?

Use an autonomous coding workflow that enforces ordered phase completion for multi-phase build requests, handling everything from initial architecture planning to parallel execution and fundamental-error detection during QA.

How does parallel execution work during implementation and code validation?

During software delivery, parallel execution runs independent work concurrently during the implementation phase and performs multi-perspective validation simultaneously, ensuring efficient code validation without violating ordered phase completion.

Can I resume a multi-phase build request if autonomous coding stops partway through?

Yes, you can resume a multi-phase build request because the autonomous coding system uses state persistence to save progress, allowing you to continue execution from where it stopped or issue a clean cancellation via a dedicated command.

When should I not use autonomous coding for software delivery?

Avoid autonomous coding for software delivery if your task does not involve multiple phases like planning, coding, and validation, or if you cannot let the process run to completion through its bounded QA cycles and fundamental-error detection.