Cockburn Scale
The Cockburn Scale, also known as the Project Classification Scale, is a method of describing how much formal process a software project requires. The scale was described in Alistair Cockburn's book Agile Software Development. According to the author, the scale can be applied to other types of project, not only those that employ Agile methodologies.
Definition
The Cockburn Scale categorizes projects according to "criticality" and "size".Process criticality is defined as the worst probable effect of an unremedied defect:
- Loss of Life
- Loss of Essential Money
- Loss of Discretionary Money
- Loss of Comfort
A project is described by a pair of criticality and size indicators: for example, a two-person, life-critical project is categorized as a L6, while a 50-person project that, if it fails, could jeopardize the profits of an organization but not the organization's continued existence is categorized as a D100.
Application of the Scale
The criticality and size of a project can be juxtaposed on a grid:Project classes closer to the top right corner of the table require a more formal process than project classes closer to the bottom left corner.