Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
qu-skills avatar

Customer Persona

  • 69 installs
  • 680 repo stars
  • Updated August 3, 2026
  • qu-skills/skills

Customer Persona is a qu-skills agent skill for customer personas so solo builders can ship persona development faster inside Claude Code or Cursor.

About

customer-persona is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.

  • customer-persona
  • AI & Agent Building
  • AI-coding skill

Customer Persona by the numbers

  • 69 all-time installs (skills.sh)
  • Ranked #5,786 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/qu-skills/skills --skill customer-persona

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs69
repo stars680
Last updatedAugust 3, 2026
Repositoryqu-skills/skills

How do I defining ideal customer profiles with a repeatable agent skill instead of ad-hoc prompting?

Helps with ai & agent building tasks during AI-assisted development.

Who is it for?

A developer using qu-skills who needs guided help with customer personas.

Skip if: Teams not using the qu-skills catalog or workflows unrelated to customer personas.

When should I use this skill?

When the task involves customer personas and you want the qu-skills/customer-persona playbook.

What you get

Actionable persona development output following the qu-skills customer-persona skill guidance.

Files

SKILL.mdMarkdownGitHub ↗
Install the belt CLI skill: npx skills add belt-sh/cli

Customer Persona

Create data-backed customer personas with research and visuals via inference.sh CLI.

Quick Start

Requires inference.sh CLI (belt). Install instructions
belt login

# Research your target market
belt app run tavily/search-assistant --input '{
  "query": "SaaS product manager demographics pain points 2024 survey"
}'

# Generate a persona avatar
belt app run falai/flux-dev-lora --input '{
  "prompt": "professional headshot photograph of a 35-year-old woman, product manager, friendly confident expression, modern office background, natural lighting, business casual attire, realistic portrait",
  "width": 1024,
  "height": 1024
}'

Persona Template

┌──────────────────────────────────────────────────────┐
│  [Avatar Photo]                                      │
│                                                      │
│  SARAH CHEN, 34                                      │
│  Product Manager at a Series B SaaS startup          │
│                                                      │
│  "I spend more time making reports than making       │
│   decisions."                                        │
│                                                      │
├──────────────────────────────────────────────────────┤
│  DEMOGRAPHICS          │  PSYCHOGRAPHICS             │
│  Age: 30-38            │  Values: efficiency, data   │
│  Income: $120-160K     │  Personality: analytical,   │
│  Education: BS/MBA     │    organized, collaborative │
│  Location: Urban US    │  Interests: productivity,   │
│  Role: Product/PM      │    leadership, AI tools     │
├──────────────────────────────────────────────────────┤
│  GOALS                 │  PAIN POINTS                │
│  • Ship features       │  • Too many meetings        │
│  faster                │  • Manual reporting (15     │
│  • Data-driven         │    hrs/week)                │
│  decisions             │  • Stakeholder alignment    │
│  • Team alignment      │    is slow                  │
│  • Career growth to    │  • Tool sprawl (8+ apps)   │
│    Director            │  • No single source of      │
│                        │    truth                    │
├──────────────────────────────────────────────────────┤
│  CHANNELS              │  BUYING TRIGGERS            │
│  • LinkedIn (daily)    │  • Peer recommendation      │
│  • Product Hunt        │  • Free trial experience    │
│  • Podcasts (commute)  │  • Integration with Jira    │
│  • Lenny's Newsletter  │  • Team plan pricing        │
│  • Twitter/X           │  • ROI calculator           │
└──────────────────────────────────────────────────────┘

Building a Persona Step-by-Step

Step 1: Research

Start with data, not assumptions.

# Market demographics
belt app run tavily/search-assistant --input '{
  "query": "product manager salary demographics 2024 survey report"
}'

# Pain points and challenges
belt app run exa/search --input '{
  "query": "biggest challenges facing product managers SaaS companies"
}'

# Tool usage patterns
belt app run tavily/search-assistant --input '{
  "query": "most popular tools product managers use 2024 survey"
}'

# Content consumption habits
belt app run exa/answer --input '{
  "question": "Where do product managers get their industry news and professional development?"
}'

Step 2: Demographics

Use ranges, not exact values. Personas represent a segment, not one person.

FieldFormatExample
Age rangeX-Y30-38
Income range$X-$Y$120,000-$160,000
EducationCommon degreesBS Computer Science, MBA
LocationRegion/typeUrban US, major tech hubs
Job titleRole levelSenior PM, Product Lead
Company sizeRange50-500 employees
IndustrySectorB2B SaaS

Step 3: Psychographics

What they think, value, and believe.

