matrix-construction

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/matrix-construction

Build an n-dimensional morphological matrix from parameters and their enumerated values.

SKILL.md

.github/skills/matrix-constructionView on GitHub ↗
---
name: matrix-construction
description: Build n-dimensional morphological matrix
execution: subagent
prompt: ./prompt.md
input: parameters (array), values (object)
used-by: zwicky-box-construction, general-morphological-analysis
---

# Matrix Construction

Build an n-dimensional morphological matrix from parameters and their enumerated values.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent skill.

## Why Subagent

Matrix construction requires careful organization of multi-dimensional data, computing combination counts, and presenting the matrix in a format suitable for downstream CCA and path generation.

More from yogsoth-ai/de-anthropocentric-research-engine