What problem does it solve? Deliberate shortcuts marked with ponytail: comments scatter across a codebase and quietly rot into permanent debt. This Skill greps the repository for every marker and compiles them into a single ledger so deferred work stays visible instead of being forgotten. ## Core Features & Use Cases - Marker Scanning: Greps the repo for ponytail: comment markers while skipping node_modules, .git, and build output. - Structured Ledger: Outputs one row per marker grouped by file, extracting the ceiling (the limit) and the upgrade trigger from each comment. - Rot Detection: Flags any marker missing an upgrade path with a no-trigger tag so the riskiest deferrals stand out. - Use Case: Before a sprint planning session, run the scan to list every shortcut ponytail left behind, see which ones have no revisit trigger, and decide what to pay down. ## Quick Start Ask the assistant to run ponytail-debt and list every ponytail marker in this repository with its ceiling and upgrade trigger.