What problem does it solve? Design questions about state models, business logic, or UI layouts are hard to resolve on paper. This Skill produces throwaway prototype code—a shareable single-file HTML demo for logic questions, or multiple switchable UI variants on one route for visual questions—so decisions get validated before real implementation. ## Core Features & Use Cases - Logic Prototypes: Generates a self-contained HTML file with a pure reducer/state-machine module, free-play action buttons, and guided scenario walkthroughs that non-developers can click through. - UI Prototypes: Renders 3-5 structurally distinct UI variants on an existing route (or a disposable route), switched via a ?variant= URL parameter and a floating bottom bar with arrow-key navigation. - Use Case: A product manager is unsure whether an order state machine handles cancellation-after-shipping. The Skill builds a single HTML file with labeled state panels and scenario tabs so the PM can press buttons, spot the illegal transition, and hand back a verified reducer for the real codebase. ## Quick Start Ask the agent to build a prototype that tests whether your state model handles a specific edge case, or to generate three UI variants of a page switchable via URL parameter.