Systematic Debugging
Ferma le correzioni a tentativi; impone un debugging guidato da ipotesi.
Promosso
Cosa fa
Sostituisce il comportamento predefinito di Claude di "provare una correzione plausibile" con un ciclo disciplinato: riprodurre, ipotizzare, strumentare, verificare. Ottimo sui bug che sono già sopravvissuti a una correzione fallita.
Rapporto di test
Ha trovato la causa radice di una race condition che Claude aveva già "corretto" tre volte a tentativi. Il ciclo ipotesi-test-verifica ha fermato i tentativi a caso.
Testato il: 2026-06-25 · Claude Code 2.x
Installazione
/plugin marketplace add obra/superpowers-marketplace /plugin install superpowers
Comandi e prompt di esempio
/systematic-debuggingFerma le correzioni a tentativi; impone un debugging guidato da ipotesi.
Gli skill si attivano con richieste in linguaggio naturale, senza comandi da ricordare. Dopo l'installazione, prompt come questi lo attivano (in inglese):
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