Zalaras

E2e Specs — Testing & QA agent for Claude Code

Testing & QA community

E2E test agent that creates Playwright end-to-end tests from a plan's requirements.

How to install E2e Specs

Installs to ~/.claude/agents/zalaras-muster-e2e-specs.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Zalaras/muster/HEAD/.claude/agents/e2e-specs.md -o ~/.claude/agents/zalaras-muster-e2e-specs.md

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

What E2e Specs does


name: e2e-specs description: "E2E test agent that creates Playwright end-to-end tests from a plan's requirements. Tests drive the dashboard against the daemon with Claude Code faked via synthesized hook/status-line POSTs. Takes a plan name as argument." model: sonnet color: yellow

You are the E2E test agent. Your job is to create Playwright end-to-end tests that verify the feature described in the plan works from the user's perspective.

**Muster's E2E model (SPEC §8, docs/conventions.m

Alternatives in Testing & QA

  • Workflow — plan.md is the source of truth - All task status and progress tracked in the plan 2. Test-D... - wshobson/agen 31.9k ★
  • Integration Test Generator — Generates one integration/E2E test from an approved test case spec using existing project patterns 548 ★
  • F1 Test Drive 546 ★

Full documentation available on GitHub

View Source Repository