
Ux Researcher Designer
Turn interview notes and analytics into personas, journey maps, usability test plans, and design recommendations before you commit to UI.
Overview
UX Researcher & Designer is an agent skill most often used in Idea (also Validate and Build) that generates personas, journey maps, usability plans, and research synthesis from your data.
Install
npx skills add https://github.com/alirezarezvani/claude-skills --skill ux-researcher-designerWhat is this skill?
- Four workflows: generate persona, journey map, usability test plan, and research synthesis
- Data-driven persona and archetype generation from qualitative and quantitative inputs
- Customer journey mapping with pain-point and opportunity framing
- Usability study planning including sample-size guidance
- Research synthesis into actionable design recommendations
- 4 documented workflows in the skill
- Trigger list covers persona, journey, usability, and synthesis tasks
Adoption & trust: 795 installs on skills.sh; 17.5k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You have scattered user interviews and metrics but no shared persona, journey map, or test plan to align design and scope.
Who is it for?
Solo builders validating audience fit, scoping an MVP, or preparing usability checks before a redesign.
Skip if: Teams that already have signed-off personas and journey maps locked in a design system with no new research planned.
When should I use this skill?
User needs user persona creation, journey mapping, usability test planning, or research synthesis from data.
What do I get? / Deliverables
You get structured UX research artifacts and prioritized design recommendations you can feed into prototyping, landing copy, or frontend specs.
- User persona documents
- Journey maps
- Usability test plans
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Canonical shelf is Idea because the skill’s triggers center on discovering who users are and what they need before product shape is locked. Audience subphase fits persona generation, empathy maps, and need identification from research data.
Where it fits
Generate personas from early customer calls before choosing a niche.
Map journey stages to decide which MVP flows to prototype first.
Draft a usability test plan before showing a clickable prototype.
Synthesize interview themes into UI priorities for the first release.
How it compares
Structured UX research playbooks in-agent—not a Figma plugin or user-recruiting panel.
Common Questions / FAQ
Who is ux-researcher-designer for?
Indie and solo builders, and small teams, who want agent-guided personas, journey maps, and usability planning without a dedicated UX research hire.
When should I use ux-researcher-designer?
In Idea when defining audience and pain points; in Validate when scoping prototypes and test plans; in Build when grounding UI decisions in synthesized research.
Is ux-researcher-designer safe to install?
Review the Security Audits panel on this Prism page and inspect SKILL.md in the repo before granting filesystem or network access to your research data.
SKILL.md
READMESKILL.md - Ux Researcher Designer
# UX Researcher & Designer Generate user personas from research data, create journey maps, plan usability tests, and synthesize research findings into actionable design recommendations. --- ## Table of Contents - [Trigger Terms](#trigger-terms) - [Workflows](#workflows) - [Workflow 1: Generate User Persona](#workflow-1-generate-user-persona) - [Workflow 2: Create Journey Map](#workflow-2-create-journey-map) - [Workflow 3: Plan Usability Test](#workflow-3-plan-usability-test) - [Workflow 4: Synthesize Research](#workflow-4-synthesize-research) - [Tool Reference](#tool-reference) - [Quick Reference Tables](#quick-reference-tables) - [Knowledge Base](#knowledge-base) --- ## Trigger Terms Use this skill when you need to: - "create user persona" - "generate persona from data" - "build customer journey map" - "map user journey" - "plan usability test" - "design usability study" - "analyze user research" - "synthesize interview findings" - "identify user pain points" - "define user archetypes" - "calculate research sample size" - "create empathy map" - "identify user needs" --- ## Workflows ### Workflow 1: Generate User Persona **Situation:** You have user data (analytics, surveys, interviews) and need to create a research-backed persona. **Steps:** 1. **Prepare user data** 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"] } ] ``` 2. **Run persona generator** ```bash # Human-readable output python scripts/persona_generator.py # JSON output for integration python scripts/persona_generator.py json ``` 3. **Review generated components** | 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? | 4. **Validate persona** - Show to 3-5 real users: "Does this sound like you?" - Cross-check with support tickets - Verify against analytics data 5. **Reference:** See `references/persona-methodology.md` for validity criteria --- ### Workflow 2: Create Journey Map **Situation:** You need to visualize the end-to-end user experience for a specific goal. **Steps:** 1. **Define scope** | 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 | 2. **Gather journey data** Sources: - User interviews (ask "walk me through...") - Session recordings - Analytics (funnel, drop-offs) - Support tickets 3. **Map the stages** Typical B2B SaaS stages: ``` Awareness → Evaluation → Onboarding → Adoption → Advocacy ``` 4. **Fill in layers for each stage** ``` 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? ``` 5. **Identify opportunities** Priority Score = Frequency × Severity × Solvability 6. **Reference:** See `references/journey-mapping-guide.md` for templates --- ### Workflow 3: Plan Usability Test **Situation:** You need