What problem does it solve? Long-lived documents accumulate mixed content: completed plans, stale statements, and pending work items become indistinguishable, and nobody reads the file whole anymore. This Skill provides a repeatable review pattern for sorting such a document against the actual work queue. ## Core Features & Use Cases - Statement-level triage: Applies a single selection sign — a statement stays only if nobody intends to change it — to both bullet items and prose paragraphs. - Work queue verification: Checks each item against its linked task (e.g., GitHub issues via gh issue list), measuring content coverage before removal so no live detail is lost. - File fate decision: Determines whether the reviewed file stays with a new preamble, moves to an archive, or is deleted, and purges dangling references with a repository-wide grep. - Use Case: A BACKLOG.md has grown to hundreds of lines mixing done and pending work. Run this sweep to transfer live details into task bodies, remove stale statements, and decide the file's fate in one branch. ## Quick Start Review docs/BACKLOG.md using the doc-style-sweep pattern: sort every statement against the work queue, verify task coverage, and tell me the fate of the file.