What problem does it solve?
Deliberate code shortcuts marked with ponytail: comments are often forgotten over time, turning into permanent, untracked technical debt that slows down future development. This read-only Skill eliminates that risk by automatically collecting all such markers into a single, organized ledger without modifying any repository files.
Core Features & Use Cases
- Read-Only Full Codebase Scan: Automatically searches all repository files for
ponytail: comment markers, skipping irrelevant directories like node_modules, .git, and build output to avoid false positives, with no modifications to repository files.
- Structured Ledger Output: Groups findings by file, and includes the simplified code context, named ceiling limit, and defined upgrade trigger for each shortcut.
- Rot Risk Flagging: Highlights any
ponytail: markers with no defined upgrade path, which are the most likely to be forgotten and become permanent debt.
- Use Case: A development team can run this Skill at the end of a sprint to get a clear, actionable list of all deferred work, ensuring no shortcuts are left untracked.
Quick Start
Use the ponytail-debt skill to generate a complete ledger of all ponytail: code shortcuts in your current repository.