Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Assemble a clickable, runnable prototype from screens/components — wiring navigation, state, and interactions so a team can actually click through it. Use when the user says "make it clickable", "build a prototype", "wire up the flow", "interactive prototype", "make the screens navigate", or has static screens that need to come alive. Part of the Product Design set. Verifies interactions with a browser tool.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 125% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-21 | ✗→✓ | ▲ Improved | 24% | 0% |
Turn static screens into a working clickable flow that demonstrates the experience end to end. A prototype's job is to let someone experience the flow and give feedback — not to be production-hardened. Stubs are fine and expected; broken navigation is not.
design-image-to-code / design-url-to-code).design-qa../design/context.md for the JTBD (the flow should make that easy).Flow (JTBD: create first project in <2 min): Welcome → Choose template → Name it → Dashboard.
flow graph:
Welcome --[Get started]--> Template --[select]--> Name --[Create]--> Dashboard
Name --[empty submit]--> Name(error: "Name required")
Template --[back]--> Welcome
states wired: hover on cards, loading on Create (300ms stub), error on empty name,
success → Dashboard with the new project card
stubs: templates = 3 fixtures; "Create" writes to in-memory store (TODO: real API)
verify (browser): clicked Welcome→Template→Name→Create→Dashboard ✓;
empty-name error shows ✓; back nav works ✓; no dead ends
run: `npm install && npm run dev` → :5173Working prototype → design-qa (conformance check vs the design + requirements) → design-share (publish for review). Don't share before QA on anything stakeholder-facing.
Needs a browser-automation tool to verify the flow by clicking through it. Without one, wire carefully and manually note that the walkthrough is unverified.
Other measured skills in the registry, with their headline benchmark lift.