Personas
Personas let you switch between different writing styles instantly. Whether you're writing a quick internal message or a formal client email, personas ensure your text matches the context.
What Are Personas?
A persona is a saved writing profile that controls:
- •Tone — Direct, formal, friendly, or casual
- •Verbosity — Concise, normal, or detailed
- •Audience — Internal or external communication
- •Taboos — Things to avoid (emojis, slang, etc.)
- •Custom rules — Specific writing guidelines
Think of it this way
Built-in Personas
Draft includes three pre-configured personas to get you started:
Founder Mode
Built-inBrutal brevity. Direct communication. No fluff.
direct
concise
- • Never start with 'I think' or 'I believe'
- • Use active voice exclusively
- • Maximum 2 sentences per point
Formal
Built-inProfessional external communication. Polished and precise.
formal
normal
- • Use complete sentences
- • Maintain professional distance
- • Prefer passive voice for sensitive topics
Friendly
Built-inWarm and approachable. Good for team communication.
friendly
normal
- • Use conversational language
- • Contractions are encouraged
- • Be encouraging and supportive
Switching Personas
You can switch between active personas at any time:
Using Keyboard Shortcut
Press ⌥+P to cycle through your active personas. The current persona is shown in the menu bar.
Using the Menu Bar
- Click the Draft icon in your menu bar
- Select Personas
- Click the persona you want to activate
In the Overlay
When the Draft overlay is open, you can type the persona name to switch:
Quick switching
Creating Custom Personas
You can create custom personas for any writing context:
Using the Settings UI
- Click the Draft icon in your menu bar
- Select Settings...
- Go to the Personas tab
- Click + New Persona
- Configure the settings and save
Persona Configuration
Each persona has the following settings:
| Setting | Options | Description |
|---|---|---|
| Name | Any text | Display name for the persona |
| Tone | direct, formal, friendly, casual | Overall communication style |
| Verbosity | concise, normal, detailed | How much detail to include |
| Audience | internal, external | Who the text is intended for |
| Taboos | List of strings | Things to avoid in output |
| Custom Rules | List of strings | Specific writing guidelines |
Example: Legal Persona
Here's an example of a custom persona for legal communication:
{
"id": "legal",
"name": "Legal",
"description": "Precise legal communication",
"tone": "formal",
"verbosity": "detailed",
"audience": "external",
"taboos": ["slang", "contractions", "casual-language"],
"customRules": [
"Use precise legal terminology",
"Avoid ambiguous language",
"Include necessary caveats",
"Use passive voice for neutrality"
],
"isActive": false,
"isBuiltIn": false
}Persona Ideas
Here are some personas you might want to create:
Technical Writer
Clear, precise documentation style
Sales
Persuasive, benefit-focused language
Customer Support
Empathetic, solution-oriented
Executive
Strategic, high-level communication
Creative
Engaging, storytelling approach
Academic
Scholarly, citation-ready prose
Managing Personas
Edit a Persona
You can modify any persona (including built-in ones) in Settings → Personas. Select the persona and click Edit.
Delete a Persona
Custom personas can be deleted from Settings. Built-in personas can be disabled but not deleted.
Export / Import
Personas are stored in ~/Library/Application Support/Draft/personas.json. You can manually edit this file or share it between machines.