What problem does it solve? Design questions about business logic or UI layout are hard to answer on paper. This Skill produces runnable throwaway prototypes so you can press buttons, flip between variants, and discover flaws in the idea before committing to real code. ## Core Features & Use Cases - Logic prototypes: Build a tiny interactive terminal app with a pure reducer, state machine, or function set behind a thin TUI shell, so you can drive state transitions by hand and spot edge cases. - UI prototypes: Generate 3-5 structurally different UI variants on one route, switchable via a ?variant= URL param and a floating bottom bar with arrow-key cycling. - Use Case: Before writing a real settings page, ask for three radically different layouts mounted on the existing route; flip through them in the browser, pick the winner, and fold it into production code. ## Quick Start Ask the agent to prototype three different layouts for the settings page, switchable via a URL parameter, or to build a terminal prototype that exercises your state machine.