From GSD Core
Verifies milestone completion against original intent by reading phase VERIFICATION.md files, aggregating tech debt and gaps, and running cross-phase integration checks before archiving.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-audit-milestone [version][version]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
This command IS the orchestrator. Reads existing VERIFICATION.md files (phases already verified during execute-phase), aggregates tech debt and deferred gaps, then spawns integration checker for cross-phase wiring.
<execution_context> @~/.claude/gsd-core/workflows/audit-milestone.md </execution_context>
Version: $ARGUMENTS (optional — defaults to current milestone)Core planning files are resolved in-workflow (init milestone-op) and loaded only as needed.
Completed Work: Glob: .planning/phases//-SUMMARY.md Glob: .planning/phases//-VERIFICATION.md
Execute end-to-end. Preserve all workflow gates (scope determination, verification reading, integration check, requirements coverage, routing).npx claudepluginhub open-gsd/gsd-coreManages project milestones: create new cycles with phases, complete/archive versions, preview changes, audit integration, analyze gaps. For structured delivery checkpoints.
Archives a completed milestone, updates ROADMAP.md and REQUIREMENTS.md, and prepares for the next version. Useful for GSD workflow users closing a milestone.
Orchestrates verification of completed implementations via subagents for completeness checks, test execution, code review, pragmatic review, production readiness, and reality assessment. Compiles read-only report.