Little's law (org design)
Summary
A relationship between how many things are work in progess and how long it takes any one item to get done.
work_in_progress = throughput * average_wait_time
If there are more things dependent on one shared resource then the wait time will increase.
Resolution
Similar to [[ Kanban ]] restrict the total number of work items directly dependent on you and delegate effectively.