소개
The Systematic Debugging skill provides a structured four-phase framework—Root Cause Investigation, Pattern Analysis, Hypothesis Testing, and Implementation—to ensure developers find the actual source of a failure before writing any code. By integrating with the Research-Plan-Implement (RPI) workflow, it prevents 'shotgun debugging' and encourages scientific investigation through evidence gathering, bisection, and isolation. This methodology results in more stable codebases, reduces technical debt, and ensures that fixes are verified with failing tests before completion.