What problem does it solve? Researching a technical question properly means reading official docs, source code, and specs rather than secondhand blog posts, and that reading takes time away from your main work. This Skill delegates that legwork to a background agent so you keep working while the investigation runs. ## Core Features & Use Cases - Primary-source investigation: The agent follows every claim back to official documentation, source code, specs, or first-party APIs instead of relying on secondary write-ups. - Cited Markdown output: Findings are written to a single Markdown file with each claim's source cited. - Convention-aware placement: The report is saved where the repo already keeps such notes, matching existing conventions or a sensible default location. - Use Case: Ask how a specific API rate limit behaves; the background agent reads the vendor's official docs and source, then drops a cited summary file into your repo's notes directory while you continue coding. ## Quick Start Ask the agent to research how a specific library or API feature works using primary sources and save the findings as a Markdown note in the repo.