What problem does it solve?
Orchestrates thorough, reproducible codebase research by decomposing user questions into parallel sub-agent tasks and synthesizing findings into a single, coherent report.
Core Features & Use Cases
- Parallel sub-agent orchestration: Spawns specialized agents (codebase-locator, codebase-analyzer, docs-locator, docs-analyzer) to explore different aspects concurrently, reducing turnaround time.
- Live codebase tracing: Collects file paths, line references, and component interactions to map how the code works today.
- Structured research outputs: Produces a multi-section document with architecture overview, component relationships, and design decisions when available.
- Use Case: When asked how a feature works or where functionality resides, generates a comprehensive documentation plan with actionable findings.
Quick Start
Provide a research prompt such as: Explain how the data flow works for the payment feature in the codebase. The skill will decompose the request, spawn parallel agents, and deliver a structured report.