AI AGENT ADDONS

Systematic Debugging

obra/superpowers
Debugging
153,631installs

When you face a bug or a test failure, do not guess. Random fixes waste time and often create new problems. The core rule is simple. Find the root cause before you try any fix.

This process has four phases. First, investigate the root cause. Read error messages carefully. Reproduce the problem. Check recent changes. Trace data flow. Second, analyze patterns by comparing working and broken code. Third, apply the fix only after understanding the real source. Fourth, verify the fix works.

Follow each phase in order. Do not skip. Even simple bugs have root causes. This method saves time and prevents rework. It works for any technical issue from test failures to production bugs.

Add Systematic Debugging skill to your workflow

Global

mkdir -p ~/.claude/skills/systematic-debugging

Project

mkdir -p .claude/skills/systematic-debugging

Source Repository

Stars
240,546
Forks
21,355
Watchers
240,546
License
MIT
Last Push
6 days ago
Created
8 months ago