What problem does it solve? Deliberate shortcuts marked with ponytail: comments tend to be forgotten and silently become permanent. This Skill scans the entire repository for those markers and compiles them into a single debt ledger so deferred work stays visible and trackable. ## Core Features & Use Cases - Repository-wide scan: Greps for ponytail: comment markers across the codebase while skipping node_modules, .git, and build output. - Structured ledger output: Produces one row per marker grouped by file, extracting the ceiling (the limit) and the upgrade path (the trigger to revisit) from each comment. - Rot-risk flagging: Tags any marker missing an upgrade trigger as no-trigger, highlighting the deferrals most likely to rot. - Use Case: Before a sprint planning session, run the scan to list every shortcut the team deliberately deferred, then decide which ones to schedule based on their named ceilings and triggers. ## Quick Start Ask the assistant to run ponytail debt and list every shortcut marked in this repository.