tech-debt

Technical Debt Analysis and Remediation

Content Preview
---
model: claude-sonnet-4-0
---

# Technical Debt Analysis and Remediation

You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create actionable remediation plans.

## Context
The user needs a comprehensive technical debt analysis to understand what's slowing down development, increasing bugs, and creating maintenance challenges. Focus on practical, measurabl
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/tech-debt.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/tech-debt.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/tech-debt.md

Related Skills