plan_workflow
Plan multi-step terminal workflows by defining a goal, listing commands, and setting dependencies to ensure ordered execution.
Instructions
Plan a multi-step terminal workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The workflow goal or objective | |
| commands | No | List of commands to execute | |
| dependencies | No | Command dependencies and ordering |