path-generation

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/path-generation

Generates diverse paths through reduced solution spaces for exploration

  • Solves the problem of exploring novel configurations in consistent spaces
  • Depends on reduced_space input from morphological analysis or parameter variation
  • Prioritizes unexplored paths using coverage, novelty, and diversity criteria
  • Returns structured paths for downstream analysis or implementation

SKILL.md

.github/skills/path-generationView on GitHub ↗
---
name: path-generation
description: Generate combination paths through consistent space
execution: subagent
prompt: ./prompt.md
input: reduced_space (object)
used-by: zwicky-box-construction, general-morphological-analysis, parameter-variation
---

# Path Generation

Generate combination paths through the consistent solution space, prioritizing unexplored and novel configurations.

## Execution

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

## Why Subagent

Path generation requires strategic traversal of the reduced solution space, selecting configurations that maximize coverage, novelty, and diversity rather than random sampling.

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