What problem does it solve? Project workspaces accumulate configuration drift, orphaned directories, invalid state files, and broken conventions over time, and manually auditing each of these is slow and error-prone. This Skill runs a comprehensive health check across the project and can automatically repair detected issues. ## Core Features & Use Cases - Comprehensive Health Checks: Validates environment, project structure, storage-path policy, state validity, compaction, roadmap consistency, orphaned phase directories, convention lock integrity, plan frontmatter, return envelopes, config.json validity, checkpoint tags, and git status. - Optional Auto-Fix: Pass the --fix flag to automatically repair fixable issues instead of only reporting them. - Structured Reporting: Presents results as a status table with pass/warn/fail per check plus a summary of totals, warnings, failures, and fixes. - Use Case: Before starting a new work phase, run the health check to confirm state files and configuration are valid, then rerun with --fix to clean up orphaned phase directories and repair frontmatter. ## Quick Start Ask the AI to run a project health check, or to run it with the fix flag to automatically repair detected issues.