What problem does it solve?
This Skill audits a milestone's cross-phase integration health to identify blocking gaps, inconsistent interfaces, and test-coverage blind spots, then produces a clear PASS/CONDITIONAL/FAIL verdict to inform release decisions.
Core Features & Use Cases
- Sequential phase collection: Reads .workflow/state.json, roadmap.md, and each phase's index.json, verification.json, and review.json to assemble phase status, tasks, and verification results.
- Cross-phase analysis: Detects shared interface mismatches, data contract inconsistencies, dependency-chain issues, API surface breakages, and integration test gaps across phase boundaries.
- Actionable output: Classifies findings by severity, provides prioritized remediation recommendations, optionally spawns an integration-checker agent for complex milestones, and writes a structured markdown audit report to the workflow directory.
- Use Case: Validate release readiness for a multi-phase milestone before marking it complete.
Quick Start
Run a milestone integration audit for milestone v1.0 and generate the structured verdict report in the .workflow directory.