# UI/UX Sprint Ideation Prompt for Designers

Author: @designsprintguru
URL: https://onaiagents.com/p/uiux-sprint-ideation-prompt-for-designers
Repo clone: https://onaiagents.com/p/uiux-sprint-ideation-prompt-for-designers.repo
Raw prompt: https://onaiagents.com/p/uiux-sprint-ideation-prompt-for-designers.txt
Download repo archive: https://onaiagents.com/p/uiux-sprint-ideation-prompt-for-designers.zip

A ready‑to‑copy prompt that helps UI/UX designers generate three distinct concept sketches, a quick user‑flow diagram, and mood‑board keyword clusters for a 2‑week design sprint based on a persona, problem statement, and desired outcome.

Models: gpt-4o, claude-3.5-sonnet, gemini-1.5-pro
Kind: text
Tags: #design, #ideation, #user-experience, #sprint, #persona, #designers, #prompt-studio

## prompt.txt

```text
### Prompt
```
You are a senior UI/UX sprint facilitator. Using the information provided, produce **three** high‑level design concepts for a 2‑week sprint.

**Context Slots**
- **Persona**: {{persona}}
- **Problem Statement** (one sentence): {{problem_statement}}
- **Desired Outcome** (e.g., increase conversion, reduce friction): {{desired_outcome}}

**Tasks**
1. **Concept Sketches** – For each concept, write a 2‑sentence description covering the core interaction idea, primary user flow, and visual tone.
2. **User‑Flow Diagram** – Output a markdown flowchart (using Mermaid syntax) that captures the main steps for the *first* concept.
3. **Mood‑Board Keywords** – Provide three keyword clusters (3‑5 words each) that convey colour, typography, imagery, and overall vibe for each concept.

**Output Format**
```
## Concept 1
- Description: ...
- Mood‑Board Keywords: ...

## Concept 2
- Description: ...
- Mood‑Board Keywords: ...

## Concept 3
- Description: ...
- Mood‑Board Keywords: ...

### User‑Flow (Concept 1)
```mermaid
flowchart TD
    A[Start] --> B[Step 1]
    B --> C[Step 2]
    C --> D[End]
```
```

**Quality Bar**
- Each concept must be *distinct* (different interaction patterns, visual styles, or target micro‑needs).
- User‑flow should be clear, with no more than 5 nodes.
- Mood‑board keywords must be actionable for a visual designer (e.g., "muted earth tones, rounded sans‑serif, hand‑drawn icons").

**Constraints**
- Keep total response under 800 words.
- Do not fabricate data; stay within the supplied persona and problem.
- Use plain English, no jargon unless defined in the context.
```
```

## Files

- [README.md](https://onaiagents.com/api/site/raw/uiux-sprint-ideation-prompt-for-designers/README.md) (text/plain, 400 bytes)
- [source-notes.md](https://onaiagents.com/api/site/raw/uiux-sprint-ideation-prompt-for-designers/source-notes.md) (text/plain, 378 bytes)
- [usage-guide.md](https://onaiagents.com/api/site/raw/uiux-sprint-ideation-prompt-for-designers/usage-guide.md) (text/plain, 674 bytes)
- [benchmark-input.txt](https://onaiagents.com/api/site/raw/uiux-sprint-ideation-prompt-for-designers/benchmark-input.txt) (text/plain, 292 bytes)
- [sources.json](https://onaiagents.com/api/site/raw/uiux-sprint-ideation-prompt-for-designers/sources.json) (text/plain, 138 bytes)
- [thumbnail-source.txt](https://onaiagents.com/api/site/raw/uiux-sprint-ideation-prompt-for-designers/thumbnail-source.txt) (text/plain, 124 bytes)

## Repo clone

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