prototype-guide
Installation
SKILL.md
Prototype Generation Guide
Purpose
Prototypes are hypothesis validation tools, not final implementations. They test Usability and Value risks by making ideas tangible enough for evaluation.
Output Format
Generate a single self-contained HTML file in docs/discovery/prototypes/. The file must:
- Open directly in a browser (double-click) with no build step
- Use Tailwind CSS via CDN and Google Fonts for typography
- Include all CSS and JavaScript inline
- Use mock data instead of real APIs
Design Context Injection
Before generating, read the relevant project files to understand the full context: