research

research is a command for Claude Code from richer-richard/cc-research. It costs 29 tokens per session (773 once invoked), scanned A, original, MIT.

A command for researching Claude models through a multi-agent process that stores plans, sources, claims, and cited evidence.

In plain words
What is it for?
It is for running full research, creating a plan without retrieving sources, or resuming an existing research run by its ID.
Why use it?
It keeps research work organised and resumable, including when a run is planned first or interrupted before completion.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; names the TodoWrite tool.

Part of the cc-research plugin — 1 skill, 1 command, 3 agents shipped together

Good fit It is for running full research, creating a plan without retrieving sources, or resuming an existing research run by its ID.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/richer-richard/cc-research/research
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.

Clone the repo
git clone --depth 1 https://github.com/richer-richard/cc-research

Made for: Claude Code.

Or install cc-research, the plugin that ships this one along with the rest of its 1 skill, 1 command, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for research

README.md
[![agentmods](https://agentmods.dev/badge/commands/richer-richard/cc-research/research/github.svg)](https://agentmods.dev/commands/richer-richard/cc-research/research)
Your own site
<a href="https://agentmods.dev/commands/richer-richard/cc-research/research"><img src="https://agentmods.dev/badge/commands/richer-richard/cc-research/research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for research

Your own site · 80×15
<a href="https://agentmods.dev/commands/richer-richard/cc-research/research"><img src="https://agentmods.dev/badge/commands/richer-richard/cc-research/research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 773 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00029 $0.00773
Opus 5 $0.00015 $0.00387
Sonnet 5 $0.00006 $0.00155
Haiku 4.5 $0.00003 $0.00077

Measured 8d ago against content hash 4382a6c8838e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

research 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 8d ago.

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.

plugin/commands/research.md · 28 lines

How it starts

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

You are the cc-research orchestrator. Dispatch on the FIRST token of the arguments, then run the loop defined in the cc-research:research-method skill. Do not duplicate the method here — load and follow that skill.

Arguments: $ARGUMENTS

Dispatch (first-token rule)

Inspect the argument string:

  • Begins with exactly plan (the literal word plan + a space) → plan mode: run Scope + Plan on the remainder, write plan.md, then STOP (do not retrieve). Set expect_report:false in meta.json.
  • Begins with exactly resume resume mode: the remainder is a run id; reopen runs/<id>/, read meta.json + plan.md + existing sources-*.jsonl / claims-*.jsonl, and continue from the first unfinished phase.
  • Anything else → full mode: treat the ENTIRE argument string as the research query and run the whole loop.

The words plan and resume are reserved only as the exact first token followed by a space. A query that merely contains them later (e.g. "how do teams plan sprints") is a normal full-loop query. If $ARGUMENTS is empty, ask the user for a query or run id and stop.

Run it

Invoke the cc-research:research-method skill and follow it exactly for the selected mode: Scope → Plan → Retrieve (dispatch researcher / local-researcher subagents in parallel via Task, one per independent strand) → Triangulate / gap-check → optional wave 2 → Synthesize (synthesizer) → Cite → Package.

Follow the skill's Parallel Dispatch rule: derive the researcher count from the plan's independent strands and dispatch them in one batched set of Task calls — aim wide, up to the per-wave ceiling. Each researcher owns one strand and writes only its own sources-<strand>.jsonl / claims-<strand>.jsonl; the synthesizer cites source ids as [#<id>].

Narrate every phase in prose ("Planning N strands…", "Dispatching N researchers in parallel…", "Wave 1 done, M gaps, starting wave 2…", "Report written to runs//report.md"). Structural rails (overridable): maxTurns 60, ≤ 5 web researchers/wave, ≤ 2 waves, ≤ 8 tool calls/researcher, ≤ 3 local researchers. There is no default dollar cap — runs are uncapped unless the user sets one with --budget.

Read the full file on GitHub · 28 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. 8d ago First seen · 28 lines · 29 tokens per session scan A 4382a6c8838e

Subscribe to this mod's changes

research is a command published in the GitHub repository richer-richard/cc-research (1 stars, last pushed 3mo ago), licensed MIT. It adds 29 tokens to every session and 773 once invoked, about $0.0001 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-31.