What problem does it solve? Random fixes and quick patches waste time, mask underlying issues, and introduce new bugs. This Skill enforces a disciplined process that finds the root cause of any technical issue before any fix is attempted. ## Core Features & Use Cases - Four-Phase Process: Root cause investigation, pattern analysis, hypothesis testing, and implementation, each with explicit completion criteria. - Tight Feedback Loops: Build fast, deterministic, red-capable reproduction commands (failing tests, curl scripts, CLI invocations, headless browser checks) before forming theories. - Rule of Three: After three failed fixes, stop and question the architecture instead of attempting a fourth patch. - Use Case: A flaky integration test fails intermittently in CI. Use this Skill to raise the reproduction rate, trace data flow across component boundaries, form ranked falsifiable hypotheses, and land a single verified fix with a regression test. ## Quick Start Use the systematic-debugging skill to investigate why the checkout endpoint returns a 500 error before proposing any fix.