What problem does it solve? Researching a topic properly means reading official documentation, source code, and specs yourself, which interrupts your current work. This Skill offloads that reading to a background agent so you keep working while findings are gathered and written up. ## Core Features & Use Cases - Background Delegation: Spins up a separate agent to investigate the question 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: You need to know how a library's authentication flow works before integrating it. Delegate the question, and later read a cited Markdown summary of the official docs and source code. ## Quick Start Ask the agent to research how a specific API or library feature works using primary sources and save the findings as a Markdown note in the repo.