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: Generate a single self-contained HTML file with a pure reducer or state machine, free-play action buttons, and tabbed guided walkthroughs that a non-developer can drive by double-clicking. - UI prototypes: Generate 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: 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 discovers the illegal transition themselves. ## Quick Start Ask the AI to prototype whether your state machine handles the edge case where a user cancels mid-checkout, as a shareable HTML demo.