open-gsd/gsd-core

gsd-milestone-summary

Generate a comprehensive project summary from milestone artifacts for team onboarding and review

First seen Jun 23, 2026

Installation

$ npx skills add open-gsd/gsd-core --skill gsd-milestone-summary

Summary

gsd-milestone-summary Installation Command Prompt $ npx skills add https://github.com/open-gsd/gsd-core --skill gsd-milestone-summary

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from open-gsd/gsd-core · top by installs.

npx skills add open-gsd/gsd-core

Browse all from open-gsd/gsd-core

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 9.3K
License LICENSE
Default branch next
Open issues 129
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Bash, Grep, Glob
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,814 B
  • docs SUMMARY.md 122 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 253 installs

SKILL.md

<objective> Generate a structured milestone summary for team onboarding and project review. Reads completed milestone artifacts (ROADMAP, REQUIREMENTS, CONTEXT, SUMMARY, VERIFICATION files) and produces a human-friendly overview of what was built, how, and why.

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. </objective>

<executioncontext> @~/.claude/gsd-core/workflows/milestone-summary.md </executioncontext>

<context> Project files:

  • .planning/ROADMAP.md
  • .planning/PROJECT.md
  • .planning/STATE.md
  • .planning/RETROSPECTIVE.md
  • .planning/milestones/v{version}-ROADMAP.md (if archived)
  • .planning/milestones/v{version}-REQUIREMENTS.md (if archived)
  • .planning/phases/-/ (SUMMARY.md, VERIFICATION.md, CONTEXT.md, RESEARCH.md)

User input:

  • Version: $ARGUMENTS (optional — defaults to current/latest milestone)

</context>

<process> Execute end-to-end. </process>

<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>