Storage
How Legal artifacts are organized in the .metapowers/ directory.
Directory Structure
All Legal artifacts are stored in your project's .metapowers/legal/ directory, organized by topic:
.metapowers/legal/<topic>/
00-assess.md ← Legal landscape, risks, regulations
01-draft.md ← Contracts, policies, agreements
02-review.md ← Contract review, red flags, negotiation
03-comply.md ← GDPR, CCPA, SOC2, incident response
04-govern.md ← Contract tracking, monitoring, playbooks
legal-research.md ← Legal question research
clause-library.md ← Approved contract clauses
decision-log.md ← Legal decisions with rationale
skip-log.md ← Prerequisite bypass logFile Naming Convention
Legal phase artifacts use a numbered prefix pattern (00- through 04-) corresponding to each phase of the Legal Lifecycle. Utility files use descriptive names without numbered prefixes and serve as reusable reference documents across legal matters.
Accessing Artifacts
To find Legal artifacts from other domains:
- List available topics: check directories under
.metapowers/legal/ - Read a specific phase artifact:
.metapowers/legal/<topic>/01-draft.md - Contract drafts in
01-draft.mdand compliance procedures in03-comply.mdare the most commonly referenced artifacts - The
clause-library.mdcontains pre-approved language that can be reused across contracts