Award-Caliber Websites
Use this skill when the user asks for:
- an award-winning website, Awwwards/Webby-level redesign, or standout landing page
- creative direction for a premium site
- critique of whether a site feels generic, memorable, usable, or award-caliber
- an art-directed website with storytelling, scroll rhythm, motion, or interaction
- a bridge between visual design skills and actual judged website quality
This is a class-level framework. Pair it with implementation skills:
claude-design for artifact process and anti-slop execution
popular-web-designs for real design-system references
design-md for persistent tokens and WCAG validation
p5js, hyperframes, or manim-video for motion and visual storytelling
dogfood or adversarial-ux-test for browser-based verification and UX friction testing
Core thesis
Award-caliber sites are not prettier generic sites. They have a clear idea, a memorable point of view, excellent usability, technical polish, and interaction that serves the story.
A site should be judged across seven dimensions:
- Concept: What is the site trying to make the visitor feel, believe, or do?
- Narrative: Does the scroll unfold like chapters instead of stacked sections?
- Visual system: Are color, type, spacing, imagery, and components distinctive and controlled?
- Interaction: Does motion reveal state, guide attention, or create tactility?
- Usability: Can a real visitor understand, navigate, and act without friction?
- Execution: Is it responsive, performant, accessible, and free of obvious technical defects?
- Content: Is the copy specific, useful, and emotionally aligned with the brand?
Workflow
1. Define the creative premise
Before designing sections, answer:
- Who is this for?
- What is the one-sentence idea of the site?
- What should the visitor remember 24 hours later?
- What is the brand allowed to be: calm, sharp, playful, cinematic, luxurious, weird, editorial, technical?
- What is explicitly off-brand?
If the premise is weak, do not compensate with gradients, glass, blobs, or animation.
2. Build the page as a story
Map the site into narrative beats, not generic sections.
Common arcs:
- Problem to transformation: pain, consequence, new mechanism, proof, invitation
- Discovery: hook, intuition, reveal, implications, action
- Product cinema: object, behavior, proof, ecosystem, CTA
- Editorial authority: thesis, evidence, cases, principles, contact
- World-building: atmosphere, beliefs, artifacts, rituals, conversion
Every section gets one job. If a section tries to explain everything, split it or delete it.
3. Choose a visual posture
Decide the posture before writing CSS:
- Minimal premium: strict type, negative space, one accent, product/image as hero
- Cinematic dark: scene-like scroll, controlled contrast, large display type, slow reveals
- Editorial: rich typographic hierarchy, essay-like rhythm, images as evidence
- Playful craft: tactile components, named color palette, delightful but legible interactions
- Developer precision: mono accents, code/product artifacts, restrained surfaces
- Luxury restraint: fewer weights, slower pacing, material detail, no loud UI patterns
Use popular-web-designs as reference material, but transform principles instead of cloning brand surfaces.
4. Design hero frames first
For each major section, define the hero frame: the moment when the most important visual idea is clearest.
Then implement:
- static layout first
- hierarchy and contrast next
- responsive behavior
- interaction and motion last
Do not add animation to rescue weak composition.
5. Motion rules
Good website motion:
- reveals relationships
- gives controls tactility
- makes scrolling feel like progression
- focuses attention on the current idea
- is respectful of
prefers-reduced-motion
Bad website motion:
- loops without purpose
- delays access to content
- hides poor hierarchy
- turns every section into the same fade-up pattern
- causes layout instability or scroll jank
Use fewer motion motifs and repeat them consistently.
6. Award-style review pass
Score the site before calling it done:
- Design: visual system, typography, composition, art direction
- Usability: navigation, readability, CTA clarity, mobile flow
- Creativity: concept, interaction, memorability, surprise
- Content: specificity, proof, voice, narrative economy
- Technical execution: console health, responsiveness, performance, accessibility
A beautiful site with confusing navigation is not award-caliber. A usable site with no idea is not award-caliber either.
Anti-patterns
Avoid:
- generic SaaS card grids as the default page structure
- fake dashboards, fake metrics, or fake testimonials
- decorative icons that do not improve scanning
- gradients, glassmorphism, or blobs without a brand reason
- every section using the same centered heading plus three cards
- motion added before the static design works
- copying distinctive branded layouts from references without rights
- accessibility as a final afterthought
Verification checklist
Before final delivery:
References
references/criteria-and-method.md: condensed notes on award criteria and the Weblyfe/Appie site-making method captured from prior design review work.
references/legal-website-competitive-research.md: workflow and heuristics for deep research on award-winning or competitor lawyer/law-firm websites, including source-list extraction, original-site crawling, conversion/SEO analysis, and report artifacts.
1---2name: award-caliber-websites-23description: Create, critique, or upgrade websites using an award-caliber framework that combines concept, narrative, interaction, usability, accessibility, performance, and visual craft.4license: MIT5---67# Award-Caliber Websites89Use this skill when the user asks for:1011- an award-winning website, Awwwards/Webby-level redesign, or standout landing page12- creative direction for a premium site13- critique of whether a site feels generic, memorable, usable, or award-caliber14- an art-directed website with storytelling, scroll rhythm, motion, or interaction15- a bridge between visual design skills and actual judged website quality1617This is a class-level framework. Pair it with implementation skills:1819- `claude-design` for artifact process and anti-slop execution20- `popular-web-designs` for real design-system references21- `design-md` for persistent tokens and WCAG validation22- `p5js`, `hyperframes`, or `manim-video` for motion and visual storytelling23- `dogfood` or `adversarial-ux-test` for browser-based verification and UX friction testing2425## Core thesis2627Award-caliber sites are not prettier generic sites. They have a clear idea, a memorable point of view, excellent usability, technical polish, and interaction that serves the story.2829A site should be judged across seven dimensions:30311. **Concept**: What is the site trying to make the visitor feel, believe, or do?322. **Narrative**: Does the scroll unfold like chapters instead of stacked sections?333. **Visual system**: Are color, type, spacing, imagery, and components distinctive and controlled?344. **Interaction**: Does motion reveal state, guide attention, or create tactility?355. **Usability**: Can a real visitor understand, navigate, and act without friction?366. **Execution**: Is it responsive, performant, accessible, and free of obvious technical defects?377. **Content**: Is the copy specific, useful, and emotionally aligned with the brand?3839## Workflow4041### 1. Define the creative premise4243Before designing sections, answer:4445- Who is this for?46- What is the one-sentence idea of the site?47- What should the visitor remember 24 hours later?48- What is the brand allowed to be: calm, sharp, playful, cinematic, luxurious, weird, editorial, technical?49- What is explicitly off-brand?5051If the premise is weak, do not compensate with gradients, glass, blobs, or animation.5253### 2. Build the page as a story5455Map the site into narrative beats, not generic sections.5657Common arcs:5859- **Problem to transformation**: pain, consequence, new mechanism, proof, invitation60- **Discovery**: hook, intuition, reveal, implications, action61- **Product cinema**: object, behavior, proof, ecosystem, CTA62- **Editorial authority**: thesis, evidence, cases, principles, contact63- **World-building**: atmosphere, beliefs, artifacts, rituals, conversion6465Every section gets one job. If a section tries to explain everything, split it or delete it.6667### 3. Choose a visual posture6869Decide the posture before writing CSS:7071- **Minimal premium**: strict type, negative space, one accent, product/image as hero72- **Cinematic dark**: scene-like scroll, controlled contrast, large display type, slow reveals73- **Editorial**: rich typographic hierarchy, essay-like rhythm, images as evidence74- **Playful craft**: tactile components, named color palette, delightful but legible interactions75- **Developer precision**: mono accents, code/product artifacts, restrained surfaces76- **Luxury restraint**: fewer weights, slower pacing, material detail, no loud UI patterns7778Use `popular-web-designs` as reference material, but transform principles instead of cloning brand surfaces.7980### 4. Design hero frames first8182For each major section, define the hero frame: the moment when the most important visual idea is clearest.8384Then implement:85861. static layout first872. hierarchy and contrast next883. responsive behavior894. interaction and motion last9091Do not add animation to rescue weak composition.9293### 5. Motion rules9495Good website motion:9697- reveals relationships98- gives controls tactility99- makes scrolling feel like progression100- focuses attention on the current idea101- is respectful of `prefers-reduced-motion`102103Bad website motion:104105- loops without purpose106- delays access to content107- hides poor hierarchy108- turns every section into the same fade-up pattern109- causes layout instability or scroll jank110111Use fewer motion motifs and repeat them consistently.112113### 6. Award-style review pass114115Score the site before calling it done:116117- Design: visual system, typography, composition, art direction118- Usability: navigation, readability, CTA clarity, mobile flow119- Creativity: concept, interaction, memorability, surprise120- Content: specificity, proof, voice, narrative economy121- Technical execution: console health, responsiveness, performance, accessibility122123A beautiful site with confusing navigation is not award-caliber. A usable site with no idea is not award-caliber either.124125## Anti-patterns126127Avoid:128129- generic SaaS card grids as the default page structure130- fake dashboards, fake metrics, or fake testimonials131- decorative icons that do not improve scanning132- gradients, glassmorphism, or blobs without a brand reason133- every section using the same centered heading plus three cards134- motion added before the static design works135- copying distinctive branded layouts from references without rights136- accessibility as a final afterthought137138## Verification checklist139140Before final delivery:141142- [ ] One-sentence creative premise is clear143- [ ] Each section has exactly one job144- [ ] Typography creates hierarchy before boxes or icons do145- [ ] Visual references were transformed, not cloned146- [ ] Motion has a purpose and reduced-motion fallback147- [ ] Mobile flow was considered, not just desktop148- [ ] Browser console checked if implemented149- [ ] Visual inspection performed with screenshot or browser vision when available150- [ ] Content avoids fake claims and generic filler151- [ ] CTA and navigation remain usable throughout152153## References154155- `references/criteria-and-method.md`: condensed notes on award criteria and the Weblyfe/Appie site-making method captured from prior design review work.156- `references/legal-website-competitive-research.md`: workflow and heuristics for deep research on award-winning or competitor lawyer/law-firm websites, including source-list extraction, original-site crawling, conversion/SEO analysis, and report artifacts.