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 deferrals stay visible and tracked instead of being forgotten. ## Core Features & Use Cases - Codebase-wide scan: Greps for ponytail: comment markers across the repo, 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: Before a sprint planning session, run the scan to list every deferred shortcut with its revisit trigger, then optionally persist the report to PONYTAIL-DEBT.md. ## Quick Start Ask the assistant to run ponytail debt and list every shortcut marked in the codebase with its ceiling and upgrade trigger.