What problem does it solve? Deliberate shortcuts marked with anti-overengineering: comments tend to be forgotten and silently become permanent. This Skill scans the codebase for every such marker and compiles them into a single debt ledger so deferred work stays visible and trackable. ## Core Features & Use Cases - Marker Scanning: Greps the repository for anti-overengineering: comment markers while skipping node_modules, .git, target, and build output. - Structured Ledger: Produces one row per marker grouped by file, extracting the ceiling (the limit named) and the upgrade trigger from each comment, with optional git blame ownership. - Rot Detection: Flags any marker lacking an upgrade trigger with a no-trigger tag, highlighting the shortcuts most likely to rot. - Use Case: Before a sprint planning session, run the scan to list every deferred simplification, identify which ones have no revisit trigger, and decide which debts to pay down. ## Quick Start Ask the assistant to run the anti-overengineering debt scan and list every marked shortcut in this repository with its ceiling and upgrade trigger.