What problem does it solve? Gathering accurate technical facts from documentation, source code, and specs is time-consuming and often produces unsourced claims. This Skill delegates that reading work to a background agent that verifies every claim against primary sources and records the results in the repository. ## Core Features & Use Cases - Primary-source investigation: Follows every claim back to official docs, source code, specs, or first-party APIs rather than secondary write-ups. - Cited Markdown reports: 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. - Use Case: Ask how a third-party API handles rate limits; the background agent reads the official documentation and source, then saves a cited summary you can reference while continuing other work. ## 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.