direct-analogy-generation
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/direct-analogy-generationGenerates direct analogies from nature, tech, and society with structural mappings
- Solves problems by finding cross-domain analogies with similar structures
- Uses subagent execution for focused analogy search and mapping
- Analyzes problem structure to identify non-obvious parallels
- Returns list of analogies with explicit structural correspondences
SKILL.md
.github/skills/direct-analogy-generationView on GitHub ↗
--- name: direct-analogy-generation description: Find direct analogies from nature/tech/society that share structural properties with the problem. Produces analogy list with structural mappings. execution: subagent prompt: ./prompt.md input: problem (string) used-by: synectics, direct-analogy, excursion-method --- # Direct Analogy Generation Find direct analogies from nature, technology, and society. ## Execution Subagent — spawned via subagent-spawning/spawn-agent skill. ## Why Subagent Direct analogy generation requires broad cross-domain knowledge search and careful structural mapping. Benefits from dedicated focus on finding non-obvious parallels without premature solution generation.
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.