# Assumption Stress Test

> Systematic stress testing of assumptions — surface, classify by vulnerability, attack, assess fragility. Combines assumption-surfacing (shared), abp-vulnerability-classification, and clr-validation SOPs.

- Skill: `yogsoth-ai/assumption-stress-test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/assumption-stress-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/assumption-stress-test/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yogsoth-ai (https://skillmd.com/u/yogsoth-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yogsoth-ai/assumption-stress-test

---


# Assumption Stress Test

Systematically stress-test assumptions to find dangerous ones.

## Operations

- assumption-surfacing (shared) — extract all implicit assumptions
- abp-vulnerability-classification — classify by load-bearing × vulnerable
- clr-validation — validate causal logic of critical assumptions

## Available SOPs

**Shared:** assumption-surfacing
**Subagent:** abp-vulnerability-classification, clr-validation
**Import:** paper-research

## Execution Guidance

Surface all assumptions (shared SOP). Classify each by load-bearing × vulnerable matrix. Validate causal logic of most critical assumptions (High-Load × High-Vulnerable quadrant).

## Minimum Yield

```
<HARD-GATE>
- assumptions surfaced: >= 5
- vulnerability classifications: >= 5
- CLR validations on critical assumptions: >= 2
- dangerous assumptions identified: >= 1
</HARD-GATE>
```

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| abp-vulnerability-classification | Classify 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. |
| clr-validation | Apply Goldratt's 8 Categories of Legitimate Reservation to validate causal claims. Tests clarity, existence, sufficiency, and logical integrity. |
| deep-insight-assumption-surfacing | Systematically extract implicit assumptions from methods, frameworks, or arguments. Identifies what is taken for granted without explicit justification. |
| deep-insight-paper-research | Full-text paper reading via three-pass Keshav method. Import of literature-engine/literature-research skill. Authoritative source for claims about paper content. |

<!-- END available-tables (generated) -->

