What problem does it solve? Deliberate shortcuts marked with ponytail: comments scatter across a codebase and quietly rot into permanent debt. This Skill collects every marker into one ledger so deferred work stays visible instead of becoming "later means never". ## Core Features & Use Cases - Repo-wide scan: Greps for ponytail: comment markers (skipping node_modules, .git, and build output) and turns each hit into a ledger row with file, line, ceiling, and upgrade trigger. - Rot-risk flagging: Any marker missing an upgrade path gets a no-trigger tag, highlighting the deferrals most likely to silently become permanent. - Optional ownership: Add git blame per line to attach an owner to each debt row. - Use Case: Before a sprint planning session, run the scan to list every shortcut the team deliberately took, grouped by file, so you can decide which deferred items to schedule. ## Quick Start Ask the assistant to run ponytail debt and list every shortcut marked in this repository.