Review and prioritize technical debt
Scanned 2/12/2026
Install to Claude Code
npx -y skills add davekilleen/Dex --skill tech-debt --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tech Debt?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/davekilleen-tech-debt)More formats (shields.io, HTML) on the badges page.
---
name: tech-debt
description: Review and prioritize technical debt
role_groups: [engineering, leadership]
jtbd: |
Tech debt accumulates but gets lost in scattered notes. This scans projects and
notes for tech debt mentions, groups by impact and effort, checks age of items,
and suggests prioritization so you can make data-driven decisions about when to
pay down debt.
time_investment: "15-20 minutes per review"
---
## Purpose
Inventory technical debt, assess impact/effort, and prioritize what to address.
## Usage
- `/tech-debt` - Full tech debt review
- `/tech-debt [component]` - Focus on specific system/component
---
## Steps
1. **Search for tech debt mentions:**
- 04-Projects/
- Meeting notes with keywords: "tech debt", "refactor", "technical debt", "needs cleanup"
- Code review discussions
2. **Extract for each item:**
- Description
- Component/system affected
- Impact (velocity, stability, security)
- Estimated effort
- Age (when first noted)
3. **Categorize by impact:**
- Critical: Blocking work or security risk
- High: Slowing velocity significantly
- Medium: Creating friction
- Low: Nice to have
4. **Generate prioritization matrix:**
- High impact + low effort = Do now
- High impact + high effort = Plan for
- Low impact + low effort = Quick wins
- Low impact + high effort = Defer
---
## Output Format
```markdown
# 🔧 Technical Debt Inventory
**Items identified:** [Count]
**Critical items:** [Count]
## Do Now (High Impact + Low Effort)
- [Item] - Impact: [Why] - Effort: [Estimate]
## Plan For (High Impact + High Effort)
- [Item] - Impact: [Why] - Effort: [Estimate]
## Aging Debt (>6 months)
- [Item] - First noted: [Date]
## Recommendations
1. [Top priority]
2. [Second priority]
```
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!