Synthesize all rounds into a final consensus report documenting agreements, dissent, and process.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill consensus-synthesis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Consensus Synthesis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-consensus-synthesis)More formats (shields.io, HTML) on the badges page.
---
name: consensus-synthesis
description: Synthesize all rounds into a final consensus report documenting agreements, dissent, and process.
execution: subagent
prompt: ./prompt.md
input: rounds_history, final_judgments
used-by: structured-consensus
---
# Consensus Synthesis
Produce the final consensus report that synthesizes all rounds of iteration into a coherent document. Reports what was agreed, what remains contested, how the process evolved, and the strength of conclusions.
## Execution
Spawn a subagent that takes the full rounds history and final judgments, then produces a comprehensive consensus report.
## Why Subagent
- Synthesis requires integrating information across all rounds
- Report generation is a bounded writing task
- Final deliverable must be well-structured and complete
## HARD-GATE
Output MUST contain: `consensus_report` with sections for `agreements`, `dissent_record`, `process_summary`, and `confidence_assessment`. All items from the process must be accounted for.
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!