一键导入
milestone-summary
Generate comprehensive milestone summary from archived artifacts. For team onboarding and stakeholder review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate comprehensive milestone summary from archived artifacts. For team onboarding and stakeholder review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run multiple phases hands-free. Chains discuss, plan, build, and verify automatically.
Start a new project. Deep questioning, research, requirements, and roadmap.
Execute all plans in a phase. Spawns agents to build in parallel, commits atomically.
Configure settings: depth, model profiles, features, git, and gates.
Execute the next logical step automatically. No prompts, no decisions — just do it.
Systematic debugging with hypothesis testing. Persistent across sessions.
| name | milestone-summary |
| description | Generate comprehensive milestone summary from archived artifacts. For team onboarding and stakeholder review. |
| allowed-tools | Read, Write, Bash, Glob, Grep |
| argument-hint | [version] |
STOP — DO NOT READ THIS FILE. You are already reading it.
Generate a comprehensive, navigable summary document from milestone artifacts. Useful for team onboarding and stakeholder review.
╔══════════════════════════════════════════════════════════════╗
║ PLAN-BUILD-RUN ► MILESTONE SUMMARY ║
╚══════════════════════════════════════════════════════════════╝
If $ARGUMENTS has a version: use it (auto-prefix v if missing).
If empty: use the most recent completed milestone from ROADMAP.md.
Check both formats:
.planning/milestones/v{X}/ (preferred).planning/milestones/v{X}-*.md (legacy)If not found, check if it's the current active milestone (not yet archived) — scan .planning/phases/ for the milestone's phase range.
For each phase in the milestone:
Write to .planning/MILESTONE-SUMMARY.md (or .planning/milestones/v{X}/SUMMARY.md if archived):
# Milestone {version}: {name}
**Shipped:** {date}
**Phases:** {count}
**Commits:** {count}
## Overview
{2-3 sentence summary of what this milestone delivered}
## Phase Summaries
### Phase {N}: {name}
**Goal:** {from ROADMAP}
**Status:** {verified/partial}
**Key files:** {from SUMMARY key_files}
**Decisions:** {from SUMMARY key_decisions}
{repeat for each phase}
## Requirements Coverage
| REQ | Status | Phase |
|-----|--------|-------|
## Architecture Impact
{What changed in the system architecture across this milestone}
## Known Issues
{Deferred items, verification gaps, tech debt from this milestone}
Display: Summary written to {path} — {phase_count} phases, {commit_count} commits