Agent Skills
› davepoon/buildwithclaude
› gsd:plan-milestone-gaps
gsd:plan-milestone-gaps
GitHub自动化执行里程碑差距分析工作流,读取审计结果并将差距归类为逻辑阶段,批量创建修复阶段并更新路线图,无需手动逐个添加。
Trigger Scenarios
需要批量修复里程碑审计发现的差距
根据审计报告自动生成规划阶段
Install
npx skills add davepoon/buildwithclaude --skill gsd:plan-milestone-gaps -g -y
SKILL.md
Frontmatter
{
"name": "gsd:plan-milestone-gaps",
"description": "Create phases to close all gaps identified by milestone audit",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Glob",
"Grep",
"AskUserQuestion"
]
}
Reads MILESTONE-AUDIT.md, groups gaps into logical phases, creates phase entries in ROADMAP.md, and offers to plan each phase.
One command creates all fix phases — no manual /gsd:add-phase per gap.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/plan-milestone-gaps.md </execution_context>
Original intent and current planning state are loaded on demand inside the workflow.
Version History
- 502fc01 Current 2026-07-05 15:13


