---
name: yogsoth-ai/load-bearing-identification
source: https://app.decimal.ai/s/yogsoth-ai-load-bearing-identification@1/SKILL.md
source_sha256: 73d0d187ce70
---

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