What problem does it solve? Hard bugs and performance regressions resist casual code reading; without a reproducible signal, debugging devolves into guessing. This Skill enforces a disciplined diagnosis loop that builds a tight, deterministic pass/fail signal before any hypothesis is tested. ## Core Features & Use Cases - Feedback loop construction: Builds a red-capable, deterministic, fast, agent-runnable command (failing test, curl script, headless browser, replayed trace, bisection harness) that goes red on the exact bug. - Structured six-phase workflow: Reproduce and minimise, generate 3-5 ranked falsifiable hypotheses, instrument with tagged debug logs, fix with a regression test at the correct seam, then clean up all instrumentation. - Non-deterministic bug handling: Raises reproduction rates via looped triggers, parallelism, and stress until flaky bugs become debuggable. - Use Case: A user reports an intermittent export failure in production. The Skill guides building a replay harness from a captured request, minimising the repro, ranking hypotheses, and landing a fix with a regression test. ## Quick Start Ask the assistant to diagnose the bug where the export button throws an error, and have it build a failing reproduction loop before proposing any fix.