engineering/skills/tech-debt/SKILL.md
Identify, categorize, and prioritize technical debt. Trigger with "tech debt", "technical debt audit", "what should we refactor", "code health", or when the user asks about code quality, refactoring priorities, or maintenance backlog.
npx skillsauth add grailautomation/claude-plugins tech-debtInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Systematically identify, categorize, and prioritize technical debt.
| 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 |
Score each item on:
Priority = (Impact + Risk) x (6 - Effort)
Produce a prioritized list with estimated effort, business justification for each item, and a phased remediation plan that can be done alongside feature work.
documentation
Write a feature spec or PRD from a problem statement or feature idea
development
Synthesize qualitative and quantitative user research into structured insights and opportunity areas. Use when analyzing interview notes, survey responses, support tickets, or behavioral data to identify themes, build personas, or prioritize opportunities.
research
Synthesize user research from interviews, surveys, and feedback into structured insights
data-ai
Generate a stakeholder update tailored to audience and cadence