Troubleshooting

Eight avoidable ways a shift falls apart

Most failed service is not one dramatic mistake. It is a skipped check, a missing topping, a dirty plate, or an unowned station that compounds for several customers.

Fix the leaks

Mistake → recovery

Mistake 01

Cooking before reading

Fix: The base may be right while the toppings are wrong. Read the whole ticket before touching the station.

Mistake 02

Skipping a cooking step

Fix: Complete the current station’s cooking interaction before plating the item.

Mistake 03

Ignoring the order display

Fix: The kitchen screen exists so the team does not have to reconstruct orders from chat.

Mistake 04

Forgetting the camera check

Fix: A customer can require a check even when the queue is busy. Build verification into the register routine.

Mistake 05

Mixing up the two coffees

Fix: Customer coffee and the staff drink used for sanity are separate items. Keep the staff supply out of the serving workflow.

Mistake 06

Leaving plates everywhere

Fix: Dirty dishes become a delayed bottleneck. The runner should clear them on every return trip.

Mistake 07

Letting one person do every job

Fix: The cafe has enough parallel work to overwhelm a single generalist. Give each player a home station.

Mistake 08

Continuing through a power failure

Fix: If appliances stop, fix the cause before building a larger queue of unfinished food.

Emergency reset

When nobody knows which order is next

  1. 1. Stop accepting and prepping. Prevent the queue from changing while the team rebuilds its shared picture.
  2. 2. Read the kitchen display. Identify the oldest active ticket and its exact toppings.
  3. 3. Clear unrelated items. Move wrong, abandoned, or unknown dishes out of the active path.
  4. 4. Finish one ticket. Cook, serve, and clear it end to end.
  5. 5. Restore home stations. Resume intake only when register, hot line, and runner roles are covered again.