CategoryQuestions to Answer
ValuesWhat matters most to them professionally?
AttitudesHow do they feel about their industry's direction?
MotivationsWhat drives them at work?
PersonalityAnalytical vs intuitive? Leader vs collaborator?
InterestsWhat do they read/watch/listen to professionally?
LifestyleWork-life balance preference? Remote/hybrid/office?

Step 4: Goals

What they're trying to achieve (both professional and personal).

Professional:
- Ship features faster with fewer meetings
- Make data-driven decisions (not gut feelings)
- Get promoted to Director of Product within 2 years
- Build a more autonomous product team

Personal:
- Leave work by 6pm more often
- Be seen as a strategic leader, not a ticket manager
- Stay current with industry trends without information overload

Step 5: Pain Points

Quantify whenever possible. Vague pain = vague persona.

❌ "Has trouble with reporting"
✅ "Spends 15 hours per week creating manual reports for 4 different stakeholders"

❌ "Too many tools"
✅ "Uses 8 different tools daily (Jira, Slack, Notion, Figma, Analytics, Sheets, Docs, Email) with no unified view"

❌ "Meetings are a problem"
✅ "Averages 6 hours of meetings per day, leaving only 2 hours for deep work"

Step 6: Jobs-to-be-Done (JTBD)

Three types of jobs:

Job TypeDescriptionExample
FunctionalThe task they need to accomplish"Prioritize the product backlog based on customer impact data"
EmotionalHow they want to feel"Feel confident presenting to the exec team"
SocialHow they want to be perceived"Be seen as the person who makes data-driven decisions"

Step 7: Buying Process

StageBehavior
AwarenessReads blog posts, sees peer recommendations on LinkedIn
ConsiderationCompares 3-4 tools, reads G2/Capterra reviews, asks in Slack communities
DecisionRequests demo, needs IT/security approval, evaluates team pricing
InfluencersEngineering lead, VP of Product, CFO (for budget)
Objections"Will my team actually adopt it?", "Does it integrate with Jira?"
Trigger eventNew quarter with aggressive goals, new VP demanding better reporting

Step 8: Generate Avatar

# Match demographics: age, gender, ethnicity, professional context
belt app run falai/flux-dev-lora --input '{
  "prompt": "professional headshot photograph of a 34-year-old Asian American woman, product manager, warm confident smile, modern tech office background, natural lighting, wearing smart casual blouse, realistic portrait photography, sharp focus",
  "width": 1024,
  "height": 1024
}'

Avatar tips:

  • Match the age range, ethnicity representation, and professional context
  • Use "professional headshot photograph" for realistic results
  • Friendly, approachable expression (not stock-photo-stiff)
  • Background suggests their work environment
  • Business casual or industry-appropriate attire

The Anti-Persona

Equally important: who is NOT your customer.

ANTI-PERSONA: "Enterprise Earl"
- CTO at a 5,000+ person enterprise
- Needs SOC 2, HIPAA, on-premise deployment
- 18-month procurement cycles
- Wants white-glove onboarding and dedicated CSM
- WHY NOT: Our product is self-serve SaaS for SMB/mid-market.
  Enterprise needs would require 2+ years of product investment.

Anti-personas prevent wasted effort on customers you can't serve.

Multiple Personas

Most products have 2-4 personas. More than 4 = too many to serve well.

PriorityPersonaRole
PrimaryThe main user and buyerWho you optimize for
SecondaryInfluences the buying decisionWho you need to convince
TertiaryUses the product occasionallyWho you support, not target

Validation

Personas based on assumptions are fiction. Validate with:

MethodWhat You Learn
Customer interviews (5-10)Real language, real pain points
Support ticket analysisActual problems, not assumed ones
Analytics dataActual behavior, not reported behavior
Survey (50+ responses)Quantified patterns across segments
Sales call recordingsObjections, buying triggers, language

Common Mistakes

MistakeProblemFix
Based on assumptionsFiction, not researchStart with data
Too many personas (6+)Can't serve everyone wellMax 3-4
Vague pain pointsNot actionableQuantify everything
Demographics onlyMisses motivations and behaviorAdd psychographics, JTBD
Never updatedBecomes outdatedReview quarterly
No anti-personaWasted effort on wrong customersDefine who you're NOT for
Single persona for allDifferent users have different needsPrimary/secondary/tertiary

Related Skills

npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@prompt-engineering

Browse all apps: belt app store

Related skills

FAQ

What does customer-persona cover?

Agent guidance for customer personas from the qu-skills collection.

Which agents?

Designed for Claude Code and Cursor workflows.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.