---
name: GSD Audit Milestone
slug: gsd-audit-milestone
category: Quality
description: GSD Audit Milestone audits milestone completion against original intent before archiving. It checks requirements coverage, cross-phase integration, and end-to-end flows by reading existing verification files and spawning an integration checker.
github: "https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-audit-milestone"
language: JavaScript
stars: 8257
forks: 573
install: "npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-audit-milestone ~/.claude/skills/gsd-audit-milestone"
installs_to: ~/.claude/skills/gsd-audit-milestone
source_path: skills/gsd-audit-milestone/SKILL.md
collection_size: 25
category_size: 1354
collection_url: "https://dirskills.com/collections/open-gsd/gsd-core"
added: 2026-08-15T06:50:59.154Z
last_synced: 2026-08-15T06:50:59.154Z
canonical_url: "https://dirskills.com/skills/gsd-audit-milestone"
---

# GSD Audit Milestone

GSD Audit Milestone audits milestone completion against original intent before archiving. It checks requirements coverage, cross-phase integration, and end-to-end flows by reading existing verification files and spawning an integration checker.

**Install:**

```bash
npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-audit-milestone ~/.claude/skills/gsd-audit-milestone
```

## README

<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>
@~/.claude/gsd-core/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 end-to-end.
Preserve all workflow gates (scope determination, verification reading, integration check, requirements coverage, routing).
</process>
