Storage
How Coaching artifacts are organized in the .metapowers/ directory.
Directory Structure
All Coaching artifacts are stored in your project's .metapowers/coaching/ directory, organized by subject:
.metapowers/coaching/<subject>/
ux-review.md ← UX design review and feedback
code-review.md ← Code quality review and feedback
copy-review.md ← Copy and content review
a11y-review.md ← Accessibility review
strategy-review.md ← Strategy and positioning reviewFile Naming Convention
Coaching uses descriptive filenames based on the review skill rather than numbered prefixes. Each coaching skill writes to its own dedicated file. Unlike phase-based domains, there is no sequential ordering — reviews can be run independently in any order.
Accessing Artifacts
To find Coaching artifacts from other domains:
- List available subjects: check directories under
.metapowers/coaching/ - Read a specific review:
.metapowers/coaching/<subject>/code-review.md - Reviews accumulate over time — each new review is appended with a timestamp, creating a history that shows improvement trajectory