Реестр технического долга по маркерам ponytail

★ 7.5 · vibe-coding

ponytail-debt is a Claude Code skill that harvests every `ponytail:` comment across a repository into a single debt ledger, preventing deliberate shortcuts from quietly becoming permanent technical debt. It greps the entire repo — skipping `node_modules`, `.git`, and build output — and produces one ledger row per marker showing the file, line, what was simplified, the named ceiling, and the upgrade trigger. Comments that name no upgrade path or trigger are flagged with a `no-trigger` tag, identifying the entries most at risk of silently rotting. The report closes with a summary line `<N> markers, <M> with no trigger`; if persistence is needed, the skill writes the ledger to a file such as `PONYTAIL-DEBT.md`. It reads and reports only, changes nothing — ideal for teams using the `ponytail:` convention to track intentional deferrals and keep deferred decisions visible.