What problem does it solve? Deliberate shortcuts marked with ponytail: comments in code tend to be forgotten, turning intentional deferrals into untracked technical debt. This Skill scans the codebase for every ponytail marker and consolidates them into a verifiable debt ledger with explicit ceilings and upgrade triggers. ## Core Features & Use Cases - Marker Harvesting: Scans the repository for #, //, /* */, and -- style ponytail comments and parses their 3-tuple format (what, ceiling, upgrade trigger). - CI Validation Gate: Runs mimori debt check to verify marker schema validity and enforce a hard 30-line total debt ceiling, exiting non-zero on failure. - Ledger Synchronization: Syncs in-code markers into .agents/memory.md under ## KNOWN DEBT, preserving operator waivers and purging stale entries. - Use Case: Before a release, run the debt check to confirm all deferred shortcuts have concrete upgrade triggers and that total debt stays within the agreed ceiling. ## Quick Start Ask the agent to list all ponytail debt markers in the repository and sync them into the known debt ledger.