What problem does it solve? Progress ledgers, todo lists, and STATUS documents drift into inconsistency: ad-hoc checkbox notations multiply, the same progress is tracked in multiple files that disagree, completion claims lack evidence, and finished documents fossilize while still marked open. This Skill defines operating rules so ledgers never report unverified work as done and history is never lost. ## Core Features & Use Cases - Notation Standardization: Fixes a single three-state checkbox legend ([ ] / [~] / [x]) defined once per ledger, forbidding custom markers that break machine checks. - Single Source of Truth: Designates one file as the ledger to reconcile; other documents become references, preventing contradictory progress reports. - Evidence Pointers & Lifecycle Closure: Requires every completion claim to carry a proof pointer (log path, test name, commit hash, CI URL) and mandates closing finished documents with a closed marker and successor reference. - Use Case: When finishing a task, you update the ledger row with a commit hash in the same commit, close the stale STATUS document, and keep the plan document write-once with a pointer to the live ledger. ## Quick Start Ask the AI to update the progress ledger and close out the completed handoff document following the ledger-flow rules.