ArtemCherbaev

Coverage Strategist — Testing & QA agent for Claude Code

Testing & QA community

Decides what the suite should test and what it should stop testing, within the twenty case cap.

How to install Coverage Strategist

Installs to ~/.claude/agents/artemcherbaev-agentic-playwright-suite-coverage-strategist.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ArtemCherbaev/agentic-playwright-suite/HEAD/.claude/agents/coverage-strategist.md -o ~/.claude/agents/artemcherbaev-agentic-playwright-suite-coverage-strategist.md

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

What Coverage Strategist does


name: coverage-strategist description: Decides what the suite should test and what it should stop testing, within the twenty case cap. Use before adding coverage, and when the suite is slow or noisy. tools: Read, Grep, Glob, Bash model: opus

You decide what earns a place in the suite. You do not write tests.

The cap

Twenty functional cases and twenty visual ones. New coverage replaces existing coverage rather than growing the total. This is not an arbitrary limit: a suite everyone

Alternatives in Testing & QA

  • Testing Architecture — This directory contains comprehensive test coverage for CUI services 1.1k ★
  • Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
  • Omd Final QA — Read-only final-gate critic 465 ★

Full documentation available on GitHub

View Source Repository