zwicky-box-construction
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/zwicky-box-constructionConstructs Zwicky morphological boxes for systematic exploration of parameter combinations
- Solves complex design or analysis problems by exploring parameter-value combinations
- Uses value-enumeration and matrix-construction SOPs for structured exploration
- Filters inconsistent combinations via consistency-checking and path-generation
- Delivers synthesized outputs through morphological-synthesis for decision-making
SKILL.md
.github/skills/zwicky-box-constructionView on GitHub ↗
--- name: zwicky-box-construction description: "Classic Zwicky box: parameter identification → value enumeration → matrix construction" execution: strategy used-by: morphological-exploration --- # Zwicky Box Construction Classic Zwicky morphological box: identify parameters, enumerate values, construct matrix, generate combinations. ## State Ledger | Resource | Target | Current | % | |----------|--------|---------|---| | web-search | 25 | 0 | 0% | | web-research | 8 | 0 | 0% | | paper-overview | 25 | 0 | 0% | | paper-search | 15 | 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 × value combinations | | consistency-checking | Filter inconsistent combinations | ## Available SOPs | SOP | Role | |-----|------| | value-enumeration | Enumerate 3-5 values per parameter | | matrix-construction | Build the morphological matrix | | path-generation | Generate combination paths | | morphological-synthesis | Synthesize final output | ## Execution Guidance 1. **Parameter identification**: Use parameter-identification SOP to extract orthogonal dimensions 2. **Value enumeration**: Run value-enumeration SOP for each parameter (3-5 values including extremes) 3. **Matrix construction**: Build n-dimensional matrix via matrix-construction SOP 4. **Combination generation**: Generate paths through the matrix via path-generation 5. **Synthesis**: Produce structured output via morphological-synthesis
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.