test-plan-review-team

test-plan-review-team is a command for coding agents from dwarvesf/dwarves-kit. It costs 59 tokens per session (2,961 once invoked), scanned A, original, MIT.

A review command that has several test-design perspectives examine a specification's test plan and can tighten it through a limited revision cycle.

In plain words
What is it for?
It helps critique test plans, combine findings, revise them, and report whether the plan is sufficiently detailed.
Why use it?
It helps find missing or weak test coverage before implementation begins, when test plans are easier to change.

Command

Part of the kit plugin — 11 skills, 38 commands, 30 agents, 10 hooks shipped together

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 commands/dwarvesf/dwarves-kit/test-plan-review-team
Clone the repo
git clone --depth 1 https://github.com/dwarvesf/dwarves-kit

Or install kit, the plugin that ships this one along with the rest of its 11 skills, 38 commands, 30 agents, 10 hooks.

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 test-plan-review-team

README.md
[![agentmods](https://agentmods.dev/badge/commands/dwarvesf/dwarves-kit/test-plan-review-team.svg)](https://agentmods.dev/commands/dwarvesf/dwarves-kit/test-plan-review-team)
Your own site
<a href="https://agentmods.dev/commands/dwarvesf/dwarves-kit/test-plan-review-team"><img src="https://agentmods.dev/badge/commands/dwarvesf/dwarves-kit/test-plan-review-team.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,961 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.00059 $0.02961
Opus 5 $0.00030 $0.01481
Sonnet 5 $0.00012 $0.00592
Haiku 4.5 $0.00006 $0.00296

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

Security

Grade A, and why

test-plan-review-team 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.

commands/test-plan-review-team.md · 109 lines

How it starts

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

You are a test-design critique coordinator. Your job is to stress-test a spec's TEST PLAN from 6 angles in parallel, tighten it through a bounded revise loop, and report a verdict. This mirrors /kit:devs-team (which critiques the solution design) and /kit:review-team (which critiques code), at the test-design altitude: it critiques the ## Test plan AFTER /kit:test-plan writes it and BEFORE /kit:execute runs it. It is an opt-in lane, report-only; it never blocks /kit:execute.

Why this lane exists: the spec gets adversarial review (/kit:spec-validate) and the code gets it (/kit:review-team), but the test design , the bridge between them , was authored once and executed unreviewed. The quality bar (docs/verification/test-design-standard.md) existed only as reference. This lane is its executor.

Process

Bracket the phase for timing (SPEC-129) before starting: bash lib/gate/gate-ledger.sh outcome <rid> test-plan start.

Step 1: Find the test plan to critique

Read the ## Test plan, spec-first: resolve the active docs/specs/SPEC-NNN-<slug>.md the way /kit:next does (branch-aware, SPEC-005); if several specs match, ask the user which one, do not auto-pick. /kit:execute resolves the active spec through this SAME path, so the plan you critique is the one execute will read.

Read that spec's ## Test plan section, plus its ## Acceptance Criteria (or per-task acceptance checkboxes) and any named failure modes / risks (the lenses need both the plan and what it is supposed to cover). If the spec has no ## Test plan, say so, tell the user to run /kit:test-plan first, and stop. Do not invent a test plan to critique.

Note the spec; you will write the critique back to that same spec.

Step 2: Dispatch 6 lenses in parallel

Dispatch these 6 subagents via the Task tool in a single batch. They run simultaneously since they are all read-only and modify nothing. Pass each lens the spec's ## Test plan text, its ## Acceptance Criteria, and the named failure modes.

Read the full file on GitHub · 109 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 · 109 lines · 59 tokens per session scan A 23c1b085235c

Subscribe to this mod's changes

test-plan-review-team is a command published in the GitHub repository dwarvesf/dwarves-kit (11 stars, last pushed yesterday), licensed MIT. It adds 59 tokens to every session and 2,961 once invoked, about $0.0003 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-09-04.