What problem does it solve? Delegating research to a background agent lets you keep working while documentation, API facts, and source-code details are gathered from trustworthy primary sources instead of unreliable secondary summaries. ## Core Features & Use Cases - Background Research Agent: Spins up a separate agent to investigate a question while you continue your current work. - Primary-Source Verification: Follows every claim back to official docs, source code, specs, or first-party APIs rather than secondary write-ups. - Cited Markdown Output: Writes findings to a single Markdown file with per-claim source citations, saved where the repo already keeps such notes. - Use Case: Ask how a third-party API handles rate limiting; the agent reads the official documentation and source, then saves a cited summary you can reference during implementation. ## Quick Start Ask the agent to research how a specific library or API feature works and save the findings as a Markdown note in the repo.