strategy-robustness-testing
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/strategy-robustness-testing1. **Spawn impact assessment** → `scenario-impact-assessment` (per scenario) - Pass: scenario narrative, research approach description, evaluation dimensions - Receive: multi-dimensional impact analysis per scenario
SKILL.md
.github/skills/strategy-robustness-testingView on GitHub ↗
--- name: strategy-robustness-testing description: "Orchestrates impact assessment and robustness scoring to evaluate research approach resilience across scenarios" version: 1.0.0 category: experiment-execution type: tactic used-by: scenario-planning orchestrates: - scenario-impact-assessment - robustness-scoring --- # Tactic: Strategy Robustness Testing ## Orchestration Pattern 1. **Spawn impact assessment** → `scenario-impact-assessment` (per scenario) - Pass: scenario narrative, research approach description, evaluation dimensions - Receive: multi-dimensional impact analysis per scenario 2. **Validate impact assessments** - Check: All evaluation dimensions covered? - Check: Impact ratings justified with reasoning? - Check: Assessments distinguish between scenarios (not all identical)? - If validation fails: re-spawn with clarified criteria 3. **Compile assessment matrix** - Rows: scenarios - Columns: evaluation dimensions (feasibility, relevance, competitive position, resource needs, timeline) - Cells: impact ratings (1-5 scale) 4. **Spawn robustness scoring** → `robustness-scoring` - Pass: compiled assessment matrix, scenario probabilities, weighting preferences - Receive: robustness index, sensitivity analysis, pivot triggers 5. **Validate robustness results** - Check: Index is well-calibrated (not always 50 or always 90) - Check: Pivot triggers are specific and measurable - Check: Sensitivity analysis identifies which scenarios matter most - If validation fails: re-spawn with recalibrated inputs 6. **Identify contingencies** - For each scenario where robustness < 50: define contingency action - For each pivot trigger: define monitoring mechanism - Compile into actionable contingency plan ## Quality Checks - [ ] Every scenario has a complete impact assessment - [ ] Robustness index reflects genuine variation across scenarios - [ ] Pivot triggers are observable and measurable - [ ] Contingency actions are specific and feasible - [ ] Results distinguish between "adapt" and "abandon" thresholds
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.