odin-research-advanced
v2.0.2Advanced ODIN workflows for deep research and evidence synthesis.
By OutlineDrivenLicense: SEE LICENSE IN LICENSE35 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 13 skill or MCP entries
- Source updated
- Sep 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install odin-research-advanced for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add odin-research-advanced@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/OutlineDriven/odin-claude-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/odin-research-advanced/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/council/SKILL.md├── skills/cross-critique/SKILL.md├── skills/cross-lens-converge/SKILL.md├── skills/deep-research/SKILL.md├── skills/framing-divergence-fanout/SKILL.md├── skills/interrogate/SKILL.md├── skills/load-bearing-assumption-test/SKILL.md├── skills/prism/SKILL.md├── skills/product-signal-pulse/SKILL.md├── skills/rationale-by-source/SKILL.md├── skills/recorded-feedback-analysis/SKILL.md├── skills/research/SKILL.md└── skills/visual-fact-check/SKILL.md
Included Skills13
Use when the user asks for a council, second opinions, or parallel investigation. Spawns parallel subagents from distinct stances, returns a decision memo. Not for cross-examination of existing proposals — use cross-critique.
Use when independent proposals on a contested decision need structured cross-critique before choosing. Reuses original authors and synthesizes convergence, objections, and the surviving option. Not for parallel multi-stance investigation — use council.
Use when one reviewer is not enough because failure modes are heterogeneous, or a claim needs cross-lens pressure before it ships. Returns a convergence picture with per-lens verdicts and the single resolving question. Not for collapsing a decision field — use converge.
Use when the user asks to research a topic and produce a thorough sourced report. Produces a prose-first cited Markdown report with key findings, recommendations, and risks. Don't use for remote, credential, publish, deploy, or irreversible changes.
Use when a user suspects the current direction is tunnel-visioned or inherited its framing: spawn 2-5 independent reads, classify each, cluster by shared root, and surface divergent-incompatible reads first. Not for framing-bias checks on a question — use prism.
Use when asked to "interrogate" or run an adversarial multi-model review of a supplied code artifact. Returns an act/consider/note/dismiss verdict with an agreement map. Don't use for tasks that require source or remote-system changes.
Use when the user asks why a plan is wrong or says "poke holes in this". Returns one load-bearing objection and the cheapest experiment that would prove whether it matters. Don't use for tasks that require source or remote-system changes.
Use when one reviewer angle is insufficient or the user asks to prism an artifact or review it from different angles. Selects independent lenses, strips session framing, fans out fresh zero-context reads, and reports divergences before convergences with one decisive resolving question. Not for source or remote-system changes.
Use when invoking /product-signal-pulse with an optional lookback window to query configured product signals. Resolves config, runs a first-run interview if unconfigured, dispatches read-only queries to analytics, tracing, and payment sources, and writes a 30-40 line pulse report under docs/pulse-reports. Not for credential, publish, deploy, or irreversible changes.
Use when asked to investigate design rationale, regression causes, or thresholds via source playbooks. Produces a confidence-tiered cited narrative with unknowns retained. Not for why-style decision rationale from conversation context — use why.
Use when asked to analyze a screen recording, voice capture, or meeting notes artifact for product feedback. Routes to a quick bug report or extensive analysis with timestamped evidence artifacts and a brainstorm handoff. Not for credential, publish, deploy, or irreversible changes.
Use when researching a named library, framework, SDK, API, or service, or finding a migration guide. Produces a cited Markdown artifact written to disk with source-cited claims, confidence labels, and open questions. A primary-source-only mode restricts the ladder to official docs, API refs, and source code. Not for codebase-internal research — use scout.
Use when invoked as visual-fact-check with a document path. Verifies every factual claim against its cited sources, corrects errors in place, and appends a verification summary. Not for both-ways fact-checking of assertions — use verify-both-ways.
Plugin manifests2
{
"name": "odin-research-advanced",
"version": "2.0.2",
"description": "Advanced ODIN workflows for deep research and evidence synthesis.",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"research",
"advanced"
],
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"interface": {
"displayName": "ODIN Research Advanced",
"shortDescription": "Advanced ODIN workflows for deep research and evidence synthesis.",
"category": "Research"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "odin-research-advanced",
"displayName": "ODIN Research Advanced",
"version": "2.0.2",
"description": "Advanced ODIN workflows for deep research and evidence synthesis.",
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"homepage": "https://github.com/OutlineDriven/odin-claude-plugin",
"repository": "https://github.com/OutlineDriven/odin-claude-plugin",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"research",
"advanced"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[odin-research-advanced on Agent Plugins Marketplace](https://pluginsmp.com/plugins/odin-research-advanced)