autopilot

Automate end-to-end feature cycles from planning to commit in Claude Code.

1|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/masta-g3/rules --skill autopilot-masta-g3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: autopilot
Source: https://github.com/masta-g3/rules/tree/main/experimental/autopilot
Command: npx skills add https://github.com/masta-g3/rules --skill autopilot-masta-g3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, sed, and includes scripts (resource) components.

What problem does it solve?

Automates end-to-end feature cycles in Claude Code-enabled environments, guiding the agent through planning, execution, review, and commit.

Core Features & Use Cases

  • End-to-end workflow automation: prime → plan-md → execute → review → commit with optional epic-based flows.
  • Supports both single feature work and epic-driven pipelines, with automatic feature selection and state tracking.
  • Deterministic prompts and state management via helper scripts to keep workflows auditable and repeatable.

Quick Start

Invoke autopilot with a feature ID to run the complete cycle from planning to commit.

Frequently Asked Questions about autopilot

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

FAQPage Schema
How do I automate end-to-end feature cycles in Claude Code?▼

You can automate feature cycles in Claude Code by invoking this orchestration process with a feature ID, which guides the agent sequentially through planning, execution, review, and commit phases.

Can I manage epic-driven pipelines for multiple features with workflow automation?▼

Yes, this workflow automation supports epic-driven pipelines by handling initialization, automatic feature selection, state tracking, and archival within a repeatable process.

Do I need Claude Code hooks enabled to run automated feature workflows?▼

Yes, you need Claude Code with hooks enabled to run these automated feature workflows, as the provided helper scripts rely on hooks to coordinate steps and guard against mid-cycle failures.

What dependencies are required to execute deterministic feature workflows?▼

Executing these deterministic feature workflows requires jq and sed installed in your environment, alongside Claude Code, to manage state and ensure repeatable prompts.

How does deterministic execution prevent mid-cycle failures during automated planning?▼

Deterministic execution prevents mid-cycle failures during automated planning by using helper scripts to manage state and apply guards, keeping workflows auditable and repeatable.