What problem does it solve?
This Skill eliminates the time-wasting cycle of random fixes and symptom-patching by enforcing a rigorous, four-phase systematic debugging framework. It ensures you always identify the true root cause of any technical issue before attempting solutions, preventing new bugs and costly rework.
Core Features & Use Cases
- Four-Phase Framework: Guides you through Root Cause Investigation, Pattern Analysis, Hypothesis Testing, and Implementation.
- Evidence-Based Debugging: Emphasizes reproducing issues, checking recent changes, and gathering diagnostic evidence in multi-component systems.
- Root Cause Iron Law: Enforces that no fixes are proposed without a complete root cause investigation, saving countless hours.
- Use Case: When a critical test fails or a production bug emerges, use this skill to systematically investigate the issue, ensuring you understand why it's happening before implementing a robust, lasting fix.
Quick Start
Use the systematic-debugging skill to investigate why the user login is failing.