design-prototype
Installation
SKILL.md
Design — Prototype
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.
When to use
- You have screens/components (from image-to-code, url-to-code, or ideate) and need them connected.
- "Make it clickable", "wire the flow", "let me click through it".
- Validating a UX flow with stakeholders before real backend work.
When NOT to use
- No screens exist yet → build them first (
design-image-to-code/design-url-to-code). - You need production code with real data/auth — that's an engineering task, not a prototype.
- Just checking a built prototype against the design →
design-qa.
Inputs
- The screens/components to connect.
- The flow to demonstrate: happy path + key states.
./design/context.mdfor the JTBD (the flow should make that easy).