What problem does it solve? It offloads time-consuming research reading to a background agent, so you can keep working while questions are investigated against trustworthy primary sources instead of unreliable secondary summaries. ## Core Features & Use Cases - Primary-source investigation: Follows every claim back to official docs, source code, specs, or first-party APIs rather than secondary write-ups. - Cited Markdown reports: Writes findings to a single Markdown file with each claim linked to its source. - Convention-aware storage: Saves the report where the repo already keeps such notes, matching existing conventions. - Use Case: Ask how a specific API authentication flow works; the background agent reads the official documentation and source code, then delivers a cited Markdown summary in your repo. ## Quick Start Research how the authentication flow in this API works using official documentation and save the cited findings as a Markdown note in the repo.