What problem does it solve? Developers often apply quick patches that mask symptoms instead of fixing the underlying issue, leading to recurring bugs and regressions. This Skill enforces a disciplined debugging process that requires identifying the root cause before any fix is attempted. ## Core Features & Use Cases - Four-Phase Framework: Root cause investigation, pattern analysis, hypothesis testing, and verified implementation. - Five Failure Modes Checklist: Explicitly checks for hallucinated actions, scope creep, cascading errors, context loss, and tool misuse during reviews. - Scenario Playbooks: Step-by-step procedures for test failures, runtime errors, regressions, and intermittent failures. - Use Case: When a test suite fails after a refactor, use this Skill to trace the failing assertion back through the call chain, form a single hypothesis, and implement one verified fix instead of trial-and-error patching. ## Quick Start Use the systematic debugging skill to investigate why this test is failing and find the root cause before fixing it.