What problem does it solve?
Software debugging often stalls product delivery due to scattered evidence collection and ad-hoc fixes. This Skill provides a structured, end-to-end debugging workflow that guides teams from symptoms to verified root causes and regression tests.
Core Features & Use Cases
- Systematic symptom triage and evidence gathering across frontend, API, and data layers.
- Hypothesis generation and ranking using evidence, with parallel investigation where possible.
- Stepwise root-cause verification, fix implementation, and regression validation.
- Generates investigation reports and regression tests to prevent regressions in future releases.
- Use Case: A flaky API endpoint that intermittently times out can be diagnosed with Phase 2 hypotheses and Phase 3 evidence gathering, followed by a documented fix and regression test.
Quick Start
Start a debugging session by outlining the observed symptom and initiating Phase 1: Triage to gather symptoms and context for hypothesis generation.