planner
Decompose a problem into atomic tasks with optional dependencies for parallel execution planning.
Instructions
Decompose a problem into atomic tasks with optional dependencies.
Use cases:
Break a feature request into ordered work items before implementation
Surface parallelizable branches in a multi-step task
Get a starting structure that the orchestrator can iterate on
depth="flat" returns a flat list (depends_on=[] always); depth="tree"
(default) lets the agent model dependencies for parallel execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | ||
| problem | Yes | ||
| depth | No | tree | |
| timeout_seconds | No |