What problem does it solve? Hard bugs and flaky failures resist casual code reading and single-hypothesis guessing. This Skill enforces a disciplined diagnosis loop that builds a tight, deterministic reproduction signal before any hypothesis is tested, preventing wasted effort on wrong fixes. ## Core Features & Use Cases - Feedback Loop Construction: Builds a red-capable, deterministic, fast reproduction command using failing tests, curl scripts, headless browsers, replayed traces, fuzz loops, or bisection harnesses. - Structured Six-Phase Process: Guides reproduction and minimization, ranked falsifiable hypothesis generation, one-variable-at-a-time instrumentation, regression-test-first fixing, and cleanup with post-mortem. - Non-Deterministic Bug Handling: Raises reproduction rates for flaky bugs via looping, parallelization, and stress until they become debuggable. - Use Case: A user reports an intermittent export failure in production. The Skill drives creation of a replay harness from a captured request, minimizes the failing scenario, tests ranked hypotheses with tagged debug logs, and lands a fix with a regression test. ## Quick Start Ask the agent to diagnose the bug you are experiencing and describe the exact symptom, error message, or slowdown you observed.