| name | matrix-export |
| description | SOP for exporting the dimensional matrix as a readable document or structured data. |
| execution | sop |
| used-by | matrix-generation, gap-prioritization |
Matrix Export
Export the dimensional matrix as a readable summary document.
Tool
vault_graph_stats + CC file write
Protocol
- Gather all dimension pages and their values
- Reconstruct the matrix from graph edges
- Format as markdown table(s) with cell status markers
- Write to
topics/dimensional-matrix.md
- Include summary statistics (coverage %, top gaps, key patterns)
HARD-GATE
Export must be readable without vault access — self-contained with all dimension names and values.
Yield
Returns: { dimensions: number, total_cells: number, coverage_pct: number, export_path: string }