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 press buttons, watch state change, or flip between radically different UI variants before committing to a real implementation. ## Core Features & Use Cases - Logic Prototypes: Build 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: Generate 3-5 structurally different variants of a page 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, then preserve the prototype on a throwaway branch as a primary source linked from the implementation issue. - Use Case: A PM is unsure whether a state machine handles an edge case. You build a one-file HTML demo with scenario walkthroughs; they click through, spot the flaw in the idea, and you lift the validated reducer into the real module. ## Quick Start Ask the assistant to prototype whether your state model handles a specific edge case, or to generate three UI variants of an existing page switchable via a URL parameter.