Metapowers

Storage

How Branding artifacts are organized in the .metapowers/ directory.

Directory Structure

All Branding artifacts are stored in your project's .metapowers/branding/ directory, organized by brand:

.metapowers/branding/<brand>/
  01-discover.md         ← Business overview and brand audit
  02-strategy.md         ← Positioning, values, and personality
  03-verbal.md           ← Voice, tone, and messaging
  04-visual.md           ← Colors, typography, and logo concepts
  05-guidelines.md       ← Complete brand manual
  assets/                ← Brand asset files
    logo/                ← Logo variations
    fonts/               ← Typography files
    imagery/             ← Photography and illustration
  skip-log.md            ← Prerequisite bypass log

File Naming Convention

Branding phase artifacts use a numbered prefix pattern (01- through 05-) corresponding to each phase of the brand creation process. The assets/ subdirectory contains binary files (SVG, PNG, WOFF2, JPG) organized by asset type.

Accessing Artifacts

To find Branding artifacts from other domains:

  1. List available brands: check directories under .metapowers/branding/
  2. Read a specific phase artifact: .metapowers/branding/<brand>/04-visual.md
  3. The visual identity in 04-visual.md is commonly referenced by Design and Development for color tokens and typography
  4. The verbal identity in 03-verbal.md is commonly referenced by Marketing and Coaching for voice and tone guidelines
  5. Binary assets live in assets/logo/, assets/fonts/, and assets/imagery/

On this page