Install the Systematic Debugging agent skill
In Developer Tools startups on Bowora

Systematic Debugging is an agent skill that forces evidence-led investigation—reproduce, collect signals, prove root cause, then fix—before the model starts guessing at code changes.
What Systematic Debugging is
Systematic Debugging from obra/superpowers encodes a disciplined workflow for broken tests, builds, runtime errors, and flaky integrations.
Install command
npx skills add https://github.com/obra/superpowers --skill systematic-debugging
First use
- Install the skill with the command above.
- Reload your agent client if needed.
- Invoke on a real failure with: reproduce steps, logs, hypothesis, and verification criteria.
Developers also compare MCP servers, Playwright MCP setup, and how founders evaluate developer tools.
FAQ
- Is this an MCP server?
- No. It is an agent skill from obra/superpowers.
- When should I use it?
- When tests, builds, or runtime behavior fail and you need evidence before guessing at fixes.
- What is a good example prompt?
- Reproduce this 500 error, collect logs, prove the root cause, then propose a minimal fix.
- Where is the source?
- Linked from /skills/systematic-debugging.


