Plan budget
plan_budgetMap a token budget onto the priority-ordered open queue, assign tickets to days, and report the budget cutline with cost split. Optionally restrict to a sprint.
Instructions
Map a token budget onto the priority-ordered open queue BEFORE spending it: assigns tickets to days (greedy load-balance), draws the cutline where the budget runs out, and reports the Opus/Sonnet split with blended cost units. Optionally restrict to one sprint. When account-wide planLimits is captured (set_global_config), also returns an additive blendPlan (FBMCPF-279): days to reset, the fable/non-fable percent-per-day pace that converges both weekly meters, and concrete parallel-wave suggestions sized from the open backlog's effort and the board's historical tokens-per-ticket. The token budgeting is unchanged. Read-only — apply model choices with update_task labels if you want them stuck.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| sprint | No | Limit the plan to tickets in this sprint. | |
| project | Yes | ||
| budgetTokens | No | Weekly token budget (default 25M). |