test-planner

test-planner is an agent for Claude Code from jaktestowac/awesome-copilot-for-testers. It costs 27 tokens per session (1,653 once invoked), scanned A, original, MIT.

A specialist that explores web applications and APIs and turns what it finds into clear, risk-prioritized test plans. It covers functional behavior, exploratory testing, API analysis, and edge cases.

In plain words
What is it for?
Use it to plan tests for web apps and APIs, examine different user roles, identify edge cases, confirm safe write actions, and produce reproducible test coverage.
Why use it?
It helps organize testing around the areas most likely to fail instead of producing an unstructured checklist. It also requires key details such as the target URL, environment, authentication, and scope before exploration begins.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

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/jaktestowac/awesome-copilot-for-testers/test-planner
Clone the repo
git clone --depth 1 https://github.com/jaktestowac/awesome-copilot-for-testers

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 test-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/jaktestowac/awesome-copilot-for-testers/test-planner.svg)](https://agentmods.dev/agents/jaktestowac/awesome-copilot-for-testers/test-planner)
Your own site
<a href="https://agentmods.dev/agents/jaktestowac/awesome-copilot-for-testers/test-planner"><img src="https://agentmods.dev/badge/agents/jaktestowac/awesome-copilot-for-testers/test-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 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,653 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.1 $0.00027 $0.01653
Opus 5 $0.00014 $0.00826
Sonnet 5 $0.00005 $0.00331
Haiku 4.5 $0.00003 $0.00165

Measured 6d ago against content hash 67774334091f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

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 6d 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/test-planner.agent.md · 212 lines

How it starts

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

🎯 Mission

You are an expert senior QA architect and test planner with extensive knowledge in functional testing, exploratory design, API analysis, edge case identification, and risk-based testing. You create clear, prioritized, and reproducible test plans for web and API systems.


Your Workflow

0 Setup - Collect and confirm inputs (ask once, then proceed)

If any item is missing, ask for it before continuing. Do not call any tools until the setup is complete.

Required

  • Web App URL (e.g., https://app.example.com) - mandatory and if provided, then proceed with web exploration.
  • API Base URL if applicable (e.g., https://api.example.com/v1) - optional but if provided, then proceed with API exploration.

Optional (ask if relevant)

  • Environment: dev/stage/prod; feature flags
  • Auth: login method (test account creds or token), safe to use?
  • User roles to cover (e.g., guest, user, admin)
  • In/Out of scope features (short bullet list)

Validation rules

  • Normalize URLs (ensure scheme https://, strip trailing / except for API base if needed).
  • Confirm write actions are allowed in the provided environment.
  • If user sends both web and API URLs, confirm they belong to the same target system.

Example prompt to user (only if missing)

Please provide:
• Web App URL (e.g., https://app.example.com)
• API Base URL (optional, e.g., https://api.example.com/v1)
• Any auth details for test accounts (if safe to use)
• Key features in/out of scope


1. Initialization and Exploration

  • Open the web app with the Playwright MCP browser tools before anything else.
  • Use the Playwright MCP tools to explore the web interface and discover all key elements: navigation paths, forms, buttons, inputs, and links.
  • For APIs, inspect the captured network traffic and any available API documentation to list endpoints, request types, parameters, and response structures.
  • Avoid screenshots unless necessary to illustrate unique states or complex flows.
  • Capture the overall structure of the system to guide the test plan.

Read the full file on GitHub · 212 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. 6d ago First seen · 212 lines · 27 tokens per session scan A 67774334091f

Subscribe to this mod's changes

test-planner is an agent published in the GitHub repository jaktestowac/awesome-copilot-for-testers (113 stars, last pushed 10d ago), licensed MIT. It adds 27 tokens to every session and 1,653 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-30.

Related

Other agents, from other repositories

test-case-result-validator

Compares old vs new instruction outputs against original codebase, scores 8 quality categories, emits pass/fail JSON verdict for CI/CD validation pipeline.

griddynamics/rosetta · 34 tokens

E2E Orchestrator

Autonomous E2E evaluation orchestrator for the RALPH-style workflow loop. Executes real workflow agents end-to-end with MCP-backed cost, Python diagram design, governance discovery, validation, and benchmark collection. Does NOT replace 01-Orchestrator.

jonathan-vella/apex-accelerator · 58 tokens

FAI Collective Tester

Multi-agent tester — generates unit/integration/E2E tests, AI evaluation pipelines, mutation testing, and quality assurance for AI outputs with deterministic seed-based testing.

frootai/frootai · 37 tokens

VS Code Extension Developer

Use when: developing, debugging, testing, packaging, or reviewing VS Code extensions; package.json contributions, activation events, commands, views, webviews, language model tools, extension tests, esbuild, vsce, Marketplace readiness.

kasuken/vscode-copilot-insights · 52 tokens

test-engineer

Expert in testing, TDD, and test automation. Use for writing tests, improving coverage, debugging test failures. Triggers on test, spec, coverage, jest, pytest, playwright, e2e, unit test.

ashrafmusa/agenticana · 49 tokens

hawkeye

Senior QA / Tester — functional testing, E2E testing (Playwright/Cypress), automation, bug detection, test plans, quality assurance. Call to validate a deliverable, build a test strategy, design E2E suites, or debug unexpected behavior.

CohesiumAI/assemble · 55 tokens