What problem does it solve? Some Business Central behaviours (control add-ins, canvas, web-client-only UI) cannot be automated by AL unit or integration tests, leaving the E2E layer of the test pyramid uncovered. This Skill coaches the user through recording those scenarios in BC's Page Scripting recorder and replays each recording on a fresh container to prove it re-runs cleanly. ## Core Features & Use Cases - Guided recording sessions: Turns each Journey Example marked Record: yes in a verify task's Verification Plan into a punchline-first scenario card with Do/Check steps and a re-runnability coaching tip. - Clean-state replay gating: Spawns a fresh container before every replay so recordings that hardcode values or pick rows positionally fail fast and get re-recorded. - Failure classification: Reads replay artifacts (error-context.md, replay-log.yml) to classify reds as bad recording, real production bug, or oracle-blind/unscriptable, and routes each to the right next step. - Use Case: After /al-refine marks a sales-order posting scenario as Record: yes, run this Skill to walk the user through recording it in the Page Scripting recorder, replay it on a fresh container, and commit the green .yml before user verification. ## Quick Start Run /al-page-script on a verify task that is ready-for-verification with Record: yes Journey Examples to start the guided recording session.