Classify items as consensus or dissensus at a given threshold.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill consensus-classification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Consensus Classification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-consensus-classification)More formats (shields.io, HTML) on the badges page.
---
name: consensus-classification
description: Classify items as consensus or dissensus at a given threshold.
execution: subagent
prompt: ./prompt.md
input: judgments[], threshold
used-by: structured-consensus
---
# Consensus Classification
Classify each item (question, indication, or topic) as having reached consensus or remaining in dissensus at the specified threshold. Produces two clean lists with supporting evidence.
## Execution
Spawn a subagent that takes judgments and a threshold value, then classifies each item and provides the evidence for classification.
## Why Subagent
- Classification is a bounded analytical task
- Output structure is standardized
- Feeds directly into synthesis and reporting
## HARD-GATE
Output MUST contain: `consensus_items[]` and `dissensus_items[]` arrays. Every item in the input must appear in exactly one list. Each item must include its score and classification rationale.
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!