- All else being equal, a simpler system is preferable to a more complex system.
- Complexity, structure, process, and size should only be added after a problem is identified.
- Such additions should attempt to solve the identified problem only. Avoid scope creep.
- If the problem can be solved by reducing rather than adding complexity, that solution is preferable.
A project or team should only have the structure, complexity, processes, and size necessary to solve identified problems, and no more. Start with the simplest form, and add to it only when necessary.