From e2719fdd7e62cceec68f0b436c7a70b3160241a3 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Mar 2026 23:42:52 +0000 Subject: [PATCH] tasks: Add Task #61 - AI-Generated Minecraft Skins for The Trinity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Complete task documentation for generating custom Minecraft skins matching The Trinity promotional image. Task #61: AI-Generated Minecraft Skins for The Trinity - 3 skins needed: The Wizard (Frost), The Emissary (Fire), The Catalyst (Arcane) - Strategy: AI generation first (Flux 1.1 Pro), commission if needed - Time estimate: 1-2 hours Created: - docs/tasks/trinity-minecraft-skins/README.md (complete task overview) - docs/tasks/trinity-minecraft-skins/PROMPTS.md (3 optimized Flux prompts) - docs/tasks/trinity-minecraft-skins/GITEA-ISSUE.md (ready to copy into Gitea) - docs/core/tasks.md (Task #61 summary added) Flux 1.1 Pro Prompts (optimized for Minecraft skin template format): 1. The Wizard (Frost) - Deep blue robes, ice crystals, silver trim 2. The Emissary (Fire) - Orange/red robes, flame patterns, gold trim 3. The Catalyst (Arcane) - Purple robes, arcane symbols, violet accents Workflow: 1. Generate with Flux (1:1 aspect, 30-40 steps, guidance 7-8) 2. Refine in Nova Skin editor (novaskin.me) 3. Test in Minecraft Java Edition 4. Backup: Commission on Fiverr ($15-30) if AI fails Deliverables: - 3 .png skin files (64x64 Minecraft format) - Committed to branding/minecraft-skins/ - Uploaded to Minecraft profiles - Tested in-game Dependencies: The Trinity image (Task #57), fal.ai access Priority: MEDIUM Status: PENDING For children not yet born. 🔥❄️⚡ Created by: The Guide (Chronicler #35) --- docs/core/tasks.md | 86 +++++++ .../trinity-minecraft-skins/GITEA-ISSUE.md | 126 ++++++++++ docs/tasks/trinity-minecraft-skins/PROMPTS.md | 164 ++++++++++++ docs/tasks/trinity-minecraft-skins/README.md | 236 ++++++++++++++++++ 4 files changed, 612 insertions(+) create mode 100644 docs/tasks/trinity-minecraft-skins/GITEA-ISSUE.md create mode 100644 docs/tasks/trinity-minecraft-skins/PROMPTS.md create mode 100644 docs/tasks/trinity-minecraft-skins/README.md diff --git a/docs/core/tasks.md b/docs/core/tasks.md index 33d4493..3a942fb 100644 --- a/docs/core/tasks.md +++ b/docs/core/tasks.md @@ -1541,3 +1541,89 @@ Deploy The Trinity image across all social media platforms as cover/banner image - Cropped versions saved in branding/promotional/social-media-crops/ --- + +### 61. AI-Generated Minecraft Skins for The Trinity +**Time:** 1-2 hours (experimentation + refinement) +**Status:** PENDING +**Priority:** MEDIUM +**Documentation:** `docs/tasks/trinity-minecraft-skins/` + +Generate custom Minecraft player skins for all three founders matching The Trinity promotional image aesthetic. + +**Goal:** +Create Minecraft skins for Michael (Frost/blue), Meg (Fire/orange), and Holly (Catalyst/purple) that match their appearances in The Trinity image for use on servers and promotional content. + +**Approach:** +1. **Experiment with AI generation first** (Flux 1.1 Pro via fal.ai) +2. **Commission professional skin artist if needed** (Fiverr/BuiltByBit) + +**Phase 1: AI Generation (Flux 1.1 Pro)** + +Use three prompts optimized for Minecraft skin template format: + +**The Wizard (Frost) Prompt:** +``` +Minecraft player skin template in flat 64x64 pixel layout for a frost wizard character. Deep blue robes (#4ECDC4 teal-blue) with ice crystal patterns and silver trim. Hooded robe design. Frost magic theme with snowflake details on sleeves. Ice blue accents (#C7F0DB). Silver/white belt and boots. Front view, back view, left side, right side, top view, bottom view arranged in standard Minecraft skin template format. Clean pixel art style, no gradients, solid colors only. Minecraft-compatible skin texture. +``` + +**The Emissary (Fire) Prompt:** +``` +Minecraft player skin template in flat 64x64 pixel layout for a fire mage character. Bright orange and red robes (#FF6B35 orange, #E63946 red) with flame patterns. Flowing robe design with fire details on sleeves and hem. Ember and flame accents. Gold/yellow trim (#FFD700). Warm color palette. Front view, back view, left side, right side, top view, bottom view arranged in standard Minecraft skin template format. Clean pixel art style, no gradients, solid colors only. Minecraft-compatible skin texture. +``` + +**The Catalyst (Arcane) Prompt:** +``` +Minecraft player skin template in flat 64x64 pixel layout for an arcane sorcerer character. Deep purple robes (#9D4EDD) with mystical arcane patterns and magical symbols. Violet and lavender accents (#C77DFF, #E0AAFF). Arcane energy theme with glowing purple details on sleeves. Silver trim and mystical accessories. Front view, back view, left side, right side, top view, bottom view arranged in standard Minecraft skin template format. Clean pixel art style, no gradients, solid colors only. Minecraft-compatible skin texture. +``` + +**Flux Settings:** +- Model: Flux 1.1 Pro +- Aspect Ratio: 1:1 (square - critical for skin templates) +- Steps: 30-40 +- Guidance: 7-8 + +**Phase 2: Refinement** +1. Import AI-generated results to Nova Skin editor (novaskin.me) +2. Verify Minecraft skin template format (64x64 layout) +3. Touch up any issues with pixel alignment +4. Export as .png skin files + +**Phase 3: Testing** +1. Upload skins to Minecraft profiles +2. Test in-game on server +3. Verify they look good from all angles +4. Adjust if needed + +**Phase 4: Commission Backup (if AI fails)** +If AI doesn't produce usable results: +1. Commission skin artist on Fiverr or BuiltByBit +2. Provide The Trinity image as reference +3. Request skins matching exact aesthetic +4. Cost estimate: $15-30 total (3 skins @ $5-10 each) + +**Deliverables:** +- 3 Minecraft skin .png files (64x64 format) +- Skins uploaded to Minecraft profiles +- Skins tested in-game +- Skin files saved to branding/minecraft-skins/ + +**Tools Needed:** +- fal.ai account (Flux 1.1 Pro access) +- Nova Skin editor (novaskin.me) - free web tool +- Minecraft Java Edition (for testing) + +**Dependencies:** +- The Trinity image (already uploaded) +- fal.ai API access or web interface + +**Success Criteria:** +- Skins match The Trinity aesthetic (Fire/Frost/Catalyst colors) +- Properly formatted for Minecraft (64x64 template) +- Look good in-game from all angles +- Recognizable as the three founder characters + +**Related:** +- Task #57: The Trinity image in branding assets +- Task #58: The Trinity in Ghost CMS + +--- diff --git a/docs/tasks/trinity-minecraft-skins/GITEA-ISSUE.md b/docs/tasks/trinity-minecraft-skins/GITEA-ISSUE.md new file mode 100644 index 0000000..dfb4dd4 --- /dev/null +++ b/docs/tasks/trinity-minecraft-skins/GITEA-ISSUE.md @@ -0,0 +1,126 @@ +# Gitea Issue #61: AI-Generated Minecraft Skins for The Trinity + +**Copy this content into a new Gitea issue in the Firefrost Operations project.** + +--- + +## Title +AI-Generated Minecraft Skins for The Trinity + +--- + +## Labels +- `content` (branding/design work) +- `tier-2-medium` (medium priority) +- `task-61` (task number reference) + +--- + +## Assignees +- Michael (primary) +- Could delegate to Holly (she has artistic eye) + +--- + +## Milestone +Soft Launch Prep (or "Branding & Identity") + +--- + +## Description + +### Objective +Generate custom Minecraft player skins for all three founders (Michael, Meg, Holly) that match their appearances in The Trinity promotional image. + +### Why This Matters +- Visual consistency across all Firefrost branding +- Founders recognizable in-game on servers +- Promotional content (videos, screenshots) shows branded characters +- Community identity and immersion + +### Characters to Create + +**1. The Wizard (Michael/Frost)** +- Element: Frost/Ice +- Colors: Deep blue (#4ECDC4), ice blue (#C7F0DB), silver +- Design: Blue robes with ice crystal patterns, hooded +- Reference: Left character in The Trinity image + +**2. The Emissary (Meg/Fire)** +- Element: Fire/Flame +- Colors: Orange (#FF6B35), red (#E63946), gold (#FFD700) +- Design: Orange/red robes with flame patterns, flowing +- Reference: Right character in The Trinity image + +**3. The Catalyst (Holly/Arcane)** +- Element: Arcane Storm/Purple Magic +- Colors: Deep purple (#9D4EDD), violet (#C77DFF), lavender (#E0AAFF) +- Design: Purple robes with arcane patterns, mystical symbols +- Reference: Center character in The Trinity image + +### Approach + +**Phase 1: AI Generation (Try First)** +- Tool: Flux 1.1 Pro via fal.ai +- Use optimized prompts in `docs/tasks/trinity-minecraft-skins/PROMPTS.md` +- Generate all three skins +- Settings: 1:1 aspect ratio, 30-40 steps, guidance 7-8 + +**Phase 2: Refinement** +- Import to Nova Skin editor (novaskin.me) +- Verify Minecraft format (64x64 template) +- Touch up pixels if needed +- Export as .png + +**Phase 3: Testing** +- Upload to Minecraft profiles +- Test in-game on server +- Verify colors/appearance +- Get team feedback + +**Phase 4: Backup (If AI Fails)** +- Commission on Fiverr or BuiltByBit +- Budget: $15-30 total +- Provide Trinity image as reference + +### Deliverables +- [ ] `the-wizard-frost-skin.png` (Michael's skin) +- [ ] `the-emissary-fire-skin.png` (Meg's skin) +- [ ] `the-catalyst-arcane-skin.png` (Holly's skin) +- [ ] Skins committed to `branding/minecraft-skins/` +- [ ] Skins uploaded to Minecraft profiles +- [ ] Tested in-game on Firefrost server +- [ ] Documentation updated with results + +### Time Estimate +1-2 hours (experimentation + refinement) + +### Dependencies +- The Trinity image (Task #57) +- fal.ai access (Flux 1.1 Pro) +- Minecraft Java Edition (for testing) + +### Documentation +Full task documentation: `docs/tasks/trinity-minecraft-skins/README.md` + +### Related Tasks +- Task #57: Trinity image in branding assets +- Task #58: Trinity image in Ghost CMS +- Task #59: Trinity image on homepage +- Task #60: Trinity image on social media + +--- + +## Comments / Notes + +**Prompts ready:** All three Flux 1.1 Pro prompts are written and optimized in `docs/tasks/trinity-minecraft-skins/PROMPTS.md` + +**Why AI first:** We have Flux access already, fast iteration, can try multiple variations. If it doesn't work, commissioning is still an option. + +**Success criteria:** Skins must match Trinity aesthetic, work in Minecraft Java, and get team approval. + +--- + +**Created:** March 20, 2026 +**Created By:** The Guide (Chronicler #35) +**Status:** Ready to begin diff --git a/docs/tasks/trinity-minecraft-skins/PROMPTS.md b/docs/tasks/trinity-minecraft-skins/PROMPTS.md new file mode 100644 index 0000000..b86da79 --- /dev/null +++ b/docs/tasks/trinity-minecraft-skins/PROMPTS.md @@ -0,0 +1,164 @@ +# FLUX 1.1 PRO PROMPTS — The Trinity Minecraft Skins + +**Purpose:** Generate Minecraft player skins matching The Trinity promotional image +**Tool:** Flux 1.1 Pro via fal.ai +**Date:** March 20, 2026 + +--- + +## FLUX SETTINGS (Use for all three) + +**Model:** Flux 1.1 Pro +**Aspect Ratio:** 1:1 (square) - CRITICAL for skin templates +**Steps:** 30-40 +**Guidance Scale:** 7-8 +**Output:** Download as PNG + +--- + +## PROMPT 1: THE WIZARD (FROST) — Michael + +``` +Minecraft player skin template in flat 64x64 pixel layout for a frost wizard character. Deep blue robes (#4ECDC4 teal-blue) with ice crystal patterns and silver trim. Hooded robe design. Frost magic theme with snowflake details on sleeves. Ice blue accents (#C7F0DB). Silver/white belt and boots. Front view, back view, left side, right side, top view, bottom view arranged in standard Minecraft skin template format. Clean pixel art style, no gradients, solid colors only. Minecraft-compatible skin texture. +``` + +**Character:** Michael (The Wizard) +**Element:** Frost/Ice +**Primary Colors:** Deep blue (#4ECDC4), ice blue (#C7F0DB), silver +**Key Features:** Hooded robes, ice crystal patterns, snowflake details +**Reference:** Left character in The Trinity image + +--- + +## PROMPT 2: THE EMISSARY (FIRE) — Meg + +``` +Minecraft player skin template in flat 64x64 pixel layout for a fire mage character. Bright orange and red robes (#FF6B35 orange, #E63946 red) with flame patterns. Flowing robe design with fire details on sleeves and hem. Ember and flame accents. Gold/yellow trim (#FFD700). Warm color palette. Front view, back view, left side, right side, top view, bottom view arranged in standard Minecraft skin template format. Clean pixel art style, no gradients, solid colors only. Minecraft-compatible skin texture. +``` + +**Character:** Meg (The Emissary) +**Element:** Fire/Flame +**Primary Colors:** Orange (#FF6B35), red (#E63946), gold (#FFD700) +**Key Features:** Flowing robes, flame patterns, ember accents +**Reference:** Right character in The Trinity image + +--- + +## PROMPT 3: THE CATALYST (ARCANE) — Holly + +``` +Minecraft player skin template in flat 64x64 pixel layout for an arcane sorcerer character. Deep purple robes (#9D4EDD) with mystical arcane patterns and magical symbols. Violet and lavender accents (#C77DFF, #E0AAFF). Arcane energy theme with glowing purple details on sleeves. Silver trim and mystical accessories. Front view, back view, left side, right side, top view, bottom view arranged in standard Minecraft skin template format. Clean pixel art style, no gradients, solid colors only. Minecraft-compatible skin texture. +``` + +**Character:** Holly (The Catalyst) +**Element:** Arcane Storm/Purple Magic +**Primary Colors:** Deep purple (#9D4EDD), violet (#C77DFF), lavender (#E0AAFF) +**Key Features:** Arcane patterns, magical symbols, glowing purple details +**Reference:** Center character in The Trinity image + +--- + +## ALTERNATIVE PROMPTS (If First Attempt Doesn't Work) + +### If AI generates portraits instead of skin templates: + +**Try adding this to the beginning of each prompt:** +``` +64x64 pixel Minecraft skin texture sheet layout with all 6 views (front, back, left side, right side, top, bottom) arranged in standard Minecraft format. +``` + +### If output lacks pixel art style: + +**Try emphasizing:** +``` +Strict pixel art grid, blocky voxel style, no anti-aliasing, hard edges, retro 8-bit aesthetic. +``` + +### If colors are wrong: + +**Try being more explicit:** +``` +Color palette MUST use exact hex codes: [list specific hex codes]. No color blending or gradients. +``` + +--- + +## POST-GENERATION WORKFLOW + +1. **Download all three images from fal.ai** +2. **Inspect results:** + - Is it in Minecraft skin template format? (64x64 with proper layout) + - Are colors accurate to prompts? + - Is it pixel art style (no gradients)? + +3. **Import to Nova Skin editor** (novaskin.me) + - Upload the AI-generated image + - Use "Import from image" feature + - Verify all body parts are properly mapped + +4. **Make adjustments:** + - Fix any misaligned pixels + - Adjust colors if needed + - Clean up artifacts + +5. **Export:** + - Download as .png + - Name files: `the-wizard-frost-skin.png`, `the-emissary-fire-skin.png`, `the-catalyst-arcane-skin.png` + +6. **Test in Minecraft:** + - Upload to minecraft.net profile + - Log into server + - Verify appearance + +--- + +## TROUBLESHOOTING + +**Problem:** AI generates character portraits, not skin templates +**Solution:** Use alternative prompt with "64x64 pixel texture sheet layout" emphasized + +**Problem:** Colors don't match +**Solution:** Edit in Nova Skin, use color picker with exact hex codes + +**Problem:** Format is wrong (not Minecraft-compatible) +**Solution:** Use Nova Skin's "Create from scratch" and reference AI image for design inspiration + +**Problem:** Too much detail/gradients (not pixel art) +**Solution:** Simplify in Nova Skin editor, flatten colors to solid blocks + +--- + +## BACKUP PLAN: COMMISSION REQUEST + +If AI approach fails completely, use this commission request on Fiverr: + +**Title:** Custom Minecraft Skins for 3 Characters (Fire/Frost/Arcane Theme) + +**Description:** +``` +I need 3 custom Minecraft Java Edition player skins matching this reference image. + +Characters: +1. FROST WIZARD - Deep blue robes with ice crystal patterns, silver trim, hooded +2. FIRE MAGE - Orange/red robes with flame patterns, gold trim, flowing design +3. ARCANE SORCERER - Purple robes with arcane symbols, violet/lavender accents + +Style: Match the aesthetic shown in reference image (The Trinity) +Colors: Fire (#FF6B35, #E63946), Frost (#4ECDC4, #C7F0DB), Arcane (#9D4EDD, #C77DFF) + +Deliverables: +- 3 .png skin files in Minecraft Java format +- HD versions (128x128) if possible +- Preview images showing all angles + +Budget: $15-30 +Deadline: 5-7 days +``` + +**Attach:** The Trinity promotional image + +--- + +**Created by:** The Guide (Chronicler #35) +**Date:** March 20, 2026 +**Ready to use:** Yes diff --git a/docs/tasks/trinity-minecraft-skins/README.md b/docs/tasks/trinity-minecraft-skins/README.md new file mode 100644 index 0000000..cebd251 --- /dev/null +++ b/docs/tasks/trinity-minecraft-skins/README.md @@ -0,0 +1,236 @@ +# Task #61: AI-Generated Minecraft Skins for The Trinity + +**Status:** PENDING +**Priority:** MEDIUM +**Time Estimate:** 1-2 hours (experimentation + refinement) +**Created:** March 20, 2026 (by The Guide, Chronicler #35) + +--- + +## OBJECTIVE + +Generate custom Minecraft player skins for all three founders (Michael, Meg, Holly) that match their appearances in The Trinity promotional image. + +**Why this matters:** +- Visual consistency across all Firefrost branding +- Founders recognizable in-game on servers +- Promotional content (videos, screenshots) shows branded characters +- Community identity and immersion + +--- + +## CHARACTERS TO CREATE + +### 1. The Wizard (Michael/Frost) +- **Element:** Frost/Ice +- **Colors:** Deep blue (#4ECDC4), ice blue (#C7F0DB), silver accents +- **Design:** Blue robes with ice crystal patterns, hooded, frost magic theme +- **Reference:** Left character in The Trinity image + +### 2. The Emissary (Meg/Fire) +- **Element:** Fire/Flame +- **Colors:** Orange (#FF6B35), red (#E63946), gold trim (#FFD700) +- **Design:** Orange/red robes with flame patterns, flowing design, ember accents +- **Reference:** Right character in The Trinity image + +### 3. The Catalyst (Holly/Arcane) +- **Element:** Arcane Storm/Purple Magic +- **Colors:** Deep purple (#9D4EDD), violet (#C77DFF), lavender (#E0AAFF) +- **Design:** Purple robes with arcane patterns, mystical symbols, glowing details +- **Reference:** Center character in The Trinity image + +--- + +## APPROACH + +**Strategy:** Experiment with AI generation first, commission professional artist if needed. + +### Phase 1: AI Generation (Recommended First Attempt) + +**Tool:** Flux 1.1 Pro via fal.ai + +**Why Flux?** +- We already have access +- Excellent at following detailed prompts +- Can generate pixel art style +- Fast iteration + +**Process:** +1. Use the three optimized prompts (see PROMPTS.md) +2. Generate one skin at a time +3. Download results +4. Evaluate quality + +**Expected challenges:** +- AI might generate character portraits instead of skin templates +- Format might not be exact 64x64 Minecraft layout +- May need manual touch-ups + +### Phase 2: Refinement + +**Tool:** Nova Skin editor (novaskin.me) - free web-based skin editor + +**Steps:** +1. Import AI-generated image to Nova Skin +2. Verify it matches Minecraft skin template format +3. Adjust pixels if needed (clean up artifacts) +4. Ensure proper front/back/side/top/bottom layout +5. Export as .png (64x64 or 128x128 for HD) + +### Phase 3: Testing + +**In-game verification:** +1. Upload skin to Minecraft profile (minecraft.net/profile) +2. Log into Firefrost server +3. Check appearance from all angles +4. Verify colors look right in different lighting +5. Get feedback from team (Meg, Holly) + +### Phase 4: Backup Plan (Commission) + +**If AI doesn't produce usable results:** + +**Platform:** Fiverr or BuiltByBit marketplace + +**Commission Request Template:** +``` +I need 3 custom Minecraft player skins matching this reference image (The Trinity). + +Characters needed: +1. Frost Wizard - blue robes, ice theme +2. Fire Mage - orange/red robes, flame theme +3. Arcane Sorcerer - purple robes, magic theme + +Deliverables: +- 3 .png skin files (Minecraft Java format) +- HD versions if possible (128x128) +- Matching the color palette and style of reference image + +Budget: $15-30 total +Deadline: 5-7 days +``` + +**Attach:** The Trinity image as reference + +**Expected cost:** $5-10 per skin, $15-30 total + +--- + +## DELIVERABLES + +**Files to create:** +1. `the-wizard-frost-skin.png` (Michael's skin) +2. `the-emissary-fire-skin.png` (Meg's skin) +3. `the-catalyst-arcane-skin.png` (Holly's skin) + +**Save location:** +- Operations manual: `branding/minecraft-skins/` +- Git commit with message: "assets: Add Trinity Minecraft skins" + +**Documentation:** +- Update this README with results and lessons learned +- Note which method worked (AI vs commission) +- Document any tweaks needed + +**Implementation:** +- Upload to Minecraft profiles for Michael, Meg, Holly +- Test in-game on Firefrost servers +- Use in promotional screenshots/videos + +--- + +## TOOLS & RESOURCES + +### AI Generation +- **fal.ai** - Flux 1.1 Pro access (already have account) +- Prompts in `PROMPTS.md` in this directory + +### Skin Editing +- **Nova Skin** (novaskin.me) - free web editor, no account needed +- **Minecraft Skin Editor** (minecraftskins.com) +- **Blockbench** (advanced 3D editor if needed) + +### Skin Upload +- **Minecraft.net Profile** - Official skin upload (Java Edition) +- Test on Firefrost server before finalizing + +### Commission Platforms (if needed) +- **Fiverr** - Search "minecraft skin custom" +- **BuiltByBit** (formerly SpigotMC) - Minecraft marketplace +- **PlanetMinecraft** - Skin artists available + +--- + +## SUCCESS CRITERIA + +✅ **Must have:** +- 3 skins matching The Trinity characters +- Proper Minecraft format (64x64 minimum) +- Fire/Frost/Catalyst color schemes accurate +- Work in Minecraft Java Edition + +✅ **Nice to have:** +- HD versions (128x128 for better detail) +- Matching accessories (capes if applicable) +- Variants (with/without hoods, different poses) + +✅ **Quality check:** +- Skins look good from all angles in-game +- Colors match The Trinity image branding +- Team (Michael, Meg, Holly) approve +- Recognizable as the three founders + +--- + +## DEPENDENCIES + +**Required:** +- The Trinity image (`/mnt/user-data/uploads/The_Trinity.png` or from Task #57) +- fal.ai access for Flux 1.1 Pro +- Minecraft Java Edition for testing + +**Blocked by:** None - can start immediately + +**Blocks:** None - this is enhancement/branding work + +--- + +## NOTES & LESSONS LEARNED + +*(To be filled in after completion)* + +**What worked:** +- [Document AI generation results] +- [Document refinement process] +- [Document in-game testing feedback] + +**What didn't work:** +- [Document failed approaches] +- [Document challenges with AI output] + +**Recommendations for future skin work:** +- [Best practices discovered] +- [Tools that worked best] + +**Time actual:** [Fill in when complete] + +--- + +## RELATED TASKS + +- **Task #57:** The Trinity - Commit to Branding Assets +- **Task #58:** The Trinity - Upload to Ghost CMS +- **Task #59:** The Trinity - Add to Homepage Origin Story +- **Task #60:** The Trinity - Social Media Deployment + +--- + +## ATTACHMENTS + +See `PROMPTS.md` in this directory for the three optimized Flux 1.1 Pro prompts. + +--- + +**Created by:** The Guide (Chronicler #35) +**Date:** March 20, 2026 +**Status:** Ready to begin