What problem does it solve? Researching a topic properly means reading official documentation, source code, and specs, 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 Investigation: Spins up a background agent to research a question while you continue other tasks. - Primary-Source Grounding: Traces every claim back to official docs, source code, specs, or first-party APIs rather than secondary write-ups. - 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 specific API endpoint behaves; the agent reads the official API reference and source implementation, then saves a cited summary note in your repo. ## Quick Start Ask the agent to research how a specific library feature works using official documentation and save the findings as a Markdown note in this repo.