Systematic Debugging
Stoppar gissa-och-testa-fixar; genomdriver hypotesdriven felsökning.
Testad · Fungerar
Vad den gör
Ersätter Claudes standardbeteende "prova en trolig fix" med en disciplinerad loop: reproducera, formulera hypotes, instrumentera, verifiera. Bäst på buggar som redan överlevt en misslyckad fix.
Testrapport
Hittade grundorsaken till ett race condition som Claude tidigare "fixat" tre gånger genom att gissa. Hypotes-test-verifiera-loopen stoppade gissandet.
Testad: 2026-06-25 · Claude Code 2.x
Installation
/plugin marketplace add obra/superpowers-marketplace /plugin install superpowers
Kommandon och exempelprompter
/systematic-debuggingStoppar gissa-och-testa-fixar; genomdriver hypotesdriven felsökning.
Skills triggas av vanliga förfrågningar — inga kommandon att memorera. Efter installationen aktiverar prompter som dessa skillen (på engelska):
This bug survived one fix already, debug it systematicallyReproduce this bug and form a hypothesis before fixing itInstrument the code and verify the root cause of this crash