What problem does it solve? Researching a topic properly means reading official docs, source code, and specs instead of secondhand summaries, which interrupts your current work. This Skill offloads that reading legwork to a background agent so you keep working while findings are gathered and written up. ## Core Features & Use Cases - Background Delegation: Spins up a background agent to investigate while you continue your current task. - Primary-Source Grounding: Traces every claim back to official docs, source code, specs, or first-party APIs rather than secondary write-ups. - Repo-Native Output: Writes findings to a single Markdown file with per-claim citations, saved where the repo already keeps such notes. - Use Case: Ask how a library's API handles pagination; the agent reads the official docs and source, then saves a cited Markdown summary in your repo's notes convention. ## Quick Start Ask the agent to research how a specific API or library feature works and save the findings as a Markdown note in the repo.