OpenSpec Playwright — Summary
OpenSpec Playwright (openspec-pw) is an npm CLI tool that integrates OpenSpec's spec-driven development lifecycle with Playwright E2E test automation for Claude Code projects. It installs a single /opsx:e2e command that drives a three-agent pipeline: Explorer (reads OpenSpec specs, navigates real DOM, extracts selectors), Planner (generates test-plan.md), and Generator (writes verified Playwright .spec.ts files). A Healer agent using Playwright MCP auto-repairs test failures. The tool ships a vision-check subcommand that uses a local Ollama VLM for screenshot-based layout anomaly detection. With 4 stars and active development (last commit May 2026, v0.3.26), it is the most operationally complete OpenSpec extension in the corpus — it adds actual test execution infrastructure rather than just planning artifacts.
Compared to seeds: closest to openspec (same change lifecycle, same /opsx command namespace) but adds a full E2E test generation and execution layer — something no seed implements. The openspec-pw doctor and openspec-pw audit commands make this closer to spec-kit (which has validation hooks) than to any other seed.