design-space-exploration
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/design-space-explorationParametric variation + constraint satisfaction combinatorial search. Systematically explore the combinatorial design space by varying parameters under constraints to find novel viable configurations.
SKILL.md
.github/skills/design-space-explorationView on GitHub ↗
--- name: design-space-exploration description: Parametric variation + constraint satisfaction combinatorial search execution: strategy used-by: combinatorial-creativity --- # Design Space Exploration Parametric variation + constraint satisfaction combinatorial search. Systematically explore the combinatorial design space by varying parameters under constraints to find novel viable configurations. ## State Ledger | Resource | Target | Current | % | |----------|--------|---------|---| | web-search | 20 | 0 | 0% | | web-research | 8 | 0 | 0% | | paper-overview | 20 | 0 | 0% | | paper-search | 12 | 0 | 0% | | paper-research | 5 | 0 | 0% | ## HARD-GATE Cannot exit strategy until ≥80% of each budget line is consumed OR yield targets are met with justification for remaining budget. ## Available Tactics | Tactic | Role | |--------|------| | combination-mapping | Enumerate parameter dimensions and generate viable combinations | | emergence-detection | Detect emergent properties in novel configurations | ## Available SOPs | SOP | Role | |-----|------| | input-space-construction | Build parameter spaces for design dimensions | | generic-space-extraction | Extract shared constraints across configurations | | emergent-property-identification | Identify non-additive properties in novel configurations | | combinatorial-synthesis | Synthesize design space exploration outputs | ## Execution Guidance 1. **Define Parameters**: Identify independent design dimensions 2. **Set Constraints**: Define hard constraints (must satisfy) and soft constraints (prefer) 3. **Enumerate**: Use combination-mapping to systematically generate configurations 4. **Filter**: Apply constraint satisfaction to eliminate infeasible combinations 5. **Explore White Space**: Focus on unexplored regions of the feasible space 6. **Evaluate Emergence**: Check novel configurations for emergent properties 7. **Synthesize**: Compile viable novel configurations into structured proposals
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.