What problem does it solve? Deliberate shortcuts marked with ponytail: comments tend to be forgotten and silently become permanent. This Skill scans the entire codebase for those markers and compiles them into a single debt ledger so deferred work stays visible and trackable. ## Core Features & Use Cases - Codebase-wide scan: Greps for ponytail: comment markers across files while skipping node_modules, .git, and build output. - Structured ledger output: Produces one row per marker grouped by file, extracting the ceiling (limit) and upgrade path (trigger) from each comment. - Rot-risk flagging: Tags any marker missing an upgrade trigger as no-trigger so the riskiest deferrals stand out. - Use Case: After a fast-moving sprint where developers left ponytail: comments on temporary implementations, run the scan to get a complete ledger of what was deferred, why, and when to revisit it. ## Quick Start Ask the assistant to run ponytail debt and list every shortcut marked in this repository.