doc-review

A review tool for plans, specifications, requirements documents, product requirement documents, and design documents. It examines the document from relevant specialist viewpoints without editing it.

In plain words
What is it for?
Use it to critique a plan, specification, requirements document, PRD, or design document. It selects suitable review perspectives and combines their findings into a review record when requested.
Why use it?
It helps reveal gaps and risks in a written plan before implementation starts. Reviews are based on evidence from the document, so it can also report when no issue meets its confidence standard.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/outlinedriven/odin-claude-plugin/doc-review
Any agent
npx skills add OutlineDriven/odin-claude-plugin --skill doc-review
Clone the repo
git clone --depth 1 https://github.com/OutlineDriven/odin-claude-plugin

Made for: Claude Code, Codex.

Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,047 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00032 $0.04047
Opus 5 $0.00016 $0.02024
Sonnet 5 $0.00006 $0.00809
Haiku 4.5 $0.00003 $0.00405

Measured yesterday against content hash 76d987dae3ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

doc-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/doc-review/SKILL.md · 248 lines

How it starts

The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Doc-review: multi-persona content-shape review of plans and specs

doc-review evaluates a requirements doc, plan, spec, or PRD through specialist reviewer lenses. It classifies the document by content shape, selects the lenses the document actually warrants, dispatches them in parallel as read-only subagents, synthesizes their confidence-anchored findings through a multi-stage pipeline, and routes each survivor into one of four handling tiers. The structural invariant: it never edits the document under review. The only surface it may write is a single review-record file, and only when persistence is requested.

Auto-invoke

<auto_invoke> <trigger_phrases>

  • "review this plan"
  • "review this spec"
  • "review this PRD"
  • "review these requirements"
  • "critique this design doc" </trigger_phrases> Fire automatically on a trigger phrase against a prose document, or on /doc-review. Auto-firing is permission to evaluate, not permission to fabricate. Every finding still has to clear the evidence-quote and confidence-anchor floor below. A clean "nothing above the floor" is a valid, correct result. <manual_override>/doc-review [path] reviews the named document, or lists candidates to choose from when no path is given. --record persists a review-record file and stages only it. mode:headless makes the run non-interactive (return structured findings, no questions, no record unless --record).</manual_override> </auto_invoke>

When to Apply / NOT

Apply when the user wants a prose planning document evaluated: a requirements doc, a plan, a spec, a PRD, a design doc, a brainstorm. The deliverable is findings (and, on request, one review-record file).

NOT source code: if the target is a diff or code file, stop and route to review. This skill does not open a diff.

Support files: read on demand

Don't bulk-load these at start. Read each file only when the workflow phase that needs it fires. Each file is self-contained.

Persona files (read when that persona is selected; paste full content into that subagent's prompt):

Read the full file on GitHub · 248 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 248 lines · 32 tokens per session scan A 76d987dae3ac

Subscribe to this mod's changes

doc-review is a skill published in the GitHub repository OutlineDriven/odin-claude-plugin (35 stars, last pushed 5d ago), licensed Apache-2.0. It adds 32 tokens to every session and 4,047 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cass

Mine past agent sessions for working prompts, decisions, and patterns (session archaeology). Triggers: "cass", "mine past agent sessions for", "cass skill".

boshu2/agentops · 35 tokens

codebase-recon

Reconstruct a repository as cited entry-to-test flows and bounded claims. Triggers: "codebase recon", "trace this codebase", "repository audit", "refresh the prior recon".

boshu2/agentops · 43 tokens

craft-goal

Compile or lint a persistent Mayor-style goal prompt that ratchets a bead graph through bounded RPI experiments toward one larger outcome. Triggers: "craft a goal prompt", "mayor goal", "goal-runner prompt", "lint this goal", "is this goal safe". (Shaping one experiment's intent routes to plan.).

boshu2/agentops · 71 tokens

ms

Skill "ms" from boshu2/agentops, covering ms — metaskill search/load engine, constraints, quick start, consume — mcp-primary (mcpms) and write / admin — cli-only (verified landing in the live db).

boshu2/agentops · 65 tokens

reverse-engineer

Reverse-engineer an authorized repo, binary, or product into a verifiable feature inventory and adoption map. Triggers: "reverse-engineer X", "tear down Y", "what should we steal from Z", "evaluate competitor/upstream", "should we fork/adopt/build-native".

boshu2/agentops · 62 tokens

skill-eval

Author and tier behavioral probes for a skill, including seeded-defect probes that escape ceiling saturation. Triggers: "measure this skill", "the probe came back INERT", "the control arm aces it", "harden this scenario", "is this skill actually doing anything".

boshu2/agentops · 61 tokens