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.
git clone --depth 1 https://github.com/RDEL-Group/compound-knowledge-workWrote 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.
[](https://agentmods.dev/agents/rdel-group/compound-knowledge-work/ckw-researcher)<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>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.
| Model | Per session | Once 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 |
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.
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 inreference/.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.json→knowledge_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.
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.
- 7d ago First seen · 166 lines · 33 tokens per session scan A 3069c0535e12
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.
Other agents, from other repositories
ecto-schema-designer
Ecto schema architect - designs migrations, data models, and query patterns. Use proactively when planning database structure for new features.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
corporate-strategy
Corporate Strategy (CSO). Owns plugins/corporate-strategy/ and nothing else. Delegate work in this department's remit here.
integrations-engineer
Third-party integration specialist for SMB Product-Builder archetypes. Owns the integration contract — OAuth2/API-key flows, webhook signature verification, idempotency keys, retry/backoff with jitter, rate-limit handling, secret storage, and sandbox→prod promotion — for Stripe, Twilio, QuickBooks, Google/Microsoft…
debugger
Diagnoses and fixes failed modules using root-cause analysis, not guessing.
ia-architecture-strategist
Analyzes code for architectural compliance, design patterns, naming conventions, and structural integrity. Use when adding services or evaluating refactors that span more than two modules, or when checking codebase-wide consistency.