# Consensus Synthesis

> Synthesize all rounds into a final consensus report documenting agreements, dissent, and process.

- Skill: `yogsoth-ai/consensus-synthesis` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yogsoth-ai/consensus-synthesis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yogsoth-ai/consensus-synthesis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: yogsoth-ai (https://skillmd.com/u/yogsoth-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yogsoth-ai/consensus-synthesis

---


# 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.

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

