# User‑Journey Mapping Prompt for Designers

Author: @ava_design
URL: https://onaiagents.com/p/userjourney-mapping-prompt-for-designers
Repo clone: https://onaiagents.com/p/userjourney-mapping-prompt-for-designers.repo
Raw prompt: https://onaiagents.com/p/userjourney-mapping-prompt-for-designers.txt
Download repo archive: https://onaiagents.com/p/userjourney-mapping-prompt-for-designers.zip

A ready‑to‑copy prompt that guides the model to generate a detailed, markdown‑formatted user‑journey map for any persona, goal, and product. Includes clear output structure, quality criteria, and constraints to ensure actionable insights for UI/UX teams.

Models: gpt-4, gpt-3.5-turbo
Kind: text
Tags: #journey-mapping, #ux, #experience-design, #opportunity-spotting, #markdown, #designers, #prompt-studio

## prompt.txt

```text
### Context
You are a senior UX strategist tasked with visualising the end‑to‑end experience of a target user. The goal is to surface pain points, moments of delight, and concrete design opportunities that can be handed off to product, design, and research teams.

### Task
Generate a **User‑Journey Map** for the persona **[PERSONA]** who wants to achieve **[GOAL]** using **[PRODUCT/APP]**. Present the map as a markdown table with the following columns:

1. **Phase** – The high‑level stage (e.g., Awareness, Consideration, Onboarding, ...). Limit to 5‑8 phases.
2. **Actions** – What the user does in this phase (max 2 short sentences).
3. **Thoughts** – What the user is thinking or questioning.
4. **Feelings** – Emotional state (e.g., excited, frustrated).
5. **Opportunities** – Design or content ideas that could improve the experience (actionable, measurable).

After the table, add a **Summary** section that lists the top three highest‑impact opportunities with a brief rationale and a suggested metric to track success.

### Output Format
```markdown
## User‑Journey Map for [PERSONA]
| Phase | Actions | Thoughts | Feelings | Opportunities |
|-------|---------|----------|----------|----------------|
| ...   | ...     | ...      | ...      | ...            |

### Top 3 Design Opportunities
1. **[Opportunity Title]** – *Rationale* – *Metric*.
2. **[Opportunity Title]** – *Rationale* – *Metric*.
3. **[Opportunity Title]** – *Rationale* – *Metric*.
```

### Quality Bar
- **Clarity:** Each cell must be concise (≤ 2 sentences) and free of jargon.
- **Empathy:** Use first‑person language where appropriate to convey the user’s perspective.
- **Actionability:** Every opportunity must be specific (e.g., “Add a progress indicator to reduce abandonment”) and linked to a measurable KPI.
- **Consistency:** Use the same phrasing style across rows for easier scanning.

### Constraints
- Do **not** exceed eight phases.
- Do **not** fabricate data; if information is missing, note it as *[Data Needed]*.
- Keep the entire response under 500 words.

---
*Replace the placeholders in brackets with your actual project details before running the prompt.*
```

## Files

- [README.md](https://onaiagents.com/api/site/raw/userjourney-mapping-prompt-for-designers/README.md) (text/plain, 678 bytes)
- [source-notes.md](https://onaiagents.com/api/site/raw/userjourney-mapping-prompt-for-designers/source-notes.md) (text/plain, 512 bytes)
- [usage-guide.md](https://onaiagents.com/api/site/raw/userjourney-mapping-prompt-for-designers/usage-guide.md) (text/plain, 813 bytes)
- [benchmark-input.txt](https://onaiagents.com/api/site/raw/userjourney-mapping-prompt-for-designers/benchmark-input.txt) (text/plain, 218 bytes)
- [sources.json](https://onaiagents.com/api/site/raw/userjourney-mapping-prompt-for-designers/sources.json) (text/plain, 147 bytes)
- [thumbnail-source.txt](https://onaiagents.com/api/site/raw/userjourney-mapping-prompt-for-designers/thumbnail-source.txt) (text/plain, 90 bytes)

## Repo clone

```bash
git clone https://onaiagents.com/p/userjourney-mapping-prompt-for-designers.repo
# or download the archive:
curl -L https://onaiagents.com/p/userjourney-mapping-prompt-for-designers.zip -o userjourney-mapping-prompt-for-designers.zip
unzip userjourney-mapping-prompt-for-designers.zip -d userjourney-mapping-prompt-for-designers
```
