autopilot

Coordinate parallel worktree agents through implement, critique, deep-review, and ship cycles.

25|4|Updated Sep 5, 2010
One-click install
npx skills add https://github.com/divad12/dotfiles --skill autopilot-divad12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autopilot
Source: https://github.com/divad12/dotfiles/tree/main/.claude/skills/autopilot
Command: npx skills add https://github.com/divad12/dotfiles --skill autopilot-divad12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Take a list of independent tasks and spin up parallel worktree agents to drive each through an implement -> critique -> deep-review -> ship cycle, presenting a checkpoint summary before final merge to keep humans in the loop.

Core Features & Use Cases

  • Parallel worktree agents for independent tasks to avoid conflicts across workstreams
  • End-to-end automation: implement, critique, deep-review, and ship
  • Checkpoint summaries before merging to main to maintain visibility and control

Quick Start

Provide a list of tasks and I will spin up parallel worktrees to execute, critique, review, and ship each item autonomously.

Frequently Asked Questions about autopilot

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

FAQPage Schema
How do I automate parallel task execution in isolated git worktrees?

Automate parallel task execution by spinning up isolated worktree agents for each independent task. This avoids branch conflicts and allows multiple workstreams to progress simultaneously without manual orchestration overhead.

What is the implement critique review ship cycle for code automation?

The implement, critique, deep-review, ship cycle is an automated code workflow that drives tasks through initial development, automated code review, deep quality checks, and final delivery, presenting a checkpoint summary before merging.

How do I run multiple independent coding tasks without merge conflicts?

Run multiple independent coding tasks without merge conflicts by assigning each task to an isolated parallel worktree agent. Each workstream operates independently, preventing cross-branch interference during development.

Can I batch execute a todo list of software engineering tasks autonomously?

Yes, you can batch execute a todo list of software engineering tasks by providing clear task inputs. The system autonomously processes the list through parallel worktree agents from implementation to final review.

Does autonomous task orchestration require a manual checkpoint before merging?

Yes, autonomous task orchestration requires a manual checkpoint before merging. The system presents a checkpoint summary of the completed work to maintain human visibility and control over the main branch integration.

What are the limitations of using parallel worktree agents for task management?

Parallel worktree agents require clear, independent task inputs and isolated workspaces per task. They are not suited for highly interdependent tasks that demand sequential execution or continuous cross-task code sharing.