UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ux-researcher-designer或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ux-researcher-designer⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ux-researcher-designer/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: "ux-researcher-designer" description: UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation. ---
Generate user personas from research data, create journey maps, plan usability tests, and synthesize research findings into actionable design recommendations.
---
- Workflow 1: Generate User Persona - Workflow 2: Create Journey Map - Workflow 3: Plan Usability Test - Workflow 4: Synthesize Research
---
Use this skill when you need to:
---
Situation: You have user data (analytics, surveys, interviews) and need to create a research-backed persona.
Steps:
Required format (JSON): ```json [ { "user_id": "user_1", "age": 32, "usage_frequency": "daily", "features_used": ["dashboard", "reports", "export"], "primary_device": "desktop", "usage_context": "work", "tech_proficiency": 7, "pain_points": ["slow loading", "confusing UI"] } ] ```
```bash # Human-readable output python scripts/persona_generator.py
# JSON output for integration python scripts/persona_generator.py json ```
| Component | What to Check | |-----------|---------------| | Archetype | Does it match the data patterns? | | Demographics | Are they derived from actual data? | | Goals | Are they specific and actionable? | | Frustrations | Do they include frequency counts? | | Design implications | Can designers act on these? |
- Show to 3-5 real users: "Does this sound like you?" - Cross-check with support tickets - Verify against analytics data
references/persona-methodology.md for validity criteria---
Situation: You need to visualize the end-to-end user experience for a specific goal.
Steps:
| Element | Description | |---------|-------------| | Persona | Which user type | | Goal | What they're trying to achieve | | Start | Trigger that begins journey | | End | Success criteria | | Timeframe | Hours/days/weeks |
Sources: - User interviews (ask "walk me through...") - Session recordings - Analytics (funnel, drop-offs) - Support tickets
Typical B2B SaaS stages: ``` Awareness → Evaluation → Onboarding → Adoption → Advocacy ```
``` Stage: [Name] ├── Actions: What does user do? ├── Touchpoints: Where do they interact? ├── Emotions: How do they feel? (1-5) ├── Pain Points: What frustrates them? └── Opportunities: Where can we improve? ```
Priority Score = Frequency × Severity × Solvability
references/journey-mapping-guide.md for templates---
Situation: You need to validate a design with real users.
Steps:
Transform vague goals into testable questions:
| Vague | Testable | |-------|----------| | "Is it easy to use?" | "Can users complete checkout in <3 min?" | | "Do users like it?" | "Will users choose Design A or B?" | | "Does it make sense?" | "Can users find settings without hints?" |
| Method | Participants | Duration | Best For | |--------|--------------|----------|----------| | Moderated remote | 5-8 | 45-60 min | Deep insights | | Unmoderated remote | 10-20 | 15-20 min | Quick validation | | Guerrilla | 3-5 | 5-10 min | Rapid feedback |
Good task format: ``` SCENARIO: "Imagine you're planning a trip to Paris..." GOAL: "Book a hotel for 3 nights in your budget." SUCCESS: "You see the confirmation page." ```
Task progression: Warm-up → Core → Secondary → Edge case → Free exploration
| Metric | Target | |--------|--------| | Completion rate | >80% | | Time on task | <2× expected | | Error rate | <15% | | Satisfaction | >4/5 |
- Think-aloud instructions - Non-leading prompts - Post-task questions
references/usability-testing-frameworks.md for full guide---
Situation: You have raw research data (interviews, surveys, observations) and need actionable insights.
Steps:
Tag each data point: - [GOAL] - What they want to achieve - [PAIN] - What frustrates them - [BEHAVIOR] - What they actually do - [CONTEXT] - When/where they use product - [QUOTE] - Direct user words
``` User A: Uses daily, advanced features, shortcuts User B: Uses daily, complex workflows, automation User C: Uses weekly, basic needs, occasional
Cluster 1: A, B (Power Users) Cluster 2: C (Casual User) ```
| Cluster | Users | % | Viability | |---------|-------|---|-----------| | Power Users | 18 | 36% | Primary persona | | Business Users | 15 | 30% | Primary persona | | Casual Users | 12 | 24% | Secondary persona |
For each theme: - Finding statement - Supporting evidence (quotes, data) - Frequency (X/Y participants) - Business impact - Recommendation
| Factor | Score 1-5 | |--------|-----------| | Frequency | How often does this occur? | | Severity | How much does it hurt? | | Breadth | How many users affected? | | Solvability | Can we fix this? |
references/persona-methodology.md for analysis framework---
Generates data-driven personas from user research data.
| Argument | Values | Default | Description | |----------|--------|---------|-------------| | format | (none), json | (none) | Output format |
Sample Output:
============================================================
PERSONA: Alex the Power User
============================================================
📝 A daily user who primarily uses the product for work purposes
Archetype: Power User
Quote: "I need tools that can keep up with my workflow"
👤 Demographics:
• Age Range: 25-34
• Location Type: Urban
• Tech Proficiency: Advanced
🎯 Goals & Needs:
• Complete tasks efficiently
• Automate workflows
• Access advanced features
😤 Frustrations:
• Slow loading times (14/20 users)
• No keyboard shortcuts
• Limited API access
💡 Design Implications:
→ Optimize for speed and efficiency
→ Provide keyboard shortcuts and power features
→ Expose API and automation capabilities
📈 Data: Based on 45 users
Confidence: High
Archetypes Generated:
...
安装 Ux Researcher Designer 后,可以对 AI 说这些话来触发它
Help me get started with Ux Researcher Designer
Explains what Ux Researcher Designer does, walks through the setup, and runs a quick demo based on your current project
Use Ux Researcher Designer to uX research and design toolkit for Senior UX Designer/Researcher in...
Invokes Ux Researcher Designer with the right parameters and returns the result directly in the conversation
What can I do with Ux Researcher Designer in my data & analytics workflow?
Lists the top use cases for Ux Researcher Designer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ux-researcher-designer/ 目录(个人级,所有项目可用),或 .claude/skills/ux-researcher-designer/(项目级)。重启 AI 客户端后,用 /ux-researcher-designer 主动调用,或让 AI 根据上下文自动发现并使用。
Ux Researcher Designer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Ux Researcher Designer 可免费安装使用。请查阅仓库了解许可证信息。
UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and...
Ux Researcher Designer 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Ux Researcher Designer
Identifies repetitive steps in your workflow and sets up Ux Researcher Designer to handle them automatically