Research visual direction and develop your creative style. Use when establishing brand aesthetics, finding your visual identity, or planning creative direction for your assets. Integrates with Image Generation and other creative skills for automated asset creation.
Creative Strategist helps you define your visual direction before generating assets. This skill ensures all your creative outputs maintain consistent style and aesthetic.
Keywords: visual direction, creative strategy, brand aesthetics, style guide, visual identity, creative planning, mood boards
Your creative strategy has three layers:
Answer these questions:
Create a mood board with:
What do your references have in common?
Brand Aesthetic Profile:
Primary Style: [photorealistic/minimalist/illustrative/abstract/maximalist]
Color Palette: [list 3-5 primary colors]
Mood: [professional/playful/serious/energetic/calm/luxurious/casual]
Lighting: [natural/studio/dramatic/soft/mixed]
Composition: [centered/rule of thirds/dynamic/symmetrical/asymmetrical]
Detail Level: [minimal/moderate/detailed/hyper-detailed]
Texture: [smooth/textured/mixed]
Target Audience: [description]
Unique Elements: [what makes yours different]
Document:
Before generating assets, verify:
You can have multiple styles for different contexts:
When you ask Claude to generate assets, it will use this skill to:
Step 1: Ensure automation system is installed
# The automation system should be in your project:
# vibe-creative-automation/
# ├── fal_api.py
# ├── creative_cli.py
# ├── claude_integration.py
# └── requirements.txt
Step 2: Set environment variable
export FAL_API_KEY="your_fal_api_key_here"
Step 3: Install dependencies
pip install requests
# Claude Code will use this pattern to generate assets
from claude_integration import generate_product, generate_social, generate_brand
# Your Creative Strategist style guide (define this once)
YOUR_STYLE = {
"primary_style": "photorealistic",
"color_palette": ["#FF6B35", "#004E89", "#F7F7F7"],
"mood": "professional and energetic",
"lighting": "studio lighting with rim light",
"composition": "centered with dynamic elements",
"detail_level": "highly detailed",
"target_audience": "tech professionals aged 25-45"
}
# Generate product photo using your style
result = generate_product(
product_name="Your Product",
description="Your product description here",
style=f"{YOUR_STYLE['primary_style']}, {YOUR_STYLE['mood']}, {YOUR_STYLE['lighting']}",
num_variations=3
)
print(f"Generated: {result['images']}")
When you ask: "Generate 3 product photos for my luxury watch"
Claude will:
"A luxury leather watch with gold accents, photorealistic,
professional and elegant, studio lighting with rim light,
centered composition, highly detailed, 4K, sharp focus"
assets/product-photography/luxury-watch/Creative Strategist → Image Generation:
Creative Strategist → Product Photography:
Creative Strategist → Social Graphics:
Creative Strategist → Brand Asset:
Creative Strategist → All Other Skills:
Your Style Guide:
Primary Style: Photorealistic
Color Palette: Gold, White, Navy Blue
Mood: Luxury and Professional
Lighting: Studio lighting with soft shadows
Composition: Centered with negative space
Detail Level: Highly detailed
Texture: Smooth and refined
When Claude generates assets:
# Claude Code will automatically craft prompts like:
"Luxury product on white background, gold and navy accents,
studio lighting, centered composition, highly detailed, 4K,
professional product photography"
Your Style Guide:
Primary Style: Minimalist with Modern Illustration
Color Palette: Blue, Purple, White
Mood: Innovative and Energetic
Lighting: Bright and clean
Composition: Dynamic and asymmetrical
Detail Level: Moderate
Texture: Clean with subtle gradients
When Claude generates assets:
# Claude Code will automatically craft prompts like:
"Modern tech illustration, minimalist style, blue and purple
colors, dynamic composition, clean aesthetic, energetic mood,
professional quality"
Your Style Guide:
Primary Style: Photorealistic with Warm Tones
Color Palette: Warm Gold, Cream, Charcoal
Mood: Approachable and Professional
Lighting: Natural and soft
Composition: Rule of thirds
Detail Level: Detailed but not busy
Texture: Warm and inviting
When Claude generates assets:
# Claude Code will automatically craft prompts like:
"Professional portrait with warm lighting, rule of thirds
composition, approachable mood, natural aesthetic, warm
gold and cream tones, 4K quality"
Answer these questions and save the answers:
What is your primary visual style?
What are your 3-5 brand colors?
What mood do you want to convey?
What lighting style appeals to you?
What composition style do you prefer?
How detailed should assets be?
What textures appeal to you?
Who is your target audience?
What makes your style unique?
Find 10-15 reference images that match your aesthetic and save them.
Create a document with:
When working with Claude, share your style guide. Claude will:
Before generating assets with Claude Code:
pip install requests)python creative_cli.py test)❌ Vague descriptions — Be specific about your aesthetic
❌ Inconsistent references — Use consistent reference images
❌ Ignoring color codes — Use exact hex codes
❌ Mixing too many styles — Keep primary style focused
❌ Not testing — Always test your style with sample assets
❌ Forgetting mood — Mood is crucial for consistency
❌ Ignoring target audience — Style should appeal to your audience
Your Creative Strategist foundation is set. Now use Image Generation and other creative skills to generate consistent, professional assets. 🎨