brand-voice

Installation
SKILL.md

Brand Voice

Govern BRAND-VOICE.md — the canonical writing voice document for a brand. Two layers: YAML frontmatter (machine-readable normative rules consumed by writing skills) plus eleven prose sections (human-readable rationale). Same split as DESIGN.md and the same design-system skill pattern: a canonical file at the project root, CLI-style subcommands for the lifecycle.

Additional context from the user: $ARGUMENTS

Subcommand routing

Parse the first positional token of $ARGUMENTS. If it matches a verb below, load the referenced file and follow its workflow. Otherwise fall through to the default workflow at the end of this document.

First token Mode Reference
extract Ingest sources, synthesise canonical voice doc, write to ./BRAND-VOICE.md steps/extract.md
update Refresh an existing voice doc from new sources, preserve manual sections steps/update.md
diff Show what changed between two versions of the voice doc (git-aware) steps/diff.md
validate (aliases: lint, check) Lint a voice doc against canonical-format.md — verdict + errors + warnings + fix suggestions, CI-friendly exit codes steps/validate.md
show Print the flat list of testable rules from the voice doc steps/show.md
(none) See Default workflow below (this file)
Related skills

More from coroboros/agent-skills

Installs
2
First Seen
14 days ago