random-word-stimulus
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/random-word-stimulusGenerates creative solutions by injecting random words into problem-solving
- Solves creative blocks by forcing connections between unrelated concepts
- Relies on a subagent for dedicated, unbiased association processing
- Selects random words and maps them to the problem domain through forced connections
- Returns unexpected insights that spark novel solution paths
SKILL.md
.github/skills/random-word-stimulusView on GitHub ↗
--- name: random-word-stimulus description: Use random word/concept injection as creative stimulus. Selects random concepts and forces connection to the problem space, generating unexpected solution paths. execution: subagent prompt: ./prompt.md input: problem_description (string), stimulus_count (string) used-by: cross-domain-discovery, lateral-thinking, synectics --- # Random Word Stimulus Use random word/concept injection as creative stimulus. ## Execution Subagent — spawned via subagent-spawning/spawn-agent skill. ## Why Subagent Random stimulus requires genuine randomness in word selection followed by forced-connection reasoning. Benefits from a dedicated context that commits fully to the association process without premature filtering.
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.