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 logFile 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:
- List available brands: check directories under
.metapowers/branding/ - Read a specific phase artifact:
.metapowers/branding/<brand>/04-visual.md - The visual identity in
04-visual.mdis commonly referenced by Design and Development for color tokens and typography - The verbal identity in
03-verbal.mdis commonly referenced by Marketing and Coaching for voice and tone guidelines - Binary assets live in
assets/logo/,assets/fonts/, andassets/imagery/