This is a framework for actually finding root causes instead of slapping Band-Aids on symptoms. It enforces an iron law: no fixes without investigation first, and no claiming completion without verification evidence. The core insight is real: systematic debugging averages 15-30 minutes while guess-and-check thrashing burns 2-3 hours. Four sub-skills cover the full cycle from tracing bugs backward through the call stack to defense-in-depth validation at every layer. The quick dispatch table is handy for knowing which approach fits your current fire. If you've ever "fixed" a bug three times because you kept treating symptoms, this will feel like finally putting on glasses.
npx skills add https://github.com/mrgoonie/claudekit-skills --skill debugging