← Back to list

long-term-debt-tracker
by hohai99
⭐ 0🍴 1📅 Jan 22, 2026
SKILL.md
name: long-term-debt-tracker description: Tracks, classifies, and prioritizes technical debt (code, spec, and process) over time. Use to prevent silent rot. triggers: [periodic-maintenance, post-incident, technical-debt-audit] outputs: [debt-backlog, risk-priority-matrix]
Long Term Debt Tracker
Purpose
Provides visibility into the "hidden costs" of past decisions. By tracking debt, the system can advocate for refactoring or spec updates before they cause a critical failure.
When to use this skill
- During regular maintenance windows
- After an incident where debt was a contributing factor
- When "temporary" workarounds are introduced to meet a deadline
Tracking Steps
- Identify Recurring Pain Points: Where do developers or the AI struggle most? (e.g., "The auth module is always flaky").
- Classify Debt:
- Code Debt: Hard-to-test logic, duplication.
- Spec Debt: Outdated requirements, missing edge cases.
- Process Debt: Slow CI/CD, manual approval bottlenecks.
- Rank by Risk: Use a Probability x Impact matrix to prioritize.
- Propose Remediation: Suggest specific tasks or skills to address the debt.
Decision Tree
flowchart TD
A[Identify Debt] --> B{High Risk?}
B -->|Yes| C[Escalate for Immediate Fix]
B -->|No| D{High Maintenance Cost?}
D -->|Yes| E[Add to Next Sprint]
D -->|No| F[Log in Backlog]
E --> G[Link to Spec/Incident]
F --> G
Review Checklist
- Quantification: Is the cost of the debt (e.g., extra dev hours) estimated?
- Origin: Is it documented why this debt was introduced (e.g., "rushed for MVP")?
- Trend: Is the project debt increasing or decreasing over time?
- Scope: Does the remediation plan address the root cause?
How to provide feedback
- Be specific: "The entry 'Refactor Auth' is too broad."
- Explain why: "Broad debt items are never prioritized because they lack clear scope."
- Suggest alternatives: "Break into: 'Extract JWT logic from Controller' and 'Add unit tests for refresh-token'."
Untracked debt compounds silently.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon