What problem does it solve? Epics and their child feature plans drift out of sync: checkboxes get marked without verified acceptance criteria, plans go missing, statuses contradict evidence, and orphaned plans appear. This Skill produces an evidence-backed audit of an epic's actual state so you know what is truly done and what remains. ## Core Features & Use Cases - Epic health audit: Reads an epic plan and every child feature plan, classifying gaps as unplanned, incomplete, tracking drift, status mismatch, or incomplete definition of done, then writes a dated audit report to docs/epics/. - Dependency and orphan detection: Escalates gaps that block other features and surfaces feature plans that reference the epic but are absent from its child list. - Gap-closure planning: In Closure mode, writes a prioritized punch list mapping each unresolved gap to a concrete skill or human decision while preserving completed items across reruns. - Use Case: Before shipping an epic, ask for an audit to discover that two features have unchecked must-have criteria and one feature plan is missing entirely, then generate a closure plan ordering the remaining work by dependency impact. ## Quick Start Use the audit-epic skill to assess the health of the epic in docs/epics and list its highest-severity gaps.