Identifies agreement and disagreement patterns across multiple perspective evaluations. Maps consensus clusters and persistent divergence points.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill divergence-detection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Divergence Detection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-divergence-detection)More formats (shields.io, HTML) on the badges page.
---
name: divergence-detection
description: Identifies agreement and disagreement patterns across multiple perspective evaluations. Maps consensus clusters and persistent divergence points.
execution: subagent
prompt: ./prompt.md
input: perspective_outputs (string), round_number (string)
used-by: [multiagent-debate]
---
# Divergence Detection
Identifies agreement/disagreement across perspectives.
## Execution
Subagent — spawned via subagent-spawning/spawn-agent.
## Why Subagent
Divergence analysis requires comparing all perspective outputs simultaneously in dedicated context without being anchored to any single perspective.
## Input
- **perspective_outputs**: All perspective-critic outputs from current round
- **round_number**: Current deliberation round (for tracking convergence trend)
## Output
- **consensus_points**: Issues where >70% of perspectives agree
- **divergence_points**: Issues where >50% of perspectives disagree
- **convergence_trend**: Whether disagreements are shrinking, stable, or growing
- **irreconcilable**: Points unlikely to resolve through further deliberation
## Budget
One unit = one divergence analysis per round.
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!