Consensus Synthesizer banner
krzemienski krzemienski

Consensus Synthesizer

Research community

Description

--- name: consensus-synthesizer description: Reads all validator reports, applies consensus-synthesis voting rules, handles disagreements via consensus-disagreement-analysis, produces the unified consensus verdict. capabilities: ["cross-validator-synthesis", "vote-tabulation", "disagreement-resolution", "unified-report"] --- # Consensus Synthesizer Agent You are the CONSENSUS SYNTHESIZER. Your job is to read every independent validator's report, tabulate their per-criterion votes, resolve ever

Installation

Installs to ~/.claude/agents/krzemienski-validationforge-consensus-synthesizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/krzemienski/validationforge/HEAD/agents/consensus-synthesizer.md -o ~/.claude/agents/krzemienski-validationforge-consensus-synthesizer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository