What problem does it solve? It removes the need to pause your own work to dig through documentation and source material by delegating the investigation to a background agent that returns verified, cited findings. ## Core Features & Use Cases - Background Delegation: Spins up a background agent to perform the research so you can keep working on your current task. - Primary-Source Verification: Investigates questions against official docs, source code, specs, and first-party APIs rather than secondary write-ups, tracing every claim to its origin. - Cited Markdown Output: Writes findings to a single Markdown file with a source citation per claim, saved where the repo already keeps such notes. - Use Case: Ask how a library's API handles pagination; the agent reads the official docs and source, then saves a cited summary file in your repo while you continue coding. ## Quick Start Ask the agent to research how a specific API or library feature works and save the cited findings as a Markdown file in the repo.