image-promptlisted
Install: claude install-skill Roxabi/roxabi-plugins
# Image Prompt Generator
Let:
χ := `~/.roxabi-vault/config/visual-charter.json`
φ := `~/.roxabi-vault/config/face-reference.json`
FACE_DESC := face description (set in Phase 2.5 if user wants their face in image)
**Goal:** Transform a concept into multiple ready-to-use image generation prompts, optionally aligned to a brand visual charter.
## Phase 1 — Load Visual Charter
```bash
charter="$HOME/.roxabi-vault/config/visual-charter.json"
if [ -f "$charter" ]; then
echo "CHARTER_FOUND: $charter"
cat "$charter"
else
echo "NO_CHARTER — using defaults (no brand constraints)"
fi
```
χ ∃ → parse brand identity: colors, style preferences, mood, avoidances.
χ ∄ → proceed without brand constraints — inform user they can create one from `examples/visual-charter.example.json`.
Check φ and load if ∃.
## Phase 2 — Accept Concept & Intake
1. Concept ∄ via $ARGUMENTS → → DP(B) "What image do you want to create? Describe subject, context, any specific requirements."
2. Ask structured follow-up (one message, all at once):
- **Platform**: Instagram / LinkedIn / website / presentation / thumbnail / other
- **Content type**: personal brand / product / educational / promotional / lifestyle / other
- **Mood/tone**: professional / warm / dramatic / energetic / minimal / mysterious / other
- **Style preference**: photographic / illustrated / 3D / no preference (optional override)
- **Aspect ratio**: square 1:1 / portrait 4:5 or 9:16 / landscape 16:9 / no preference