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 and trackable instead of being forgotten. ## Core Features & Use Cases - Repo-wide marker scan: Greps for ponytail: comment markers while skipping node_modules, .git, and build output. - Structured ledger output: Groups one row per marker by file, extracting the ceiling (what was simplified) and the upgrade trigger from each comment. - Rot-risk flagging: Tags any marker missing an upgrade path as no-trigger, highlighting the deferrals most likely to silently become permanent. - Use Case: After a fast build sprint, run the ledger to list every shortcut the team deferred, see which ones lack a revisit trigger, and optionally persist the report to PONYTAIL-DEBT.md. ## Quick Start Ask the agent to run ponytail-debt and list every shortcut marked in the codebase with its ceiling and upgrade trigger.