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: Traces every claim back to official documentation, source code, specifications, or first-party APIs rather than blog posts or third-party write-ups. - Cited Markdown Reports: Writes findings to a single Markdown file where each claim is linked to its owning source. - Convention-Aware Storage: Saves the report where the repository already keeps such notes, matching existing conventions or choosing a sensible location. - Use Case: Ask how a specific API authentication flow works; a background agent reads the official docs and source code, then delivers a cited Markdown summary in your repo while you continue other tasks. ## 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 repository.