What problem does it solve?
Random fixes waste time and create new bugs. This skill enforces a disciplined, phase-based approach to identify the true root cause of failures before attempting any changes, reducing regression risk and wasted effort.
Core Features & Use Cases
- Phase-based investigation: Phase 1 collects error evidence, reproduces the issue, and traces data flow to locate root causes.
- Pattern analysis: Phase 2 compares against references, identifies differences, and surfaces the highest-leverage hypotheses.
- Hypothesis testing & implementation: Phase 3 selects a single, testable hypothesis and validates it with minimal changes; Phase 4 guides controlled implementation and verification.
- Red flags & governance: Clear criteria to stop if architecture issues arise, ensuring disciplined problem-solving.
Quick Start
Start Phase 1 by reading error messages, reproducing the issue, and gathering evidence before proposing any fixes.