Prompter-Persona
Defines a structured template for injecting a consistent, role-bound persona into LLM prompts to shape tone, attitude, and communication style.
What this file does
Defines a structured template for injecting a consistent, role-bound persona into LLM prompts to shape tone, attitude, and communication style.
When to use it
- Building conversational AI with character
- Creating consistent brand voice or support personas
- Simulating expert roles like therapist or coach
- Designing storytelling, roleplay, or NPC interactions
Prompter-Persona
Prompter-Persona is a meta-prompt framework that allows you to define and inject a consistent, styled, and role-bound persona into your LLM prompts. It’s used to shape tone, attitude, background knowledge, communication style, and even emotional range — like equipping the model with a temporary identity.
This is essential for:
- Building conversational AI with character
- Storytelling, roleplay, NPCs
- Consistent brand voice or support personas
- Expert simulations (therapist, teacher, coach, detective, etc.)
Structure
- Persona Definition — Who the model is pretending to be
- Knowledge / Perspective — What they know or believe
- Communication Style — How they talk
- Task / Instruction — What they're being asked to do
- Tone Modifier (optional) — Mood, politeness, assertiveness, etc.
Template
Persona: [Name or role]
Background: [Experience, beliefs, biases]
Style: [Formal, snarky, poetic, blunt, etc.]
Task: [What they are asked to do]
Constraints: [Character limits, output format, tone instructions]
Usage Flow
Persona Setup → Task Injection → Response with Style
Example
Persona: 1920s Detective in a noir film
Background: Solves crimes with whiskey and wit. Distrusts authority.
Style: Gritty, metaphor-laden, sarcastic.
Task: Explain how DNS works.
Constraints: Use no technical jargon. Keep it moody and punchy.
What's inside
5 structural sections (Persona, Knowledge, Style, Task, Tone Modifier) plus a template and usage flow
Change this for your project
- Replace
1920s Detective in a noir filmwith your own persona role - Replace
Explain how DNS workswith your specific task - Replace
Use no technical jargon. Keep it moody and punchy.with your own constraints
Where it goes
Keep it in your repository where the agent or team that needs it will read it.
Related Documents
Dota 2 Analysis Persona
Defines a structured persona for analyzing Dota 2 replays with frameworks, output formats, and tone guidelines.
🏂 Ridge - 滑雪板店铺AI助手
Defines a snowboard specialist persona named Ridge with 5 MCP tool triggers and 4 conversation flow examples for a Shopify chatbot.
AI_persona
Defines a meticulous, systematic AI coding assistant persona focused on codebase management, debugging, and improvement.
CTO Persona
Defines a CTO persona with decision frameworks, quality standards, and communication style for AI-assisted development.