From brand-md
Generates a brand.md file with Strategy, Voice, and Visual layers. Detects parent brand files for hierarchical product branding. Use when asked to create brand identity or strategy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/brand-md:brandThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a `brand.md` file — an open standard for brand identity. The output is a markdown file with YAML frontmatter and three layers: Strategy, Voice, and Visual. It lives alongside README.md and CLAUDE.md, readable by both humans and AI tools.
Generate a brand.md file — an open standard for brand identity. The output is a markdown file with YAML frontmatter and three layers: Strategy, Voice, and Visual. It lives alongside README.md and CLAUDE.md, readable by both humans and AI tools.
The format is defined at thebrand.md (brand.md). This skill is the reference generator.
Before anything else, check for existing brand.md files in the directory tree.
brand.md filesbrand.md exists, read it fully — this is the master brand. The new file will be a product or sub-brand that inherits from itWhen generating a product brand:
Before asking the user anything, research the brand independently. This is the work a strategist does in week one.
Do 5-8 searches with different angles. Don't stop at surface-level — dig into competitor about pages, read actual user complaints, understand the category dynamics.
For product brands: focus research on the product's specific market, not the parent company. The parent brand's positioning is already defined — research how this product carves its own space within that umbrella.
After research, present your findings and ask questions. This is NOT a form — it's a hypothesis the founder reacts to. Use your research to suggest defaults they can accept or modify.
Seed (ask first):
For product brands, also ask:
Market (present your research, ask for confirmation/edits):
Identity (suggest based on research, ask them to pick/edit):
For product brands: skip identity questions for sections that will be inherited. If the architecture is branded-house, you likely only need the product's tagline, positioning, and a few unique phrases. Don't ask about things the parent already defines.
Founder context:
Language: en / pt-BR
Generate the brand.md file with three layers. Each layer builds on the previous one — Strategy first (the foundation), then Voice (derived from strategy), then Visual (informed by both).
The strategic foundation. Why the brand exists and where it stands.
Overview
Positioning
Personality
Promise
Guardrails
The verbal identity. How the brand speaks and writes. This is the most directly useful layer for AI tools generating content.
Identity
Tagline & Slogans
Manifesto (optional — include for brands with strong narrative identity)
Message Pillars
Phrases
Social Bios (optional — include when the brand has social presence)
Tonal Rules
| We Say | We Never Say |
|---|---|
| "Install clarity" | "Unlock your potential" |
The visual direction. Everything text-describable — no binary assets.
Colors
Typography
Photography (optional)
Style (optional)
Write the brand.md file as markdown with YAML frontmatter:
---
name: "[Brand Name]"
tagline: "[Primary tagline]"
version: 1
language: en
---
# [Brand Name]
## Strategy
### Overview
...
### Positioning
...
### Personality
...
### Promise
...
### Guardrails
...
## Voice
### Identity
...
### Tagline & Slogans
...
### Manifesto
...
### Message Pillars
...
### Phrases
...
### Social Bios
...
### Tonal Rules
...
## Visual
### Colors
...
### Typography
...
### Photography
...
### Style
...
Save the file as brand.md in the project root (or wherever the user specifies).
When a parent brand.md exists, generate a sparse file. Only include sections where the product diverges from the parent. Missing sections are inherited.
---
name: "[Product Name]"
tagline: "[Product tagline]"
version: 1
language: en
type: product
architecture: endorsed
---
# [Product Name]
## Strategy
### Overview
[Product-specific overview — what this product is within the parent brand]
### Positioning
[Product-specific positioning — its own market, category, differentials]
## Voice
### Identity
[Product-specific identity — how this product introduces itself]
### Tagline & Slogans
[Product-specific taglines and slogans]
### Phrases
[Product-specific ownable one-liners]
The file should include a comment at the top (after frontmatter) indicating the inheritance:
<!-- Inherits from: ../../brand.md (Acme Corp) -->
Save the file as brand.md in the product's directory.
npx claudepluginhub caiopizzol/brand.md --plugin brand-mdGuides brand strategy, identity, positioning, and voice development with templates for guidelines, statements, foundation elements, and architecture models.
Builds a complete brand identity and guidelines PDF from any input (idea, website URL, reference brands, product photos, or existing brand to refresh).
Generates user-level brand guidelines skill through phased workflow: ingest assets like websites/docs/images, interactive discovery, synthesize identity, output SKILL.md for enforcement. Activates on brand queries.