simmer-judge-board

Dispatch three judges to score, deliberate, and synthesize consensus scores with a single ASI.

14|3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/2389-research/simmer --skill simmer-judge-board
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simmer-judge-board
Source: https://github.com/2389-research/simmer/tree/main/skills/simmer-judge-board
Command: npx skills add https://github.com/2389-research/simmer --skill simmer-judge-board

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches a panel of judges to independently score a candidate, deliberate, and converge on consensus scores + a single ASI. The board's output is indistinguishable from a single judge's output for the orchestrator, while offering diverse perspectives and deeper checks.

Core Features & Use Cases

  • Dispatches 3 judges with distinct lenses to score the candidate in parallel.
  • Runs one deliberate round to challenge scores and surface blind spots.
  • Synthesizes consensus scores plus a single ASI in a unified report that preserves the standard output format.
  • Can be dispatched by the simmer orchestrator in JUDGE_MODE: board; not invoked directly by users.
  • Applies to text, prompts, pipelines, or code refinement workflows where bias or stagnation is a risk.

Quick Start

Invoke the simmer judge board to run three independent judges, deliberate, and synthesize consensus scores with a single ASI.

Frequently Asked Questions about simmer-judge-board

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does panel-based evaluation reduce bias in iterative refinement workflows?

Panel-based evaluation reduces bias by dispatching multiple judges with distinct lenses to independently score a candidate, deliberate on differences, and converge on consensus scores, surfacing blind spots that a single judge might miss.

What is the best way to run consensus scoring for text or code pipelines?

The best way to run consensus scoring is to dispatch a panel of three independent judges to evaluate the candidate in parallel, enforce one deliberation round to challenge scores, and synthesize a unified report with consensus scores and a single ASI.

Can I use a judge board for prompt evaluation without changing my orchestrator's format?

Yes, you can use a judge board for prompt evaluation because it outputs a unified report that preserves the standard single-judge format, ensuring the orchestrator receives indistinguishable results while gaining diverse perspectives.

Does multi-judge deliberation work with iterative code refinement contexts?

Multi-judge deliberation works with iterative code refinement by applying diverse perspectives to challenge scores and surface blind spots, driving robust improvements across text, code, or pipelines where stagnation is a risk.

When do I need a multi-judge board instead of a single judge for evaluation?

You need a multi-judge board when iterative evaluation contexts require multiple lenses to surface blind spots and drive robust improvements, especially when bias or stagnation is a risk in text, code, or pipeline refinement.

What are the limitations of using a deliberation board for candidate evaluation?

A limitation of the deliberation board is that it enforces exactly one round of deliberation and cannot be invoked directly by users; it must be dispatched by the simmer orchestrator in board mode.