working-prototype-app
Installation
SKILL.md
Working Prototype App
WHEN: A static HTML/CSS deliverable cannot answer the question being asked of the prototype. Typical triggers: multi-screen flow with routing, state that must persist across reloads, data-driven views, or an interactive demo for stakeholder validation. Below that bar, prefer plain HTML/CSS via
prototype-craft.
Choosing static vs working app
| Need | Use |
|---|---|
| Single page or short flow, visual review only | prototype-craft static HTML |
| Up to 3 screens with simple click-through | prototype-craft + plain anchor links |
| Routing, persisted state, dynamic lists, or filtering | This skill |
| Real backend integration | A product spike, not a UX prototype |
If in doubt, start with static. Promote to a working app only after the static answer becomes hand-wavy.