---
id: daily-tech-debt
name: "tech-debt"
url: https://skills.yangsir.net/skill/daily-tech-debt
author: anthropics
domain: ai-software-architecture-engineering
tags: ["tech-debt", "code-quality", "architecture-review", "prioritization"]
install_count: 2900
rating: 4.40 (46 reviews)
github: https://github.com/anthropics/knowledge-work-plugins
---

# tech-debt

> 系统化识别、分类和优先排序技术债务，覆盖代码债务和架构债务两大类别

**Stats**: 2,900 installs · 4.4/5 (46 reviews)

## Before / After 对比

### 技术债务管理

**Before**:

技术债务凭团队经验零散记录，缺乏统一分类和优先级评估标准，重要债务被忽视导致系统逐渐腐化，偿还顺序缺乏依据

**After**:

系统化扫描识别代码债务和架构债务，按影响范围和紧迫度自动分类排序，生成优先级清单，为技术决策提供数据支撑

| Metric | Before | After | Change |
|---|---|---|---|
| 债务识别覆盖率 | 30% | 85% | +183% |

## Readme

# 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 Installs206Repository[anthropics/know…-plugins](https://github.com/anthropics/knowledge-work-plugins)GitHub Stars9.9KFirst SeenFeb 24, 2026Security Audits[Gen Agent Trust HubPass](/anthropics/knowledge-work-plugins/tech-debt/security/agent-trust-hub)[SocketPass](/anthropics/knowledge-work-plugins/tech-debt/security/socket)[SnykPass](/anthropics/knowledge-work-plugins/tech-debt/security/snyk)Installed oncodex194gemini-cli193opencode193cursor192github-copilot192amp191

---
*Source: https://skills.yangsir.net/skill/daily-tech-debt*
*Markdown mirror: https://skills.yangsir.net/api/skill/daily-tech-debt/markdown*