Skip to main content
Designjpoutrin

create-persona

Create detailed user persona with guided questions

Stars
13
Source
jpoutrin/product-forge
Updated
2026-03-01
Slug
jpoutrin--product-forge--create-persona
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jpoutrin/product-forge/HEAD/plugins/product-design/skills/create-persona/SKILL.md -o .claude/skills/create-persona.md

Drops the SKILL.md into .claude/skills/create-persona.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

create-persona

Category: Product & Strategy

Usage

create-persona <name>

Arguments

  • <name>: Required argument

Execution Instructions for Claude Code

When this command is run, Claude Code should:

  1. Read the source file at claude_settings/python/templates/persona-template.md
  2. Read the template content
  3. If arguments provided, use them for output filename
  4. Generate the file from the template
  5. Replace any template variables if needed

Source Content Location

The full process documentation can be found at: claude_settings/python/templates/persona-template.md

Claude Code should read this file and follow the documented process exactly.

Example

create-persona example-name