Predict due dates
predict_due_datesEstimates completion dates for open tasks by dividing backlog by throughput. Suggests due dates and flags those likely to slip.
Instructions
Estimate when open work will complete by dividing the backlog by the board's observed throughput (tickets closed per active day). Walks the priority-ordered queue to give each open ticket a projected completion date, suggests a due date for tickets that don't have one, and flags tickets whose existing due date is likely to slip. Read-only — apply a suggestion with update_task if you want it stuck.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asOf | No | Reference date (YYYY-MM-DD) to predict from; defaults to today. | |
| type | No | all | |
| project | Yes |