# Load Bearing Identification

> Identify which factors are "load-bearing walls" — factors whose removal would collapse the conclusion.

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

---


# Load-Bearing Identification

Synthesizes ablation, necessity, and sufficiency results to identify critical factors.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent.

## Why Subagent

Final synthesis requires weighing multiple evidence streams to produce a definitive ranking.

## Input

- **ablation_results**: Degradation scores from factor removal
- **necessity_scores**: PN scores per factor
- **sufficiency_scores**: PS scores per factor

## Output

- **load_bearing_factors**: Ranked list of critical factors
- **classification**: Each factor classified into necessity-sufficiency quadrant
- **confidence**: Confidence in each classification
- **summary**: Overall structural assessment

## Budget

One unit = one synthesis per campaign run.

<!-- 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) -->

