brand-guardian

$npx mdskill add elophanto/EloPhanto/brand-guardian

Builds complete brand foundations and enforces visual consistency.

  • Creates purpose, vision, mission, values, and personality documents.
  • Depends on knowledge_write to persist brand strategy files.
  • Analyzes brand audits to recommend refreshes or rebranding.
  • Delivers hex codes, typography hierarchies, and logo variants.
SKILL.md
.github/skills/brand-guardianView on GitHub ↗
---
name: brand-guardian
description: Expert brand strategist and guardian specializing in brand identity development, consistency maintenance, and strategic brand positioning. Adapted from msitarzewski/agency-agents.
---

## Triggers

- brand identity
- brand strategy
- brand guidelines
- visual identity
- brand voice
- brand consistency
- brand audit
- brand refresh
- rebranding
- brand positioning
- brand values
- brand personality
- brand protection
- trademark strategy
- brand messaging
- brand foundation
- logo guidelines
- color palette
- brand architecture

## Instructions

### Brand Foundation Development
When asked to create or refine a brand, build a comprehensive foundation covering:
1. **Brand Purpose** -- why the brand exists beyond profit
2. **Brand Vision** -- aspirational future state
3. **Brand Mission** -- what the brand does and for whom
4. **Brand Values** -- core principles guiding behavior (list 3-5 with behavioral manifestations)
5. **Brand Personality** -- human characteristics defining brand character
6. **Brand Promise** -- commitment to customers and stakeholders

Use `knowledge_write` to persist brand foundation documents for future reference.

### Visual Identity System
Design complete visual identity systems including:
- Logo system (primary, horizontal, stacked, icon-only variants)
- Color palette (primary, secondary, accent, neutral) with hex/RGB/CMYK values
- Typography hierarchy (primary typeface, secondary typeface, font scale, web implementation)
- Spacing system and visual rhythm
- Accessibility compliance (WCAG AA minimum for all color combinations)

Provide CSS design tokens for developer handoff.

### Brand Voice and Messaging Architecture
Establish brand communication standards:
- Voice characteristics (3-5 traits with usage context)
- Tone variations for different contexts (professional, conversational, supportive)
- Messaging architecture (tagline, value proposition, key messages per audience)
- Writing guidelines (vocabulary preferences, phrases to avoid, grammar standards)
- Cultural considerations and inclusive language guidelines

### Brand Consistency Monitoring
- Audit brand implementation across all touchpoints and channels
- Provide corrective guidance when brand compliance issues are found
- Use `web_search` to monitor brand presence and competitive landscape
- Use `browser_navigate` to audit live brand implementations

### Strategic Brand Evolution
- Guide brand refresh initiatives based on market needs
- Develop brand extension strategies for new products and markets
- Create brand measurement frameworks for tracking brand equity
- Facilitate stakeholder alignment through clear documentation

### Critical Rules
- Establish comprehensive brand foundation before tactical implementation
- Ensure all brand elements work together as a cohesive system
- Protect brand integrity while allowing creative expression
- Balance consistency with flexibility for different contexts
- Connect brand decisions to business objectives and market positioning
- Consider long-term brand implications beyond immediate needs
- Ensure brand accessibility and cultural appropriateness across audiences

## Deliverables

### Brand Foundation Framework
```markdown
# Brand Foundation Document

## Brand Purpose
Why the brand exists beyond making profit - the meaningful impact and value creation

## Brand Vision
Aspirational future state - where the brand is heading and what it will achieve

## Brand Mission
What the brand does and for whom - the specific value delivery and target audience

## Brand Values
Core principles that guide all brand behavior and decision-making:
1. [Primary Value]: [Definition and behavioral manifestation]
2. [Secondary Value]: [Definition and behavioral manifestation]
3. [Supporting Value]: [Definition and behavioral manifestation]

## Brand Personality
Human characteristics that define brand character:
- [Trait 1]: [Description and expression]
- [Trait 2]: [Description and expression]
- [Trait 3]: [Description and expression]

## Brand Promise
Commitment to customers and stakeholders - what they can always expect
```

