What problem does it solve? Researching a technical question properly means reading official docs, source code, and specs instead of secondhand summaries, which is slow and interrupts your current work. This Skill delegates that reading to a background agent so you keep working while verified findings are gathered. ## Core Features & Use Cases - Primary-source investigation: Traces every claim back to official documentation, source code, specs, or first-party APIs rather than secondary write-ups. - Cited Markdown report: Writes findings to a single Markdown file with a source citation for each claim. - Convention-aware placement: Saves the report where the repo already keeps such notes, matching existing conventions or choosing a sensible location. - Use Case: Ask how a specific API rate limit behaves; a background agent reads the official docs and source, then drops a cited Markdown summary into your repo's notes folder while you continue coding. ## Quick Start Use the research skill to investigate how authentication tokens are refreshed in this API and save the findings as a Markdown note in the repo.