research

Verify external knowledge with primary-source citations across a five-tier source ladder.

5|2|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/OutlineDriven/odin-gemini-cli-extension --skill research-outlinedriven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/OutlineDriven/odin-gemini-cli-extension/tree/main/skills/research
Command: npx skills add https://github.com/OutlineDriven/odin-gemini-cli-extension --skill research-outlinedriven

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only external knowledge gathering via ODIN's 5-tier doc ladder (Official docs → API refs → Books/papers → Tutorials → Community). Verifies claims against primary sources and flags training-data-only assertions. Does not write, edit, or commit files during the process.

Core Features & Use Cases

  • Walks the 5-tier source ladder to gather authoritative information.
  • Mandates citations to primary sources for every factual claim and flags speculative statements.
  • Provides a safety-first research workflow applicable to library/framework/API docs, RFCs, vendor announcements, and technical standards.

Quick Start

Provide a targeted research query such as "how does X library work" and receive a source-backed briefing.

Frequently Asked Questions about research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify external knowledge claims against primary sources?

Verifying external knowledge against primary sources requires walking a 5-tier ladder from official docs to community sources. This process mandates citations for every factual claim and explicitly flags speculative statements relying solely on training data.

What is the best way to cite official documentation for API references?

Citing official documentation for API references involves extracting claims from authoritative sources and outputting source URLs with library@version identifiers. This ensures traceability across official docs, API references, and technical standards.

How do I gather authoritative research without writing or editing files?

Gathering authoritative research without writing files is achieved through a read-only workflow. It retrieves information via a source ladder spanning official docs to community sources, verifying claims and returning source-backed briefings.

Does the research process flag claims that only appear in training data?

Yes, flagging training-data-only claims is a mandatory step in the research process. Any assertion that cannot be verified against primary sources like official docs or API references is explicitly flagged as speculative.

When should I use a primary-source citation ladder for technical documentation?

Use a primary-source citation ladder for technical documentation when topics require authoritative sources like RFCs, vendor announcements, or API references. It verifies external knowledge and prevents reliance on unverified training-data assertions.