Systematic Debugging

Stoppar gissa-och-testa-fixar; genomdriver hypotesdriven felsökning.

av Jesse Vincent · obra/superpowers

Testad · Fungerar ★ 9.6/10

Systematic Debugging — Stoppar gissa-och-testa-fixar; genomdriver hypotesdriven felsökning.

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 systematically
  • Reproduce this bug and form a hypothesis before fixing it
  • Instrument the code and verify the root cause of this crash