/brooks-debt
Tech debt assessment that identifies, classifies, and prioritizes maintainability problems โ helping teams build a refactoring roadmap โ drawing on twelve classic engineering books. Triggers when: user asks about tech debt, refactoring priorities, what to clean up first, or asks
One skill from brooks-lint.
shell
$ npx -y skills add hyhmrright/brooks-lint --skill brooks-debt --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/brooks-debt
Context preview
The summary Claude sees to decide when to auto-load this skill.
Tech debt assessment that identifies, classifies, and prioritizes maintainability problems โ helping teams build a refactoring roadmap โ drawing on twelve classic engineering books. Triggers when: user asks about tech debt, refactoring priorities, what to clean up first, or asks
Stats
Stars1,248
Forks59
LanguageJavaScript
LicenseMIT
Ships with brooks-lint
SKILL.md
brooks-debt.SKILL.md
--- name: brooks-debt description: > Tech debt assessment that identifies, classifies, and prioritizes maintainability problems โ helping teams build a refactoring roadmap โ drawing on twelve classic engineering books. Triggers when: user asks about tech debt, refactoring priorities, what to clean up first, or asks "why is this so hard to change?", "what should we fix first?", or "how do I justify refactoring to management?". Do NOT trigger for: server health checks, HTTP /health endpoints, Kubernetes probes, database health, or application uptime โ "health" in those contexts is infrastructure, not code quality. Also not for single-function refactoring questions. --- # Brooks-Lint โ Tech Debt Assessment ## Setup 1. Read `../_shared/common.md` for the Iron Law, Project Config, Report Template, and Health Score rules 2. Read `../_shared/source-coverage.md` for book-level coverage, exceptions, and tradeoffs 3. Read `../_shared/decay-risks.md` for symptom definitions and source attributions 4. Read `debt-guide.md` in this directory for the debt classification framework ## Process **If the user has not described the codebase or pointed to specific areas:** apply Auto Scope Detection from `../_shared/common.md` to determine the assessment scope before proceeding.
