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 a pure state module, free-play action buttons, and tabbed guided walkthroughs that a non-developer can drive by double-clicking. - 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 while archiving the prototype on a throwaway branch as a primary source. - Use Case: Ask whether a checkout state machine handles the edge case where a payment fails after confirmation, and receive a shareable HTML demo with scenarios covering the happy path, the edge case, and an illegal transition. ## Quick Start Ask the assistant to prototype whether your state machine handles a specific edge case, or to generate three layout variants for an existing page.