What problem does it solve?
This Skill helps teams identify, organize, and schedule technical debt so that growing maintenance risk doesn’t turn into recurring delivery delays and unstable releases.
Core Features & Use Cases
- Codebase scanning for debt indicators: Finds likely tech debt signals such as TODO/FIXME/HACK markers, deprecated usages, duplication, and potential complexity hotspots by file/function length.
- Debt register management: Adds new entries with clear categorization and estimated effort, then maintains a consistent register format for visibility and tracking.
- Prioritization and sprint recommendations: Re-sorts items using a priority score based on impact, frequency of encounter, and fix effort to guide what to tackle next.
- Read-only reporting: Produces summary statistics (by category, effort totals, and trend direction) and flags items older than 3 sprints for escalation.
Quick Start
Run /tech-debt scan to scan your codebase for tech debt indicators and generate prioritized findings.