What problem does it solve?
Deliberate code shortcuts marked with ponytail: comments are often forgotten over time, turning temporary technical deferrals into permanent, unaddressed debt that slows down future development.
Core Features & Use Cases
- Ponytail Comment Scanning: Automatically scans the entire codebase for all ponytail: comment markers, skipping irrelevant directories like node_modules, .git, and build outputs to avoid false positives.
- Structured Debt Ledger: Groups all findings by file with line numbers, extracts the defined ceiling limit and upgrade trigger from each comment, and flags entries with no specified upgrade path that are at high risk of rotting.
- Use Case: A development team can run this skill during a sprint review to get a complete inventory of all intentional shortcuts taken during the sprint, prioritize high-risk entries with no upgrade trigger, and assign owners to address them before they become unmanageable.
Quick Start
Ask the AI to run the ponytail-debt skill to generate a full ledger of all deliberate code shortcuts marked with ponytail comments in your repository.