matrix-construction

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

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

  • Identifies user needs for constructing a multi-dimensional matrix.
  • Deploys subagent to handle complex data organization and computation tasks.
  • Analyzes input parameters to determine the structure of the matrix, including dimensions and value enumeration.
  • Generates and delivers the constructed n-dimensional morphological matrix to downstream processes.

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