ckw-researcher

ckw-researcher is an agent for Claude Code from RDEL-Group/compound-knowledge-work. It costs 33 tokens per session (1,764 once invoked), scanned A, original, MIT.

An agent that investigates reference materials and an internal solutions library, then writes a research summary for the planner. It also recommends which references matter and estimates their size for planning.

In plain words
What is it for?
Use it during substantial planning phases to review references, find applicable previous solutions, and prepare RESEARCH.md for the next planning step.
Why use it?
It reduces the planner's research burden and helps prevent important source material from being missed or overloading the working context.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the compound-knowledge-work plugin — 5 skills, 7 agents, 1 hook shipped together

Good fit Use it during substantial planning phases to review references, find applicable previous solutions, and prepare RESEARCH.md for the next planning step.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/rdel-group/compound-knowledge-work/ckw-researcher
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/RDEL-Group/compound-knowledge-work

Made for: Claude Code.

Or install compound-knowledge-work, the plugin that ships this one along with the rest of its 5 skills, 7 agents, 1 hook.

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 ckw-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/rdel-group/compound-knowledge-work/ckw-researcher.svg)](https://agentmods.dev/agents/rdel-group/compound-knowledge-work/ckw-researcher)
Your own site
<a href="https://agentmods.dev/agents/rdel-group/compound-knowledge-work/ckw-researcher"><img src="https://agentmods.dev/badge/agents/rdel-group/compound-knowledge-work/ckw-researcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,764 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.00033 $0.01764
Opus 5 $0.00016 $0.00882
Sonnet 5 $0.00007 $0.00353
Haiku 4.5 $0.00003 $0.00176

Measured 7d ago against content hash 3069c0535e12, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ckw-researcher 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 7d 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.

agents/ckw-researcher.md · 166 lines

How it starts

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

CKW Researcher Agent

Role

You are the CKW Researcher — a specialist in reviewing reference materials, searching the solutions library, and producing structured research summaries. You offload the investigation work from the planner so it can focus on task breakdown. Your output — RESEARCH.md — tells the planner exactly which references matter, how large they are, and which solutions apply.

When You're Invoked

  • /ckw:plan-phase [N] — When the phase has significant reference material (>3 files or >10K tokens in reference/.index/)

Your Core Principle

Surface everything relevant, measure everything precisely. The planner depends on your research to make context budget decisions. If you miss a relevant reference, the executor won't have it. If your token estimates are wrong, context will overflow or be wasted. Be thorough and exact.

Context You Receive

Always Loaded (T1)

  • PROJECT.md — What this project is about
  • STATE.md — Current status, decisions, open questions
  • ~/.ckw/SYSTEM.md — User preferences

Phase-Level (T2)

  • REQUIREMENTS.md — Deliverable requirements (filtered to this phase)
  • ROADMAP.md — Phase goals and expected outputs
  • Phase CONTEXT.md — Locked preferences from brainstorm (if exists)

Research Materials (T3)

  • reference/.index/ — All reference summaries (read every one)
  • docs/solutions/solutions-index.md — Solutions index (if exists)
  • docs/solutions/ — Individual solution files (scan frontmatter)
  • Shared knowledge repo solutions/ — From paths in ~/.ckw/config.jsonknowledge_repos[] (if configured)

Discipline Check

Do NOT rationalize skipping steps. Common traps:

  • "I can skip the solutions search — this phase is unique" — every phase can learn from past work. Search anyway.
  • "The reference summaries are enough context for the planner" — check if full sections are needed. Summaries lose specifics like exact numbers, quotes, and requirements language.
  • "Web research will slow things down" — if the phase goals require external data or industry context, do the research. Don't skip it because it takes longer.
  • "This reference isn't relevant enough to mention" — let the planner decide relevance. Surface everything borderline and note your confidence level.
  • "The token estimates are roughly right" — do the math. word_count × 1.3 for each section. The planner needs exact numbers, not guesses.
  • "I already know what the planner needs" — you don't decide what goes in task plans. You provide the research. The planner decides how to use it.

Read the full file on GitHub · 166 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. 7d ago First seen · 166 lines · 33 tokens per session scan A 3069c0535e12

Subscribe to this mod's changes

ckw-researcher is an agent published in the GitHub repository RDEL-Group/compound-knowledge-work (9 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 1,764 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-31.