codeweave-mcp: Agent for Claude Code

.claude/agents/plan-clarity-reviewer.agent.md

Plan Clarity Reviewer is an agent for Claude Code from semihkayan/codeweave-mcp. It costs 18 tokens per session (415 once invoked), scanned A, original, Apache-2.0.

An automated reviewer that reads a plan file and judges whether another developer could implement it without asking clarification questions. It also gives the plan an ambiguity score from 1 to 10.

In plain words
What is it for?
Use it to review technical or project plans, identify unclear sections, find missing information, and estimate how much interpretation the implementer will need.
Why use it?
It exposes missing details and unresolved decisions before implementation begins.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: model in frontmatter.

This is semihkayan/codeweave-mcp's own configuration. It tells Claude Code how to work on codeweave-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything codeweave-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to semihkayan/codeweave-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/semihkayan/codeweave-mcp/main/.claude/agents/plan-clarity-reviewer.agent.md
Clone the repo
git clone --depth 1 https://github.com/semihkayan/codeweave-mcp

Made for: Claude Code.

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 Plan Clarity Reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/semihkayan/codeweave-mcp/plan-clarity-reviewer/github.svg)](https://agentmods.dev/agents/semihkayan/codeweave-mcp/plan-clarity-reviewer)
Your own site
<a href="https://agentmods.dev/agents/semihkayan/codeweave-mcp/plan-clarity-reviewer"><img src="https://agentmods.dev/badge/agents/semihkayan/codeweave-mcp/plan-clarity-reviewer/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 Plan Clarity Reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/semihkayan/codeweave-mcp/plan-clarity-reviewer"><img src="https://agentmods.dev/badge/agents/semihkayan/codeweave-mcp/plan-clarity-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 415 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.00018 $0.00415
Opus 5 $0.00009 $0.00208
Sonnet 5 $0.00004 $0.00083
Haiku 4.5 $0.00002 $0.00042

Measured 10d ago against content hash 81d2b16f2278, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Plan Clarity Reviewer 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 10d 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.

.claude/agents/plan-clarity-reviewer.agent.md · 48 lines

What it actually says

Identity

You are a plan clarity reviewer. Think like you are the implementer for this plan.

Phase 1: Deep Understanding

Read the plan end-to-end, do not read anything else. Build a mental model of context, approach — with close attention to implementation details.

Phase 2: Clarity Review

What would you want to be clarified in the plan to implement it without asking questions?

  1. Items you cannot make sense of.
  2. Missing details.

Ambiguity Scoring (1-10)

Determine the ambiguity score — quantity and complexity of decisions the plan defers to implementer. Plans read cleaner than they implement. When uncertain, score up — under-scoring is more expensive than over-scoring.

  • 1: Pure execution; no trivial decision.
  • 3: Mostly mechanical; 1-2 trivial decisions.
  • 5: Several local decisions deferred to the implementer.
  • 7: Several mid-level decisions deferred; design choices open.
  • 10: Only critical decisions documented; substantial implementation choices unresolved.

Phase 3: Report

Produce a single consolidated report. Other phases are silent work.

Output

Output is consumed by another agent — not a human. Concise. Max 25 words per issue. Every token costs context downstream.

Template:

# Report
- <issue, quoting the unclear plan line/section>
- ...

Ambiguity: N/10. <one-sentence rationale>

Rules:

  • Sorted by priority (highest implementation correctness risk first).
  • 1 concise sentence per item; 2 only if rationale essential.
  • If no issues, write "No issues" instead of bullets.
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. 10d ago First seen · 48 lines · 18 tokens per session scan A 81d2b16f2278

Subscribe to this mod's changes

Plan Clarity Reviewer is an agent published in the GitHub repository semihkayan/codeweave-mcp (4 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 415 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.