Agentic PlaybookAgentic product lifecycle
mxa-tests
The test suite as an artifact. Unit, component, e2e, accessibility and visual — written alongside the feature. The gates decide when they run.
- Owns the test suite as an artifact: unit, component, end-to-end, accessibility, visual regression
- Installs the harness once, then writes tests as features land
- Wires them so CI runs them and a person can still run them locally
- Writes the checks; the Verify gates decide which run when
Works with
The outside tools and connectors this skill drives.
- Jest, Testing Library, Playwright and axe· our default
- a project's existing test runner
The first is what we reach for on our own projects. A project that already uses one of the others keeps it, and the skill works with that instead.