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 discover flaws in the idea before committing to real implementation. ## Core Features & Use Cases - Logic Prototypes: Generate 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, runnable by double-click with no install. - 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 and preserve the prototype on a throwaway branch as a primary source. - Use Case: A PM is unsure whether a state machine handles an edge case. You build a shareable HTML demo in domain language; they click through scenarios, spot the illegal transition, and you fix the model before writing production code. ## Quick Start Use the prototype skill to build a clickable demo that tests whether my order state machine handles cancellation after shipping.