Brand Voice Architect
/install brand-voice-architect
Brand Voice Architect (BVA)
A skill for engineering, documenting, and synthesizing brand-specific voice with quantifiable precision. Brand voice is treated as a Linguistic DNA — a measurable baseline, not an aesthetic preference.
Core Workflow
Phase I: Decomposition — /analyze [corpus]
Run a linguistic audit on provided text samples:
- Lexical Audit — High-frequency verbs/adjectives, prohibited terms, vocabulary signature
- Structural Mapping — Average Sentence Length (ASL), syntactic complexity, variance
- Sentiment Baseline — Emotional temperature on a 0.0–1.0 scale
→ Use scripts/voice_analyzer.py to compute metrics programmatically when a corpus is provided.
Phase II: Architectural Design — /synthesize [pillars]
Build the voice matrix:
- Pillar Definition — Establish 3 core attributes (e.g., Authoritative, Wit-driven, Technical)
- The Spectrum — Define "This, Not That" logic gates for each pillar
- Persona Encoding — Translate pillars into LLM system-level instructions
→ Use scripts/prompt_synthesizer.py to generate deployable system prompts.
Phase III: Delivery
- Artifact Generation — Produce voice guide docs, style reference cards, prompt templates
- Manual Review —
/review [output]provides a qualitative checklist to assess whether output aligns with the established voice pillars (Claude-assisted, not script-automated) - Platform Pivot —
/pivot [context]adapts voice for specific channels while preserving DNA, usinggenerate_platform_pivot()fromprompt_synthesizer.py
Note on prohibited words: The generated system prompt instructs the LLM to replace prohibited words with preferred equivalents. This is a prompt-level instruction — enforcement depends on the model following the system prompt, not on automated script-level filtering.
The 4-Pillar Framework
Map every brand voice across four axes to define its Safe Operating Area:
| Axis | Poles |
|---|---|
| Character | Friendly ←→ Authoritative |
| Tone | Humorous ←→ Serious |
| Language | Simple ←→ Complex |
| Purpose | Helpful ←→ Entertaining |
See references/methodology.md for full framework details including Cadence Analysis and Semantic Salience scoring.
Mandatory Output Components
Every Brand Voice engagement must produce:
- Metrics Report — Lexical density %, ASL, top keywords, cadence variance
- Voice Matrix — 3 pillars × "This/Not That" for each
- System Prompt — Ready-to-deploy LLM persona encoding
- Platform Pivots — At minimum: formal/informal, long-form/short-form variants
- Prohibited/Preferred Lexicon — Concrete word lists
Quick Reference Commands
| Command | Action | Implementation |
|---|---|---|
/analyze [corpus] |
Linguistic audit on provided text | scripts/voice_analyzer.py |
/synthesize [pillars] |
Generate LLM system prompt from pillars | scripts/prompt_synthesizer.py |
/review [output] |
Qualitative checklist review against voice pillars | Claude-assisted (no script) |
/pivot [context] |
Adapt voice for target platform/audience | generate_platform_pivot() in prompt_synthesizer |
Scripts
scripts/voice_analyzer.py— Computes lexical density, ASL, cadence variance, sentiment temperature, and top keywords from a corpusscripts/prompt_synthesizer.py— Generates deployable LLM system prompts from aBrandConfigobject; includesgenerate_platform_pivot()for channel-specific adaptations
References
references/methodology.md— Full technical methodology: 4-Pillar Framework, Cadence Analysis, Semantic Salience, Human-AI Collaborative Loop
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install brand-voice-architect - After installation, invoke the skill by name or use
/brand-voice-architect - Provide required inputs per the skill's parameter spec and get structured output
What is Brand Voice Architect?
A high-precision engine for deconstructing, documenting, and synthesizing brand-specific linguistic patterns and tonal architectures. Use this skill whenever... It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install Brand Voice Architect?
Run "/install brand-voice-architect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Brand Voice Architect free?
Yes, Brand Voice Architect is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Brand Voice Architect support?
Brand Voice Architect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Brand Voice Architect?
It is built and maintained by David Escobar (@midnightstudioai); the current version is v0.1.1.