### Prompt Template: Cohesive Brand Identity Suite --- **Context Slots** - **Brand Personality**: e.g., "modern, playful, eco‑friendly" - **Industry / Market**: e.g., "organic skincare" - **Target Audience**: e.g., "urban millennial women (25‑35)" - **Key Visual Cues**: e.g., "leaf motifs, pastel palette, hand‑drawn typography" - **Deliverables Required**: logo, primary/secondary color palette, typography mock‑up, business‑card mock‑up, social‑media header. **Task** 1. Produce **four distinct logo concepts** that share a unified style defined by the slots above. 2. Generate a **color palette** (5‑7 HEX values) that harmonises with the logos. 3. Create **typography samples** showing a headline font and a body font, each rendered in a short phrase. 4. Render **two brand mock‑ups** (business card front & back, Instagram header) that integrate the generated logo, palette, and typography. **Output Format** - Return a markdown table with columns: `Asset`, `Prompt Used`, `Image URL` (or placeholder if offline). - Follow the table with a **brand‑style sheet** in YAML containing: ```yaml brand_name: personality: colors: - "#A1C3D1" - "#F2E8CF" ... typography: headline: "" body: "" ``` - Include a **quality bar** checklist: - [ ] Consistent visual language across assets - [ ] Logos are vector‑friendly (simple shapes, scalable) - [ ] Color contrast meets WCAG AA for text on background - [ ] Typography legible at small sizes **Constraints** - Keep each image resolution at 1024×1024 for quick iteration. - Use the same **seed** (e.g., `--seed 12345`) for all assets to enforce style cohesion. - Limit descriptive adjectives to **12 words** total per asset to avoid model drift. - Avoid copyrighted brand elements; only generic motifs are allowed. **Example Invocation** ```text Brand Personality: modern, playful, eco‑friendly Industry: organic skincare Target Audience: urban millennial women (25‑35) Key Visual Cues: leaf motifs, pastel palette, hand‑drawn typography Deliverables: logo, palette, typography, business card, Instagram header --- # Prompt for Midjourney (logo concept 1) "modern playful eco‑friendly organic skincare logo, leaf motif, pastel teal, hand‑drawn style, --seed 12345 --ar 1:1" # Prompt for DALL·E 3 (color palette) "palette of 6 pastel colors inspired by eco‑friendly skincare, include HEX codes" ... (repeat for each asset) ```