What problem does it solve? Debugging often jumps straight to patching symptoms, leaving the real root cause unfixed and sibling code paths broken. This Skill enforces an evidence-first investigation workflow that confirms the actual root cause of bugs, crashes, failing tests, and regressions before any code changes happen. ## Core Features & Use Cases - Structured five-phase workflow: Observe, localize, distinguish and verify hypotheses, trace the causal chain, then save and hand off a report. - Hypothesis ledger: Tracks each hypothesis as CONFIRMED, REFUTED, or INCONCLUSIVE with the exact evidence that decided it, preventing repeated dead ends. - Standardized investigation report: Produces a saved handoff document with baseline, root cause chain, evidence table, recommended actions, and prevention measures. - Use Case: A flaky test fails intermittently in CI. Use this Skill to reproduce it, narrow the failing layer, test competing hypotheses (race condition vs. state pollution), and hand off a CONFIRMED root-cause report to the developer or code skill. ## Quick Start Ask the agent to investigate why the login endpoint returns a 500 error after the latest deployment and produce a root-cause report.