What problem does it solve? Design questions about state models, business logic, or UI layouts are hard to settle on paper. This Skill produces throwaway, runnable prototypes that let you and stakeholders feel the answer before committing to real implementation. ## Core Features & Use Cases - Logic Prototypes: Generates a single self-contained HTML file with free-play buttons and tabbed guided walkthroughs that drive a pure reducer, state machine, or function set through edge cases — shareable with non-developers by double-click. - UI Prototypes: Generates 3-5 radically different UI variants on an existing route (or a clearly-marked throwaway route), switchable via a ?variant= URL param and a floating bottom bar with arrow-key cycling. - Capture Workflow: Folds validated decisions into real code and preserves the full prototype on a throwaway branch as a primary source, keeping main clean. - Use Case: Ask whether a state machine handles an awkward edge case, and receive a clickable HTML demo a PM can drive; or request three layout options for a settings page and flip between them in the browser. ## Quick Start Ask the assistant to prototype whether your state model handles a specific edge case, or to generate three variant layouts for an existing page.