What problem does it solve?
This Skill eliminates wasted time and recurring bugs caused by random, symptom-focused fixes that fail to address underlying root causes, even when under production pressure or tight deadlines.
Core Features & Use Cases
- 4-Phase Structured Workflow: Enforces a mandatory root cause investigation phase before any fixes, followed by pattern analysis, hypothesis testing, and controlled implementation.
- Pressure-Resistant Guardrails: Includes explicit anti-pattern guidance, red flag checks, and rationalization countermeasures to prevent shortcuts during emergencies or when exhausted.
- Supporting Techniques: Provides actionable methods for root cause tracing through call stacks, condition-based waiting to fix flaky tests, and defense-in-depth validation to make bugs structurally impossible.
- Use Case: When a production test fails randomly or a bug reappears after a quick patch, use this skill to trace the original trigger instead of adding arbitrary timeouts or patchwork fixes.
Quick Start
Use the systematic-debugging skill to investigate the root cause of the failing payment-processing test before proposing any fixes.