personas

Interviews the user to define product personas and writes them to a Markdown document.

Updated May 24, 2026
One-click install
npx skills add https://github.com/pirras-torres/pirras-marketplace --skill personas-pirras-torres
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: personas
Source: https://github.com/pirras-torres/pirras-marketplace/tree/main/plugins/pi-dev/skills/personas
Command: npx skills add https://github.com/pirras-torres/pirras-marketplace --skill personas-pirras-torres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Defining who a product serves is often skipped or done vaguely, leading to unfocused requirements. This Skill structures persona creation through a guided interview and produces a consistent, reviewable personas document. ## Core Features & Use Cases - Guided Interview: Asks structured questions about each persona's context, goals, frustrations, and churn triggers. - Context Awareness: Reads the existing PRD to tailor questions to the target users and pain points already described. - Standardized Output: Writes up to three personas plus shared traits and key differences to docs/01_product/04_personas.md. - Use Case: After writing a PRD for a budgeting app, run this Skill to define personas like 'Laura, the organized saver' before moving on to journey mapping. ## Quick Start Ask the assistant to create user personas for your product based on the existing PRD.

Frequently Asked Questions about personas

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create user personas for a software product?▼

Run the personas Skill, which interviews you about each user's context, goals, frustrations, and churn triggers. It then writes a structured personas document to docs/01_product/04_personas.md.

How many personas should a product have?▼

This Skill supports one to three personas per product. It asks how many distinct user types exist and only runs the interview sections needed for that count.

Does the personas Skill use my existing PRD?▼

Yes. It reads docs/01_product/01_prd.md if present and extracts the target user description and pain points to make its interview questions specific to your product.

What makes a good persona document?▼

Each persona needs a distinct identity, a specific churn trigger, and explicit differences from other personas. The Skill enforces these checks before writing the final document.

What if my project has multiple docs folders?▼

The Skill scans for docs directories and, if it finds more than one, asks you which one to use. If none exists, it creates a docs/ folder automatically.