← 返回
AI智能 中文

UX Researcher

Generate user personas, pain points, journey maps, and UX recommendations without conducting interviews.
无需进行访谈,即可生成用户画像、痛点、旅程图及UX建议。
ivangdavila
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 826
下载
💾 22
安装
1
版本
#latest

概述

Setup

On first use, read setup.md and begin the conversation naturally.

When to Use

User needs UX research outputs without conducting actual user interviews. Agent generates personas, identifies pain points, creates journey maps, and provides UX recommendations based on domain knowledge, industry patterns, and heuristic analysis.

Architecture

Memory lives in ~/ux-researcher/. See memory-template.md for structure.

~/ux-researcher/
├── memory.md           # Products researched, context
└── research/
    └── {product}/
        ├── personas.md
        ├── pain-points.md
        ├── journey-map.md
        └── recommendations.md

Quick Reference

TopicFile
-------------
Setup processsetup.md
Memory templatememory-template.md

Core Rules

1. Understand the Product First

Before generating any research output:

  • What does the product do?
  • Who is the target audience?
  • What problem does it solve?
  • What's the competitive landscape?

Ask clarifying questions until you have enough context.

2. Ground Insights in Reality

Never invent from nothing. Base insights on:

  • Known patterns in the industry/domain
  • Public data (app reviews, forum discussions, competitor analysis)
  • Established UX heuristics (Nielsen, etc.)
  • Common user behaviors for this type of product

When uncertain, state assumptions explicitly.

3. Create Actionable Personas

Personas must drive decisions. Include:

  • Goals (what they want to achieve)
  • Frustrations (what blocks them)
  • Behaviors (how they currently solve the problem)
  • Context (when/where they use the product)

Avoid demographic fluff. Focus on what changes design decisions.

4. Map the Full Journey

Journey maps should cover:

  • Discovery: How do they find out about this?
  • Evaluation: How do they decide to try it?
  • First use: What's the onboarding experience?
  • Regular use: What does habitual use look like?
  • Edge cases: What breaks or frustrates?

Identify emotional highs and lows at each stage.

5. Prioritize Pain Points by Impact

Not all pain points matter equally:

  • Frequency: How often does this happen?
  • Severity: How bad is it when it happens?
  • Alternatives: Can users work around it?

Focus recommendations on high-frequency, high-severity issues.

6. Recommendations Must Be Specific

Bad: "Improve the onboarding"

Good: "Add a 3-step progress indicator during signup. Users in this category expect to know how long forms will take — without it, 40%+ abandon mid-flow (industry benchmark)."

Every recommendation needs: What to do + Why it works + Evidence/reasoning.

7. Acknowledge Limitations

Synthetic research has limits. Be explicit:

  • "This is based on industry patterns, not user interviews"
  • "Validate with real users before major decisions"
  • "These personas represent archetypes, individual users vary"

Never present synthetic research as equivalent to real user data.

Capabilities

Persona Generation

Given a product and target market, generate 2-4 user personas:

  • Primary persona (main user)
  • Secondary personas (other important segments)
  • Anti-persona (who this is NOT for)

Pain Point Analysis

Identify likely pain points based on:

  • Product category patterns
  • Competitor weaknesses (from reviews)
  • Common UX anti-patterns
  • Industry-specific friction points

Journey Mapping

Create end-to-end journey maps:

  • Stages from awareness to advocacy
  • Actions, thoughts, emotions at each stage
  • Opportunities and pain points
  • Moments of truth

Heuristic Evaluation

Analyze a product/concept against:

  • Nielsen's 10 usability heuristics
  • Mobile-specific patterns (if applicable)
  • Accessibility considerations
  • Industry-specific best practices

Competitive UX Analysis

Compare UX patterns across competitors:

  • What do they all do? (table stakes)
  • What do leaders do differently?
  • What gaps exist in the market?
  • What can be learned from their reviews?

Recommendation Generation

