What problem does it solve? When returning to a cairn-tracked repository, it is hard to know where the project stands, whether the tracking files have drifted from git reality, and what to work on next. This Skill produces a status snapshot, runs a health audit over the tracking files, and routes you to the correct next command. ## Core Features & Use Cases - Status Snapshot: Runs read-only Python scripts (cairn_status.py, cairn_validate.py, cairn_next.py, cairn_cost.py) over the cairn/ directory to report milestone counts, active work, and measured cost. - Health Audit: Fixes mechanical tracking inconsistencies, checks byte budgets, detects stale milestones, orphaned issues, untriaged GitHub inboxes, and merges made outside the cairn workflow. - Next-Action Routing: Recommends the single most sensible next command (resume, review, implement, or plan) with disposition chips for items needing user decisions. - Use Case: After two weeks away from a project, ask for a project status check to get a snapshot of active milestones, confirmation that tracking files match git history, and a routed next step such as resuming an in-progress milestone. ## Quick Start Ask the assistant to run a project status and health check on this cairn-tracked repository and tell you what to do next.