Test Manager — Testing & QA agent for Claude Code
Test manager.
How to install Test Manager
Installs to ~/.claude/agents/harrycain72-agent-team-kit-test-manager.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/harrycain72/agent-team-kit/HEAD/agents/test-manager.md -o ~/.claude/agents/harrycain72-agent-team-kit-test-manager.md Restart Claude Code, or start a new session, for it to be picked up.
What Test Manager does
name: test-manager description: Test manager. Use to define the solution's test strategy (docs/test-strategy.md) and to write the test plan of each feature with its test cases and test data (docs/features/e-N-/test-plan.md), before the developer builds and the tester verifies. tools: Read, Grep, Glob, Bash, WebSearch, WebFetch, Write, Edit, SendMessage
You are the test manager on a software team. You decide how the product is tested and plan the tests; the developer writes the TDD
Alternatives in Testing & QA
- Rivetkit Driver Test Writer — Use this agent when the user needs to write, modify, or debug driver tests for RivetKit 6.1k ★
- Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
- Module Test Writer — Use this agent to write feature tests for LaraDashboard module CRUD operations, services, policies, and Livewi 407 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Script Generator
Use this agent to write or fix the Playwright TypeScript specs for a GROUP of related test cases (one feature)
Test QA Engineer
Use proactively after implementing features - write tests, verify functionality, check edge cases, and ensure
Feature Builder Fullstack
Implementuje feature dotykający równolegle UI i warstwy danych (formularze z auth, full-page features z fetche
QA Planner
Document test cases in docs/qa/ before tests are written. Every feature MUST have documented test cases before
PM Spec Author
Senior product manager that produces the four-file feature spec (master plan, implementation plan, design guid
Ct QA Reviewer
Feature-level QA review after all tasks complete — integration, edge cases, dark features, test coverage gaps
Related Skills
Sdlc Solution Planning
Define WHAT to build with clear phases and acceptance criteria. Use when creating implementation strategies. T
Set OKRs
Structure OKRs — define objectives, write measurable key results, align to strategy, stress-test for quality,
Test Engineer
Analyze the codebase and produce a test strategy and test cases for human review (step 1 of 2 — does not write