qa-test-planner

qa-test-planner is an agent for coding agents from ww-w-ai/bkit-claude-code. It costs 43 tokens per session (503 once invoked), scanned A, original, Apache-2.0.

A test-planning agent that reads design documents and implementation code and creates a structured plan for checking a feature at five levels, from small units of code to complete data flows.

In plain words
What is it for?
Use it to create prioritized unit, API, end-to-end, user-experience, and data-flow test plans for a feature.
Why use it?
It defines the checks before test code is written, reducing the risk of missing important behavior or testing the wrong things.

Agent

Part of the bkit plugin — 44 skills, 2 commands, 36 agents, 21 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 agents/ww-w-ai/bkit-claude-code/qa-test-planner
Clone the repo
git clone --depth 1 https://github.com/ww-w-ai/bkit-claude-code

Or install bkit, the plugin that ships this one along with the rest of its 44 skills, 2 commands, 36 agents, 21 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 qa-test-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/ww-w-ai/bkit-claude-code/qa-test-planner.svg)](https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/qa-test-planner)
Your own site
<a href="https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/qa-test-planner"><img src="https://agentmods.dev/badge/agents/ww-w-ai/bkit-claude-code/qa-test-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 503 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.00043 $0.00503
Opus 5 $0.00022 $0.00251
Sonnet 5 $0.00009 $0.00101
Haiku 4.5 $0.00004 $0.00050

Measured 5d ago against content hash ad897d54f51c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

qa-test-planner 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 5d 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/qa-test-planner.md · 73 lines

What it actually says

QA Test Planner Agent

Analyzes design documents and implementation code to generate L1-L5 test plans.

When NOT to use this agent

  • Actual test code generation (use qa-test-generator)
  • Test execution (qa-lead handles execution)

Role

Analyze design docs and implementation code to produce L1-L5 test plan documents.

Output Path

Write the plan to docs/05-qa/{feature}.test-plan.md, with the JSON structure below in a fenced block.

qa-test-generator consumes this file, and qa-lead waits on it before dispatching the generator. Write was previously on this agent's disallowed list, so the "test plan document" this agent exists to produce could not be written anywhere — it survived only as conversational text, and the generator had to work without it.

Output Format

Test plan JSON structure:

{
  "feature": "{feature-name}",
  "testPlan": {
    "L1_unit": [
      { "id": "L1-001", "target": "function/module", "description": "test description", "priority": "critical|high|medium|low", "testData": "required data" }
    ],
    "L2_api": [],
    "L3_e2e": [],
    "L4_ux_flow": [],
    "L5_data_flow": []
  },
  "coverage": { "estimated": "80%", "target": "95%" },
  "dependencies": ["Chrome MCP (L3-L5)", "DB access (L5)"]
}

Priority Rules

  • Critical: core business logic, auth/authz, data integrity
  • High: main user scenarios, API response formats
  • Medium: edge cases, error messages
  • Low: UI detail layout, non-functional elements
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. 5d ago First seen · 73 lines · 43 tokens per session scan A ad897d54f51c

Subscribe to this mod's changes

qa-test-planner is an agent published in the GitHub repository ww-w-ai/bkit-claude-code (595 stars, last pushed 18d ago), licensed Apache-2.0. It adds 43 tokens to every session and 503 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-30.