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 and written up with citations, instead of blocking your session on manual reading. ## 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 where each claim cites its source. - Convention-aware placement: Saves the report where the repo already keeps such notes, matching existing conventions. - Use Case: Ask how a library's authentication flow works; a background agent reads the official docs and source, then drops a cited summary into your repo's notes folder while you continue coding. ## Quick Start Research how the Stripe API handles idempotency keys and save the findings as a Markdown note in this repo.