What problem does it solve? Researching a topic against official documentation and source code is time-consuming and blocks your main 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 Research Agent: Spins up a separate agent to investigate a question while you continue your current task. - Primary-Source Grounding: Requires every claim to be traced back to official docs, source code, specs, or first-party APIs rather than secondary write-ups. - Markdown Report with Citations: Writes findings to a single Markdown file, citing the source of each claim, saved where the repo already keeps such notes. - Use Case: Ask how a specific API endpoint behaves; the agent reads the official docs and source, then saves a cited summary you can review later. ## Quick Start Ask the agent to research how a specific library or API feature works and save the findings as a Markdown note in the repo.