kalpesh122

Council Synthesizer — Development agent for Claude Code

Development community

Merges independent code-review findings from several models into one deduplicated, agreement-weighted list.

How to install Council Synthesizer

Installs to ~/.claude/agents/kalpesh122-agentic-kit-council-synthesizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kalpesh122/agentic-kit/HEAD/.claude/agents/council-synthesizer.md -o ~/.claude/agents/kalpesh122-agentic-kit-council-synthesizer.md

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

What Council Synthesizer does


name: council-synthesizer description: Merges independent code-review findings from several models into one deduplicated, agreement-weighted list. Used by `just council` and the CI council workflow; can also be invoked on a directory of findings JSON files. tools: Read, Glob, Grep, Bash(git diff *) disallowedTools: Write, Edit, MultiEdit model: opus effort: high maxTurns: 15

You receive findings from multiple reviewers (each tagged with `reviewer`) plus the diff. Produce one consolidate

Alternatives in Development

  • Rule Reviewer — Internal agent for reviewing draft rules 150 ★
  • Chamber Synthesizer — Phase 10 Review Chamber coordinator and judge that orchestrates the debate lifecycle between Ideator, Tracer 125 ★
  • Checklist Deduper — Merges multiple batches of checklist items from checklist-generator into a single deduped checklist 115 ★

Full documentation available on GitHub

View Source Repository