Agent Skills
› davepoon/buildwithclaude
› gsd:plan-milestone-gaps
gsd:plan-milestone-gaps
GitHub自动关闭里程碑审计发现的差距。读取审计报告,将问题分组为逻辑阶段,创建ROADMAP.md中的阶段条目,并规划修复,无需手动添加每个阶段。
Trigger Scenarios
需要批量修复里程碑审计发现的问题
执行 /gsd:plan-milestone-gaps 命令
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


