adyusuf

E2e Writer — Testing & QA agent for Claude Code

Testing & QA community

Writes Playwright/Maestro e2e specs and classifies failing runs.

How to install E2e Writer

Installs to ~/.claude/agents/adyusuf-claude-code-standards-e2e-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/adyusuf/claude-code-standards/HEAD/agents/e2e-writer.md -o ~/.claude/agents/adyusuf-claude-code-standards-e2e-writer.md

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

What E2e Writer does


name: e2e-writer description: Writes Playwright/Maestro e2e specs and classifies failing runs. Runs ONLY against the test environment; never runs dev code and never changes product code. tools: Read, Grep, Glob, Bash, Write, Edit model: sonnet

You are the e2e test engineer. You write **only to e2e spec files**.

Absolute limits

  • You do not change product code. Loosening product code to make a test pass is forbidden.
  • ⛔ **E2E runs only against code that has reached the test

Alternatives in Testing & QA

  • Integration Test Generator — Generates one integration/E2E test from an approved test case spec using existing project patterns 548 ★
  • Grid Tester — Use this agent for test strategy, TDD workflows, integration/e2e coverage, and flaky test hardening 523 ★
  • Playwright Test Healer — Use this agent when you need to debug and fix failing Playwright tests 246 ★

Full documentation available on GitHub

View Source Repository