# Multi Model Convergence

> Wimsatt-style multi-method cross-validation — enumerate assumptions, generate alternative models, compare results, flag divergences.

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

---


# Multi-Model Convergence

Test robustness by checking if conclusions survive across different modeling choices.

## Operations

- assumption-enumeration → alternative-model-generation → convergence-assessment → fragility-flagging

## Available SOPs

**Subagent:** assumption-enumeration, alternative-model-generation, convergence-assessment, fragility-flagging
**Import:** paper-research

## Execution Guidance

For each key assumption, generate at least one alternative model. Run all models, compare outputs. Results that converge are robust; results that diverge are fragile.

## Minimum Yield

```
<HARD-GATE>
- assumptions enumerated: >= 5
- alternative models generated: >= 3
- convergence assessments: >= 1
- fragility flags: assessed
</HARD-GATE>
```

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

## Available SOPs

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

| SOP | When to use |
| --- | --- |
| alternative-model-generation | Generate alternative model formulations by relaxing, replacing, or generalizing specific assumptions. |
| convergence-assessment | Compare results across multiple model variants — quantitative agreement metrics and qualitative conclusion stability. |
| deep-insight-assumption-enumeration | Systematically identify all assumptions in a method/model — structural, parametric, distributional, and scope assumptions. |
| 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. |
| fragility-flagging | Identify which specific assumption changes cause conclusion divergence. Rates fragility severity and plausibility of alternatives. |

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

