consensus
Compare multiple implementation options and converge on one decision with explicit tradeoffs.
Purpose
Use this skill when the team must choose among competing technical approaches.
Trigger
- There are 2+ viable options
- Decision quality materially affects delivery risk
- User asks for recommendation with rationale
Workflow
- Define decision criteria.
- Generate candidate options.
- Score options against criteria.
- Select one option and explain rejections.
- Produce actionable implementation handoff.
Output Template
## Criteria
- ...
## Option Table
| Option | Speed | Risk | Maintainability | Reversibility |
| --- | --- | --- | --- | --- |
## Decision
- ...
## Handoff
- ...