/46-brand-guideline-global
Use when the user wants to create or update a brand guideline: brand personality, color system, typography, logo usage, imagery and visual tone, component rules, accessibility contrast standards, standard asset sizes, naming and file organization. The output is the foundation
$ npx -y skills add minhnv0807/ai-business-skills --skill 46-brand-guideline-global --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/46-brand-guideline-global
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user wants to create or update a brand guideline: brand personality, color system, typography, logo usage, imagery and visual tone, component rules, accessibility contrast standards, standard asset sizes, naming and file organization. The output is the foundation
SKILL.md
46-brand-guideline-global.SKILL.mdname: 46-brand-guideline-global
description: "Use when the user wants to create or update a brand guideline: brand personality, color system, typography, logo usage, imagery and visual tone, component rules, accessibility contrast standards, standard asset sizes, naming and file organization. The output is the foundation document every design skill and the Brand Hub reads from. Trigger on 'brand guideline', 'brand book', 'brand identity', 'style guide', 'brand standards', 'brand palette', or 'update the brand guide'."
metadata:
version: 1.0.0
category: strategy
license: MIT
triggers:
- "brand guideline"
- "brand book"
- "brand identity"
- "style guide"
- "brand standards"
- "brand palette"
- "update the brand guide"
output: "File .md — brand guideline in 8 parts: foundation, color, typography, logo, visual style, components, standard sizes, naming. It is the source of truth for skills 42-50 and for the Brand Hub in 34-ai-marketing-os-global."
related:
- product-marketing-context-global
- 34-ai-marketing-os-global
- 30-design-master-global
- 42-image-brief-global
- 45-design-tool-brief-global
- 47-design-review-global
- 49-html-email-template-global
Brand Guideline (Global)
A brand guideline is not a beautiful document to archive — it is a daily working tool. A good one lets everyone produce on-brand work without asking the lead. This is the foundation document: every design skill (42-50) and the Brand Hub read from it.
Information gathering
Read `.agents/product-marketing-context-global.md`, the logo files, and any existing brand material. If information is missing, ask up to 4 questions:
1. **New or an update?** If an update: what changed recently (new logo, new palette, new tone)? 2. **Scope?** Digital only, print, or both — and which platforms must it cover (Meta, TikTok, LinkedIn, website, email, design tools)? 3. **Who uses it?** Designers only, or content and the wider team? 4. **What assets exist?** Logo files (SVG/PNG), confirmed color values, chosen fonts — send everything available. If colors or fonts are not settled, this skill will propose 2-3 directions with rationale.
Principles
1. **A guideline is a living document** — update it whenever a brand decision changes, and stamp the last-updated date. 2. **Every rule states when to use it and when not to.** A rule without context gets ignored. 3. **Conflicts between the guideline and a brief go to the lead,** never resolved unilaterally. 4. **New designers read it before touching any asset.** 5. **Every exception is documented.** There are no silent exceptions. 6. **The guideline feeds the Brand Hub:** once approved, push this file into the Brand Hub (`34-ai-marketing-os-global`) so every role and agent reads one source. 7. **Accessibility is part of the brand, not an afterthought.** In the US and EU it is frequently a legal requirement, not a preference.
Workflow
1. Lock the brand foundation
Three precise adjectives plus three adjectives to avoid, and the feeling a viewer should have when they see the work. If positioning is not settled, read `09-customer-insight-global` and the existing positioning first.
2. Lock the color system and typography
From the logo and the personality, set the palette (primary, secondary, background, text) and the fonts ([heading font], [body font], plus a fallback). Every color carries usage rules and a contrast check.
3. Define logo, visual style, and components
Logo versions and don'ts; photography, icon, and background style; components (button, card, tag, divider) so every asset stays consistent.
4. Standardize sizes, naming, and file organization
Asset size table by channel, naming convention, folder tree. Then set up the brand kit in the team's design tool.
Output structure
File name: `brand-guideline-[brand-name]-[YYYYMMDD].md`. Bracketed values are placeholders — fill them with the brand's real colors and fonts. The illustrative palette below is a neutral EXAMPLE only; replace it.
# Brand Guideline — [Brand name]
Last updated: [date] | Owner: [name] | Version: [x.y]
## Part 1 — Brand foundation
Brand personality: [Brand] is [three precise adjectives] — not [three adjectives to avoid].
(Example only: "Sharp, Practical, Empowering — not Corporate, Fluffy, Generic")
Brand voice in visual work:
- Seeing our design, a viewer should feel: [...]
- A viewer should never feel: [...]
## Part 2 — Color system
Primary palette:
| Name | Hex | RGB | Use when | Do not use when |
|------|-----|-----|----------|-----------------|
| [primary color] | [hex] | [rgb] | Headings, CTAs, dominant grounds | Ground for long-form body text |
| [secondary color] | [hex] | [rgb] | Accents, highlights, figures, icons | Large-area backgrounds |
| [background color] | [hex] | [rgb] | White ground, cards, content areas | — |
Secondary palette:
| Name | Hex | Use when |
|------|-----|----------|
| [strong text color] | [hex] | Body text and headings on light grounds |
| [muted text color] | [hex] | Subtext, captions, metadata |
| [light background color] | [hex] | Light section grounds, cards, tags |
| [gradient] | [primary] to [secondary] | Hero, CTA section, covers |
(Illustrative example only — replace with the real brand values: primary navy #0F4C81, secondary amber #F2A104.)
Approved combinations:
- [primary color] ground + light text
- Light ground + [primary color] heading + [secondary color] accent
- Gradient [primary to secondary] + light text
- [light background color] + [primary color] text
Forbidden combinations:
- [secondary color] as a large-area background
- Light text on [light background color] (insufficient contrast)
- Three or more dominant colors in one asset
- Any color outside the palette without approval
- Neon or oversaturated colors that break the brand tone
## Part 3 — Typography
Primary fonts: [heading font] (headings) / [body font] (body). Fallback: [fallback font], sans-serif.
| Style | W
Read more
name: 46-brand-guideline-global description: "Use when the user wants to create or update a brand guideline: brand personality, color system, typography, logo usage, imagery and visual tone, component rules, accessibility contrast standards, standard asset sizes, naming and file organization. The output is the foundation document every design skill and the Brand Hub reads from. Trigger on 'brand guideline', 'brand book', 'brand identity', 'style guide', 'brand standards', 'brand palette', or 'update the brand guide'." metadata: version: 1.0.0 category: strategy license: MIT triggers: - "brand guideline" - "brand book" - "brand identity" - "style guide" - "brand standards" - "brand palette" - "update the brand guide" output: "File .md — brand guideline in 8 parts: foundation, color, typography, logo, visual style, components, standard sizes, naming. It is the source of truth for skills 42-50 and for the Brand Hub in 34-ai-marketing-os-global." related: - product-marketing-context-global - 34-ai-marketing-os-global - 30-design-master-global - 42-image-brief-global - 45-design-tool-brief-global - 47-design-review-global - 49-html-email-template-global
Brand Guideline (Global)
A brand guideline is not a beautiful document to archive — it is a daily working tool. A good one lets everyone produce on-brand work without asking the lead. This is the foundation document: every design skill (42-50) and the Brand Hub read from it.
Information gathering
Read `.agents/product-marketing-context-global.md`, the logo files, and any existing brand material. If information is missing, ask up to 4 questions:
1. **New or an update?** If an update: what changed recently (new logo, new palette, new tone)? 2. **Scope?** Digital only, print, or both — and which platforms must it cover (Meta, TikTok, LinkedIn, website, email, design tools)? 3. **Who uses it?** Designers only, or content and the wider team? 4. **What assets exist?** Logo files (SVG/PNG), confirmed color values, chosen fonts — send everything available. If colors or fonts are not settled, this skill will propose 2-3 directions with rationale.
Principles
1. **A guideline is a living document** — update it whenever a brand decision changes, and stamp the last-updated date. 2. **Every rule states when to use it and when not to.** A rule without context gets ignored. 3. **Conflicts between the guideline and a brief go to the lead,** never resolved unilaterally. 4. **New designers read it before touching any asset.** 5. **Every exception is documented.** There are no silent exceptions. 6. **The guideline feeds the Brand Hub:** once approved, push this file into the Brand Hub (`34-ai-marketing-os-global`) so every role and agent reads one source. 7. **Accessibility is part of the brand, not an afterthought.** In the US and EU it is frequently a legal requirement, not a preference.
Workflow
1. Lock the brand foundation
Three precise adjectives plus three adjectives to avoid, and the feeling a viewer should have when they see the work. If positioning is not settled, read `09-customer-insight-global` and the existing positioning first.
2. Lock the color system and typography
From the logo and the personality, set the palette (primary, secondary, background, text) and the fonts ([heading font], [body font], plus a fallback). Every color carries usage rules and a contrast check.
3. Define logo, visual style, and components
Logo versions and don'ts; photography, icon, and background style; components (button, card, tag, divider) so every asset stays consistent.
4. Standardize sizes, naming, and file organization
Asset size table by channel, naming convention, folder tree. Then set up the brand kit in the team's design tool.
Output structure
File name: `brand-guideline-[brand-name]-[YYYYMMDD].md`. Bracketed values are placeholders — fill them with the brand's real colors and fonts. The illustrative palette below is a neutral EXAMPLE only; replace it.
# Brand Guideline — [Brand name] Last updated: [date] | Owner: [name] | Version: [x.y] ## Part 1 — Brand foundation Brand personality: [Brand] is [three precise adjectives] — not [three adjectives to avoid]. (Example only: "Sharp, Practical, Empowering — not Corporate, Fluffy, Generic") Brand voice in visual work: - Seeing our design, a viewer should feel: [...] - A viewer should never feel: [...] ## Part 2 — Color system Primary palette: | Name | Hex | RGB | Use when | Do not use when | |------|-----|-----|----------|-----------------| | [primary color] | [hex] | [rgb] | Headings, CTAs, dominant grounds | Ground for long-form body text | | [secondary color] | [hex] | [rgb] | Accents, highlights, figures, icons | Large-area backgrounds | | [background color] | [hex] | [rgb] | White ground, cards, content areas | — | Secondary palette: | Name | Hex | Use when | |------|-----|----------| | [strong text color] | [hex] | Body text and headings on light grounds | | [muted text color] | [hex] | Subtext, captions, metadata | | [light background color] | [hex] | Light section grounds, cards, tags | | [gradient] | [primary] to [secondary] | Hero, CTA section, covers | (Illustrative example only — replace with the real brand values: primary navy #0F4C81, secondary amber #F2A104.) Approved combinations: - [primary color] ground + light text - Light ground + [primary color] heading + [secondary color] accent - Gradient [primary to secondary] + light text - [light background color] + [primary color] text Forbidden combinations: - [secondary color] as a large-area background - Light text on [light background color] (insufficient contrast) - Three or more dominant colors in one asset - Any color outside the palette without approval - Neon or oversaturated colors that break the brand tone ## Part 3 — Typography Primary fonts: [heading font] (headings) / [body font] (body). Fallback: [fallback font], sans-serif. | Style | W
138 bilingual AI marketing skills (69 VN + 69 Global) for Claude Code, OpenCode, Codex, VS Code. Four role SOP packs — content, design, performance, leader ops — plus strategy, personal brand, AI avatar, dropshipping, design master, knowledge library. 4 regions (US/EU/SEA/LATAM) + Vietnam 2025-2026. Companion: opa-kit.
Repo: minhnv0807/ai-business-skills
Other skills on ai-business-skills.
- /00-marketing-plan-global
Comprehensive 7-section marketing plan for global businesses — strategy, target audience, positioning, channels, content, KPIs, budget. Reads `.agents/product-marketing-context-global.md` first. Universal framework adapts to US/EU/SEA/LATAM via foundation skill region. Trigger:
Open skill - /01-content-calendar-global
Monthly content calendar for global businesses — multi-channel posting schedule with funnel ratio, content pillars, repurposing matrix, and quality scoring. Reads `.agents/product-marketing-context-global.md`. Universal framework, region-specific posting times via foundation
Open skill - /02-campaign-brief-global
9-section campaign brief for global campaigns — context, objectives, target, message, creative, channels, timeline, deliverables, risks. Reads `.agents/product-marketing-context-global.md`. Universal framework, region-specific benchmarks via foundation skill. Trigger: 'campaign
Open skill - /03-performance-eval-global
Diagnose marketing performance for global businesses — root cause analysis, 5-Whys, 48-hour action plan. Has 4 region variants for benchmarks (US/EU/SEA/LATAM). Reads `.agents/product-marketing-context-global.md`. INCLUDES Dropshipping KPI section (ROAS, BE-ROAS, profit margin,
Open skill - /04-script-video-global
Short-form video scripts for TikTok, Reels, YouTube Shorts — 2 A/B variants, 6 hook formulas, timestamp breakdown, shoot guide, caption + hashtag, viral score. Reads `.agents/product-marketing-context-global.md`. Universal framework, English-language hooks. Trigger: 'video
Open skill - /05-ad-copy-global
6 ad copy variations (2 TOFU + 2 MOFU + 2 BOFU) for global markets. Frameworks: AIDA, PAS, BAB. Platforms: Meta, Google, TikTok. INCLUDES Dropshipping Mode (4 templates) for Shopify dropshippers. Trigger: 'ad copy', 'Facebook ads', 'TikTok ads', 'Google Ads copy', 'dropshipping
Open skill

