What problem does it solve?
This Skill eliminates the wasted time and recurring issues caused by random, symptom-focused bug fixes that fail to address the underlying root cause of technical problems.
Core Features & Use Cases
- 4-Phase Structured Workflow: Guides users through root cause investigation, pattern analysis, hypothesis testing, and verified implementation to ensure no fixes are attempted before the problem is fully understood.
- Built-in Guardrails: Enforces the "Iron Law" (no fixes without root cause) and the Rule of Three (stop after 3 failed fixes to question architecture) to prevent guesswork and thrashing under time pressure.
- Use Case: When a production test fails repeatedly after multiple quick fixes, this Skill guides you to reproduce the issue, trace the bad data flow to its source, form a single testable hypothesis, and implement a verified fix with a regression test to prevent recurrence.
Quick Start
Use the systematic-debugging skill to investigate the failing end-to-end test in the user authentication module and identify its root cause before proposing any fixes.