소개
The Systematic Debugging skill transforms Claude into a rigorous technical investigator by enforcing the 'Iron Law': no fixes without root cause investigation first. It guides the AI through a structured workflow—Root Cause Investigation, Pattern Analysis, Hypothesis Testing, and Implementation—to ensure bugs are fully understood before code is changed. This approach is particularly effective for complex, multi-layered systems where it uses diagnostic instrumentation to trace data flow across component boundaries, preventing the common trap of 'thrashing' where quick patches inadvertently create new issues.