Matrix Export

SOP for exporting the dimensional matrix as a readable document or structured data.

yogsoth-ai 3d795c3 771 B Updated

File contents

Matrix Export

Export the dimensional matrix as a readable summary document.

Tool

vault_graph_stats + CC file write

Protocol

  1. Gather all dimension pages and their values
  2. Reconstruct the matrix from graph edges
  3. Format as markdown table(s) with cell status markers
  4. Write to topics/dimensional-matrix.md
  5. Include summary statistics (coverage %, top gaps, key patterns)

HARD-GATE

Yield

Returns: { dimensions: number, total_cells: number, coverage_pct: number, export_path: string }

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/matrix-export commit 3d795c3321

Frequently asked questions

npx skillmds@latest add yogsoth-ai/matrix-export