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 prototypes that let you and stakeholders press buttons, flip between variants, and feel whether a model or layout actually works before committing to real code. ## Core Features & Use Cases - Logic prototypes: Generates a single self-contained HTML file with free-play action buttons and tabbed guided walkthroughs that drive a pure reducer, state machine, or function set through edge cases, readable by non-developers. - UI prototypes: Renders 3-5 structurally different variants of a page on an existing route, switchable via a ?variant= URL param and a floating bottom bar with arrow-key navigation. - Capture workflow: Folds validated decisions into real code and preserves the prototype on a throwaway branch as a primary source. - Use Case: A product manager is unsure whether an order state machine handles cancellation-after-shipping. You build a shareable HTML demo with scenario walkthroughs so they can click through the edge case and confirm the model. ## Quick Start Ask the agent to prototype whether your state machine handles a specific edge case, or to generate three layout variants of an existing page switchable via a URL parameter.