### 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. ```