Install
Terminal · npx$
npx skills add https://github.com/obra/superpowers --skill brainstormingWorks with Paperclip
How Tech Debt fits into a Paperclip company.
Tech Debt drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.
S
SaaS FactoryPaired
Pre-configured AI company — 18 agents, 18 skills, one-time purchase.
$27$59
Explore packSource file
SKILL.md32 linesExpandCollapse
---name: tech-debtdescription: 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.--- # 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.Related skills
Accessibility Review
Install Accessibility Review skill for Claude Code from anthropics/knowledge-work-plugins.
Account Research
Install Account Research skill for Claude Code from anthropics/knowledge-work-plugins.
Algorithmic Art
When you want to create generative art that's actually algorithmic rather than just randomized shapes, this skill follows a two-step process that works surprisi