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 Harvesting: 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, with optional git blame ownership. - Rot Detection: Flags any marker missing an upgrade path with a no-trigger tag so silent debt is surfaced. - Use Case: Before a sprint planning session, run the ledger to list every deferred shortcut, 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 shortcut marked in this repository.