LuckPicker

Tool

Standup Order Picker

A random speaking order plus a per-person time budget from your meeting length.

Standup Order Picker

A random speaking order, plus the arithmetic: divide the meeting length by the number of people and see what each person actually gets.

That number is the useful output. A fifteen-minute standup with nine people and three minutes reserved for follow-ups gives each person eighty seconds, and knowing that in advance changes how the meeting runs.

The order is redrawn each time, which is the point — a fixed order means the same person is squeezed by the overrun every single day.

How the Standup Order Picker works — and why it's fair

The order is a plain Fisher-Yates shuffle of the names you paste, so every possible order is equally likely and no position is favoured. There is no memory between runs, which is deliberate here: a standup that ran the same rotation every day would be a rotation, and this tool is for the version where the order is genuinely fresh.

The time budget is subtraction rather than modelling. Meeting length minus your reserve gives the speaking time; speaking time divided by the number of people gives the per-person budget. The running clock beside each name shows the cumulative time by which that person should have finished.

The reserve matters more than it looks. A standup with no reserve at all budgets every second to speaking, which means the first question anybody asks puts the meeting over — and the cost of that overrun always lands on whoever is speaking last. Reserving three minutes for follow-ups is what makes the per-person budget realistic rather than theoretical.

Below about forty-five seconds each, the tool warns. That threshold is a judgement rather than a measurement, and the reasoning is that under forty-five seconds people compress by dropping the blockers — the one part of a standup that is actually worth hearing — and keep the status update, which is not.

The randomisation solves a specific and well-documented problem: in a fixed order, the person who goes last is systematically penalised. They speak to a room that has already been listening for twelve minutes, they absorb every overrun that accumulated before them, and they are the first thing cut when the meeting is running late. Randomising does not remove that penalty; it distributes it, which is the most an ordering can do.

Nothing is stored. Each run is a fresh shuffle, so the same person can go first two days running — which is a genuine drawback and is why the facilitator rotation use-case recommends a rotation with a random start for the specific job of picking who runs the meeting.

When the Standup Order Picker is fair — and when it is not

What it does guarantee

  • Every possible speaking order is exactly as likely as every other.
  • The per-person budget is computed from your actual numbers rather than assumed.
  • The cumulative clock is shown per person, so overrun is visible while it is happening rather than afterwards.

What it does not

  • There is no memory between runs. The same person can go first, or last, several days running.
  • The last slot is genuinely worse and randomising only spreads that cost — it does not remove it.
  • The budget assumes people speak for equal lengths, which is the assumption every standup violates.

Two worked examples

9 people, 15 minutes, 3 reserved

  • 12 minutes of speaking time across 9 people = 80 seconds each.
  • The tool shows the cumulative clock: person 5 should finish by minute 7.
  • No warning at 80 seconds — that is a workable budget.

14 people, 15 minutes, 3 reserved

  • 12 minutes across 14 people = 51 seconds each.
  • Approaching the 45-second threshold where people start dropping blockers.
  • The honest options are a longer meeting, a smaller group, or accepting that not everyone speaks.

Meetings where order has a cost

Daily standups are the direct case, and the arithmetic is usually the revelation rather than the shuffle. Teams that have grown to fourteen people are frequently unaware that they have budgeted fifty seconds each, and seeing the number is often what triggers splitting the meeting.

Classroom presentations use the same maths with a much larger per-person budget, and the ordering matters more because the penalty for going last is larger — a tired audience is a real cost, and randomising is the fairest available way to distribute it.

Review and feedback rounds benefit from the randomisation for a different reason: the first speaker anchors everyone else, so a fixed first speaker gets to set the frame every time. Randomising rotates who does that.

For rotating a single role rather than ordering everybody, the facilitator rotation use-case explains why a rotation beats a draw there. For a multi-round order where going first repeatedly is the problem, the turn order generator offers snake ordering.

Frequently asked questions

Why does the order change every day?

Because a fixed order penalises the same person every day. Randomising spreads that cost — it cannot remove it, since the last slot is genuinely worse.

What is the reserve for?

Follow-up questions and the discussion that comes out of the updates. Without it, the first question puts the meeting over and the cost lands on whoever is speaking last.

Why does it warn below 45 seconds?

Because under that people compress by dropping their blockers and keeping their status, which is the wrong half to keep. The threshold is a judgement, not a measurement.

Does it remember yesterday's order?

No. Each run is an independent shuffle, so someone can go first two days running.

Is the cumulative clock a hard limit?

No, it is a reference. It tells you at a glance whether the meeting is on schedule while it is still possible to do something about it.

Can it pick just one person to facilitate?

It generates a full order, and you can take the first name. For a proper facilitator rotation that avoids repeats, see the standup facilitator use-case.

Does it handle people who join late?

No. Regenerate with the updated list, which produces a fresh order for everyone.

Should the budget include the person reading the board?

That is what the reserve is for. Include only the people giving updates in the name list.

Is every order equally likely?

Yes. It is a uniform Fisher-Yates shuffle, so all n! orders have identical probability.

← Back to all tools