What problem does it solve?
Systematic debugging with root-cause investigation for Project Manager's Tauri + Next.js + Rust stack. The Iron Law: no fix without root-cause first, and a five-phase approach (Investigate / Pattern Analysis / Hypothesis Testing / Implementation / Verification & Report) to guide operations. Use when users report bugs, stack traces, unexpected UI states, IPC failures, ingestion crashes, or requests to debug / fix / root-cause / why is this broken. Proactively invoke instead of guessing fixes.
Core Features & Use Cases
- Five-phase debugging workflow: Investigate, Pattern Analysis, Hypothesis Testing, Implementation, Verification & Report.
- Context gathering and deterministic reproduction steps to isolate root causes across UI, ingestion, and IPC layers.
- Proactive debugging assistant that suggests hypotheses only after collecting symptoms and traces.
Quick Start
Describe the observed symptom and steps to reproduce, then initiate the root-cause investigation workflow.