Agent skill
tech-debt
Review and prioritize technical debt
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tech-debt-davekilleen-dex
SKILL.md
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
-
Search for tech debt mentions:
- 04-Projects/
- Meeting notes with keywords: "tech debt", "refactor", "technical debt", "needs cleanup"
- Code review discussions
-
Extract for each item:
- Description
- Component/system affected
- Impact (velocity, stability, security)
- Estimated effort
- Age (when first noted)
-
Categorize by impact:
- Critical: Blocking work or security risk
- High: Slowing velocity significantly
- Medium: Creating friction
- Low: Nice to have
-
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
# 🔧 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]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?