What problem does it solve?
Deep Dive orchestrates a two-stage pipeline that first investigates why something happened (trace) and then precisely defines what to do about it (deep-interview). It uses three parallel trace lanes and a 3-point injection to seed the interview with trace-derived context, reducing redundant exploration and focusing questions on the most important unknowns.
Core Features & Use Cases
- 2-stage trace + interview workflow with a structured injection mechanism that preserves context across phases
- Parallel trace lanes that autonomously gather evidence for and against each hypothesis, then synthesize a ranked explanation
- Output a standard deep-interview spec (.omc/specs/deep-dive-{slug}.md) ready for downstream planning and execution, including trace findings
Quick Start
Provide a problem statement and let the deep-dive orchestrator generate hypotheses, run the trace, inject results into the interview, and output a spec.