gsd-audit-milestone

Verify milestone completion against its definition of done using VERIFICATION.md files.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-audit-milestone-mint-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-audit-milestone
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-audit-milestone
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-audit-milestone-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tooling helps teams ensure that a milestone truly meets its defined scope before archiving, preventing premature archiving and preserving traceability.

Core Features & Use Cases

  • Aggregates verification status across planning and execution phases by reading VERIFICATION.md files.
  • Identifies coverage gaps, technical debt, and deferred work, and flags misalignments across phases.
  • Use Case: before archiving a milestone, run the audit to confirm all criteria are satisfied and linked tasks are complete.

Quick Start

Run the audit-milestone workflow to evaluate a milestone against its definition of done using the provided VERIFICATION.md files.

Frequently Asked Questions about gsd-audit-milestone

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

FAQPage Schema
How do I verify milestone completion against a definition of done before archiving?

To verify milestone completion before archiving, you run an audit that reads VERIFICATION.md files to check requirement coverage, cross-phase integration, and end-to-end flows against the original definition of done.

What is milestone verification in multi-phase software projects?

Milestone verification is the process of confirming that a project phase truly meets its defined scope by aggregating verification status, identifying coverage gaps, and flagging technical debt before archiving.

How do I track technical debt and deferred work across project phases?

You can track technical debt and deferred work by analyzing planning and execution artifacts, which reads verification files to aggregate gaps and flag misalignments across phases for review.

Do I need VERIFICATION.md files to run a milestone audit?

Yes, you need VERIFICATION.md files and planning artifacts to run the milestone audit, as the tooling reads these files to automate verification of requirement coverage and integration alignment.

What is the best way to prevent premature milestone archiving in software engineering?

The best way to prevent premature milestone archiving is to run an audit that orchestrates an integration checker, confirming all criteria are satisfied and linked tasks are complete before archiving.