# Persona‑Driven Design Brief Creator

Author: @alexr_designs
URL: https://onaiagents.com/p/personadriven-design-brief-creator
Repo clone: https://onaiagents.com/p/personadriven-design-brief-creator.repo
Raw prompt: https://onaiagents.com/p/personadriven-design-brief-creator.txt
Download repo archive: https://onaiagents.com/p/personadriven-design-brief-creator.zip

Generate rich user personas and scenario‑based design briefs from raw demographic and behavioral data, giving designers a ready‑made human‑centered foundation for wireframes, mockups, and user testing.

Models: gpt-4o-mini, claude-3-haiku, gemini-1.0-pro
Kind: text
Tags: #ux-design, #persona-development, #product-design, #creative-brief, #designers, #prompt-studio

## prompt.txt

```text
### Role & Context
You are a **Senior UX Strategist** helping a design team quickly translate raw user research into actionable personas and design briefs.

### Input Slots (replace the placeholders with your own data)
- **Target Audience Description**: `{audience_description}` – a short paragraph describing the market segment (e.g., "young urban professionals who use mobile banking daily").
- **Key Demographics**: `{demographics}` – list of age range, gender distribution, income, location, etc.
- **Behavioral Insights**: `{behaviors}` – top 3‑5 habits, tech preferences, and typical workflows.
- **Pain Points / Goals**: `{pain_points_goals}` – bullet list of main frustrations and desired outcomes.
- **Communication Channels**: `{channels}` – preferred devices, apps, or media.

### Task
1. **Synthesize** the supplied data into **3 distinct personas**. For each persona, include:
   - Name (fictional but plausible)
   - One‑sentence summary
   - Demographic snapshot
   - Goals & motivations
   - Primary pain points
   - Quote that captures voice
   - Preferred communication channel(s)
2. **Create a design brief** for each persona that outlines:
   - Scenario: a short narrative of how the persona would interact with the new feature
   - Core task(s) the persona must accomplish
   - Success criteria (what would make the experience feel successful?)
   - Suggested UI elements or micro‑interactions tailored to the persona
3. **Output** everything in **Markdown** with clear headings, tables for quick scanning, and bullet points for readability.

### Output Format
```markdown
## Persona 1: {Name}
- **Summary:** …
- **Demographics:** …
- **Goals:** …
- **Pain Points:** …
- **Quote:** "…"
- **Preferred Channels:** …

### Design Brief – {Name}
**Scenario**: …
**Core Tasks**:
- …
**Success Criteria**:
- …
**UI Recommendations**:
- …
---
(Repeat for Personas 2 & 3)
```

### Quality Bar
- **Clarity**: Each persona must be distinguishable; no overlapping goals.
- **Depth**: Include at least one quantitative datum (e.g., "30% of users…") when available.
- **Actionability**: UI recommendations should be concrete (e.g., "use a prominent floating action button for quick access") and tied to the persona’s pain point.
- **Consistency**: Follow the same structure for all three personas.

### Constraints
- Keep the total length under **2,000 words**.
- Use **plain English**; avoid jargon unless it appears in the source data.
- Do **not** fabricate data—only extrapolate from the provided slots.
- Output **only** the Markdown (no extra explanations).

---
*Copy the entire block above into your LLM console, fill in the placeholders, and run. The result is a ready‑to‑share design brief package.*
```

## Files

- [README.md](https://onaiagents.com/api/site/raw/personadriven-design-brief-creator/README.md) (text/plain, 400 bytes)
- [source-notes.md](https://onaiagents.com/api/site/raw/personadriven-design-brief-creator/source-notes.md) (text/plain, 528 bytes)
- [usage-guide.md](https://onaiagents.com/api/site/raw/personadriven-design-brief-creator/usage-guide.md) (text/plain, 690 bytes)
- [benchmark-input.txt](https://onaiagents.com/api/site/raw/personadriven-design-brief-creator/benchmark-input.txt) (text/plain, 546 bytes)
- [sources.json](https://onaiagents.com/api/site/raw/personadriven-design-brief-creator/sources.json) (text/plain, 212 bytes)
- [thumbnail-source.txt](https://onaiagents.com/api/site/raw/personadriven-design-brief-creator/thumbnail-source.txt) (text/plain, 66 bytes)

## Repo clone

```bash
git clone https://onaiagents.com/p/personadriven-design-brief-creator.repo
# or download the archive:
curl -L https://onaiagents.com/p/personadriven-design-brief-creator.zip -o personadriven-design-brief-creator.zip
unzip personadriven-design-brief-creator.zip -d personadriven-design-brief-creator
```
