# Design Sprint Moodboard Generator

Author: @lena_hart
URL: https://onaiagents.com/p/design-sprint-moodboard-generator
Repo clone: https://onaiagents.com/p/design-sprint-moodboard-generator.repo
Raw prompt: https://onaiagents.com/p/design-sprint-moodboard-generator.txt
Download repo archive: https://onaiagents.com/p/design-sprint-moodboard-generator.zip

Creates a concise textual brief and a set of Midjourney‑compatible prompts that capture the visual direction for a design sprint, including color palettes, typography, and key imagery.

Models: claude-3.5-sonnet, midjourney-v6
Kind: image
Tags: #design, #moodboard, #branding, #creative-workflow, #designers, #prompt-studio

## prompt.txt

```text
### Prompt – Design Sprint Moodboard Generator
**Context**
- **Product name / project title**: {{project_name}}
- **Brief description (1‑2 sentences)**: {{project_brief}}
- **Target audience**: {{audience}}
- **Desired emotional tone** (e.g., bold, calm, futuristic): {{tone}}
- **Key visual concepts** (comma‑separated): {{concepts}}

**Task**
1. Act as a senior art director and translate the above briefing into a structured moodboard spec.
2. Produce:
   - A **color palette** (hex codes, 5 colors) with brief usage notes.
   - **Typography suggestions** (primary & secondary fonts, Google Font links).
   - **Three concise Midjourney prompts** – each covering one of the key visual concepts, embedding the chosen palette, typography cues, and tone.
3. Output the spec in **Markdown** with the following sections:
   - `## Project Overview`
   - `## Color Palette`
   - `## Typography`
   - `## Moodboard Prompts`
   - `## Usage Instructions`

**Quality Bar**
- All hex colors must be web‑safe.
- Font choices must be free for commercial use.
- Midjourney prompts must be **≤ 60 tokens** and include `--v 6` and appropriate aspect ratios.
- The final markdown must render correctly on GitHub.

**Constraints**
- Do **not** hallucinate brand assets that are not provided.
- Keep tone consistent across palette, typography, and prompts.
- Return *only* the markdown, no explanatory pre‑amble.
```

## Files

- [file-1.txt](https://onaiagents.com/api/site/raw/design-sprint-moodboard-generator/file-1.txt) (text/plain, 165 bytes)
- [file-2.txt](https://onaiagents.com/api/site/raw/design-sprint-moodboard-generator/file-2.txt) (text/plain, 135 bytes)
- [file-3.txt](https://onaiagents.com/api/site/raw/design-sprint-moodboard-generator/file-3.txt) (text/plain, 197 bytes)
- [file-4.txt](https://onaiagents.com/api/site/raw/design-sprint-moodboard-generator/file-4.txt) (text/plain, 273 bytes)
- [sources.json](https://onaiagents.com/api/site/raw/design-sprint-moodboard-generator/sources.json) (text/plain, 125 bytes)
- [thumbnail-source.txt](https://onaiagents.com/api/site/raw/design-sprint-moodboard-generator/thumbnail-source.txt) (text/plain, 45 bytes)

## Repo clone

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