What problem does it solve?
When debugging, teams often chase symptoms instead of identifying the underlying cause. This Skill provides a disciplined, four-phase approach to root-cause investigation, ensuring you understand the problem before proposing or applying fixes.
Core Features & Use Cases
- Structured four-phase process (Phase 1 through Phase 4) that guides error reading, reproducibility, evidence gathering, and safe implementation.
- Error analysis & data-flow tracing: read messages, reproduce reliably, review recent changes, and trace data across components to isolate the root cause.
- Evidence-driven debugging: collect logs, state, and environmental context to support hypothesis testing and minimize guesswork.
- Use cases: effective for test failures, production bugs, performance issues, and integration problems where fixes must be verified before deployment.
Quick Start
Begin Phase 1 by thoroughly reading error messages, reproducing the issue reliably, and gathering evidence before proposing any fixes.