identify_tech_debt
Analyze a codebase to inventory technical debt and propose a refactoring strategy with impact, roadmap, and quick wins.
Instructions
Identify technical debt in a codebase and propose a refactoring strategy. Returns a structured prompt covering debt inventory, business impact, refactor roadmap, and quick wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotspots | No | Known problem modules / packages, if any. | |
| symptoms | No | Symptoms attributed to debt: slow PRs, on-call pain, flaky tests, regressions. | |
| codebaseSummary | Yes | High-level summary of the codebase: structure, age, languages, scale. |