Brand Cog - Brand Identity Powered by CellCog
Build cohesive brand identities with AI - from logos to color palettes to complete brand kits.
Prerequisites
This skill requires the CellCog mothership skill for SDK setup and API calls.
clawhub install cellcog
Read the cellcog skill first for SDK setup. This skill shows you what's possible.
Quick pattern (v1.0+):
# Fire-and-forget - returns immediately
result = client.create_chat(
prompt="[your brand request]",
notify_session_key="agent:main:main",
task_label="brand-creation",
chat_mode="agent" # Agent mode for most brand work
)
# Daemon notifies you when complete - do NOT poll
Why Branding is Complex Work
A brand isn't just a logo. It's a system:
- Visual Consistency: Every touchpoint must feel cohesive
- Strategic Positioning: Design reflects brand personality and values
- Versatility: Works across social media, print, web, merchandise
- Memorability: Distinctive enough to stick in minds
- Scalability: From favicon to billboard
CellCog creates complete brand systems, not just isolated assets.
What You Can Create
Complete Brand Kits
Everything you need to launch:
- Startup Brand Kits: "Create a complete brand identity for my SaaS startup"
- Personal Brand Kits: "Build my personal brand as a content creator"
- Small Business Branding: "Create branding for my coffee shop"
- Project Branding: "Design branding for my open source project"
Example prompt:
"Create a complete brand kit for 'NomadNest' - a co-living startup for remote workers:
Brand personality: Modern, adventurous, community-focused, professional but not corporate
Target audience: 25-40 year old remote workers, digital nomads
I need:
- Logo (primary + variations)
- Color palette (primary, secondary, accent colors)
- Typography recommendations
- Brand voice guidelines
- Social media profile templates
- Business card design
- Email signature template
Vibe: Airbnb meets WeWork, warm and inviting"
Logo Design
The cornerstone of your brand:
- Wordmarks: "Create a text-based logo for my consulting firm"
- Logomarks: "Design an icon/symbol logo for my app"
- Combination Marks: "Create a logo with both icon and text"
- Logo Variations: "I have a logo - create variations for different uses"
Example prompt:
"Design a logo for 'Zenith Analytics' - a data science consultancy:
Style: Minimal, geometric, professional
Concept ideas: Could incorporate Z, data/analytics symbolism, or abstract peak (zenith)
Must work:
- At small sizes (favicon, app icon)
- In black and white
- On dark and light backgrounds
Colors: Open to suggestions but leaning toward deep blue and silver
Provide: Primary logo, icon-only version, horizontal lockup, dark mode version"
Color Palettes
Colors that tell your story:
- Full Palettes: "Create a color system for my brand"
- Mood-Based: "Design a color palette that feels luxurious but approachable"
- Industry-Specific: "Create colors for a healthcare brand that don't feel clinical"
- Expansion: "Extend my existing brand colors with complementary accent colors"
Typography Systems
Fonts that fit your voice:
- Font Pairings: "Recommend a heading and body font combination"
- Type Hierarchy: "Create a typography system with sizes and weights"
- Custom Direction: "I want fonts that feel techy but human"
Brand Guidelines
Documentation for consistency:
- Style Guides: "Create brand guidelines documenting my visual identity"
- Usage Rules: "Document do's and don'ts for my logo"
- Tone of Voice: "Define my brand's written voice and personality"
Brand Personalities
| Personality |
Visual Characteristics |
Colors |
Typography |
| Luxurious |
Minimal, elegant, refined |
Gold, black, deep tones |
Serif, thin weights |
| Playful |
Bold, dynamic, energetic |
Bright, saturated |
Rounded sans-serif |
| Professional |
Clean, structured, trustworthy |
Blue, gray, white |
Classic sans-serif |
| Eco/Natural |
Organic, earthy, warm |
Green, brown, cream |
Humanist fonts |
| Tech/Modern |
Geometric, futuristic, minimal |
Electric blue, dark mode |
Geometric sans |
| Friendly |
Soft, approachable, warm |
Pastels, warm tones |
Rounded, friendly |
Brand Kit Components
A complete brand kit typically includes:
| Component |
What It Is |
| Primary Logo |
Main logo for most uses |
| Logo Variations |
Icon-only, wordmark-only, stacked, horizontal |
| Color Palette |
Primary, secondary, accent, neutrals with hex codes |
| Typography |
Font families, sizes, hierarchy |
| Imagery Style |
Photo style, illustration guidelines |
| Voice & Tone |
How the brand speaks |
| Social Templates |
Profile images, post templates, stories |
| Business Materials |
Cards, letterhead, email signature |
Chat Mode for Branding
| Scenario |
Recommended Mode |
| Logos, color palettes, individual brand assets |
"agent" |
| Complete brand systems, strategic brand development |
"agent team" |
Use "agent" for specific brand assets. Logos, color palettes, and templates execute well in agent mode.
Use "agent team" for complete brand development - when you need strategic thinking about positioning, comprehensive systems, and multiple creative directions explored.
Example Prompts
Complete brand identity:
"Create a brand identity for 'Bloom' - a mental health app for young professionals:
Mission: Make therapy-informed self-care accessible and non-stigmatized
Audience: 22-35, stressed professionals, first time exploring mental health tools
Competitors: Calm, Headspace (but we want to feel different - less meditation, more practical)
Brand personality: Warm, knowledgeable, empowering (not patronizing), modern
Deliver:
- Logo with variations
- Color palette (calming but not boring)
- Font recommendations
- App icon
- Social media templates
- Brand voice guidelines
Avoid: Clinical/medical feel, overly 'zen'/spiritual aesthetic, childish"
Logo design:
"Design a logo for 'Axiom Ventures' - a tech-focused VC firm:
Positioning: Smart money, founder-friendly, sector expertise in AI/ML
Direction:
- Could be abstract, geometric, or incorporate 'A'
- Should feel: Confident, forward-thinking, substantial
- Should NOT feel: Stuffy, generic corporate, startup-bro
Versatility needed: Website, pitch decks, swag, business cards
Provide multiple concepts to choose from."
Personal brand:
"Create a personal brand kit for me as a tech content creator:
Name: Alex Chen
Platforms: YouTube, Twitter, Newsletter
Content: Programming tutorials, career advice, tech industry commentary
Personality: Helpful, slightly nerdy, approachable expert
I need:
- A simple logo/avatar that's recognizable
- Color palette for my content
- YouTube thumbnail template style
- Twitter header and profile pic
- Newsletter banner
Should feel: Personal but polished, trustworthy, not corporate"
Tips for Better Branding
Know your audience: "For enterprise clients" vs "for Gen Z" changes everything.
Personality over pretty: A distinctive brand beats a generic beautiful one.
Competition context: Tell us who you're competing with so we differentiate.
Versatility matters: Request assets that work across different contexts and sizes.
Include anti-examples: "Not corporate" or "avoid clinical feel" is useful direction.
Think long-term: Your brand should have room to evolve. Don't over-constrain.
1---2name: brand-cog3description: Personal and business branding powered by CellCog. Create brand identity, logos, brand guidelines, color palettes, brand kits, visual identity, personal branding, startup branding. AI-powered brand builder.4---56# Brand Cog - Brand Identity Powered by CellCog78Build cohesive brand identities with AI - from logos to color palettes to complete brand kits.910---1112## Prerequisites1314This skill requires the CellCog mothership skill for SDK setup and API calls.1516```bash17clawhub install cellcog18```1920**Read the cellcog skill first** for SDK setup. This skill shows you what's possible.2122**Quick pattern (v1.0+):**23```python24# Fire-and-forget - returns immediately25result = client.create_chat(26 prompt="[your brand request]",27 notify_session_key="agent:main:main",28 task_label="brand-creation",29 chat_mode="agent" # Agent mode for most brand work30)31# Daemon notifies you when complete - do NOT poll32```3334---3536## Why Branding is Complex Work3738A brand isn't just a logo. It's a system:3940- **Visual Consistency**: Every touchpoint must feel cohesive41- **Strategic Positioning**: Design reflects brand personality and values42- **Versatility**: Works across social media, print, web, merchandise43- **Memorability**: Distinctive enough to stick in minds44- **Scalability**: From favicon to billboard4546CellCog creates complete brand systems, not just isolated assets.4748---4950## What You Can Create5152### Complete Brand Kits5354Everything you need to launch:5556- **Startup Brand Kits**: "Create a complete brand identity for my SaaS startup"57- **Personal Brand Kits**: "Build my personal brand as a content creator"58- **Small Business Branding**: "Create branding for my coffee shop"59- **Project Branding**: "Design branding for my open source project"6061**Example prompt:**62> "Create a complete brand kit for 'NomadNest' - a co-living startup for remote workers:63> 64> Brand personality: Modern, adventurous, community-focused, professional but not corporate65> Target audience: 25-40 year old remote workers, digital nomads66> 67> I need:68> - Logo (primary + variations)69> - Color palette (primary, secondary, accent colors)70> - Typography recommendations71> - Brand voice guidelines72> - Social media profile templates73> - Business card design74> - Email signature template75> 76> Vibe: Airbnb meets WeWork, warm and inviting"7778### Logo Design7980The cornerstone of your brand:8182- **Wordmarks**: "Create a text-based logo for my consulting firm"83- **Logomarks**: "Design an icon/symbol logo for my app"84- **Combination Marks**: "Create a logo with both icon and text"85- **Logo Variations**: "I have a logo - create variations for different uses"8687**Example prompt:**88> "Design a logo for 'Zenith Analytics' - a data science consultancy:89> 90> Style: Minimal, geometric, professional91> Concept ideas: Could incorporate Z, data/analytics symbolism, or abstract peak (zenith)92> 93> Must work:94> - At small sizes (favicon, app icon)95> - In black and white96> - On dark and light backgrounds97> 98> Colors: Open to suggestions but leaning toward deep blue and silver99> 100> Provide: Primary logo, icon-only version, horizontal lockup, dark mode version"101102### Color Palettes103104Colors that tell your story:105106- **Full Palettes**: "Create a color system for my brand"107- **Mood-Based**: "Design a color palette that feels luxurious but approachable"108- **Industry-Specific**: "Create colors for a healthcare brand that don't feel clinical"109- **Expansion**: "Extend my existing brand colors with complementary accent colors"110111### Typography Systems112113Fonts that fit your voice:114115- **Font Pairings**: "Recommend a heading and body font combination"116- **Type Hierarchy**: "Create a typography system with sizes and weights"117- **Custom Direction**: "I want fonts that feel techy but human"118119### Brand Guidelines120121Documentation for consistency:122123- **Style Guides**: "Create brand guidelines documenting my visual identity"124- **Usage Rules**: "Document do's and don'ts for my logo"125- **Tone of Voice**: "Define my brand's written voice and personality"126127---128129## Brand Personalities130131| Personality | Visual Characteristics | Colors | Typography |132|-------------|----------------------|--------|------------|133| **Luxurious** | Minimal, elegant, refined | Gold, black, deep tones | Serif, thin weights |134| **Playful** | Bold, dynamic, energetic | Bright, saturated | Rounded sans-serif |135| **Professional** | Clean, structured, trustworthy | Blue, gray, white | Classic sans-serif |136| **Eco/Natural** | Organic, earthy, warm | Green, brown, cream | Humanist fonts |137| **Tech/Modern** | Geometric, futuristic, minimal | Electric blue, dark mode | Geometric sans |138| **Friendly** | Soft, approachable, warm | Pastels, warm tones | Rounded, friendly |139140---141142## Brand Kit Components143144A complete brand kit typically includes:145146| Component | What It Is |147|-----------|------------|148| **Primary Logo** | Main logo for most uses |149| **Logo Variations** | Icon-only, wordmark-only, stacked, horizontal |150| **Color Palette** | Primary, secondary, accent, neutrals with hex codes |151| **Typography** | Font families, sizes, hierarchy |152| **Imagery Style** | Photo style, illustration guidelines |153| **Voice & Tone** | How the brand speaks |154| **Social Templates** | Profile images, post templates, stories |155| **Business Materials** | Cards, letterhead, email signature |156157---158159## Chat Mode for Branding160161| Scenario | Recommended Mode |162|----------|------------------|163| Logos, color palettes, individual brand assets | `"agent"` |164| Complete brand systems, strategic brand development | `"agent team"` |165166**Use `"agent"` for specific brand assets.** Logos, color palettes, and templates execute well in agent mode.167168**Use `"agent team"` for complete brand development** - when you need strategic thinking about positioning, comprehensive systems, and multiple creative directions explored.169170---171172## Example Prompts173174**Complete brand identity:**175> "Create a brand identity for 'Bloom' - a mental health app for young professionals:176> 177> Mission: Make therapy-informed self-care accessible and non-stigmatized178> Audience: 22-35, stressed professionals, first time exploring mental health tools179> Competitors: Calm, Headspace (but we want to feel different - less meditation, more practical)180> 181> Brand personality: Warm, knowledgeable, empowering (not patronizing), modern182> 183> Deliver:184> - Logo with variations185> - Color palette (calming but not boring)186> - Font recommendations187> - App icon188> - Social media templates189> - Brand voice guidelines190> 191> Avoid: Clinical/medical feel, overly 'zen'/spiritual aesthetic, childish"192193**Logo design:**194> "Design a logo for 'Axiom Ventures' - a tech-focused VC firm:195> 196> Positioning: Smart money, founder-friendly, sector expertise in AI/ML197> 198> Direction:199> - Could be abstract, geometric, or incorporate 'A'200> - Should feel: Confident, forward-thinking, substantial201> - Should NOT feel: Stuffy, generic corporate, startup-bro202> 203> Versatility needed: Website, pitch decks, swag, business cards204> 205> Provide multiple concepts to choose from."206207**Personal brand:**208> "Create a personal brand kit for me as a tech content creator:209> 210> Name: Alex Chen211> Platforms: YouTube, Twitter, Newsletter212> Content: Programming tutorials, career advice, tech industry commentary213> Personality: Helpful, slightly nerdy, approachable expert214> 215> I need:216> - A simple logo/avatar that's recognizable217> - Color palette for my content218> - YouTube thumbnail template style219> - Twitter header and profile pic220> - Newsletter banner221> 222> Should feel: Personal but polished, trustworthy, not corporate"223224---225226## Tips for Better Branding2272281. **Know your audience**: "For enterprise clients" vs "for Gen Z" changes everything.2292302. **Personality over pretty**: A distinctive brand beats a generic beautiful one.2312323. **Competition context**: Tell us who you're competing with so we differentiate.2332344. **Versatility matters**: Request assets that work across different contexts and sizes.2352365. **Include anti-examples**: "Not corporate" or "avoid clinical feel" is useful direction.2372386. **Think long-term**: Your brand should have room to evolve. Don't over-constrain.