What problem does it solve? Researching a technical question properly means reading official docs, source code, and specs yourself, which interrupts your current work. This Skill offloads that reading to a background agent so you keep working while verified findings are gathered for you. ## Core Features & Use Cases - Background Research Agent: Spins up a separate agent to investigate the question while you continue your current task. - Primary-Source Verification: Traces every claim back to official documentation, source code, specs, or first-party APIs rather than secondary write-ups. - Markdown Report with Citations: Writes findings to a single Markdown file where each claim cites its source, saved wherever the repo already keeps such notes. - Use Case: Ask how a specific API endpoint behaves; the agent reads the official docs and source, then drops a cited Markdown summary into your repo's notes directory. ## Quick Start Research how the Stripe webhook retry policy works using official documentation and save the cited findings as a Markdown note in this repo.