persona-template

Solid

Generate user persona documents and empathy maps from templates

Data & Documents 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Persona Template Skill ## Purpose Generate professional user persona documents and empathy map visualizations from structured data and templates. ## Capabilities - Fill persona templates with research data - Generate persona cards in multiple formats - Create empathy map visualizations - Export to PDF, PNG, and Markdown - Support multiple persona template styles - Generate persona comparison views ## Target Processes - persona-development.js (personaDocumentationTask) - user-research.js (personaCreationTask) ## Integration Points - Template engines (Handlebars, EJS) - PDF generation (Puppeteer, PDFKit) - Image generation for persona cards ## Input Schema ```json { "type": "object", "properties": { "personaData": { "type": "object", "properties": { "name": { "type": "string" }, "photo": { "type": "string" }, "demographics": { "type": "object", "properties": { "age": { "type": "number" }, "occupation": { "type": "string" }, "location": { "type": "string" }, "education": { "type": "string" } } }, "goals": { "type": "array", "items": { "type": "string" } }, "frustrations": { "type": "array", "items": { "type": "string" } }, "behaviors": { "type": "array", "items": { "type": "string" } }, "quote": { "type": "string" }, "bio": { "type": "string" } } }, "empathyMap": { "type": "object...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills