What problem does it solve?
It helps you turn an unclear bug report into a deterministic debugging starting point by building a feedback loop, reproducing the failure, and generating falsifiable hypotheses before any implementation changes.
Core Features & Use Cases
- Diagnosis Probe feedback loop: Selects an appropriate repro strategy (tests, curl/HTTP, CLI snapshots, headless browser, trace replay, minimal harness, fuzzing, bisecting, differential runs, or HITL script) and drives it until you have a reliable signal.
- Reproduction confirmation gate: Verifies that the loop reproduces the user-described failure, is repeatable (or debuggable at a high enough rate for flaky bugs), and captures the exact symptom needed for later verification.
- Ranked falsifiable hypotheses: Produces 3–5 prioritized, testable cause-and-effect statements with explicit predictions to guide Phase 2.
Quick Start
Use this skill when you have a bug (work_type set to bug) and ask an AI to produce a reproducible diagnosis probe and a set of ranked, falsifiable hypotheses based on the evidence it gathered.