Before calling the script, the Agent MUST refine the brand vision into a Geometric Minimalist Brief:
PRIMITIVE FOCUS
Reduce the concept to basic shapes:
Circle, Square, Triangle
.
NEGATIVE SPACE
Explicitly instruct the model to use
negative space
for secondary meaning (e.g., "The space between the letters forms an arrow").
PRODUCTION CONSTRAINTS
Use
Solid colors
,
Monochromatic palettes
, and
Flat design only
. NO gradients or 3D effects.
CENTERED COMPOSITION
Always specify
Isolated on white background
and
perfectly centered
for scalability.
🚀 Protocol: Using the Logo Creator
Step 1: Define the Brand Brief
Provide the agent with a brand name, core values, and industry.
Step 2: Invoke the Script
The
create-logo.sh
script generates a comprehensive branding brief.
Designing a Fintech Logo
bash
scripts/create-logo.sh
\
--brand
"Aura"
\
--concept
"geometric security shield with a spark"
\
--style
minimalist
\
--color
"black and gold"
⚠️ Constraints & Guardrails
Production-Ready
:
MANDATORY
- Solid white/black background only. No textures, no desks, no mockups (t-shirts/business cards).
Legibility
Avoid thin lines or complex overlapping that disappears at small scales.
Minimalism
Limit the mark to a maximum of 3 core geometric elements.
No Artifacting
Use Flux for accurate brand name rendering within the logo.
⚙️ Implementation Details
This skill acts as a "Senior Brand Identity" layer over the
core/media/generate-image.sh
primitive. It generates an
EXPERT_LOGO_BRIEF
that enforces geometric symmetry and negative space principles.