📄 10 — Constraints Analysis

Definition

Identify the limiting factor that governs system performance.

When to Use

• Optimization • Project planning • Throughput analysis

How It Improves Reasoning

Focuses effort where it matters most.

Steps

  1. Identify all constraints.
  2. Find the binding constraint.
  3. Optimize or remove it.

Example

A workflow is limited by a single slow API.

Prompts

• “Identify the binding constraint in this workflow.”