Identify bottleneck dimensions from radar data with severity ranking.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill convergence-bottleneck-identification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Convergence Bottleneck Identification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-convergence-bottleneck-identification)More formats (shields.io, HTML) on the badges page.
---
name: convergence-bottleneck-identification
description: Identify bottleneck dimensions from radar data with severity ranking.
execution: subagent
prompt: ./prompt.md
input: radar_data
dependencies:
sops:
- spawn-agent
---
# 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) -->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!