constraint-injection

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/constraint-injection

Generates artificial constraints to drive creative divergence in ideas

  • Solves stagnation by introducing constraints like time, resource, or audience limits
  • Relies on subagent execution and internal constraint generation logic
  • Analyzes input ideas and selects relevant constraint types for injection
  • Returns modified ideas with applied constraints as creative variants
SKILL.md
.github/skills/constraint-injectionView on GitHub ↗
---
name: constraint-injection
description: Inject artificial constraints to force creative divergence. Generates and applies constraints (resource, time, material, audience, scale) to existing ideas to produce variants.
execution: subagent
prompt: ./prompt.md
input: problem_or_idea (string), constraint_type (string)
used-by: perspective-forcing, lateral-thinking, structural-deconstruction, morphological-exploration
---

# Constraint Injection

Inject artificial constraints to force creative divergence.

## Execution

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

## Why Subagent

Constraint injection requires generating appropriate constraints AND then reasoning about how to satisfy the problem under those constraints. The two-phase process benefits from dedicated attention.
More from yogsoth-ai/de-anthropocentric-research-engine