ワンクリックで
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