autopilot

Automate intake-to-delivery workflows for queued items with typechecking.

820|78|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/SethGammon/Citadel --skill autopilot-sethgammon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autopilot
Source: https://github.com/SethGammon/Citadel/tree/main/skills/autopilot
Command: npx skills add https://github.com/SethGammon/Citadel --skill autopilot-sethgammon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Intake items sit in planning queues and require manual coordination. Autopilot streamlines the end-to-end workflow from intake to delivery, ensuring consistent processing and reducing handoffs.

Core Features & Use Cases

  • Scan and classify pending items from .planning/intake/ and generate briefs.
  • Automate build and verify: drive briefed items through build, verification, and completion.
  • Enforce conventions: verify adherence to CLAUDE.md and project conventions, perform typechecks, and update statuses automatically.
  • Use cases include small/medium tasks, recurring intake pipelines, and campaigns needing repeatable execution.

Quick Start

Place a properly formatted intake item in .planning/intake/ and run Autopilot to process it through brief, build, and verify steps until completion.

Frequently Asked Questions about autopilot

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

FAQPage Schema
How do I automate intake processing for queued work items?

Autopilot automates end-to-end intake processing by scanning pending items, generating briefs, building deliverables, and verifying outcomes in a repeatable pipeline. It applies strict checks against CLAUDE.md conventions and performs typechecking to ensure quality.

What is the best way to enforce typechecking and project conventions during automated workflows?

Enforcing conventions during automated workflows requires strict checks against CLAUDE.md and typechecking after changes. Autopilot handles this by verifying adherence to project conventions automatically, updating item statuses from pending to completed only after all checks pass.

How do I process pending intake items from start to finish without manual coordination?

To process pending intake items without manual coordination, place properly formatted items in the planning intake directory and run Autopilot. It drives items through brief, build, and verify steps until completion, reducing handoffs and ensuring consistent processing.

Can I use this automated intake pipeline for recurring small to medium tasks?

Yes, this automated intake pipeline suits small to medium tasks, recurring intake pipelines, and campaigns needing repeatable execution. It classifies pending items, generates briefs, and builds deliverables while enforcing strict project conventions throughout the workflow.

Why do queued intake items require manual coordination and how can I reduce those handoffs?

Queued intake items require manual coordination because they sit in planning queues waiting for briefs, builds, and verification. Autopilot reduces handoffs by streamlining the end-to-end workflow from intake to delivery with automated processing and status updates.

Does this workflow automation tool work without external dependencies?

Yes, this workflow automation tool operates without external dependencies. It relies on your project's existing CLAUDE.md conventions and the intake directory structure to scan, classify, build, verify, and complete queued items autonomously.