Theory of Constraints
  • 05 Aug 2021
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Theory of Constraints

  • Dark
    Light
  • PDF

Article Summary

Theory of Constraints is an optimisation process developed by Dr. Eliyahu Goldratt is his famous business novel The Goal.

Theory of Constraints builds on decades of research of Agile engineering methodologies, dating back to the Toyota Production System and Lean thinking.

As software development is typically an area of new product development (as opposed to repetitive production work), it is better suited to optimising software development process than either Six Sigma or Lean thinking.

image.png

The general optimisation process used by Theory of Constraints is as follows:

  1. Identify the system's constraint(s).
  2. Decide how to exploit the system's constraint(s).
  3. Subordinate everything else to the above decision(s).
  4. Alleviate the system's constraint(s).

Optimising Development Process

Theory of Constraints can be applied to software development using a workflow as follows:

  1. Review Cycle Time.
  2. Drill into Cycle Time to find the constraint of the Software Development Life Cycle.
  3. Decide how to exploit that constraint.
  4. Focus the EngProd team's efforts on exploiting that effort.
  5. Once the bottleneck is removed, restart from step 1.

References


Was this article helpful?