---
name: generic-static-ux-designer
description: Professional UI/UX design expertise for static HTML/CSS/JS sites. Covers design thinking, user psychology, visual hierarchy, minimalist interaction patterns, accessibility, and performance-driven design. Use when designing features, improving UX, or conducting design reviews.
---
# Static Site UX Designer
Professional UX expertise for minimalist static sites.
**Extends:** [Generic UX Designer](../generic-ux-designer/SKILL.md) - Read base skill for design thinking process, user psychology, heuristic evaluation, and research methods.
## Minimalist Design Philosophy
### Less is More
Every element must earn its place:
- Does this add value for the user?
- Can I remove this and still communicate?
- Is this decoration or function?
### Content-to-Chrome Ratio
Maximize content, minimize interface:
```
BAD: 10% content, 90% navigation/chrome
GOOD: 80% content, 20% essential navigation
```
### Limited Palette = High Impact
- 2-3 colors maximum
- 1 accent color for actions
- Stark contrast over subtle gradients
## Performance-Constrained UX
### Every KB Matters
| Element | Impact |
| -------------------- | ---------- |
| Web font | +50-100KB |
| Hero image | +200-500KB |
| Animation library | +30-50KB |
| JavaScript framework | +30-100KB |
Ask: Does this UX improvement justify the weight?
### Speed is UX
- < 1s load time is expected
- < 100ms interaction response
- Users leave after 3s wait
## Static Page Flow Patterns
### Simple Navigation
```
Home → About → Contact → Back to Home
```
No infinite scroll, no SPA patterns. Clear page boundaries.
### Anchor Navigation
```html
......
```
## CSS-Only Interaction Patterns
### Accessible Disclosure
```html
More info