Web & Frontendlow risk

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.

nexu-io/open-design·skills/swiss-user-research-video-template/SKILL.md
61/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a codex -y
匯入個人環境~/.agents/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a codex -g -y
手動放置目錄.agents/skills/swiss-user-research-video-templateOfficial docs ↗
匯入目前專案.claude/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a claude-code -y
匯入個人環境~/.claude/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a claude-code -g -y
手動放置目錄.claude/skills/swiss-user-research-video-templateOfficial docs ↗
匯入目前專案.agents/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a github-copilot -y
匯入個人環境~/.copilot/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a github-copilot -g -y
手動放置目錄.agents/skills/swiss-user-research-video-templateOfficial docs ↗
匯入目前專案.agents/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a cursor -y
匯入個人環境~/.cursor/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a cursor -g -y
手動放置目錄.agents/skills/swiss-user-research-video-templateOfficial docs ↗
匯入目前專案.agents/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a gemini-cli -y
匯入個人環境~/.gemini/skills/swiss-user-research-video-template
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/skills/swiss-user-research-video-template -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path skills/swiss-user-research-video-template
手動放置目錄.agents/skills/swiss-user-research-video-templateOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# 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

```text
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:

```xml
<artifact identifier="swiss-user-research-deck" type="text/html" title="Swiss User Research Synthesis">
<!doctype html>
<html>...</html>
</artifact>
```