Skip to content

Part 5 of 7 · Housekeeping dispatcher series ~5 min read

What ready actually means, and who says it

The final state of every room in this system is set by a person looking at it, and resisting the temptation to infer it is what makes the whole thing trustworthy to reception.

Key takeaways

  • Cleaned and inspected are different states with different meanings.
  • Neither is ever set automatically, by a timer or by anything else.
  • A maintenance issue found mid-clean is a different workflow and needs one tap.
  • Reception sees the state and the time it was set, not a prediction.
  • Inspection rates can fall over time; measure them.

Two states

StateSet byMeans
DirtyCheckout, or the day rolling overNeeds attention
In progressThe housekeeper startingSomebody is in there
CleanedThe housekeeper finishingThe work is done, in their judgement
InspectedA supervisor, or a sampled checkVerified, and sellable
Out of orderAnybody who finds a faultNot sellable until fixed

The distinction between cleaned and inspected matters most at the moment reception is under pressure. A guest is waiting, a room shows cleaned but not inspected, and somebody has to decide whether to give it out. That is a judgement, and it is only possible if the two states are separate.

Collapsing them into one loses that option in both directions: either every room waits for an inspection that may be twenty minutes away, or no room is ever verified.

Never inferred

A room does not become cleaned because a timer expired, because the housekeeper’s list moved on, or because the average clean time has passed. It becomes cleaned when somebody says it is.

This sounds obvious and the pressure to infer it is real, because housekeepers forget to mark rooms and reception wants current information. The correct fix is making the marking take one tap, not guessing.

The maintenance issue

How a maintenance issue found during cleaning is reportedA vertical chain of five steps entered by a box labelled Something is wrong, found mid-clean. Step one takes one tap to report from the room list. Step two takes an optional photograph, usually taken. Step three asks whether the room can be sold, with the housekeeper deciding; if not it exits to Out of order, which reception sees immediately. Step four marks it cleaned with a note, sellable but flagged. Step five sends it to maintenance as a job rather than a note. A note says the third gate is a judgement and the housekeeper is the person who can make it.AWS ACCOUNTSomething is wrongfound mid-cleanOne tap to reportfrom the room listPhotograph optionalusually takenCan the room be sold?the housekeeper decidesOut of orderreception sees it nownoCleaned, with a notesellable, but flaggedTo maintenanceas a job, not a noteThe third gate is a judgement and the housekeeper is the person who can make it.
Fig 1. How a fault found during cleaning is handled. The judgement about sellability sits with the person standing in the room, which is the only place it can sit.
  • Compute
  • App integration
  • Machine learning
  • Security & identity
  • Analytics
  • Front-end & mobile

A job, not a note

Maintenance issues reported as free text in a housekeeping system go nowhere. Creating an actual job, in whatever the maintenance process is, is what makes the report worth making, and a housekeeper who reports three things that are never fixed stops reporting.

This is the same principle as the deferral record in Day 118: the reporting mechanism only survives if the reports visibly lead somewhere.

What reception sees

What reception sees about a room's readiness stateA horizontal row of five boxes. Room two one four: cleaned at eleven forty-two. Not yet inspected, stated plainly. No prediction, and no ready in ten minutes. One flagged issue: shower pressure. Reception decides, with the facts. A note says a predicted ready time will be quoted to a guest and then missed.WHAT THE FRONT DESK SEESRoom 214cleaned 11:42Not yet inspectedstated plainlyNo predictionno 'ready in 10 mins'One flagged issueshower pressureReception decideswith the factsA predicted ready time will be quoted to a guest and then missed.
Fig 2. The room state as reception sees it. Every element is an observed fact with a timestamp, and there is no estimate anywhere.
  • Compute
  • Security & identity
  • Management
  • Analytics
  • People

The absence of a prediction is the same principle as the delivery exception handler in Day 116: an estimated time will be passed on to a guest as a promise, and a promise based on an average is broken often enough to be worse than the honest answer.

Measuring inspection

Inspection rates fall over time, quietly, because inspecting is the thing that gets dropped on a busy day. A hotel that believes it inspects every room and actually inspects sixty per cent of them has a quality process that exists mainly in a policy document.

Counting is free once the states are separate: what proportion of rooms went from cleaned to inspected, and how long the gap was. Both numbers are worth putting in front of somebody monthly.

What this system does not do

It does not set states automatically, it does not predict ready times, it does not override do-not-disturb, and it does not rank people by speed. The last one is worth stating: the timing data exists to allocate work fairly, and turning it into a productivity ranking would make everybody stop marking rooms accurately, which destroys the data the fairness depends on.

Next: what all of this costs to run.

All posts