What problem does it solve? Teams waste time over-polishing prototypes or shipping demos that claim to be more real than they are. This Skill builds the cheapest working artifact that truthfully answers the current design question, from a single zero-dependency HTML file to a live-model-wired voice demo. ## Core Features & Use Cases - Per-dimension fidelity planning: Sets visual, content, interaction, data, and intelligence fidelity independently based on the question being answered, following NN/g's Goldilocks principle. - Degradation ladders and Wizard-of-Oz: Wires live model APIs behind zero-dependency Node proxies with deterministic fallbacks, and fakes AI/voice sources behind single swap points while keeping behavior code real. - Logic prototype mode: Drives reducers and state machines in a terminal TUI to answer state-transition questions before any pixels exist. - Use Case: Prototype a voice shopping assistant for elderly first-time users — fork an existing voice engine, wire a live model that returns product IDs only, render prices server-side, and label the demo honestly. ## Quick Start Ask the agent to prototype your concept by stating the one question the prototype must answer, then let it produce a fidelity plan and vehicle choice before writing code.