From engineering
Identifies, categorizes, and prioritizes technical debt across code, architecture, tests, dependencies, documentation, and infrastructure. Provides a scoring framework and phased remediation plan.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering:tech-debtThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematically identify, categorize, and prioritize technical debt.
Systematically identify, categorize, and prioritize technical debt.
| Type | Examples | Risk |
|---|---|---|
| Code debt | Duplicated logic, poor abstractions, magic numbers | Bugs, slow development |
| Architecture debt | Monolith that should be split, wrong data store | Scaling limits |
| Test debt | Low coverage, flaky tests, missing integration tests | Regressions ship |
| Dependency debt | Outdated libraries, unmaintained dependencies | Security vulns |
| Documentation debt | Missing runbooks, outdated READMEs, tribal knowledge | Onboarding pain |
| Infrastructure debt | Manual deploys, no monitoring, no IaC | Incidents, slow recovery |
Score each item on:
Priority = (Impact + Risk) x (6 - Effort)
Produce a prioritized list with estimated effort, business justification for each item, and a phased remediation plan that can be done alongside feature work.
npx claudepluginhub p/tresic-cloud-engineering-engineering10plugins reuse this skill
First indexed Jun 13, 2026
Showing the 6 earliest of 10 plugins
Identifies, categorizes, and prioritizes technical debt across code, architecture, tests, dependencies, documentation, and infrastructure. Provides a scoring framework and phased remediation plan.
Analyzes codebases to identify, quantify, prioritize technical debt in code, architecture, testing, docs, and infra, with remediation plans.
Identifies, quantifies, and prioritizes technical debt across code, architecture, testing, documentation, and infrastructure. Creates actionable remediation plans with measurable ROI.