---
name: yogsoth-ai/convergence-bottleneck-identification
source: https://app.decimal.ai/s/yogsoth-ai-convergence-bottleneck-identification@1/SKILL.md
source_sha256: 891b85c0396c
---

# Bottleneck Identification

Analyze radar chart data to identify which dimensions are bottlenecks — the limiting factors that constrain overall feasibility. Produces a severity-ranked list of bottlenecks with analysis of why each is limiting.

## Execution

Spawns a subagent that:
1. Receives radar synthesis data
2. Identifies dimensions scoring significantly below the mean or below required thresholds
3. Analyzes why each bottleneck is limiting (gap analysis)
4. Ranks bottlenecks by severity and impact on overall feasibility
5. Suggests which bottleneck to address first

## Why Subagent

Bottleneck identification requires comparative analysis across dimensions and judgment about which low scores are truly limiting vs. acceptable given the context.

## HARD-GATE

Output MUST include: at least 1 bottleneck identified, severity ranking, and prioritized recommendation. Reject if no bottlenecks are identified (even high-readiness candidates have relative bottlenecks).

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