Agent Skills
› davepoon/buildwithclaude
› gsd:plan-milestone-gaps
gsd:plan-milestone-gaps
GitHub自动执行里程碑审计工作流,读取审计结果并将识别出的差距按逻辑分组为修复阶段,批量生成到ROADMAP.md中,实现一键创建所有修复阶段。
触发场景
需要关闭里程碑审计发现的差距时
希望批量规划修复阶段而非逐个添加时
安装
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.
版本历史
- 502fc01 当前 2026-07-05 15:13


