gsd-audit-milestone
GitHub审计里程碑完成情况,验证是否达到“完成”定义。通过读取各阶段验证文件,聚合技术债务与遗留问题,并触发跨阶段集成检查器,确保需求覆盖、阶段间集成及端到端流程的完整性,作为编排器执行最终归档前的审核。
Trigger Scenarios
Install
npx skills add AjayIrkal23/agentic-mercy-10x --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",
"Agent",
"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> @$HOME/.claude/get-shit-done/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
- 581d130 Current 2026-07-19 09:08


