brandkit.md is an open, Markdown-native specification in progress for expressing brand context consistently for humans, LLMs, and agents.
The project focuses on a pragmatic standard approach:
- human-readable in raw text,
- AI-readable with explicit structure,
- parser- and validator-friendly over time,
- easy to version in Git.
Plain text header
HELION SYSTEMSTerminal rendering
|-| E L I O NEmoji + fallback
✅ [HELION]CLI prompt style
helion-secure>## brand expressions
- fallback_wordmark: HELION SYSTEMS
- plain_text_signature: [HELION]
- ascii_mark: |
|-| E L I O N
- emoji_signature:
value: "✅"
fallback: "[HELION]"
- cli_prompt_style:
value: "helion-secure>"See full profiles in EXAMPLES/enterprise.brandkit.md and EXAMPLES/personal-brand.brandkit.md.
- A convention plus formal specification (
v0.x) for AI-readable brand context. - A single-file format (
brandkit.md) with a defined minimum structure. - A foundation for future tooling (validators, generators, linters).
- Not a new Markdown dialect.
- Not a replacement for complete brand guidelines or a design system.
- Not a claim of an already mature tooling ecosystem.
- Status: Standard-in-progress
- Spec version:
0.1.0-draft - Maturity: Early, but intentionally structured and normative
cp templates/blank.brandkit.md brandkit.mdThen fill the required sections in order:
# brand overview## mission and positioning## audience## voice and tone## messaging## brand expressions## do and dont## usage notes for ai systems
For validation, use:
SPEC.mdschema/brandkit-v0.1-fields.md
- Read the normative specification in
SPEC.md. - Start from one profile in
EXAMPLES/. - Create your own
brandkit.mdusing the required sections. - Check consistency against
schema/brandkit-v0.1-fields.md. - Use a blank starter file from
templates/.
SPEC.md- normative rules (MUST,SHOULD,MAY)EXAMPLES/- reference profilesdocs/principles.md- design principles and trade-offsdocs/faq.md- common questions and non-goalsdocs/comparison.md- boundaries against adjacent artifactsdocs/roadmap.md- v0.x to v2 pathdocs/migration.md- migration from the legacy two-file modelschema/brandkit-v0.1-fields.md- parser-oriented field mappingtemplates/blank.brandkit.md- blank starter without frontmattertemplates/blank.brandkit.frontmatter.md- blank starter with frontmattertemplates/README.md- 30-second copy/paste quick startCONTRIBUTING.md- contribution processCHANGELOG.md- tracked changes
The earlier files brand.md and styles.md remain as legacy references but are no longer the canonical model. The normative source is SPEC.md.
Standardized section names in brandkit.md use lowercase to simplify parsing and consistency.
See LICENSE.