What problem does it solve? Deliberate shortcuts marked with ponytail: comments scatter across a codebase and quietly rot into permanent workarounds. This Skill harvests every marker into a single ledger so deferred work stays visible and each deferral keeps its named ceiling and upgrade trigger. ## Core Features & Use Cases - Marker Scanning: Greps the repository for ponytail: comment markers while skipping node_modules, .git, and build output. - Structured Ledger: Groups one row per marker by file with the simplification, its ceiling, and its upgrade trigger, with optional git blame ownership per row. - Rot Detection: Flags any marker missing an upgrade path with a no-trigger tag so silent deferrals surface immediately. - Use Case: Before a sprint review, ask for the ponytail ledger to see every shortcut the team deliberately took, which ones have no revisit trigger, and who owns each line. ## Quick Start Ask the assistant to run ponytail debt and list every shortcut marked in the repository with its ceiling and upgrade trigger.