What problem does it solve?
End-to-end fixing across surfaces you actually work on: data pipelines, app stack, and infra. Scout → diagnose → apply at root cause → verify with fresh evidence → add regression guard. Use for failing DAGs, dbt test failures, 5xx, UI regressions, GH Actions failures, terraform drift, CrashLoopBackOff, lint/type errors. Stops after 3 failed attempts to question architecture.
Core Features & Use Cases
Iron law: NO FIX WITHOUT ROOT CAUSE. NO "DONE" WITHOUT FRESH EVIDENCE.
- Scout and diagnose: locate the root cause with structured evidence and a minimal blast radius.
- Multi-surface governance: apply fixes across data, app, and infra with regression prevention.
- Verification discipline: re-run exact failing steps, sweep blast radius, and document contracts.
Quick Start
Initiate the diagnostic loop by scouting the codebase, then proceed through diagnosis and verification to land a minimal root-cause fix.