ponytail-debt

Scan codebases for 'ponytail:' comments and generate debt ledger reports.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/matchacone/pickle-LARP --skill ponytail-debt-matchacone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ponytail-debt
Source: https://github.com/matchacone/pickle-LARP/tree/main/.agent/skills/ponytail-debt
Command: npx skills add https://github.com/matchacone/pickle-LARP --skill ponytail-debt-matchacone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill manages and reports on 'ponytail' debt in the codebase, ensuring that deliberate shortcuts and deferrals are documented and tracked.

Core Features & Use Cases

  • Identify Ponytail Debt: Automatically scans the codebase for 'ponytail:' comments and records them.
  • Report Debt: Generates a report detailing each 'ponytail' comment, its ceiling, and upgrade path.
  • Flag Rot Risk: Highlights 'ponytail' comments without an upgrade path to prevent silent rot.
  • Use Case: When you need to keep a record of the shortcuts and deferrals made in the codebase for future review.

Quick Start

Run the ponytail-debt skill to generate a debt ledger report.

Frequently Asked Questions about ponytail-debt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track deliberate code shortcuts and deferrals in my codebase?

Track technical debt by automatically scanning the codebase for 'ponytail:' comments to capture deliberate shortcuts and deferrals. It generates a debt ledger report detailing each deferral, its ceiling, and required upgrade path for maintenance review.

What is ponytail debt and how does it relate to technical debt?

Ponytail debt is a specific type of technical debt representing deliberate code shortcuts marked with 'ponytail:' comments. It tracks the ceiling of these deferrals and their required upgrade paths to prevent silent code rot during maintenance.

How do I generate a report of code debt and deferral ceilings?

Generate a code debt report by running the skill to scan for 'ponytail:' comments. The output report details each shortcut, its specific ceiling, and the documented upgrade path, providing clear insights into deferred maintenance tasks.

Can I flag technical debt that lacks an upgrade path to prevent code rot?

Yes, flag technical debt without an upgrade path to prevent silent code rot. The skill highlights 'ponytail' comments missing a defined upgrade path, ensuring undocumented deferrals are immediately visible in the debt ledger report.

Does tracking ponytail debt require any special dependencies or frameworks?

No, tracking ponytail debt requires no special dependencies or frameworks. The skill operates independently using scripts to scan the codebase, identifying 'ponytail:' comments and generating reports without requiring external tools.

When should I not use a comment-based approach for tracking technical debt?

A comment-based approach for tracking technical debt is limited when shortcuts are not explicitly marked with 'ponytail:' comments. It cannot automatically detect implicit deferrals or undocumented code shortcuts lacking the specific tag required for scanning.