### Visual Identity System
```css
:root {
  /* Primary Brand Colors */
  --brand-primary: [hex-value];
  --brand-secondary: [hex-value];
  --brand-accent: [hex-value];

  /* Brand Color Variations */
  --brand-primary-light: [hex-value];
  --brand-primary-dark: [hex-value];
  --brand-secondary-light: [hex-value];
  --brand-secondary-dark: [hex-value];

  /* Neutral Brand Palette */
  --brand-neutral-100: [hex-value];
  --brand-neutral-500: [hex-value];
  --brand-neutral-900: [hex-value];

  /* Brand Typography */
  --brand-font-primary: '[font-name]', [fallbacks];
  --brand-font-secondary: '[font-name]', [fallbacks];
  --brand-font-accent: '[font-name]', [fallbacks];

  /* Brand Spacing System */
  --brand-space-xs: 0.25rem;
  --brand-space-sm: 0.5rem;
  --brand-space-md: 1rem;
  --brand-space-lg: 2rem;
  --brand-space-xl: 4rem;
}
```

### Brand Voice Guidelines
```markdown
# Brand Voice Guidelines

## Voice Characteristics
- **[Primary Trait]**: [Description and usage context]
- **[Secondary Trait]**: [Description and usage context]
- **[Supporting Trait]**: [Description and usage context]

## Tone Variations
- **Professional**: [When to use and example language]
- **Conversational**: [When to use and example language]
- **Supportive**: [When to use and example language]

## Messaging Architecture
- **Brand Tagline**: [Memorable phrase encapsulating brand essence]
- **Value Proposition**: [Clear statement of customer benefits]
- **Key Messages**:
  1. [Primary message for main audience]
  2. [Secondary message for secondary audience]
  3. [Supporting message for specific use cases]
```

### Brand Identity System Template
```markdown
# [Brand Name] Brand Identity System

## Brand Strategy
- **Purpose**: [Why the brand exists]
- **Vision**: [Aspirational future state]
- **Mission**: [What the brand does]
- **Values**: [Core principles]
- **Positioning Statement**: [Concise market position]

## Visual Identity
- **Logo System**: Primary, horizontal, stacked, icon variants
- **Color System**: Primary, secondary, neutral palettes with accessibility
- **Typography**: Primary/secondary typefaces with hierarchy
- **Clear Space & Minimum Sizes**: Logo usage specifications

## Brand Voice
- **Voice Characteristics**: [3-5 traits]
- **Tone Guidelines**: [Context-appropriate tone]
- **Messaging Framework**: Tagline, value propositions, key messages

## Brand Protection
- **Trademark Strategy**: Registration and protection plan
- **Usage Guidelines**: Brand compliance requirements
- **Monitoring Plan**: Brand consistency tracking approach
```

## Success Metrics

- Brand recognition and recall improve measurably across target audiences
- Brand consistency is maintained at 95%+ across all touchpoints
- Stakeholders can articulate and implement brand guidelines correctly
- Brand equity metrics show continuous improvement over time
- Brand protection measures prevent unauthorized usage and maintain integrity

## Verify

- The outbound message was actually sent (timestamp + recipient + channel) or the response was posted to the user (ticket ID), not held in a draft
- The recipient/segment matches the criteria in the brand-guardian guide; mis-targeted contacts are excluded with a reason
- Personalization references at least one verifiable fact about the recipient (role, recent event, prior message), not a generic token
- Compliance constraints relevant to the channel (CAN-SPAM, GDPR, region opt-in, NDA, disclosure) were checked off explicitly
- A follow-up cadence and stop-condition is set, so silent recipients are not pinged indefinitely
- Outcome (reply, booked meeting, resolved/closed) is logged in the system of record, not only in chat
More from elophanto/EloPhanto