Skip to main content

Visual Art Direction

Every venture needs images that sell the dream. Not decoration. Validation.

Phase-to-Visual Map

Each algorithm phase maps to a cinematic preset and a visual register. The subject seed is the starting point — override with the venture's specific metaphor.

PhasePresetPositionVisual RegisterSubject Seed
SCANVoid ConsoleP4 PerspectiveExpansive, dawn lightConstellation map — unknown cells glowing against dark void
DISCOVERRed ThreadP1 PurposeWarm, groundingSingle crimson thread connecting scattered truths to one point
VALIDATEDark StageP2 PrinciplesSolid, foundationalStage gates as heavy doors — some open with light, some sealed
MODELGlass PodiumP3 PlatformArchitectural, preciseFeedback loops as flowing water channels on frosted glass
FINANCEVoid ConsoleP5 PerformanceClean, clinicalTerminal with honest numbers — green for viable, amber for caution
STRATEGYDark StageP4 PerspectiveConfident, cinematicTerritory map with positioning marked — your flag planted
PITCHRed ThreadP1 PurposeWarm, decisiveFive stones arranged with intention — each a compressed truth
SELLDark StageP3 PlatformArchitectural, cinematicSpiral staircase ascending — each step a persuasion layer
MEASUREVoid ConsoleP5 PerformancePrecise, honestCompass quadrant with bearing marked — course correction visible

7-Element Prompt Anatomy

Every image prompt uses seven elements. Front-loaded words carry more weight.

ElementDefaultOverride Field
FormatCinematic photograph, 16:9 aspect ratio[medium if different]
Subject[from Subject Seed above][venture-specific metaphor]
Style[from Preset seed prompt][additional style reference]
ColourMuted earth tones, single red accent (#b91c1c)[venture palette if different]
Mood[from Visual Register above][venture mood if different]
NegativeNo text, no watermarks, no AI artifacts, no stock photo aesthetic, no oversaturation, no perfect symmetry[additional exclusions]
Parameters--ar 16:9 --v 6 --s 250 --q 2[tool-specific flags]

Hero Triptych

The berleytrails pattern: three panels telling a narrative arc. Every venture gets one.

PanelArc PositionWhat It ShowsVisual Register
LeftPainSolo figure, isolated, fog or darknessCool, muted, constrained
CentrePotentialMovement, attraction, light sourceWarm accent, energy, direction
RightCommunityMultiple figures, horizon, dawnWarm, expansive, arrival

Triptych Prompt Template

Panel 1 (Pain):

"Cinematic photograph, 16:9. [Solo figure] in [constrained environment]. [Venture-specific pain metaphor]. Muted blue-grey palette, single dim light source from above. Melancholic, isolated. Rule of thirds, subject in lower-left. No text, no watermarks. --ar 16:9 --v 6 --s 250"

Panel 2 (Potential):

"Cinematic photograph, 16:9. [Movement/attraction]. [Venture-specific transformation metaphor]. Warm amber accent emerging from cool palette, golden light source from centre. Energetic, purposeful. Subject crossing from left-third to centre. No text, no watermarks. --ar 16:9 --v 6 --s 250"

Panel 3 (Community):

"Cinematic photograph, 16:9. [Multiple figures/elements] approaching [shared destination]. [Venture-specific outcome metaphor]. Warm golden-hour palette, wide horizon, dawn light. Expansive, arrived. Figures in lower-third, vast sky above. No text, no watermarks. --ar 16:9 --v 6 --s 250"

Venture-Specific Examples

VenturePain PanelPotential PanelCommunity Panel
Berley TrailsSolo fisher in fogFish school forming around berleyCommunity on shore, nets full
StackmatesSolo builder at empty deskCode flowing between screensTeam shipping together at dawn
PrettymintArtist staring at blank canvasColours emerging from first strokeGallery of completed works
DreamineeringNavigator lost in data fogCompass needle finding northFleet sailing in formation

Page-Type Image Requirements

PageRequired ImagesRecommended Preset
index.jsx (venture hero)Hero triptych (3 panels as one image)Venture-specific
business-plan/index.mdx1 header imageDark Stage
prompt-deck/index.mdx1 per slide (5 total)Red Thread
business-plan/landing-page/index.mdxHero + 1 per section (3-4)Dark Stage
business-plan/feedback/index.mdx1 scorecard visualVoid Console

Pipeline Usage

Generate prompts automatically:

# Single venture, all phases
node scripts/visual-prompts/index.mjs --venture=berleytrails

# Single venture, specific phase
node scripts/visual-prompts/index.mjs --venture=berleytrails --phase=pitch

# Hero triptych only
node scripts/visual-prompts/index.mjs --venture=berleytrails --triptych

# Batch all ventures missing images
node scripts/visual-prompts/index.mjs --batch-ventures --missing-only

Output: structured JSON with prompts ready for Midjourney, Flux, or other generation tools.

Image Naming Convention

static/img/ventures/{slug}/{page}-{concept}.png

Examples:

  • static/img/ventures/berleytrails/hero-triptych.png
  • static/img/ventures/berleytrails/bizplan-header.png
  • static/img/ventures/stackmates/hero-triptych.png
  • static/img/ventures/stackmates/pitch-slide-1.png

Questions

Does the hero triptych tell the venture's story without any text — and if you need words to explain it, which panel is failing?

  • Which cinematic preset feels wrong for your venture — and what does that mismatch reveal about your positioning?
  • If you showed the triptych to your target user, would they see themselves in the pain panel?
  • What image would your competitor never use — and should you?