brand-compliance
Validate brand compliance across visual, verbal, and legal dimensions with actionable reports
What this skill does
# brand-compliance
Unified brand compliance validation across visual, verbal, and legal dimensions.
## Triggers
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
- "brand police" → brand guideline enforcement
- "on-brand check" → brand consistency validation
## Purpose
This skill provides comprehensive brand compliance validation by:
- Checking visual identity (colors, logos, typography)
- Validating verbal identity (tone, voice, terminology)
- Verifying claims and legal requirements
- Ensuring accessibility compliance
- Generating actionable compliance reports
## Behavior
When triggered, this skill:
1. **Loads brand guidelines**:
- Visual identity from `.aiwg/marketing/brand/`
- Voice profile from voice-framework
- Legal requirements from compliance config
2. **Analyzes visual elements**:
- Color palette compliance
- Logo usage correctness
- Typography standards
- Layout and spacing
3. **Validates verbal content**:
- Tone consistency with brand voice
- Terminology correctness
- Messaging alignment
- Tagline usage
4. **Checks legal compliance**:
- Claims substantiation
- Required disclosures
- Trademark usage
- Privacy statements
5. **Validates accessibility**:
- WCAG 2.1 AA standards
- Color contrast ratios
- Alt text presence
- Readable font sizes
6. **Generates compliance report**:
- Pass/fail per criterion
- Issue severity ratings
- Specific corrections needed
- Overall compliance score
## Validation Dimensions
### Visual Identity
```yaml
visual_checks:
colors:
- primary_colors_only: Verify only brand colors used
- color_ratios: Check 60-30-10 rule
- contrast_compliance: WCAG AA contrast
logo:
- correct_version: Right logo variant for context
- clear_space: Minimum padding around logo
- no_modifications: Logo not altered
- proper_placement: Correct position
typography:
- approved_fonts: Only brand typefaces
- hierarchy: Proper heading structure
- minimum_sizes: Legible font sizes
- line_spacing: Adequate line height
imagery:
- style_consistency: Matches brand aesthetic
- quality_standards: Resolution requirements
- diversity_representation: Inclusive imagery
```
### Verbal Identity
```yaml
verbal_checks:
tone:
- voice_consistency: Matches brand voice profile
- formality_level: Appropriate for channel
- personality_traits: Brand personality evident
terminology:
- approved_terms: Using brand glossary
- product_names: Correct product naming
- banned_phrases: No prohibited language
messaging:
- value_prop_alignment: Core messages present
- tagline_usage: Correct tagline application
- call_to_action: On-brand CTAs
grammar:
- style_guide: AP/Chicago/Brand style
- capitalization: Title case rules
- punctuation: Consistent punctuation
```
### Legal Compliance
```yaml
legal_checks:
claims:
- substantiation: Claims have evidence
- comparative: Fair comparison rules
- testimonials: Proper disclaimers
disclosures:
- required_statements: Mandatory disclosures
- placement: Visible disclosure location
- font_size: Legible disclosure text
trademarks:
- proper_symbols: ® and ™ usage
- third_party: Licensed usage
- no_infringement: No trademark violations
privacy:
- data_collection: Privacy notice present
- consent: Opt-in mechanisms
- cookies: Cookie notice if applicable
```
### Accessibility
```yaml
accessibility_checks:
wcag:
- contrast_ratio: Minimum 4.5:1 text, 3:1 UI
- text_alternatives: Alt text for images
- keyboard_navigation: Focusable elements
- readable_text: No text in images
inclusive:
- plain_language: Readable content
- color_independence: Info not color-only
- responsive: Mobile accessible
```
## Compliance Report Format
```markdown
# Brand Compliance Report
**Asset**: Summer Campaign Hero Banner
**Date**: 2025-12-08
**Reviewer**: brand-compliance skill
## Summary
| Dimension | Score | Status |
|-----------|-------|--------|
| Visual Identity | 95% | ✅ Pass |
| Verbal Identity | 88% | ⚠️ Minor Issues |
| Legal Compliance | 100% | ✅ Pass |
| Accessibility | 75% | ⚠️ Needs Attention |
| **Overall** | **90%** | **Conditional Pass** |
## Visual Identity
### ✅ Colors
- Primary blue (#0066CC) used correctly
- Secondary green (#00AA55) in accent areas
- No off-brand colors detected
### ✅ Logo
- Correct horizontal logo version
- Clear space maintained (1x height)
- No modifications to logo
### ⚠️ Typography
- **Issue**: Body text uses Arial instead of Inter
- **Severity**: Medium
- **Fix**: Replace Arial with Inter Regular
## Verbal Identity
### ✅ Tone
- Voice consistent with "Friendly Professional" profile
- Appropriate formality for social media channel
### ⚠️ Terminology
- **Issue**: "Best-in-class" used (prohibited phrase)
- **Severity**: High
- **Fix**: Replace with specific benefit statement
### ✅ Messaging
- Value proposition clearly stated
- CTA "Start Free Trial" is on-brand
## Legal Compliance
### ✅ Claims
- All claims substantiated
- No comparative claims
### ✅ Disclosures
- Trademark symbols present
- Terms link visible
## Accessibility
### ⚠️ Contrast
- **Issue**: White text on light blue (3.2:1 ratio)
- **Severity**: High
- **Fix**: Darken background or use darker text
- **Standard**: WCAG AA requires 4.5:1
### ❌ Alt Text
- **Issue**: Hero image missing alt text
- **Severity**: High
- **Fix**: Add descriptive alt text
## Required Corrections
| Priority | Issue | Location | Fix |
|----------|-------|----------|-----|
| High | Low contrast | Hero text | Darken background |
| High | Missing alt text | Hero image | Add alt attribute |
| High | Banned phrase | Body copy | Replace "best-in-class" |
| Medium | Wrong font | Body text | Use Inter, not Arial |
## Approval Status
**Status**: CONDITIONAL APPROVAL
Asset may proceed after addressing:
- [ ] High-priority accessibility issues
- [ ] Banned phrase removal
Re-review recommended after corrections.
```
## Usage Examples
### Full Brand Review
```
User: "Brand review for the new landing page"
Skill validates:
1. Visual: colors, logo, typography
2. Verbal: tone, terms, messaging
3. Legal: claims, disclosures, trademarks
4. Accessibility: contrast, alt text
Output:
"Brand Compliance: 90% (Conditional Pass)
Issues Found:
- High: Low contrast ratio (3.2:1, need 4.5:1)
- High: Missing alt text on 2 images
- Medium: Body font incorrect
Report: .aiwg/marketing/reviews/brand-landing-page.md"
```
### Quick Tone Check
```
User: "Is this copy on-brand?"
Skill analyzes:
- Voice consistency
- Terminology
- Messaging alignment
Output:
"Tone Analysis: ✅ On-brand
Voice: Friendly Professional (matches profile)
Terminology: All approved terms
Messaging: Value prop present
One suggestion: CTA could be more action-oriented"
```
### Legal Review Focus
```
User: "Check claims compliance"
Skill validates:
- Claim substantiation
- Comparative statements
- Required disclosures
Output:
"Claims Compliance: ⚠️ Issues Found
- Claim 'fastest in industry' needs substantiation
- Missing source citation for statistics
- Disclosure font too small (8pt, need 10pt)"
```
## Integration
This skill uses:
- `parallel-dispatch`: Launch Brand Guardian + Legal + Accessibility
- `voice-framework`: Load brand voice profile for tone validation
- `project-awareness`: Find brand guidelines location
## Agent Orchestration
```yaml
agents:
visual_review:
agent: brand-guardian
focus: Visual identity validation
verbal_review:
agent: brand-guardian
focus: Verbal identity and tone
legal_review:
agent: legal-reviewer
focus: Claims, disclosures, trademarks
accessibility_review:
agent: accessibility-checker
focus: WCAG compliance, inclusive design
quality_check:
agent: quality-conRelated in Ads & Marketing
ads
IncludedMulti-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.
banana
IncludedAI image generation Creative Director powered by Google Gemini Nano Banana models. Use this skill for ANY request involving image creation, editing, visual asset production, or creative direction. Triggers on: generate an image, create a photo, edit this picture, design a logo, make a banner, visual for my anything, and all /banana commands. Handles text-to-image, image editing, multi-turn creative sessions, batch workflows, and brand presets.
rpg-migration-analyzer
IncludedAnalyzes legacy RPG (Report Program Generator) programs from AS/400 and IBM i systems for migration to modern Java applications. Extracts business logic from RPG III/IV/ILE source code, identifies data structures (D-specs), file operations (F-specs), program dependencies (CALLB/CALLP), and converts RPG constructs to Java equivalents. Generates migration reports, complexity estimates, and Java implementation strategies with POJO classes, JPA entities, and service methods. Use when modernizing AS/400 or IBM i legacy systems, analyzing RPG source files (.rpg, .rpgle, .RPGLE), converting RPG to Java, mapping data specifications to Java classes, planning legacy system migration, or when user mentions RPG analysis, Report Program Generator, RPG III/IV/ILE, AS/400 modernization, IBM i migration, packed decimal conversion, or mainframe application rewrite.
brand-library-architect
IncludedBuild a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.
writing-tech-post
IncludedAuthors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
blog-google
IncludedGoogle API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities", "blog performance", "youtube search", "google api setup".