Archive and advance project milestones
gsd:complete-milestoneskillsetup L1★3,035
davepoon/buildwithclaude ↗What it does
Archive completed milestone and prepare next
Best for
Closing out a versioned release when you want to archive scope, lock requirements, and create a git-tagged historical record.
Inputs
- · version (e.g., '1.0', '2.0')
- · milestone audit (optional)
Outputs
- · .planning/milestones/v{{version}}-ROADMAP.md
- · .planning/milestones/v{{version}}-REQUIREMENTS.md
- · updated ROADMAP.md
- · git tag v{{version}}
Requires
- · Read
- · Write
- · Bash
Preconditions
All phases in milestone have SUMMARY.md; STATE.md current; REQUIREMENTS.md exists; milestone audit recommended (optional)
Failure modes
Phase SUMMARY.md missing; version format invalid; REQUIREMENTS.md not found; git tag creation fails; audit found gaps and user declines to proceed
Trust signals
- · Checks audit status before proceeding
- · Gathers git stats automatically
- · Extracts accomplishments from SUMMARY.md
- · Creates versioned archive files
- · Produces git tag for release tracking