# Convergence Assumption Challenge

> Construct the strongest counter-argument against a specific assumption and propose alternatives.

- Skill: `yogsoth-ai/convergence-assumption-challenge` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/convergence-assumption-challenge`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/convergence-assumption-challenge/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/convergence-assumption-challenge

---


# Assumption Challenge

Attacks a specific assumption adversarially — constructing the strongest argument for why it might be wrong, proposing an alternative assumption, and assessing the impact on the overall decision if the assumption fails.

## Execution

Spawns a subagent that takes a single assumption and builds the strongest possible case against it.

## Why Subagent

- Challenge requires adversarial mindset isolated from the assumption-maker
- Each assumption deserves focused, dedicated attack
- Isolation prevents the challenger from being "too kind" to assumptions

## HARD-GATE

Output must include:
- Challenge argument with evidence or reasoning
- At least 1 alternative assumption (what if the opposite is true?)
- Impact assessment if the assumption is wrong
- Confidence in the challenge itself (is this a real threat or theoretical?)

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

## Available SOPs

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

| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |

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

