Ways to Use a Decision Wheel at Work
Use random choice for reversible decisions, facilitation and turn order—not accountable decisions.
Published · Reviewed
Ways to Use a Decision Wheel at Work
A decision wheel works for reversible choices such as agenda order, break activities, discussion prompts or who goes first. It should not select employees for discipline, hiring, compensation, safety duties or other decisions requiring accountable judgment.
Recommended process
- Define the decision and remove unacceptable outcomes.
- Ask affected participants to review the shortlist.
- Use equal weights unless a reason is disclosed.
- Record the result only when the workflow needs it.
Worked example
A project team has four approved retrospective topics but time for one. The wheel selects the first topic; the other three remain eligible for later sessions instead of being discarded.
What to check before using the result
- Keep high-impact decisions accountable to people.
- Disclose weights and removal rules.
- Provide an accessible text result.
How the random step is handled
Random Picker Tools uses window.crypto.getRandomValues() for browser-based selection. Integer results use rejection sampling to avoid modulo bias, and complete list orders use a Fisher–Yates shuffle. This addresses the software selection step; the organizer still controls eligibility, duplicate rules, consent, accessibility and any legal requirements.
Privacy note
Normal picking and shuffling happen in the browser. Use initials or non-sensitive identifiers when possible, avoid storing unnecessary source data, and create a share link only when temporary server storage is appropriate for the people represented in the list.