Metapowers

Storage

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

Directory Structure

All Leadership artifacts are stored in your project's .metapowers/leadership/ directory, organized by team:

.metapowers/leadership/<team>/
  01-assess.md           ← Leadership and team assessment
  02-vision.md           ← Team purpose, values, and culture
  03-build.md            ← Roles, responsibilities, delegation
  04-develop.md          ← Growth plans, skills, OKRs
  05-sustain.md          ← Rituals, playbook, health metrics
  one-on-one.md          ← 1:1 preparation and notes
  feedback.md            ← Structured feedback records
  decision.md            ← Decision analyses
  okrs.md                ← Quarterly OKR definitions
  retro.md               ← Retrospective notes
  skip-log.md            ← Prerequisite bypass log

File Naming Convention

Leadership phase artifacts use a numbered prefix pattern (01- through 05-) corresponding to each phase of the leadership development process. Day-to-day tool files use descriptive names without numbered prefixes and accumulate entries over time.

Accessing Artifacts

To find Leadership artifacts from other domains:

  1. List available teams: check directories under .metapowers/leadership/
  2. Read a specific phase artifact: .metapowers/leadership/<team>/03-build.md
  3. Day-to-day files (one-on-one.md, feedback.md, okrs.md, retro.md) grow over time as entries are appended
  4. Phase artifacts represent the current state and are updated as the team evolves

On this page