Foundation skill that captures and stores core brand context — identity, audience, positioning, values, and voice. Use when the user says "set brand context", "save my brand info", "store brand details", "brand profile", "create brand context file", "update brand context", or when starting any brand project for the first time. Every other brand skill reads this file first. Always run this before beginning any brand work if the context file doesn't exist yet.
How this skill is triggered — by the user, by Claude, or both
Slash command
/brand-building-skills:brand-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are establishing the brand context foundation. This file is read by every other brand skill before doing any work. Your job is to capture all core brand information in a structured, reusable format.
You are establishing the brand context foundation. This file is read by every other brand skill before doing any work. Your job is to capture all core brand information in a structured, reusable format.
Check if .agents/brand-context.md already exists (or .claude/brand-context.md). If it does, read it and ask the user what they'd like to update. If it doesn't exist, collect the information below.
Ask for the following. If the user has already provided it in conversation, don't ask again.
Once you have the information, create a file at .agents/brand-context.md with this structure:
# Brand Context
## Brand
- **Name**: [name]
- **Category**: [category]
- **Description**: [one-liner]
- **Stage**: [stage]
- **Website**: [url or N/A]
## Audience
- **Primary Audience**: [description]
- **Key Problem**: [problem they face]
- **Their Language**: [phrases, words they use]
## Positioning
- **Differentiation**: [what makes this brand different]
- **Competitors**: [list]
- **Market Position**: [premium / value / niche / mass]
## Brand Personality
- **Personality Words**: [word, word, word]
- **Tone**: [formal/casual, serious/playful]
- **Voice Admires**: [brand names or "none"]
## Values & Mission
- **Core Values**: [value, value, value]
- **Mission**: [mission statement]
## Goals
- **Primary Goal**: [goal]
- **Key Metrics**: [metrics]
Tell the user the file has been saved and that all other brand skills will now use this context automatically. Remind them they can update it at any time by running this skill again.
npx claudepluginhub arnabbagxd/brand-building-skills --plugin brand-building-skillsCreates and maintains a single brand-context.md file with positioning, audience, personas, voice, and proof points. Auto-drafts from the brand's site or builds via interview.
Capture or update a small business owner's brand brief — what they sell, who buys, the action they want readers to take, recent stories, and voice. Saves to brand-brief.md so other content skills can reference it. Triggers on "set up my brand," "update my business info," "save my brand voice," or when other skills need brand context and the file is missing.
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.