Metapowers

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 log

File 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:

  1. List available topics: check directories under .metapowers/legal/
  2. Read a specific phase artifact: .metapowers/legal/<topic>/01-draft.md
  3. Contract drafts in 01-draft.md and compliance procedures in 03-comply.md are the most commonly referenced artifacts
  4. The clause-library.md contains pre-approved language that can be reused across contracts

On this page