From aj-geddes-useful-ai-prompts-4
Creates detailed user personas from research data to guide product decisions and ensure user-centered design. Useful for product design, feature prioritization, and team alignment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:user-persona-creationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
User personas synthesize research into realistic user profiles that guide design, development, and marketing decisions.
Minimal working example:
# Gather data for persona development
class PersonaResearch:
def conduct_interviews(self, target_sample_size=12):
"""Interview target users"""
interview_guide = {
'demographics': [
'Age, gender, location',
'Job title, industry, company size',
'Experience level, education',
'Salary range, purchasing power'
],
'goals': [
'What are you trying to achieve?',
'What's most important to you?',
'What does success look like?'
],
'pain_points': [
'What frustrates you about current solutions?',
'What takes too long or is complicated?',
'What prevents you from achieving goals?'
],
'behaviors': [
'How do you currently solve this problem?',
'What tools do you use?',
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Research & Data Collection | Research & Data Collection |
| Persona Template | Persona Template |
| Multiple Personas | Multiple Personas |
| Using Personas | Using Personas |
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin aj-geddes-useful-ai-prompts-4Create refined user personas from research data with demographics, goals, frustrations, and behavioral patterns. Use when synthesizing user research into actionable persona profiles for design decisions.
Generates behavioral user personas from product descriptions, user data, or research notes. Outputs 2-4 ranked personas with goals, pain points, behaviors, and product implications to personas-[product].md.
Builds 2-4 behavior-based persona profiles from user research synthesis, providing a shared evidence-grounded reference for design decisions.