ux-acceptance-coordinator
Coordinate UX acceptance testing
Run a goal-driven browser journey with a tester that has no repository context. Keep site preparation, private success checks, and product diagnosis in the coordinator context.
Prepare the run
-
Read the selected journey in
acceptance/journeys/. -
Check the journey's
statusandrequiresfrontmatter. If its status isneeds-profile, report the missing bootstrap requirements and stop. Do not substitute a simpler profile or relax the journey. -
Read its site profile in
acceptance/sites/and the portable tester instructions inacceptance/tester/SKILL.md. -
Choose the journey's target. Use Node unless the journey or change under test requires the Cloudflare runtime.
-
Start one disposable site:
pnpm ux:site:start -- --target node --profile editorial-small -
Keep the run ID, start URL, and run-data path from the command output. Never send the run-data file or API token to the tester.