Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
shoootyou avatar

Gsd Audit Milestone

  • 114 installs
  • 21 repo stars
  • Updated March 20, 2026
  • shoootyou/get-shit-done-multi

gsd-audit-milestone is a Get Shit Done orchestrator skill that audits milestone completion against ROADMAP definition-of-done by aggregating phase VERIFICATION.md files and spawning an integration checker for developers

About

gsd-audit-milestone is a Claude Code skill in shoootyou/get-shit-done-multi that verifies a GSD milestone before archive. It initializes milestone context via gsd-tools.cjs, globs .planning/phases/*/*-SUMMARY.md and *-VERIFICATION.md, reads each phase verification status (passed or gaps_found), flags missing VERIFICATION.md as blockers, and spawns a gsd-integration-checker subagent to validate cross-phase wiring and end-to-end flows. The workflow cross-references three sources—REQUIREMENTS.md traceability, phase VERIFICATION tables, and integration-checker output—to assess requirements coverage and tech debt. Developers invoke it with an optional version argument when a milestone nears completion and needs a structured audit gate before moving on. The orchestrator preserves workflow gates from audit-milestone.md including scope determination, verification reading, integration checks, requirements coverage, and routing decisions. Optional version arguments default to the current milestone from ROADMAP.md. Tech debt and deferred gaps from individual phases roll up into a single milestone verdict suitable for archive or rework decisions.

  • Orchestrates audit-milestone.md workflow with gsd-tools.cjs init milestone-op
  • Aggregates *-VERIFICATION.md and *-SUMMARY.md from .planning/phases/*
  • Spawns gsd-integration-checker subagent for cross-phase E2E wiring validation
  • Cross-references REQUIREMENTS.md traceability against phase verification tables

Gsd Audit Milestone by the numbers

  • 114 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #1,318 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/shoootyou/get-shit-done-multi --skill gsd-audit-milestone

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs114
repo stars21
Last updatedMarch 20, 2026
Repositoryshoootyou/get-shit-done-multi

How do you audit a GSD milestone before archiving?

Run gsd-audit-milestone to aggregate phase VERIFICATION.md files, spawn gsd-integration-checker, and verify milestone requirements coverage before archiving.

Who is it for?

Developers using Get Shit Done who finished milestone phases and need a structured definition-of-done audit before archive.

Skip if: Developers not using GSD planning artifacts (.planning/phases, ROADMAP.md, REQUIREMENTS.md)—the skill depends on that project structure.

When should I use this skill?

A GSD milestone is complete and the developer wants to verify requirements coverage, integration wiring, and phase VERIFICATION status before archiving.

What you get

Milestone audit report covering phase verification gaps, integration wiring findings, and requirements traceability cross-check.

  • Milestone audit verdict
  • Integration checker report
  • Requirements coverage assessment

By the numbers

  • Cross-references 3 independent sources: ROADMAP, REQUIREMENTS traceability, and phase VERIFICATION.md
  • Spawns gsd-integration-checker subagent for cross-phase wiring validation

Files

SKILL.mdMarkdownGitHub ↗

<objective> Verify milestone achieved its definition of done. Check requirements coverage, cross-phase integration, and end-to-end flows.

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

<execution_context> @{{PLATFORM_ROOT}}/get-shit-done/workflows/audit-milestone.md </execution_context>

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

<process> Execute the audit-milestone workflow from @{{PLATFORM_ROOT}}/get-shit-done/workflows/audit-milestone.md end-to-end. Preserve all workflow gates (scope determination, verification reading, integration check, requirements coverage, routing). </process>

Related skills

How it compares

Use gsd-audit-milestone at milestone boundaries; use per-phase execute workflows for in-phase verification during active development.

FAQ

What files does gsd-audit-milestone read?

gsd-audit-milestone globs .planning/phases/*/*-SUMMARY.md and *-VERIFICATION.md, plus ROADMAP.md and REQUIREMENTS.md for milestone scope and traceability. A missing VERIFICATION.md on any in-scope phase is flagged as a blocker.

What subagent does gsd-audit-milestone spawn?

gsd-audit-milestone resolves gsd-integration-checker via gsd-tools.cjs resolve-model and spawns it to verify cross-phase API wiring and end-to-end user flows against milestone requirement IDs.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.