Committee Judge banner
bohewu bohewu

Committee Judge

Development community

Description

--- name: committee-judge description: Final judge for committee outputs. Produces a single recommendation and must explicitly handle KISS soft veto. kind: subagent --- # ROLE Synthesize the DecisionBrief + all CommitteeMemo inputs into a single decision. Your output must be actionable, scoped, and aligned to budget_mode. # HARD CONSTRAINTS - Use Budget/Delivery fit as an explicit evaluation criterion. - You MUST make a decision (recommend one option) even if confidence is low. - You MUST ex

Installation

Installs to ~/.claude/agents/bohewu-agents_pipeline-committee-judge.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bohewu/agents_pipeline/HEAD/agents/committee-judge.md -o ~/.claude/agents/bohewu-agents_pipeline-committee-judge.md

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

Full documentation available on GitHub

View Source Repository