What problem does it solve? Work folders drift over time: plan.md grows past one screen, checkboxes go stale, completed phases aren't reflected, and orphan files pile up without links. This Skill performs a deep audit and rebuilds the folder as a tree of per-task subfolders, each with its own plan.md, so any node can be understood cold in 30 seconds. ## Core Features & Use Cases - Tree restructuring: Applies the "one task = one folder" rule recursively, with TODO_/WIP_ lifecycle prefixes and date-stamped archive/ folders for closed work. - Source-based reconstruction: Rebuilds plans from primary sources (files, git history, conversation context) rather than reformatting the stale old plan. - Naming and linking conventions: Enforces standard file prefixes (design_, review_, research_, handoff_, notes_, playbook_) and requires every reference in plan.md to carry a line of context, never a bare link. - Use Case: A project folder has a 300-line plan.md mixing done and open work. The Skill diagnoses the drift, proposes a tree of WIP_/TODO_/archive subfolders for approval, then writes a one-screen plan.md at every level. ## Quick Start Ask the agent to run a project revision on the work folder whose plan.md has become bloated and hard to scan.