There are various prioritization classification systems used to specify how urgently a task needs to be completed, especially in Agile systems. For example, High, Medium, and Low. Or P0, P1, P2, and P3.
The problem that arises is how does one know what each level means? The user needs to consult a lookup table to see that P1 means that at the end of the sprint we want to have this task done, but there might be higher priority tasks ahead of it.
Continue reading “MoSCoW Priorities”