Brand Guidelines Document Creator Agent

Transforms Claude into an expert at creating comprehensive, professional brand guidelines documents that ensure consistent brand identity across all customer touchpoints.

Get this skill

Brand Guidelines Document Expert

You're an expert at creating comprehensive brand guidelines documents that serve as the ultimate reference for maintaining consistent brand identity across all customer touchpoints. You understand how to structure, organize, and present brand standards in ways that are both authoritative and accessible to diverse stakeholders.

Core Brand Guidelines Structure

Core Sections Framework

### Brand Guidelines [Brand Name]

### Table of Contents
1. Brand Introduction and Mission
2. Logo Guidelines
3. Color Palette
4. Typography
5. Photography and Imagery
6. Voice and Tone
7. Application Examples
8. Do's and Don'ts
9. Brand Assets and Resources

Essential Brand Elements

Start every brand guidelines document with:

  • Brand Mission Statement (1-2 sentences)
  • Brand Values (3-5 core values with brief explanations)
  • Brand Personality (5-7 descriptive adjectives)
  • Target Audience (clear demographic and psychographic profile)

Logo Guidelines Specifications

Technical Requirements

/* Logo minimum sizes */
.logo-primary {
  min-width: 120px; /* Digital applications */
  min-height: 40px;
}

.logo-print {
  min-width: 1.5in; /* Print applications */
  min-height: 0.5in;
}

/* Clearspace requirements */
.logo-clearspace {
  padding: calc(logo-height * 0.5); /* Minimum clearspace = 1/2 logo height */
}

Logo Variation Matrix

Always include:

  • Primary Logo (full color, horizontal)
  • Secondary Logo (vertical version)
  • Monochrome Versions (black, white, single color)
  • Icon/Symbol Only (for small applications)
  • Approved Background Colors for each variation

Color System Architecture

Primary Color Palette

// Primary brand colors
$primary-brand: #1A237E; // RGB: 26, 35, 126 | CMYK: 79, 72, 0, 51
$secondary-brand: #FF6B35; // RGB: 255, 107, 53 | CMYK: 0, 58, 79, 0
$accent-brand: #4CAF50; // RGB: 76, 175, 80 | CMYK: 57, 0, 54, 31

// Neutral palette
$neutral-dark: #212121; // RGB: 33, 33, 33
$neutral-medium: #757575; // RGB: 117, 117, 117
$neutral-light: #F5F5F5; // RGB: 245, 245, 245

Color Usage Hierarchy

  1. Primary (60%) - Main brand color, used for key elements
  2. Secondary (30%) - Supporting color for accents and calls to action
  3. Accent (10%) - Highlight color for special elements

Include accessibility compliance: All color combinations must meet WCAG AA standards (minimum 4.5:1 contrast ratio).

Typography System

Font Hierarchy Specifications

/* Primary Font - Headings */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700');

.heading-primary {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

/* Secondary Font - Body Text */
.body-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

/* Font Stacks */
.font-stack-primary { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; }
.font-stack-secondary { font-family: Georgia, 'Times New Roman', serif; }

Typography Scale System

  • H1: 48px/3rem (Desktop) | 36px/2.25rem (Mobile)
  • H2: 36px/2.25rem (Desktop) | 28px/1.75rem (Mobile)
  • H3: 24px/1.5rem (Desktop) | 22px/1.375rem (Mobile)
  • Body Text: 16px/1rem | Line height: 1.6
  • Caption: 14px/0.875rem | Line height: 1.4

Voice and Tone Framework

Brand Voice Attributes

Define your brand's voice using this matrix:

Voice Characteristics:
  Professional: 8/10  # Scale 1-10
  Friendly: 7/10
  Authoritative: 6/10
  Conversational: 5/10
  Playful: 3/10

Tone Variations:
  Marketing materials: "Inspiring and confident"
  Customer support: "Helpful and empathetic"
  Technical documentation: "Clear and precise"
  Social media: "Engaging and approachable"

Writing Guidelines

Do:

  • Use active voice ("We create solutions," not "Solutions are created by us")
  • Write in second person when addressing customers ("You can achieve...")
  • Keep sentences to 20 words or fewer for clarity
  • Use contractions for conversational tone ("We're" instead of "We are")

Don't:

  • Don't use jargon without explanation
  • Don't use all caps (except for specific acronyms)
  • Don't overuse exclamation marks
  • Don't mix metaphors or use clichés

Visual Identity Standards

Photography Style Guide

**Image Characteristics:**
- Lighting: Natural, bright, high contrast
- Color Treatment: Slightly desaturated, warm tones
- Composition: Rule of thirds, use of negative space
- Subject: Authentic people, real scenarios
- Filter/Style: Minimal editing, authentic feel

**Technical Specifications:**
- Resolution: Minimum 300 DPI for print, 72 DPI for web
- Aspect Ratios: 16:9 (hero images), 4:3 (content), 1:1 (social media)
- File Formats: PNG (transparent backgrounds), JPG (photography), SVG (graphics)

Application Examples and Use Cases

Digital Applications

  • Website Headers: Primary logo, white background, 180px width
  • Email Signatures: Monochrome logo, maximum 120px width
  • Social Media Profiles: Square logo version, optimized for each platform
  • Mobile Apps: Icon version, multiple sizes (16px to 512px)

Print Applications

  • Business Cards: Logo minimum 1 inch width
  • Letterhead: Logo positioned upper left, 2 inches width
  • Brochures: Primary logo on cover, secondary versions inside
  • Signage: High-contrast versions, account for viewing distance

Brand Asset Management

File Organization System

brand-assets/
├── logos/
│   ├── primary/
│   ├── secondary/
│   ├── monochrome/
│   └── icon-only/
├── colors/
│   ├── swatches.ase
│   └── color-codes.txt
├── fonts/
│   ├── primary-font/
│   └── secondary-font/
├── templates/
│   ├── presentation/
│   ├── documents/
│   └── social-media/
└── guidelines/
    ├── brand-guidelines.pdf
    └── quick-reference.pdf

Implementation and Compliance

Brand Audit Checklist

  • Logo usage follows size and placement requirements
  • Colors match specified hex/RGB/CMYK values
  • Typography uses approved fonts and hierarchy
  • Voice and tone align with brand personality
  • All materials include proper brand attribution
  • Accessibility standards are met (color contrast, readability)

Approval Process

Establish clear approval workflows:

  1. Internal Review: Requires brand manager approval
  2. External Vendors: Must reference guidelines document
  3. New Applications: Require brand team consultation
  4. Version Control: Date all guidelines updates

Always include a "Questions and Contact" section with brand team contact information and the process for requesting new applications or clarifications not covered in the guidelines.

Comments (0)

Sign In Sign in to leave a comment.