What problem does it solve? Testing how well an autonomous agent navigates a website under realistic conditions is hard to do repeatably. This Skill lets you define booking tasks and tune a distraction dial on the Jev Browser test site, then measures exactly how many bookings come out right and where layout shifts break the agent. ## Core Features & Use Cases - Task Crafting: Write booking tasks in site.json that exercise the full funnel: search, results, details, and review pages. - Distraction Dial: Add decoy buttons, cookie walls, pop-ups, and sponsored rows that shift layouts, scaled from 0 (clean) to 1 (everything moves). - Accuracy Measurement: Run check.mjs and read .harness/verdict.json for bookings completed, share exactly right, steps taken, and clicks lost to layout shifts. - Use Case: Set the distraction dial to 0.6, run the verification, and report at which distraction level the share of correct bookings falls below 9 in 10. ## Quick Start Write a set of booking tasks in site.json, set the distraction dial to 0.25, and run the verification to report how many bookings came out exactly right.