gsd-complete-milestone

Archive completed milestones and update ROADMAP.md and PROJECT.md via git.

Updated Jan 28, 2025
One-click install
npx skills add https://github.com/aslaii/dotfiles --skill gsd-complete-milestone-aslaii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-complete-milestone
Source: https://github.com/aslaii/dotfiles/tree/main/claude/skills/gsd-complete-milestone
Command: npx skills add https://github.com/aslaii/dotfiles --skill gsd-complete-milestone-aslaii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive completed milestones and create a historical record, updating roadmap and requirements, while preparing the next version and keeping projects in sync.

Core Features & Use Cases

  • Archive milestone artifacts (ROADMAP.md, REQUIREMENTS.md) into a versioned milestones directory.
  • Update PROJECT.md with current state and next milestone goals.
  • Enforce governance: run pre-flight audits and ensure phase summaries exist before archiving.

Quick Start

Run the complete-milestone workflow with a version tag to archive the milestone and update ROADMAP.md and PROJECT.md.

Frequently Asked Questions about gsd-complete-milestone

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

FAQPage Schema
How do I automate archiving completed project milestones and updating roadmaps?

Automate archiving completed project milestones by running a workflow that moves ROADMAP.md and REQUIREMENTS.md into a versioned directory, audits phase summaries, and updates PROJECT.md with the next milestone goals.

What is the best way to enforce governance audits before archiving a milestone?

Enforce governance audits before archiving a milestone by running pre-flight checks that validate defined phases and ensure phase summaries exist, preventing incomplete milestones from being archived or tagged via git.

How do I generate versioned archives for REQUIREMENTS.md and ROADMAP.md?

Generate versioned archives for REQUIREMENTS.md and ROADMAP.md by executing the complete-milestone workflow with a version tag, which automatically moves these artifacts into a versioned milestones directory.

Do I need phase summaries and defined phases before archiving a milestone?

Yes, you need phase summaries and defined phases before archiving a milestone, as the workflow applies pre-flight audit validation to ensure all milestone governance requirements are met before generating archives.

Can I use git tagging and releases to finalize an archived milestone?

Yes, you can use git tagging and releases to finalize an archived milestone, as the workflow supports tagging and releasing versioned milestones once the audit verification and artifact archiving are complete.

Why does my milestone archive workflow fail to update PROJECT.md?

Your milestone archive workflow fails to update PROJECT.md if pre-flight audits detect missing phase summaries or incomplete milestone validation, blocking the update of the current state and next milestone goals.