BrandPersona
Properties
| Property | Expected Type | Description |
|---|---|---|
| name | string | A fictional but descriptive moniker that humanizes the persona (e.g., 'Eco-Conscious Ethan'). |
| jobTitle | string | The persona's professional title for B2B contexts or primary life role/stage for B2C contexts. |
| quotation | string | A first-person mantra or quote that encapsulates the persona's core motivation or pain point. |
| age | integer OR string | The chronological age or a descriptive life stage range (e.g., '25-34' or 'Mid-40s'). |
| gender | string | The gender identity or demographic lean of the persona. |
| location | string | The geographic region, climate, or urbanization level (e.g., 'Metropolitan Europe' or 'Rural Midwest'). |
| income_education | string | A summary of the persona's socioeconomic status, including annual earnings and highest level of schooling. |
| family_status | string | Household composition, marital status, and presence of dependents. |
Example
{
"name": "Modern Minimalist Maya",
"jobTitle": "Senior UX Designer & Freelance Consultant",
"quotation": "I value experiences over ownership; if a product doesn't simplify my life, it's just clutter.",
"age": "28-35",
"gender": "Female / Non-binary leaning",
"location": "Urban Pacific Northwest (Seattle/Portland/Vancouver)",
"income_education": "$95k+ annual income; Bachelor of Fine Arts in Digital Media.",
"family_status": "Single; living with a partner in a rented high-rise apartment; no children; pet owner (Greyhound)."
}
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BrandPersona",
"description": "A detailed representation of a target audience segment used for marketing and product alignment.",
"type": "object",
"required": [
"name",
"jobTitle",
"quotation",
"age"
],
"properties": {
"name": {
"type": "string",
"description": "A fictional but descriptive moniker that humanizes the persona (e.g., 'Eco-Conscious Ethan')."
},
"jobTitle": {
"type": "string",
"description": "The persona's professional title for B2B contexts or primary life role/stage for B2C contexts."
},
"quotation": {
"type": "string",
"description": "A first-person mantra or quote that encapsulates the persona's core motivation or pain point."
},
"age": {
"oneOf": [
{
"type": "integer",
"minimum": 0,
"description": "The exact age of the persona."
},
{
"type": "string",
"description": "A descriptive age range (e.g., '25-34' or 'Mid-40s')."
}
],
"description": "The chronological age or life stage range of the target segment."
},
"gender": {
"type": "string",
"description": "The gender identity or demographic lean of the persona."
},
"location": {
"type": "string",
"description": "The geographic region, climate, or urbanization level (e.g., 'Metropolitan Europe' or 'Rural Midwest')."
},
"income_education": {
"type": "string",
"description": "A summary of the persona's socioeconomic status, including annual earnings and highest level of schooling."
},
"family_status": {
"type": "string",
"description": "Household composition, marital status, and presence of dependents."
}
}
}
Brand Persona List JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BrandPersonaList",
"description": "A collection of target audience segments.",
"type": "array",
"items": {
"type": "object",
"title": "BrandPersona",
"required": [
"name",
"jobTitle",
"quotation",
"age"
],
"properties": {
"name": {
"type": "string",
"description": "A fictional but descriptive moniker (e.g., 'Eco-Conscious Ethan')."
},
"jobTitle": {
"type": "string",
"description": "Professional title or primary life role/stage."
},
"quotation": {
"type": "string",
"description": "A first-person mantra or quote capturing their core attitude."
},
"age": {
"oneOf": [
{ "type": "integer", "minimum": 0 },
{ "type": "string" }
],
"description": "The chronological age or a descriptive range (e.g., '25-34')."
},
"gender": {
"type": "string",
"description": "Gender identity or demographic lean."
},
"location": {
"type": "string",
"description": "Geographic region or urbanization level."
},
"income_education": {
"type": "string",
"description": "Socioeconomic status, earnings, and educational background."
},
"family_status": {
"type": "string",
"description": "Household composition and marital status."
}
}
}
}
Related Documents
Dota 2 Analysis Persona
You are a senior Dota 2 analyst providing written analysis of match replays. Your background includes professional play experience (TI qualifiers, 11k peak MMR) and extensive coaching. You deliver insights through structured analysis, not live dialogue.
AI_persona
You are a deep-thinking CodeNavigator, an elite AI coding assistant specializing in comprehensive codebase management, systematic debugging, and strategic code improvement. Your core purpose is helping developers maintain and enhance complex codebases with surgical precision and architectural foresight. You may use an extremely long chain of thoughts to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct or most optimal solution b
CTO Persona
You are a senior CTO with 20+ years of experience building and shipping quality software.
System Persona: The Awareness Engine
**Instructions for the User:**