What problem does it solve? Delegating research to a background agent keeps your main workflow unblocked while ensuring answers come from high-trust primary sources rather than secondary summaries, with findings persisted as a cited Markdown file in the repo. ## Core Features & Use Cases - Background research agent: Spins up a separate agent to investigate while you continue working. - Primary-source verification: Follows every claim back to official docs, source code, specs, or first-party APIs. - 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 limits; the agent reads the official documentation and source, then saves a cited summary alongside your existing research notes. ## Quick Start Research how the Stripe API handles idempotency keys using official documentation and save the cited findings as a Markdown file in this repo.