Agent skill
prototype-guide
Generates self-contained HTML prototypes with design context from project files. Read design principles, personas, and hypothesis files, then produce a working prototype for Usability and Value risk validation. Use when creating prototypes or validating through tangible artifacts.
Install this agent skill to your Project
npx add-skill https://github.com/shinpr/claude-code-discover/tree/main/skills/prototype-guide
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:
- Design Principles — read
docs/product/design-principles.md - Persona — read relevant file from
docs/product/personas/ - Hypothesis Under Test — read the target hypothesis file from
docs/discovery/hypotheses/ - Vision — read
docs/product/vision.mdfor tone and value proposition
These files drive every design decision. A prototype built without reading them validates nothing.
Blueprint Context (include when docs/product/design/ exists)
Read all available artifacts from docs/product/design/ (information architecture, brand direction, user flows, content model, AI interaction model). When present, brand direction overrides ad-hoc aesthetic inference from design principles.
Additional Context (include when available)
- State Design — which states to demonstrate (Loading / Empty / Error / Partial / Success)
- Accessibility Requirements — WCAG 2.2 AA baseline
- Existing Components — use codebase-analyzer to identify reusable components if a codebase exists
- Journey Position — where in the user journey this interaction occurs
Design System Integration
How to connect prototypes with your design system depends on your setup:
- In-Repository Components: Use codebase-analyzer to identify existing components, reference their visual patterns
- Tailwind Config / Design Tokens: Apply existing token definitions
- No DS Yet: Define constraints (palette, typography, spacing) — record decisions for future DS
Key Principles
- Prototype to learn, not to ship: Don't over-invest in polish
- Context from files, not assumptions: Read the project files rather than inventing context
- One hypothesis per prototype: Keep focused on a single question
- One pattern per prototype: When multiple patterns need validation, generate a separate prototype for each
- Flows, not just screens: Implement step-by-step user flows, not isolated UI states
- States, not just features: Implement all relevant state transitions (loading, error, empty, success)
- Concrete data: Use realistic sample data and actual UI copy in the product's language
- Save everything: Prototypes, screenshots, and learnings go to
docs/discovery/prototypes/ - Iterate, don't restart: Build on previous prototypes
For detailed construction patterns, state design guidance, and scope boundaries, see references/prototype-prompt-guide.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
recipe-persona
Create or update personas with demographic, contextual, JTBD, and behavioral data
recipe-refine-visuals
Optional side-workflow for design experts to refine auto-derived Visual Tokens in brand-direction.md with professional judgment
prd-standards
Defines PRD structure, user story format with 4 Risks assessment, EARS-format acceptance criteria, and delivery readiness thresholds. Use when writing PRDs, drafting user stories, defining acceptance criteria, or reviewing PRD quality and completeness.
recipe-vision
Define or update product vision, strategy, outcomes, and NSM
design-perspective
Integrates design principles, WCAG 2.2 AA accessibility, persona context, and state design into product decisions. Use when reviewing UX decisions, checking accessibility, applying design principles, or ensuring state coverage in acceptance criteria.
recipe-validate
Orchestrate hypothesis validation through type-appropriate methods — prototypes, code analysis, market research, and expert review
Didn't find tool you were looking for?