Help us improve
Share bugs, ideas, or general feedback.
From brand-voice
This skill applies brand guidelines to content creation. It should be used when the user asks to "write an email", "draft a proposal", "create a pitch deck", "write a LinkedIn post", "draft a presentation", "write a Slack message", "draft sales content", or any content creation request where brand voice should be applied. Also triggers on "on-brand", "brand voice", "enforce voice", "apply brand guidelines", "brand-aligned content", "write in our voice", "use our brand tone", "make this sound like us", "rewrite this in our tone", or "this doesn't sound on-brand". Not for generating guidelines from scratch (use guideline-generation) or discovering brand materials (use discover-brand).
npx claudepluginhub sun2443/designer-skills --plugin brand-voiceHow this skill is triggered — by the user, by Claude, or both
Slash command
/brand-voice:brand-voice-enforcementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply existing brand guidelines to all sales and marketing content generation. Load the user's brand guidelines, apply voice constants and tone flexes to the content request, validate output, and explain brand choices.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Creates, reads, edits, and analyzes .docx files using docx-js for new documents, pandoc for text extraction, Python scripts for XML unpacking/validation/changes, and LibreOffice for conversions.
Share bugs, ideas, or general feedback.
Apply existing brand guidelines to all sales and marketing content generation. Load the user's brand guidelines, apply voice constants and tone flexes to the content request, validate output, and explain brand choices.
Find the user's brand guidelines using this sequence. Stop as soon as you find them:
Session context — Check if brand guidelines were generated earlier in this session (via /brand-voice:generate-guidelines). If so, they are already in the conversation. Use them directly. Session-generated guidelines are the freshest and reflect the user's most recent intent.
Local guidelines file — Check for .claude/brand-voice-guidelines.md inside the user's working folder. Do NOT use a relative path from the agent's current working directory — in Cowork, the agent runs from a plugin cache directory, not the user's project. Resolve the path relative to the user's working folder. If no working folder is set, skip this step.
Ask the user — If none of the above found guidelines, tell the user: "I couldn't find your brand guidelines. You can:
/brand-voice:discover-brand to find brand materials across your platforms/brand-voice:generate-guidelines to create guidelines from documents or transcriptsWait for the user to provide guidelines before proceeding.
Also read .claude/brand-voice.local.md for enforcement settings (even if guidelines came from another source):
strictness: strict | balanced | flexiblealways-explain: whether to always explain brand choicesBefore writing, identify:
Voice is the brand's personality — it stays constant across all content:
Refer to references/voice-constant-tone-flexes.md for the "voice constant, tone flexes" model.
Tone adapts by content type and audience. Use the tone-by-context matrix from guidelines to set:
Create content that:
For complex or long-form content, delegate to the content-generation agent (defined in agents/content-generation.md).
For high-stakes content, delegate to the quality-assurance agent (defined in agents/quality-assurance.md) for validation.
After generating content:
When always-explain is true in settings, include brand application notes with every response.
When the user's request conflicts with brand guidelines:
Default to adapting guidelines with an explanation of the tradeoff.
Open questions are unresolved brand positioning decisions flagged during guideline generation, stored in the guidelines under an "Open Questions" section. When generating content, check if the brand guidelines contain open questions:
references/voice-constant-tone-flexes.md — The "voice constant, tone flexes" mental model, "We Are / We Are Not" table structure, and tone-by-context matrix explanationreferences/before-after-examples.md — Before/after content examples per content type showing enforcement in practice