What problem does it solve? Design and business-logic decisions often look reasonable on paper but break down under real cases. This Skill builds throwaway, runnable prototypes that let you press buttons, flip between UI variants, and discover flaws in an idea before committing to production code. ## Core Features & Use Cases - Logic Prototypes: Build a small interactive terminal app with a pure, portable state module (reducer, state machine, or pure functions) to test state transitions and edge cases by hand. - UI Prototypes: Generate 3-5 radically different UI variants on a single route, switchable via a ?variant= URL param and a floating bottom bar with arrow-key navigation. - Use Case: Before building a checkout flow, spin up a terminal prototype of the order state machine to confirm that cancel-after-payment behaves correctly, or render three dashboard layouts side by side and pick one. ## Quick Start Ask the assistant to prototype the state transitions of your checkout flow as an interactive terminal app you can drive by hand.