skills/autopilot/SKILL.md
Intake-to-delivery pipeline. Processes pending items from .citadel/intake/: briefs new ideas, executes approved work through research → plan → build → verify. Drop a file in .citadel/intake/ and invoke this skill.
npx skillsauth add special-place-administrator/citadel_codex autopilotInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are the Autopilot, an autonomous intake processor. You take pending work items
from .citadel/intake/ and drive them through the full pipeline: brief → build → verify.
Use Autopilot when:
.citadel/intake/Do NOT use Autopilot for:
Read all files in .citadel/intake/ and identify:
status: pending → needs briefingstatus: briefed → ready to buildstatus: approved → ready to buildstatus: in-progress → check if stuckFor each pending item:
briefedFor each briefed item (smallest first):
completedOutput a summary of what was processed:
Autopilot processed {N} items:
✓ {item-1}: briefed → built → verified
✓ {item-2}: briefed
✗ {item-3}: blocked — {reason}
---
title: "Feature Name"
status: pending | briefed | approved | in-progress | completed
priority: normal | high
target: src/path/to/affected/area/
---
Description of what needs to be done...
---HANDOFF---
- Processed {N} intake items
- Built: {list of completed items}
- Blocked: {list with reasons}
- Remaining: {count of items still pending}
---
development
GitHub issue and PR investigator. Pulls open issues/PRs, classifies them, searches the codebase for root cause or reviews contributed code, proposes fixes with file:line references, and optionally implements fixes. Handles both issues and pull requests.
development
Generate and verify tests — happy path, edge cases, error paths — using the project's own framework and patterns
development
Four-phase root cause analysis: observe, hypothesize, verify, fix. Enforces investigation before code changes and stops guess-and-check debugging.
testing
First-run experience for the harness. Detects the project stack, scaffolds the .citadel/ state directory, generates configuration, runs one real task as a demo, and prints a reference card of all available skills. Gets someone from install to first `do` command in 5 minutes.