What problem does it solve?
Acceptance testing is often manual, time-consuming, and hard to reproduce across environments. The ATR skill automates this by converting sprint acceptance criteria into a machine-readable testbook, executing tests via Playwright, and surfacing markdown reports with evidence.
Core Features & Use Cases
- Reads sprint manifests to generate per-area testbooks, organized under docs/sprints/Sprint-N/acceptance.
- Executes tests against the running application, produces markdown reports with screenshots, and maintains a backlog of failures for backlog grooming.
- Optionally pushes failure items to external trackers once a MCP integration is wired, and supports generating stakeholder-friendly test plans.
Quick Start
Run /atr generate to create a testbook from your sprint manifest, then run /atr run to execute it against your app.