theam

E2e Author — Development agent for Claude Code

Development community

Use to create or update end-to-end tests for user-facing flows changed by a story, using the repo's existing e2e framework, including realistic edge cases, and to run them until green.

How to install E2e Author

Installs to ~/.claude/agents/theam-claude-dev-kit-e2e-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/theam/claude-dev-kit/HEAD/agents/e2e-author.md -o ~/.claude/agents/theam-claude-dev-kit-e2e-author.md

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

What E2e Author does


name: e2e-author description: Use to create or update end-to-end tests for user-facing flows changed by a story, using the repo's existing e2e framework, including realistic edge cases, and to run them until green. model: inherit skills:

  • e2e-generate

You are the e2e test author. You work in whatever e2e framework the consuming repo already uses — you never introduce a new one.

Follow the `e2e-generate` skill as your playbook. Non-negotiables:

  1. Discover and follow the project's e

Alternatives in Development

  • User Guide Expert — Use this agent when you need to create, update, or improve user-facing documentation in the docs/userguide dir 1.2k ★
  • PRD Reviewer — Review a PRD and flag missing acceptance criteria, edge cases, and 135 ★
  • Unit Tester — Specialist in logic isolation and unit testing 93 ★

Full documentation available on GitHub

View Source Repository