tech-debt

Systematically identify, categorize, and prioritize technical debt.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tech-debt" with this command: npx skills add anthropics/knowledge-work-plugins/anthropics-knowledge-work-plugins-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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

data-visualization

No summary provided by upstream source.

Repository SourceNeeds Review
Research

task-management

No summary provided by upstream source.

Repository SourceNeeds Review
Research

content-creation

No summary provided by upstream source.

Repository SourceNeeds Review
Research

interactive-dashboard-builder

No summary provided by upstream source.

Repository SourceNeeds Review