Implement E2e banner
jonathanowitz jonathanowitz

Implement E2e

Testing community

Description

--- description: Generate E2E test specs from behavior map entries — mechanical translation, called by /implement argument-hint: [called by /implement — no direct args needed] allowed-tools: [Read, Edit, Write, Grep, Glob, Bash] user-invocable: false --- # Implement E2E (Spec Generation — RED) Generate Playwright E2E test specs by mechanically translating the plan's test-ready behavior map entries into test code. This runs inside `/implement`, AFTER stubs but BEFORE implementation. **The beha

Installation

Installs to ~/.claude/skills/jonathanowitz-claude-skills-implement-e2e/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jonathanowitz-claude-skills-implement-e2e && curl -fsSL https://raw.githubusercontent.com/jonathanowitz/claude-skills/HEAD/commands/implement-e2e.md -o ~/.claude/skills/jonathanowitz-claude-skills-implement-e2e/SKILL.md

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

Full documentation available on GitHub

View Source Repository