// 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.
| name | ux-researcher-designer |
| title | UX Researcher Designer Skill Package |
| 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. |
| domain | product |
| subdomain | ux-design |
| difficulty | intermediate |
| time-saved | TODO: Quantify time savings |
| frequency | TODO: Estimate usage frequency |
| use-cases | ["Primary workflow for Ux Researcher Designer","Analysis and recommendations for ux researcher designer tasks","Best practices implementation for ux researcher designer","Integration with related skills and workflows"] |
| related-agents | [] |
| related-skills | [] |
| related-commands | [] |
| orchestrated-by | [] |
| dependencies | {"scripts":[],"references":[],"assets":[]} |
| compatibility | {"python-version":"3.8+","platforms":["macos","linux","windows"]} |
| tech-stack | ["Python 3.8+","CLI","JSON processing","User data analysis","JSON export"] |
| examples | [{"title":"Example Usage","input":"TODO: Add example input for ux-researcher-designer","output":"TODO: Add expected output"}] |
| stats | {"downloads":0,"stars":0,"rating":0,"reviews":0} |
| version | v1.0.0 |
| author | Claude Skills Team |
| contributors | [] |
| created | "2025-10-19T00:00:00.000Z" |
| updated | "2025-11-08T00:00:00.000Z" |
| license | MIT |
| tags | ["data","design","designer","product","researcher","testing"] |
| featured | false |
| verified | true |
This skill provides [TODO: Add 2-3 sentence overview].
Core Value: [TODO: Add value proposition with metrics]
Target Audience: [TODO: Define target users]
Use Cases: [TODO: List 3-5 primary use cases]
Time: [Duration estimate]
Steps:
Expected Output: [What success looks like]
Time: [Duration estimate]
Steps:
Expected Output: [What success looks like]
Comprehensive toolkit for user-centered research and experience design. This skill provides Python tools for persona generation, research frameworks for validation, and battle-tested templates for interviews and journey mapping.
What This Skill Provides:
Best For:
# Interactive mode
python scripts/persona_generator.py
# From user data
python scripts/persona_generator.py --data user_research.json
# Filter by segment
python scripts/persona_generator.py --data user_data.json --segment "premium"
Demographics: Age, role, company, technical proficiency Goals: Primary objectives and motivations Pain Points: Frustrations and challenges Behaviors: Usage patterns and preferences JTBD: Jobs-to-be-done framework
See frameworks.md for complete persona development framework.
Steps:
python scripts/persona_generator.py --data research.jsonResearch Methods:
Interview Structure:
Detailed Methods: See frameworks.md for qualitative and quantitative research frameworks.
Templates: See templates.md for interview scripts and usability test plans.
Steps:
python scripts/persona_generator.py --data user_research.jsonPersona Components:
Confidence Scoring:
Detailed Framework: See frameworks.md for persona development and Jobs-to-be-Done framework.
Templates: See templates.md for persona template and journey map format.
Methods:
Usability Test Structure:
Severity Rating:
Detailed Frameworks: See frameworks.md for usability testing and validation methods.
Templates: See templates.md for usability test plan template.
Data-driven persona generation from user research.
Key Features:
Usage:
# Interactive persona creation
python3 scripts/persona_generator.py
# From user research JSON
python3 scripts/persona_generator.py --data user_research.json
# Filter by segment
python3 scripts/persona_generator.py --data user_data.json --segment "enterprise"
# JSON output
python3 scripts/persona_generator.py --data user_research.json --output json
# Save to file
python3 scripts/persona_generator.py --data user_research.json -o json -f personas.json
# Verbose mode
python3 scripts/persona_generator.py --data user_research.json -v
Generated Persona Includes:
Input Format:
Complete Documentation: See tools.md for full usage guide, input formats, and integration patterns.
Comprehensive research and design frameworks:
Ready-to-use templates:
Python tool documentation:
This toolkit integrates with:
See tools.md for detailed integration workflows.
# Interactive persona creation
python scripts/persona_generator.py
# From user research data
python scripts/persona_generator.py --data user_research.json
# By segment
python scripts/persona_generator.py --data user_data.json --segment "enterprise"
python scripts/persona_generator.py --data user_data.json --segment "smb"
# Export formats
python scripts/persona_generator.py --data research.json -o json -f personas.json
python scripts/persona_generator.py --data research.json -o csv -f personas.csv
# Verbose output
python scripts/persona_generator.py --data research.json -v