What problem does it solve? Design questions about state models, business logic, or UI layout are hard to settle on paper or in discussion. This Skill produces throwaway prototypes that let you and stakeholders actually interact with the idea, surfacing wrong assumptions before real code is written. ## Core Features & Use Cases - Logic prototypes: Generate a single self-contained HTML file with a pure reducer, state machine, or function module, free-play buttons, and tabbed guided walkthroughs that a non-developer can drive by double-clicking. - UI prototypes: Generate several structurally different UI variants on one route, switchable via a ?variant= URL param and a floating bottom bar with arrow-key navigation. - Capture workflow: Fold validated decisions into real code and preserve the prototype on a throwaway branch as a primary source. - Use Case: You are unsure whether a state machine handles an edge case. The Skill builds a shareable HTML demo where a PM clicks through scenarios and immediately spots the illegal transition. ## Quick Start Ask the agent to prototype whether your state model handles a specific edge case, or to generate three UI variants of an existing page.