What problem does it solve?
Converts human-written acceptance criteria into machine-validated JSON test plans and Playwright spec files so teams can quickly and reliably create automated UI tests without hand-coding the test steps.
Core Features & Use Cases
- Assessment Mode: Analyze and report whether AC are automation-ready without generating artifacts.
- Full Conversion: Convert bullet-style Markdown or Gherkin files into JSON plans, validate them against a schema, and translate plans into Playwright spec files.
- Validation & Safe Workflow: Enforces controlled vocabulary from test-hooks, runs plan-schema validation, and requires explicit output directories and a two-attempt validation+fix retry protocol.
- Use Case: QA engineers and devs can turn feature files or markdown AC into reproducible Playwright tests and a summary of required test hooks for CI integration.
Quick Start
Ask the skill to "Convert the acceptance criteria file at <path> into validated Playwright tests and write plans, tests, and a summary to the specified output directories."