open-design/skills/swiss-user-research-video-template/SKILL.md
Tuola-waj dd439c29bf
add swiss-user-research-video-template template skill (#1054)
Introduce a Swiss editorial user-research live-artifact template with self-contained HTML seed/example and checklist, and register i18n fallback ids for DE/FR/RU so localized coverage stays green.

Co-authored-by: Tuola Ge <gexingli@refly.ai>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 17:00:00 +08:00

2.6 KiB

name description triggers od
swiss-user-research-video-template Swiss-style user-research narrative template in warm-paper editorial aesthetics. Use when users ask for a premium research deck or story-first live artifact with minimalist typography, high-clarity layout, subtle motion, donut breakdowns, and keyboard/click navigation across slides in a single HTML file.
swiss user research template
editorial research deck template
minimal user research slides
warm paper swiss style
research synthesis template
瑞士风用户研究模板
高级调性研究汇报
mode platform scenario preview design_system outputs example_prompt capabilities_required
template desktop live-artifacts
type entry reload
html index.html debounce-100
requires sections
true
color
typography
layout
components
primary secondary
index.html
template.html
example.html
Create a Swiss-style user research synthesis deck with premium minimalist typography, warm paper tone, a participant donut breakdown, and subtle editorial interactions.
file_write

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

  1. Read DESIGN.md, then map tokens to the template CSS variables (--paper, --ink, --muted, rule colors, segment colors) without changing layout semantics.
  2. Start from assets/template.html; keep the three-slide structure:
    • title / framing
    • participant breakdown donut
    • behavioral pattern + evidence panel
  3. 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
  4. Keep all data realistic and internally consistent between copy, donut labels, and percentages.
  5. Keep HTML self-contained (inline CSS/JS), with no external framework dependencies.
  6. Validate using references/checklist.md before 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>