What problem does it solve?
Tech debt detection and prioritization is hard to do consistently, so projects either accumulate hidden risk or spend time refactoring without business justification.
Core Features & Use Cases
- Codebase scanning with actionable signals: Identifies TODO/FIXME/HACK markers, oversized files and functions, duplication, test gaps, outdated dependencies, and documentation/infra debt indicators.
- Severity scoring and structured manual review: Converts findings into a scored inventory across Code, Architecture, Test, Dependency, Documentation, and Infrastructure debt types.
- Cost-of-Delay prioritization and remediation planning: Produces a ranked plan using severity × business impact ÷ effort and formats recommendations into sprint- and quarter-ready outputs.
- Use Case: Before a major refactor, quickly understand what’s causing reliability or velocity drag, then schedule the highest-return remediation work.
Quick Start
Ask an agent to run a technical-debt scan of your repository, score findings by severity and effort, then output the top prioritized remediation items with a sprint and quarterly plan.