Systematic Debugging

Full four-phase root-cause loop — investigate, analyze patterns, hypothesize, implement — for a failure that survived a first pass. Bars any further fix until the cause is proven, counts failed attempts, and turns the third failure into an architecture question. Use when a fix attempt has already failed, the same defect keeps coming back, each fix exposes a new problem elsewhere, or the root cause must be proven before another line changes — including when time pressure makes guessing tempting. `debug` is the front door that hands cases here.

shipshitdev 0ec79c2 3 files · 11.3 KB Updated

File contents

shipshitdev/skills/tree/main/skills/systematic-debugging commit 0ec79c2137

Frequently asked questions

npx skillmds add shipshitdev/systematic-debugging