概要
This skill equips Claude with a structured debugging protocol designed to eliminate inefficient 'guess-and-check' workflows. It enforces a strict 'Iron Law' that prevents premature code changes, requiring comprehensive root cause investigation, pattern analysis, and minimal hypothesis testing before any implementation occurs. By following these structured phases, the skill helps developers solve complex bugs in multi-component systems, reduces the introduction of new regressions, and identifies when persistent failures indicate deeper architectural issues rather than simple code errors.