autopilot

Translate user tasks into structured PR plans with dependency graphs and scheduled execution.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill autopilot-hanamizuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autopilot
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/solopreneur/skills/autopilot
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill autopilot-hanamizuki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Planning and scheduling for multi-PR workflows by translating tasks into a structured PR plan and orchestrating automated execution.

Core Features & Use Cases

  • Generates plan.yaml and per-PR specs from user todo/tasks
  • Builds dependency graph and sequencing for parallel vs dependent PRs
  • Schedules automated execution via CronCreate orchestrator prompt

Quick Start

Provide a task file to begin planning; the skill will produce a PR plan, specs, and a scheduled autopilot run.

Frequently Asked Questions about autopilot

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

FAQPage Schema
How do I automate planning and scheduling for multi-PR workflows?

To automate multi-PR workflows, you provide a task file to generate a structured PR plan, per-PR specs, and a dependency graph for automated execution scheduling. The skill translates user tasks into plan.yaml files and orchestrates execution.

What is the best way to split a large feature into dependent pull requests?

Splitting a feature into dependent pull requests requires building a dependency graph and sequencing for parallel versus dependent PRs. This skill enforces planning steps, constructs dependency graphs, and creates plan.yaml specs to manage the split.

How do I schedule automated execution for a planned PR sequence?

You schedule automated execution for a planned PR sequence by using a CronCreate-based orchestrator prompt. Once the plan.yaml and specs are generated and confirmed by the user, the skill schedules the automated run lifecycle.

Can I generate planning artifacts like specs and dependency graphs from a task file?

Yes, you can generate planning artifacts from a task file by translating user todos into structured PR plans. The skill produces plan.yaml files, per-PR specs, and constructs a dependency graph to sequence the work effectively.

Does multi-PR orchestration require user confirmation before executing the plan?

Multi-PR orchestration does require user confirmation before executing the plan. After generating the dependency graph, plan.yaml, and specs, the skill enforces a user confirmation step prior to scheduling the automated execution.