What problem does it solve? Researching a topic properly means chasing claims back to official documentation, source code, and specs instead of trusting secondary summaries, which is slow and interrupts your current work. This Skill delegates that reading legwork to a background agent so you keep working while verified findings are collected. ## Core Features & Use Cases - Primary-source investigation: Every claim is traced back to the source that owns it, such as official docs, source code, specs, or first-party APIs, rather than blog posts or summaries. - Cited Markdown reports: Findings are written to a single Markdown file with a source citation for each claim. - Convention-aware storage: The report is saved where the repo already keeps such notes, matching existing conventions or a sensible default location. - Use Case: While building an integration, ask a background agent to research how a third-party API handles rate limits and pagination; a cited Markdown summary appears in the repo without interrupting your coding session. ## Quick Start Ask the agent to research how the TaxMaxi API classifies taxable events and save the cited findings as a Markdown note in the repo.