Deep Dive
Autonomous deep research using the same DAG-based planning pattern as Google's Deep Research — but running entirely on Claude Code with no external dependencies.
How it works
- Plan — decompose the question into a DAG of sub-questions with dependencies
- Fan out — run independent sub-questions in parallel via Agent subagents
- Gap analysis — each subagent returns findings + identified gaps
- Iterate — gaps become new sub-questions, fed back into the DAG
-
[Description truncada. Veja o README completo no GitHub.]