What problem does it solve? Standalone mockups make every design option look fine in isolation, so teams pick layouts without seeing them against real data, headers, and page density. This Skill implements multiple structurally different design variants directly on the real route of a running app, with a live switcher to flip between them in the browser. ## Core Features & Use Cases - In-context variants: Builds 2-5 structurally different variants as separate components on the existing route, sharing the page's real data fetching, params, and auth. - Live switcher: Adds a frosted-glass floating bar driven by a ?variant= URL param, with arrow-key cycling, production gating, and collision-aware positioning. - Recommendation and cleanup: Recommends a winning variant with honest critique, then folds it into production code and deletes the losers and the switcher. - Use Case: You want to redesign a settings page. The Skill mounts three layout variants on /settings, lets you toggle them live against real account data, then rewrites the winner to production standards. ## Quick Start Ask the agent to real-prototype three variants of a specific page with a live switcher on its existing route.