A process between several departments
Starting problem
An enquiry passes through several departments; each keeps its own records and manually passes data to the next.
Superficial decision
Create a shared system with fields for every department and a status for each stage.
Architecture question
Who is responsible for the result at each handoff, and which data is created only because the previous step is not trusted?
Solution
Define a single source of data, shorten handoffs and assign responsibility for the result, not the stage.
Operational consequence
Some handoffs disappear together with repeated data entry, and delays no longer depend on individual people’s workload.

