critical_path
Compute critical path with merge-bias adjustment for project schedules. Identifies critical tasks and slack by applying duration increases for tasks with multiple predecessors.
Instructions
Compute critical path with merge-bias adjustment for project schedules.
Performs forward/backward pass to identify critical tasks and slack. Applies merge bias: tasks with >2 predecessors get 5% duration increase per extra predecessor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | All tasks in the project graph. Each task must have a unique name. | |
| task_type | No | Optional task type for feedback matching. |