taxonomy-mapping

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

Constructs hierarchical field maps from paper collections with taxonomy, counts, and maturity indicators

  • Organizes research papers into structured taxonomies with parent/child relationships
  • Uses subagent execution to maintain context and refine hierarchies iteratively
  • Analyzes paper metadata and content to determine thematic groupings and maturity
  • Delivers structured output with node counts and hierarchy for scoping surveys
SKILL.md
.github/skills/taxonomy-mappingView on GitHub ↗
---
name: taxonomy-mapping
description: Construct a hierarchical field map from paper collection — multi-level taxonomy with parent/child relationships, paper counts per node, and maturity indicators. Used by scoping-survey.
execution: subagent
prompt: ./prompt.md
input: paper_collection (string), field_context (string)
used-by: literature-survey
---

# Taxonomy Mapping

Construct a hierarchical field map from a paper collection.

## Execution

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

## Why Subagent

Taxonomy construction requires holding the entire paper collection in context and iteratively refining hierarchical relationships. Dedicated context for this structural analysis.
More from yogsoth-ai/de-anthropocentric-research-engine