What problem does it solve? Engineering teams accumulate technical debt that silently slows development velocity and increases maintenance costs, but they lack a systematic way to identify, quantify, and prioritize it. This Skill turns vague concerns about code quality into a scored, prioritized backlog with trend tracking so teams can make data-driven decisions about when to pay down debt. ## Core Features & Use Cases - Debt Scanner: Automatically detects debt signals in a codebase (large functions, high complexity, duplicate code, TODO comments, security risks) and emits a structured JSON inventory with severity scores and recommendations. - Debt Prioritizer: Scores each debt item using cost-of-delay, WSJF, or RICE frameworks, estimates effort and interest rates, and produces a sprint-by-sprint allocation plan. - Debt Dashboard: Compares dated inventory snapshots to compute health scores, trend direction, debt velocity (accruing vs. resolved), and executive-ready summaries. - Use Case: Before a cleanup sprint, scan the repository, prioritize the backlog with WSJF for a 6-person team, then after the sprint re-scan and run the dashboard to verify the targeted debt categories actually decreased. ## Quick Start Ask the AI to scan your codebase for technical debt and generate a prioritized remediation plan with sprint allocation.