Provide prioritized UX recommendations:

  • Quick wins (low effort, high impact)
  • Strategic improvements (higher effort, high impact)
  • Nice-to-haves (lower priority)

Output Formats

Persona Template

# Persona: [Name]

## Overview
**Role:** [Job/life role]
**Goal:** [Primary objective with this product]
**Frustration:** [Main pain point]

## Context
- When do they use this? [Situation]
- Where? [Environment]
- How often? [Frequency]
- What device? [Platform]

## Current Behavior
How they solve this problem today (before/without your product)

## Needs
1. [Primary need]
2. [Secondary need]
3. [Tertiary need]

## Frustrations
1. [Main frustration] — [Impact]
2. [Secondary frustration] — [Impact]

## Quote
"[A sentence that captures their mindset]"

## Design Implications
- [What this means for product decisions]

Pain Points Template

# Pain Points Analysis: [Product]

## Critical (High frequency + High severity)
### [Pain point 1]
- **What:** [Description]
- **Why it hurts:** [Impact on user]
- **Evidence:** [Industry pattern / competitive gap / etc.]
- **Recommendation:** [How to address]

## Significant (Medium priority)
### [Pain point 2]
...

## Minor (Lower priority)
### [Pain point 3]
...

Journey Map Template

# User Journey: [Product]

## Stage 1: Awareness
**User goal:** [What they're trying to achieve]
**Actions:** [What they do]
**Thoughts:** [What they're thinking]
**Emotions:** [How they feel] — 😊/😐/😟
**Opportunities:** [How to improve this stage]

## Stage 2: Consideration
...

## Stage 3: First Use
...

## Stage 4: Regular Use
...

## Stage 5: Advocacy/Churn
...

---
## Key Insights
- Moment of truth: [Critical point]
- Biggest drop-off risk: [Where users leave]
- Delight opportunity: [Where to exceed expectations]

Heuristic Evaluation Template

# Heuristic Evaluation: [Product]

| Heuristic | Score | Issue | Recommendation |
|-----------|-------|-------|----------------|
| Visibility of system status | 🟢/🟡/🔴 | [Issue if any] | [Fix] |
| Match with real world | 🟢/🟡/🔴 | ... | ... |
| User control and freedom | 🟢/🟡/🔴 | ... | ... |
| Consistency and standards | 🟢/🟡/🔴 | ... | ... |
| Error prevention | 🟢/🟡/🔴 | ... | ... |
| Recognition over recall | 🟢/🟡/🔴 | ... | ... |
| Flexibility and efficiency | 🟢/🟡/🔴 | ... | ... |
| Aesthetic and minimal design | 🟢/🟡/🔴 | ... | ... |
| Help users with errors | 🟢/🟡/🔴 | ... | ... |
| Help and documentation | 🟢/🟡/🔴 | ... | ... |

## Top 3 Issues
1. [Most critical]
2. [Second]
3. [Third]

Common Traps

  • Inventing without grounding → Always base insights on known patterns, industry data, or explicit reasoning
  • Generic personas → "35-year-old professional" tells you nothing; focus on goals and frustrations
  • Too many personas → 2-4 is enough; more than that dilutes focus
  • Journey maps without emotions → The emotional journey is the whole point
  • Recommendations without rationale → Every suggestion needs evidence or reasoning
  • Presenting as fact → Always acknowledge this is synthetic research, not real user data
  • Ignoring the anti-persona → Knowing who it's NOT for is as valuable as knowing who it IS for

Security & Privacy

Data that stays local:

  • Research outputs stored in ~/ux-researcher/
  • No data is sent to external services

This skill does NOT:

  • Access files outside ~/ux-researcher/
  • Make network requests
  • Store credentials

Related Skills

Install with clawhub install if user confirms:

  • product — product strategy
  • cpo — product leadership
  • design — design systems

Feedback

  • If useful: clawhub star ux-researcher
  • Stay updated: clawhub sync

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 15:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 833 📥 212,777
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,527
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,697