gsd-milestone-summary

Synthesize project milestone artifacts into a structured MILESTONE_SUMMARY document.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/nnexai/git-stacks --skill gsd-milestone-summary-nnexai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-milestone-summary
Source: https://github.com/nnexai/git-stacks/tree/main/.codex/skills/gsd-milestone-summary
Command: npx skills add https://github.com/nnexai/git-stacks --skill gsd-milestone-summary-nnexai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of synthesizing fragmented project artifacts into a cohesive, readable summary for team onboarding and stakeholder review.

Core Features & Use Cases

  • Automated Synthesis: Aggregates data from ROADMAP, REQUIREMENTS, CONTEXT, and RETROSPECTIVE files into a structured report.
  • Interactive Q&A: Provides a foundation for new team members to query project history and decisions.
  • Use Case: Use this after completing a development phase to generate a MILESTONE_SUMMARY document that captures architecture, tech debt, and key decisions for future reference.

Quick Start

Invoke the gsd-milestone-summary skill to generate a project report for the current milestone.

Frequently Asked Questions about gsd-milestone-summary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a project milestone report from fragmented planning artifacts?

To generate a project milestone report, you can synthesize fragmented planning artifacts by scanning the .planning directory to extract architectural decisions, requirements, and technical debt into a structured MILESTONE_SUMMARY document.

What is the best way to summarize project requirements and roadmaps for team onboarding?

Summarizing project requirements and roadmaps for onboarding involves aggregating ROADMAP, REQUIREMENTS, CONTEXT, and RETROSPECTIVE files into a cohesive, human-readable summary that captures key project history and decisions.

Can I extract architectural decisions and technical debt from phase-specific documentation?

Yes, you can extract architectural decisions and technical debt by scanning phase-specific documentation within your planning directories to produce a comprehensive milestone report for stakeholder review.

Do I need a .planning directory to synthesize project milestone summaries?

Yes, a .planning directory is required. The synthesis process operates by scanning this directory and associated milestone files to extract the necessary project artifacts for the summary report.

When should I generate a milestone summary for project management reporting?

You should generate a milestone summary for project management reporting immediately after completing a development phase, ensuring that architecture, technical debt, and key decisions are captured for future reference and team onboarding.