Swiss User Research Video Template
A premium Swiss-editorial user research template for narrative-heavy live artifacts. The visual language is warm paper, strict spacing rhythm, thin rules, and restrained micro-interactions that keep attention on the story.
Resource map
swiss-user-research-video-template/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.html
Workflow
- Read
DESIGN.md, then map tokens to the template CSS variables (--paper,--ink,--muted, rule colors, segment colors) without changing layout semantics. - Start from
assets/template.html; keep the three-slide structure:
- title / framing
- participant breakdown donut
- behavioral pattern + evidence panel
- Preserve interactions:
- click/keyboard slide navigation (
ArrowLeft/ArrowRight) - bottom pagination dots with active state
- donut legend hover highlight
- subtle line-draw and panel-lift transitions
- Keep all data realistic and internally consistent between copy, donut labels, and percentages.
- Keep HTML self-contained (inline CSS/JS), with no external framework dependencies.
- Validate using
references/checklist.mdbefore output.
Output contract
Emit one concise orientation sentence and then a single HTML artifact:
<artifact identifier="swiss-user-research-deck" type="text/html" title="Swiss User Research Synthesis">
<!doctype html>
<html>...</html>
</artifact>
