Critique Synthesizer banner
raymondware raymondware

Critique Synthesizer

Design community

Description

--- name: critique-synthesizer model: claude-opus-4-8 description: Merges parallel critic outputs (design-critic, hierarchy-critic, interaction-critic, microcopy-critic, copy-editor, accessibility-auditor) into a single ranked report. Deduplicates findings across critics, computes the consensus sameness score, weights findings by reviewer agreement, and emits the final critique block plus the audit header from the anti-pattern-selector. Hands the synthesized result to the post-synthesis design-g

Installation

Installs to ~/.claude/agents/raymondware-kern-critique-synthesizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/raymondware/kern/HEAD/agents/critique-synthesizer.md -o ~/.claude/agents/raymondware-kern-critique-synthesizer.md

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

Full documentation available on GitHub

View Source Repository