Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Publish a runnable prototype and return a shareable link. Prepares the prototype to run, starts/serves it (or deploys), and hands back a URL plus run instructions for review. Use when the user says "share the prototype", "give me a link", "publish this", "let the team see it", "deploy the preview", or is ready to circulate a prototype for feedback. Final stage of the Product Design set.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 37% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 1740% | 0% |
Get the prototype in front of reviewers with a working link + clear run notes. Final handoff stage. The goal is that someone who wasn't involved can open it, know what to look at, and leave useful feedback — without you in the room.
design-qa (especially HIGH items) — fix or explicitly flag first.design-prototype.method: local serve (user wants to review on their machine)
preflight: `npm install` ok, `npm run build` clean, `npm run dev` boots :5173 ✓
deliverable:
link: http://localhost:5173
run: `npm install && npm run dev`
review this: complete the onboarding happy path (Welcome → Template → Name → Dashboard);
check the empty-name error and the loading state on "Create"
known stubs: templates are 3 fixtures; "Create" writes to in-memory store (no real API yet)
feedback: leave notes in #design-review or as comments on the Figma frame(If deploy was requested: confirm host, check for secrets/env files, deploy, return the live URL + same review note.)
.env, keys, credentials before any deploy.This is the terminal stage. Feedback typically loops back to design-prototype (changes) or design-ideate (rethink). If the prototype is approved, it becomes the reference for engineering build-out.
Local serve needs the project's dev server only. Tunnel/deploy needs the relevant CLI (and user consent). No special tool for the review note — it's written guidance.
Other measured skills in the registry, with their headline benchmark lift.