What problem does it solve?
It helps you explore complex codebase questions by splitting the work into independent investigation tracks and then combining their results into a coherent answer.
Core Features & Use Cases
- Parallel track decomposition: Breaks a question into 3–6 orthogonal dimensions, runs each as an independent track, and verifies independence.
- Gated evidence gathering: Uses checkpoints to ensure the context is understood, findings are evidence-backed, and the final summary is complete.
- Orthogonal module specialist overlay: Detects complex modules and reviews their efficiency and idiomatic usage strictly within module usage, returning file:line citations.
Use cases include understanding architecture, investigating multi-cause bugs, and researching cross-cutting patterns where multiple perspectives reduce blind spots.
Quick Start
Use the parallel-exploration skill to decompose your codebase question into independent tracks, run evidence-gated exploration for each track (including module specialist review for complex modules), and return a unified synthesis with cited findings.