veto_benchmark
Runs a parallel council debate on two competing approaches and returns a structured winner analysis with confidence delta and council reasoning to help choose between valid options.
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. |