What problem does it solve? Finding accurate technical information is hard when search results are dominated by SEO blogs, outdated tutorials, and unofficial summaries. This Skill performs deep research restricted to official documentation, repositories, specs, and release notes, then saves a structured, date-stamped report you can rely on for implementation planning. ## Core Features & Use Cases - Primary-Source-Only Research: Prioritizes official docs, repository READMEs, RFCs, specs, and release notes while explicitly excluding SEO blogs and Medium posts. - Structured Report Generation: Saves a templated Markdown report with executive summary, key findings, API/CLI/config details, version notes, gotchas, and source-by-source notes to .red/researches/<YYYY-MM-DD>-<slug>.md. - Collision-Safe Saving: Appends a numeric suffix instead of overwriting existing reports, and supports --deep mode for extended source-by-source coverage. - Use Case: Before integrating a new library, run /research <library> authentication flow --deep to get a cited, official-source-backed report covering API details, versioning, and gotchas. ## Quick Start Ask the agent to research a technical topic using official sources, for example: run /research on the OAuth 2.0 device authorization flow and save it as oauth-device-flow.