What problem does it solve?
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Core Features & Use Cases
- Structured feedback loop: a phased workflow that guides reproducibility, hypothesis testing, instrumentation, and verification.
- Phase-driven diagnosis: build a repeatable loop from reproduction to regression testing, with guardrails and clear exit criteria.
- Practical guidance: provides concrete steps for creating deterministic signals (tests, curl against a server, CLI invocations, log-based tracing, or replaying traces) and for collecting evidence.
Quick Start
Initiate a disciplined bug-diagnosis session and guide the agent through reproducing, minimising, hypothesising, instrumenting, fixing, and regression-testing the issue.