一键导入
sddp-autopilot
Run the full SDD pipeline (Specify → Clarify → Plan → Checklist → Tasks → Analyze → Implement+QC) end-to-end without user interaction
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the full SDD pipeline (Specify → Clarify → Plan → Checklist → Tasks → Analyze → Implement+QC) end-to-end without user interaction
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | sddp-autopilot |
| description | Run the full SDD pipeline (Specify → Clarify → Plan → Checklist → Tasks → Analyze → Implement+QC) end-to-end without user interaction |
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 uses the recommended/default option and is logged to autopilot-log.md.
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:
.github/skills/specify-feature/SKILL.md.github/skills/clarify-spec/SKILL.md.github/skills/plan-feature/SKILL.md.github/skills/generate-checklist/SKILL.md (looped until queue exhausted).github/skills/generate-tasks/SKILL.md.github/skills/analyze-compliance/SKILL.md.github/skills/implement-qc-loop/SKILL.mdWhen any sub-skill says Delegate, read the referenced sub-agent file at that point, not before — then perform the task yourself:
.github/agents/_context-gatherer.md.github/agents/_task-tracker.md.github/agents/_developer.md.github/agents/_checklist-reader.md.github/agents/_test-evaluator.md.github/agents/_technical-researcher.md.github/agents/_qc-auditor.md.github/agents/_story-verifier.md.github/agents/_policy-auditor.md.github/agents/_test-planner.mdAUTOPILOT = 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.
Perform non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks
Generate a custom requirements quality checklist for the current feature
Identify underspecified areas in a feature spec and resolve them through targeted clarification questions
Create or refine the canonical project-level deployment and operations context (`specs/dod.md`)
Analyzes the repository and guides the user through setting up their local development environment
Run Implement → QC in a continuous loop until QC passes or the safety limit (10 iterations) is reached