df:audit-milestone

Audit milestone completion against original intent before archiving.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-audit-milestone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: df:audit-milestone
Source: https://github.com/AO-Cyber-Systems/devflow-claude/tree/main/skills/df-audit-milestone
Command: npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-audit-milestone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit milestone completion against original intent before archiving. This workflow ensures milestones are validated for alignment with planned objectives and avoids context rot and missed dependencies.

Core Features & Use Cases

  • Reads VERIFICATION.md files to confirm objectives verified during execution
  • Aggregates tech debt and deferred gaps across milestones
  • Spawns an integration checker to validate cross-objective wiring before archiving

Quick Start

Run the audit-milestone workflow to validate a milestone before archival.

Frequently Asked Questions about df:audit-milestone

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

FAQPage Schema
How do I verify milestone completion against original project intent before archiving?

To verify milestone completion against original intent before archiving, you can run an audit workflow that reads VERIFICATION.md files to confirm objectives were met during execution. This validates alignment with planned objectives and prevents context rot.

What is the best way to aggregate tech debt and deferred gaps across software development milestones?

Aggregating tech debt and deferred gaps across milestones is handled by an audit workflow that reads project verification files. It collects outstanding technical debt and deferred items to ensure all gaps are documented before milestone archival.

How does an integration checker validate cross-objective wiring during milestone audits?

An integration checker validates cross-objective wiring by spawning automatically during the milestone audit. It checks the connections between different project objectives to ensure all workflow gates are preserved and dependencies are not missed before archiving.

Do I need a VERIFICATION.md file to run a milestone audit for my software project?

Yes, a VERIFICATION.md file is required to run the milestone audit. The audit workflow reads this file to confirm that project objectives were successfully verified during execution, ensuring alignment with original intent before archiving.

When should I avoid archiving a project milestone without an audit?

You should avoid archiving a project milestone without an audit when cross-objective wiring needs validation or tech debt remains unaggregated. Skipping the audit risks context rot, missed dependencies, and loss of alignment with planned objectives.