What problem does it solve?
This Skill eliminates the wasted time and recurring defects caused by random, symptom-focused bug fixes that ignore underlying root causes, which often lead to hours of thrashing and new issues introduced by patchwork solutions.
Core Features & Use Cases
- 4-Phase Systematic Workflow: Enforces a structured process of root cause investigation, pattern analysis, hypothesis testing, and controlled implementation to ensure bugs are fixed at the source.
- Pressure-Resistant Guardrails: Includes explicit anti-shortcut language, red flag checks, and rationalization countermeasures to prevent cutting corners during emergencies or when quick fixes seem obvious.
- Supporting Techniques: Provides actionable guidance for root cause tracing, defense-in-depth validation, and condition-based waiting to address common debugging challenges.
- Use Cases: Ideal for test failure diagnosis, production incident response, performance issue troubleshooting, and any scenario where random fixes risk creating new bugs.
Quick Start
Use the systematic-debugging skill to investigate the root cause of the failing payment-processing test before proposing any fixes.