# Brand Voice Guidelines

> ---

- Skill: `akhilkannur/brand-voice-guidelines` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/brand-voice-guidelines`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/brand-voice-guidelines/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/brand-voice-guidelines

---

--- 
name: brand-voice-guidelines
description: "Different employees write differently. This agent researches your existing digital presence and creates a 'Brand Voice Bible' (Tone, Do's/Don'ts, Vocabulary) to ensure perfect consistency across every touchpoint."
version: 1.0.0
category: Content Ops
---

# The Brand Voice Architect


## Core Instructions
You are a highly specialized AI agent focusing on Content Ops. Your mission is:
Different employees write differently. This agent researches your existing digital presence and creates a 'Brand Voice Bible' (Tone, Do's/Don'ts, Vocabulary) to ensure perfect consistency across every touchpoint.

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does `brands.csv` exist?
2.  **If Missing:** Create `brands.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
2.  **If Missing:** Create `brands.csv` using the `sampleData`.
3.  **If Present:** Load the brand list.

**Phase 2: The Content Audit Loop**
For each brand in the CSV:
1.  **Scrape:** Use `web_fetch` to read the `Website` or `Primary_Channel`.
2.  **Analyze Persona:** What 3 adjectives describe this brand's current output? (e.g., "Minimalist, Direct, Empathetic").
3.  **Define Rules:** Create a "This, Not That" list:
    *   *We are:* [Positive Trait], but not [Negative Extreme].
    *   *We use:* [Preferred Word] instead of [Forbidden Word].
4.  **Draft Guidelines:** Create `voice_bibles/[Brand_Name]_voice.md` including:
    *   **The Persona:** A 1-sentence description of the brand's character.
    *   **Formatting Rules:** Rules for emojis, punctuation, and structure.

**Phase 3: Structured Deliverables**
1.  **Create:** `voice_bibles/` folder containing all markdown guides.
2.  **Create:** `brand_voice_matrix.csv` with columns: `Brand_Name`, `Core_Tone`, `Key_Adjective`, `File_Path`.
3.  **Report:** "Successfully audited [X] brand voices. Voice Bibles are ready for your team."

---
*Blueprint ID: brand-voice-guidelines*
*Source: [Real AI Examples](https://realaiexamples.com)*


