What problem does it solve?
It prevents wasted time and recurring bugs by forcing you to locate the true root cause instead of applying symptom-based fixes.
Core Features & Use Cases
- Four-phase debugging workflow (Root Cause Investigation → Pattern Analysis → Hypothesis & Testing → Implementation) with explicit rules that block premature fixing.
- Pressure-resistant decision making, including “STOP and re-analyze” guidance when fixes fail or you feel tempted to ship quickly.
- Evidence-driven debugging for multi-component systems, adding instrumentation and tracing data flow across boundaries before proposing fixes.
- Use cases: test failures, production bugs, unexpected behavior, performance problems, build failures, and integration issues—especially under time pressure or after previous fixes didn’t work.
Quick Start
Ask an AI to help you apply the four phases to your error by first reading the exact error messages, then reproducing consistently, then tracing back to the triggering cause, and only afterward proposing a single minimal root-cause fix.