winner-stress-testing
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/winner-stress-testingStress-test winning candidate to expose hidden weaknesses before commitment
- Identifies failure modes and assumptions in high-stakes decisions
- Uses Pre-mortem, Red Teaming, and Failure Mode Analysis tactics
- Evaluates severity and applies minimum budget requirements for rigor
- Produces a verdict with conditions for acceptance or rejection
SKILL.md
.github/skills/winner-stress-testingView on GitHub ↗
---
name: winner-stress-testing
description: Stress-test the winning candidate using Pre-mortem, Red Teaming, and Failure Mode Analysis to expose hidden weaknesses before commitment.
used-by: steel-manning
---
# Winner Stress-Testing
**Purpose:** Subject the convergence winner to rigorous adversarial pressure, identifying failure modes, hidden assumptions, and boundary conditions that could cause the decision to fail in practice.
**When to use:**
- After a winner has been selected but before final commitment
- When the decision carries high stakes or irreversibility
- When the winner was selected by narrow margin
- When implementation risk is uncertain
## Budget
| Metric | Minimum |
|--------|---------|
| Attack angles | >= 3 distinct failure vectors |
| Assumptions challenged | >= 5 |
| Pre-mortem scenarios | >= 3 |
| Severity threshold | All HIGH severity findings must be addressed |
## State Ledger
```yaml
winner: <candidate>
attack_vectors_applied: []
assumptions_found: []
failure_modes: []
severity_ratings: {}
verdict: null # ACCEPT | REJECT | REVISE
conditions_for_acceptance: []
```
## Available Tactics
| Tactic | When to Deploy |
|--------|---------------|
| assumption-excavation | Default — extract and challenge winner's assumptions |
| adversarial-debate-protocol | When specific weaknesses need formal debate |
| multi-perspective-attack | When winner affects multiple stakeholder groups |
## Available SOPs
- assumption-extraction — surface hidden assumptions in the winner
- assumption-challenge — attack each assumption
- conclusion-sensitivity — map which assumptions are load-bearing
- critic-attack — direct attack on winner's case
- judge-verdict — render accept/reject/revise
## Execution Guidance
1. Deploy assumption-excavation to surface and challenge assumptions
2. Identify critical assumptions from sensitivity map
3. For each critical assumption, assess mitigation feasibility
4. If >= 1 unmitigable critical assumption, verdict is REVISE or REJECT
5. Record all findings in Challenge Ledger
## Output Format
```yaml
strategy: winner-stress-testing
winner: <candidate>
assumptions_found: <count>
critical_assumptions: <count>
failure_modes:
- mode: <description>
severity: HIGH | MEDIUM | LOW
mitigable: true | false
verdict: ACCEPT | REJECT | REVISE
conditions: []
recommended_modifications: []
```
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.