What problem does it solve? Researching a technical question properly means reading official docs, source code, and specs, which interrupts your current work. This Skill offloads that reading to a background agent so you keep working while verified findings are written to a Markdown file in your repo. ## 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: Saves findings as a single cited Markdown file, following the repo's existing notes convention. - Use Case: You need to know how a library's authentication flow actually works. Delegate the question, keep coding, and later read a Markdown note where each claim links to the exact doc or source file it came from. ## Quick Start Ask the agent to research how a specific API or library feature works and save the cited findings as a Markdown note in the repo.