Agent Skills
› davepoon/buildwithclaude
› gsd:milestone-summary
gsd:milestone-summary
GitHub读取项目里程碑工件(如ROADMAP、REQUIREMENTS等),生成结构化的里程碑总结,涵盖概述、架构、决策等七部分。旨在帮助新成员快速了解已完成项目,支持内联展示及交互式问答,适用于团队入职和项目回顾。
Trigger Scenarios
需要为新团队成员提供项目概览
执行项目阶段性回顾与总结
查询特定版本里程碑的完成详情
Install
npx skills add davepoon/buildwithclaude --skill gsd:milestone-summary -g -y
SKILL.md
Frontmatter
{
"name": "gsd:milestone-summary",
"type": "prompt",
"description": "Generate a comprehensive project summary from milestone artifacts for team onboarding and review",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Grep",
"Glob"
],
"argument-hint": "[version]"
}
Purpose: Enable new team members to understand a completed project by reading one document and asking follow-up questions.
Output: MILESTONE_SUMMARY written to .planning/reports/, presented inline, optional interactive Q&A.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/milestone-summary.md </execution_context>
User input:
- Version: $ARGUMENTS (optional — defaults to current/latest milestone)
<success_criteria>
- Milestone version resolved (from args, STATE.md, or archive scan)
- All available artifacts read (ROADMAP, REQUIREMENTS, CONTEXT, SUMMARY, VERIFICATION, RESEARCH, RETROSPECTIVE)
- Summary document written to
.planning/reports/MILESTONE_SUMMARY-v{version}.md - All 7 sections generated (Overview, Architecture, Phases, Decisions, Requirements, Tech Debt, Getting Started)
- Summary presented inline to user
- Interactive Q&A offered
- STATE.md updated </success_criteria>
Version History
- 502fc01 Current 2026-07-05 15:13


