thinking-partner
A deterministic thinking partner that challenges assumptions and applies mental models to sharpen decisions, solve problems, and think more clearly. Use this…
Generate comprehensive milestone summary from archived artifacts. For team onboarding and stakeholder review.
$ npx -y skills add SienkLogic/plan-build-run --skill milestone-summary --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/milestone-summaryContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate comprehensive milestone summary from archived artifacts. For team onboarding and stakeholder review.
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:
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: 1. Read PLAN.md frontmatter: objectives, must_haves, implements 2. Read SUMMARY.md: what was built, key decisions, deviations 3. Read VERIFICATION.md: pass/fail status, gaps 4. Compile into phase summary sections
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`
1. DO NOT read full file bodies when frontmatter suffices 2. DO NOT include raw PLAN.md task content — summarize 3. DO NOT generate if milestone doesn't exist — error with available milestones
Plan it. Build it. Run it. A Claude Code plugin for structured development with context-engineered agents.
Repo: SienkLogic/plan-build-run
A deterministic thinking partner that challenges assumptions and applies mental models to sharpen decisions, solve problems, and think more clearly. Use this…
Run audit, prioritize findings, auto-fix via quick tasks, test, and commit.
Review past Claude Code sessions for PBR workflow compliance and UX quality.
Run multiple phases hands-free. Chains discuss, plan, build, and verify automatically.
Manage backlog items — ideas not ready for active planning. Add, review, promote, or remove.
Start a new project. Deep questioning, research, requirements, and roadmap.