About
The Systematic Debugging skill transforms the debugging workflow by mandating a strict 'root cause first' methodology. It guides developers through four distinct phases—investigation, pattern analysis, hypothesis testing, and implementation—to ensure that patches don't just mask symptoms but solve the underlying problem. This skill is particularly effective for complex, multi-component systems where data flow is difficult to trace, providing structured guidance on diagnostic instrumentation and architectural evaluation when standard fixes fail.