systematic-debugging
How to Install
Claude Code:
git clone --depth 1 https://github.com/obra/superpowers.git && cp superpowers/skills/systematic-debugging ~/.claude/skills/systematic-debuggingCursor:
Copy the SKILL.md content into your .cursorrules file# Systematic Debugging
## Overview
Random fixes waste time and create new bugs. Quick patches mask underlying issues.
**Core principle:** ALWAYS find root cause before attempting fixes. Symptom fixes are failure.
**Violating the letter of this process is violating the spirit of debugging.**
##
Details
| Category | Coding → generation |
| Source | https://github.com/obra/superpowers |
| Stars | ★ 229.8K |
| Risk Level | N/A |
Related Skills
verification-before-completion
# Verification Before Completion
## Overview
Claiming work is complete without verification is dis
test-driven-development
# Test-Driven Development (TDD)
## Overview
Write the test first. Watch it fail. Write minimal cod
debugging-and-error-recovery
# Debugging and Error Recovery
## Overview
Systematic debugging with structured triage. When somet
deprecation-and-migration
# Deprecation and Migration
## Overview
Code is a liability, not an asset. Every line of code has