From gambit
Build evidence-backed user personas from research inputs. Creates structured persona documents grounded in evidence, with each attribute clearly labeled as research-validated or inferred. Use this skill when you need personas for an FR, strategy doc, or design brief. Trigger on: "build a persona", "create user personas from this research", "who are our users", "describe our target user", "make a persona for [segment]", or when synthesised research is ready and needs a persona layer.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gambit:build-user-persona [paste research or path to synthesis doc][paste research or path to synthesis doc]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill whenever you need to crystallise who you are building for. It adds the most value when:
Use this skill whenever you need to crystallise who you are building for. It adds the most value when:
synthesize-user-research — when a synthesis doc is ready, use this skill to add the persona layer that makes themes and pain points actionableThe skill accepts research data in any of the following formats. You can paste content directly into the chat, provide a file path, or combine both.
Research synthesis document (output of synthesize-user-research):
# Research Synthesis: Onboarding 2026-Q1
Sources: 8 participants / 200 surveys / 42 tickets
Themes:
1. Manual export workaround — Validated (6/8 sources)
2. Permissions confusion — Validated (5/8 sources)
...
Raw interview notes:
Participant 2 — ops manager, 300-person logistics firm
"I'm in the product every day but only for about 15 minutes. I need to see the
status of our three main workflows at a glance — I don't have time to dig in."
[Observation: primary use case is status monitoring, not configuration]
Survey data with open-text responses:
Role: Head of Operations (42% of respondents)
Primary job: Monitor workflow health across teams
Top frustration: "Too many clicks to see what I actually care about"
Top need: "A summary view I can check in under a minute"
Free-form description of a user segment:
We think our main users are operations managers at mid-market companies who
care about workflow visibility but don't do configuration themselves — that's
handled by their IT team. They mostly check in daily and escalate blockers.
Mixed or unstructured notes — the skill will parse and segment whatever you provide, then ask clarifying questions if the data is too thin to produce a credible persona.
The skill follows a four-step process designed to move from raw evidence to a credible, honest persona document without inflating sparse data into false confidence.
Read all input and identify the user segments present in the data. Segment by role, workflow context, and primary goal — not by demographics. A "segment" is a cluster of users who are trying to accomplish the same job in the same context. Good segment signals:
If the data clearly supports only one segment, produce one persona. Do not manufacture segment diversity.
For each identified segment, extract the following attributes from the evidence:
Every attribute in the persona must carry one of three evidence labels. These labels appear inline, immediately after the attribute heading or value.
Never omit the label. An unlabelled attribute is treated as assumed.
After building each persona, collect every attribute labelled as Assumed and rewrite it as a specific research question. These questions appear in the "Assumptions to Validate" section at the bottom of each persona file. They become the immediate input to the next round of discovery.
The skill saves one file per persona as personas/[persona-slug].md in the current project directory, where [persona-slug] is a short kebab-case name derived from the persona's role (e.g. personas/ops-manager.md). Each file follows this template exactly:
# Persona: [Name]
> [One-sentence summary of who this person is and why they matter to the product]
**Confidence key:** Research-validated = 3+ independent sources · Inferred = 1–2 sources · Assumed = no data
---
## Role & Context
**Role:** [Job title or functional role]
**Organisation type:** [Company size / industry / team structure]
**Product relationship:** [End-user / Admin / Buyer / Occasional user]
**Use frequency:** [Daily / Weekly / Event-driven]
*Evidence label: [Research-validated / Inferred / Assumed]*
---
## Goals & Motivations
- **Primary goal:** [What they are ultimately trying to achieve] — *[label]*
- **Secondary goal:** [Supporting objective] — *[label]*
- **Emotional driver:** [What makes them feel successful or anxious] — *[label]*
---
## Pain Points
- [Pain point 1] — *[label]*
- [Pain point 2] — *[label]*
- [Pain point 3] — *[label]*
---
## Jobs-to-be-Done
**JTBD 1:** "When [situation], I want to [motivation], so I can [expected outcome]." — *[label]*
**JTBD 2:** "When [situation], I want to [motivation], so I can [expected outcome]." — *[label]*
---
## Behaviours & Workarounds
- [Observed behaviour or coping strategy] — *[label]*
- [Workaround that signals an unmet need] — *[label]*
---
## Representative Quote
> "[Direct quote from research that best captures this persona's perspective.]"
> — [Source identifier, e.g. P3 / Survey respondent / Support ticket #1042]
---
## Evidence Sources
| Source | Type | Contribution |
|--------|------|--------------|
| [P2, P5, P7] | Interview | Goals, pain points, JTBD 1 |
| [Survey Q4 ×14] | Survey | Use frequency, primary goal |
| [Ticket #1042, #1089] | Support | Pain point 2 |
---
## Assumptions to Validate
These attributes have no supporting evidence and must be tested before using this persona to drive design or prioritisation decisions.
1. **[Assumed attribute]** — Research question: [Specific question to ask in the next interview or survey.]
2. **[Assumed attribute]** — Research question: [What you would need to see to confirm or refute this assumption.]
The following patterns undermine persona credibility. Each comes with a bad example and a corrected rewrite.
1. Stock-photo demographics — age, gender, income, family status unless evidenced
Bad:
"Sarah, 34, married with two kids, earns $95k. She enjoys hiking on weekends."
Why it's wrong: None of these attributes predict product behaviour. They introduce demographic bias and give the team permission to imagine a specific kind of person, excluding everyone who doesn't match the description.
Good:
"Ops Manager at a 200–500-person logistics firm. Checks the product daily for 10–15 minutes. Primary concern is workflow status visibility across three teams." — Research-validated
2. Filler lifestyle details with no product relevance
Bad:
"Marcus loves craft coffee and listens to podcasts during his commute. He's tech-savvy but prefers minimal interfaces."
Why it's wrong: "Tech-savvy" and "prefers minimal interfaces" are meaningless without evidence. "Loves craft coffee" is noise.
Good:
"Completes most product tasks on mobile because desktop access is blocked by IT policy." — Inferred (2 sources) "Prefers task completion over feature discovery — skips onboarding tooltips." — Assumed — needs validation
3. Confidently stated attributes with no evidence label
Bad:
"Alex checks the dashboard every morning and shares reports with her director every Friday."
Why it's wrong: Reads as established fact but may be one participant's habit presented as universal behaviour.
Good:
"Checks the dashboard at the start of the workday." — Inferred (2 sources) "Shares weekly reports with a manager or director." — Assumed — needs validation
4. Single-source generalisation
Bad:
"Users rely on manual exports because the scheduling feature is broken."
Why it's wrong: One participant's experience is presented as a universal user behaviour.
Good:
"One participant (P4) reported using manual export every Monday because scheduled exports failed unreliably. This is Observed, not Validated — confirm with at least 2 additional sources before treating as a product-wide pain point."
5. Merging distinct segments into one persona
Bad: Describing both the daily ops manager and the quarterly auditor as the same persona because they both "use the reports section."
Why it's wrong: These users have opposite needs — one needs speed and a summary view, the other needs depth and drilldown. A persona that tries to serve both serves neither.
Good: Create two separate personas with clear segment boundaries. If you only have evidence for one, build one and flag the second as a research gap.
The following is a complete persona entry showing evidence labels applied throughout.
Persona: Ops Manager
The daily operator who monitors workflow health across teams and escalates blockers — the user who opens the product first thing every morning.
Confidence key: Research-validated = 3+ independent sources · Inferred = 1–2 sources · Assumed = no data
Role & Context
Role: Operations Manager or Head of Operations
Organisation type: Mid-market (200–500 employees), logistics or professional services
Product relationship: Primary end-user (not admin, not buyer)
Use frequency: Daily, 10–15 minute sessions
Research-validated — reported by 6 of 8 interview participants and confirmed in survey segment analysis
Goals & Motivations
Pain Points
Jobs-to-be-Done
JTBD 1: "When I start my workday, I want to see the status of all active workflows at a glance, so I can prioritise my first hour and know what to escalate." — Research-validated
JTBD 2: "When a workflow falls behind, I want to share a status update with my director without leaving the product, so I can keep leadership informed without manual reporting." — Inferred (2 sources)
Behaviours & Workarounds
Representative Quote
"I need to know if anything is broken in under a minute. If I have to click more than twice, I've already lost that time."
— P6, Head of Operations, 350-person professional services firm
Evidence Sources
| Source | Type | Contribution |
|---|---|---|
| P2, P3, P6, P7, P8 | Interview | Goals, pain points, JTBD 1, behaviours |
| Survey Q4 ×14 respondents | Survey | Use frequency, primary goal |
| Ticket #1042, #1089 | Support | Scheduled export failure pain point |
Assumptions to Validate
Ask your assistant to build user personas by saying things like:
This skill will automatically, run the four-step process, and save each persona as a structured markdown file in the personas/ directory of your project.
npx claudepluginhub felipecabargas/gambit --plugin gambitGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.