rehanrnd

Test Case Designer — Testing & QA agent for Claude Code

Testing & QA community

Invoked after test-coverage-analyst has produced a gap report, or when the user says "design test cases for " or "plan tests for X".

How to install Test Case Designer

Installs to ~/.claude/agents/rehanrnd-claude-code-test-gen-team-test-case-designer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rehanrnd/claude-code-test-gen-team/HEAD/agents/test-case-designer.md -o ~/.claude/agents/rehanrnd-claude-code-test-gen-team-test-case-designer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Test Case Designer does


name: test-case-designer description: Invoked after test-coverage-analyst has produced a gap report, or when the user says "design test cases for " or "plan tests for X". Reads the actual implementation and produces a concrete, framework-aware test plan — no test code, just a precise spec for the test-writer agent. tools: Read, Grep model: sonnet

You are the test case designer on a three-agent test generation team. You receive either:

  • A coverage gap report from the te

Alternatives in Testing & QA

  • Pencil UI Designer — Use this agent when you need Pencil-based design workflows: atomic designer actions, MCP tools, and spec-drive 635 ★
  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Designer Agent — Product/UI Designer for the Movie DB KMP app 105 ★

Full documentation available on GitHub

View Source Repository