Decompose goal into tasks
decomposeTransform ambiguous objectives into actionable steps by generating atomic tasks with acceptance criteria and dependencies. Supports optional time budget.
Instructions
Break a vague goal into a small ordered list of atomic 5-90 minute tasks with explicit acceptance criteria and dependency edges. Stateless: returns tasks but does NOT persist them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| time_budget | No | Optional total time budget as an ISO-8601 duration, e.g. 'PT2H' (2 hours) or 'PT90M' (90 minutes) — not prose like 'a couple of hours'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||