tech-debt
Systematically identifies, classifies, and prioritizes technical debt, covering both code debt and architectural debt categories.
npx skills add anthropics/knowledge-work-plugins --skill tech-debtBefore / After Comparison
1 组Technical debt is recorded sporadically based on team experience, lacking unified classification and prioritization standards. Important debts are overlooked, leading to gradual system decay, and the repayment order lacks a clear basis.
Systematically scan and identify code debt and architectural debt, automatically classifying and prioritizing them by impact scope and urgency. This generates a prioritized list, providing data support for technical decisions.
tech-debt
Tech Debt Management
Systematically identify, categorize, and prioritize technical debt.
Categories
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
Prioritization Framework
Score each item on:
-
Impact: How much does it slow the team down? (1-5)
-
Risk: What happens if we don't fix it? (1-5)
-
Effort: How hard is the fix? (1-5, inverted — lower effort = higher priority)
Priority = (Impact + Risk) x (6 - Effort)
Output
Produce a prioritized list with estimated effort, business justification for each item, and a phased remediation plan that can be done alongside feature work. Weekly Installs206Repositoryanthropics/know…-pluginsGitHub Stars9.9KFirst SeenFeb 24, 2026Security AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled oncodex194gemini-cli193opencode193cursor192github-copilot192amp191
User Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill