# Design Sprint Ideation Assistant

Author: @arivera_design
URL: https://onaiagents.com/p/design-sprint-ideation-assistant
Repo clone: https://onaiagents.com/p/design-sprint-ideation-assistant.repo
Raw prompt: https://onaiagents.com/p/design-sprint-ideation-assistant.txt
Download repo archive: https://onaiagents.com/p/design-sprint-ideation-assistant.zip

A structured AI prompt that guides designers through rapid UI/UX concept generation, turning persona and brand inputs into a concise design brief and low‑fidelity sketch prompts ready for text‑to‑image models.

Models: gpt-4o, claude-3.5-sonnet, gemini-1.5-pro
Kind: text
Tags: #design, #ui/ux, #ideation, #creative, #prompt‑engineering, #designers, #prompt-studio

## prompt.txt

```text
### Prompt: Design Sprint Ideation Assistant
---
**Context Slots**
1. **Target Persona** – Brief description of the primary user (e.g., "Freelance graphic designer, age 28‑35, values speed and visual polish").
2. **Brand Tone** – Desired voice and visual style (e.g., "modern, minimal, playful with a pastel palette").
3. **Key Interactions** – Core tasks the UI must support (e.g., "upload assets, drag‑and‑drop layout, export PDF").
4. **Design Constraints** – Any fixed guidelines (e.g., "must use primary color #1A73E8, adhere to 8‑point grid").
5. **Output Preference** – Choose between a textual brief only or a paired low‑fidelity sketch prompt for a text‑to‑image model.
---
**Task**
- Act as a senior UI/UX designer.
- Synthesize the inputs into:
  1. **Design Brief** – 150‑200 words covering problem statement, user goals, visual direction, and interaction flow.
  2. **Sketch Prompt** – One concise command that can be fed to a text‑to‑image model (e.g., DALL·E, Stable Diffusion) to generate a low‑fidelity wireframe. Include layout, major UI elements, and any highlighted interaction cues.
---
**Output Format**
```markdown
## Design Brief
<brief>

## Sketch Prompt (for image model)
"<prompt>"
```
---
**Quality Bar**
- ✅ **Clarity** – No ambiguous terminology; each UI element is explicitly named.
- ✅ **Alignment** – Visual direction matches the brand tone and persona priorities.
- ✅ **Actionability** – Sketch prompt must be syntactically compatible with common diffusion models (no line breaks, use commas to separate attributes).
---
**Constraints**
- Maximum 5 UI components in the sketch prompt.
- Do not exceed 300 characters total for the sketch prompt.
- Respect the design constraints verbatim (color hex, grid spacing).
- If the user selects "Brief only", omit the sketch prompt section entirely.
---
**Example Invocation**
```
Persona: "College student, ages 18‑22, heavy social‑media usage, seeks quick content creation."
Brand Tone: "Vibrant, youthful, with a neon accent color."
Key Interactions: "Select template, drag assets, preview in real‑time."
Design Constraints: "Primary accent #FF2D55, 12‑pt spacing, rounded corners."
Output Preference: "Full"
```
```

## Files

- [file-1.txt](https://onaiagents.com/api/site/raw/design-sprint-ideation-assistant/file-1.txt) (text/plain, 153 bytes)
- [file-2.txt](https://onaiagents.com/api/site/raw/design-sprint-ideation-assistant/file-2.txt) (text/plain, 322 bytes)
- [file-3.txt](https://onaiagents.com/api/site/raw/design-sprint-ideation-assistant/file-3.txt) (text/plain, 334 bytes)
- [sources.json](https://onaiagents.com/api/site/raw/design-sprint-ideation-assistant/sources.json) (text/plain, 507 bytes)
- [thumbnail-source.txt](https://onaiagents.com/api/site/raw/design-sprint-ideation-assistant/thumbnail-source.txt) (text/plain, 95 bytes)

## Repo clone

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