# Critical Constraint

### The Rate Limiting Step

In the car assembly line, the maximum rate of production is = the lowest common rate of all components production. ONLY the lowest common rate of production.

Hence, the input car part that is the slowest (most lagging) is the one in control of the production rate. Only a change here, will impact the output.

In chemistry, there exists a similar concept: Rate Determining Step.

###

### Solve only 1 problem, the critical problem; at a time.

See progress in terms of speed. Find the critical constraint that is reducing the rate of progress.

Only solve that, until it isn't the critical constraint anymore. Then move to the new critical constraint.&#x20;

Any neuron spent on anything else is motion, not progress.<br>

### Critical path is the shortest path

A string of critical problems solved, leading to the outcome is the critical path. This is the holy grail of productivity.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://playbook.thevantageproject.com/executing/critical-constraint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
