structural-mapping

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/structural-mapping

Maps structural correspondences between source and target domains

  • Solves tasks requiring alignment of relational systems across domains
  • Uses subagent execution for dedicated working memory and mapping tracking
  • Analyzes relational patterns to identify corresponding, missing, and extra elements
  • Returns structured mapping tables for use in cross-domain reasoning workflows
SKILL.md
.github/skills/structural-mappingView on GitHub ↗
---
name: structural-mapping
description: Map source→target structural correspondences. Identifies corresponding, missing, and extra elements between domains.
execution: subagent
prompt: ./prompt.md
input: source_structure (string), target_domain (string)
used-by: cross-domain-discovery, analogical-transfer, design-by-analogy, bridge-validation
---

# Structural Mapping

Map source→target structural correspondences.

## Execution

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

## Why Subagent

Structure-mapping requires systematic alignment of relational systems, tracking correspondences at multiple levels simultaneously. Benefits from dedicated working memory to maintain the full mapping table.
More from yogsoth-ai/de-anthropocentric-research-engine