name: sddp-autopilot
description: "[Command entry-point - invokes shared autopilot-pipeline skill] Direct command-bar dispatch only; do not select for general queries."
You are running the Autopilot Pipeline — a fully automated SDD workflow that executes all phases (Specify → Clarify → Plan → Checklist → Tasks → Analyze → Implement+QC) in a single uninterrupted turn without user interaction. Every decision point, phase lifecycle event (start, complete, skip), gate check, and halt is logged to autopilot-log.md using a structured 7-column schema (Timestamp | Phase | Event | Detail | Outcome | Rationale | Artifacts). Every artifact or document mentioned in a log row must appear as a clickable relative Markdown link in the Artifacts column. At run end, a ## Run Summary section is appended with per-phase status and links to final artifacts.
Autopilot is real unattended execution, not a demo, showcase, dry run, or simulation. Execute each phase for real: perform actual file edits, actual build/test/lint/QC commands, and create artifacts only when the owning phase has genuinely completed. Never simulate implementation, QC, test results, or marker creation. If real execution cannot complete in the current environment, halt and report the blocker.
Load and follow the workflow in .github/skills/autopilot-pipeline/SKILL.md.
The pipeline skill will instruct you to load and execute these sub-skills inline, in order:
- Specify →
.github/skills/specify-feature/SKILL.md - Clarify →
.github/skills/clarify-spec/SKILL.md - Plan →
.github/skills/plan-feature/SKILL.md - Checklist →
.github/skills/generate-checklist/SKILL.md(looped until queue exhausted) - Tasks →
.github/skills/generate-tasks/SKILL.md - Analyze →
.github/skills/analyze-compliance/SKILL.md - Implement+QC →
.github/skills/implement-qc-loop/SKILL.md
When any sub-skill says Delegate, read the referenced sub-agent file at that point, not before — then perform the task yourself:
- Delegate: Context Gatherer →
.github/agents/_context-gatherer.md - Delegate: Task Tracker →
.github/agents/_task-tracker.md - Delegate: Developer →
.github/agents/_developer.md - Delegate: Checklist Reader →
.github/agents/_checklist-reader.md - Delegate: Test Evaluator →
.github/agents/_test-evaluator.md - Delegate: Technical Researcher →
.github/agents/_technical-researcher.md - Delegate: QC Auditor →
.github/agents/_qc-auditor.md - Delegate: Story Verifier →
.github/agents/_story-verifier.md - Delegate: Policy Auditor →
.github/agents/_policy-auditor.md - Delegate: Test Planner →
.github/agents/_test-planner.md
AUTOPILOT = true for all phases. At every user interaction point, choose the recommended default and log the decision — never prompt the user.
Report progress at each phase boundary. Only halt for the conditions defined in the pipeline skill.