What problem does it solve? Design questions about state models, business logic, or UI layouts are hard to settle on paper or in discussion. 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: Build a single self-contained HTML file with free-play buttons and guided scenario walkthroughs that drive a pure reducer, state machine, or function set, shareable with non-developers by double-click. - UI Prototypes: Generate 3-5 radically different UI variants on an existing route, switchable via a ?variant= URL param and a floating bottom bar with arrow-key navigation. - Capture Workflow: Fold validated decisions into real code, then preserve the prototype on a throwaway branch as a primary source with a pointer on the implementation issue. - Use Case: You are unsure whether a state machine handles an edge case where action X precedes Y. Build a shareable HTML demo, hand it to a domain expert, and let them discover the flaw by clicking through scenarios. ## Quick Start Ask the agent to prototype whether the current checkout state model handles a cancelled payment followed by a retry, as a shareable HTML demo.