What problem does it solve? Specs and code drift apart over time: implementation maps go stale, mapped files lose their @spec traceability anchors, hooks stop enforcing validation, and visual evidence becomes orphaned. This Skill runs a project-level health audit that surfaces all of these issues in one report. ## Core Features & Use Cases - Project Health Audit: Runs livespec doctor to orchestrate coherence validation and report findings by severity, category, and code. - Traceability Detection: Extracts R3.2 INFO findings listing mapped source or test files missing @spec(FR-xxx) or @spec(AC-xxx) anchors, even when the audit exits 0. - Safe Cleanup: --fix-plan proposes cleanup read-only, while --apply-cleanup refuses destructive deletion of specs, tests, or evidence. - Use Case: Before a release, run the audit in strict mode to promote warnings to errors, then route fixable drift to /spec-fix and focused verification to /spec-check. ## Quick Start Ask the AI to run the spec-doctor health audit on this LiveSpec project and list every missing @spec traceability anchor from the JSON report.