veto_benchmark
Runs parallel council debates on two approaches and returns structured winner analysis with verdict, confidence delta, and reasoning. Helps choose between valid options with unbiased judgment.
Instructions
Compares two competing approaches by running a full council debate on each in parallel, then returns a structured winner analysis with verdict, confidence delta, warning counts, and council reasoning. Use when you have two valid options and want an unbiased council judgment before committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The decision context — what problem are both approaches solving? | |
| context | No | Optional: shared context for both debates (architecture notes, constraints, team size, etc.). | |
| approach_a | Yes | First approach to evaluate. Be specific about tech choices, trade-offs, and constraints. | |
| approach_b | Yes | Second approach to evaluate. Same level of detail as approach_a. | |
| project_dir | No | Optional: auto-inject package.json and git diff context. |