gsd:audit-milestone
GitHub在归档前审计里程碑完成情况,验证是否达成‘完成定义’。通过读取各阶段已完成的VERIFICATION.md文件,聚合技术债务与遗留问题,并启动集成检查器以验证跨阶段对接和端到端流程,确保需求覆盖完整。
Trigger Scenarios
Install
npx skills add davepoon/buildwithclaude --skill gsd:audit-milestone -g -y
SKILL.md
Frontmatter
{
"name": "gsd:audit-milestone",
"description": "Audit milestone completion against original intent before archiving",
"allowed-tools": [
"Read",
"Glob",
"Grep",
"Bash",
"Task",
"Write"
],
"argument-hint": "[version]"
}
This command IS the orchestrator. Reads existing VERIFICATION.md files (phases already verified during execute-phase), aggregates tech debt and deferred gaps, then spawns integration checker for cross-phase wiring.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/audit-milestone.md </execution_context>
Core planning files are resolved in-workflow (init milestone-op) and loaded only as needed.
Completed Work: Glob: .planning/phases//-SUMMARY.md Glob: .planning/phases//-VERIFICATION.md
Version History
- 502fc01 Current 2026-07-05 15:12


