delegate_to_subagents
Delegate development tasks to specialized Goose CLI subagents, enabling autonomous execution for roles like backend, frontend, or QA engineers, with flexible parallel or sequential workflows.
Instructions
Delegate tasks to Goose CLI subagents for autonomous development
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agents | Yes | Array of subagents to create | |
execution_mode | No | How to execute the subagents | parallel |
task | Yes | The development task to delegate to subagents | |
working_directory | No | Working directory for the subagents (defaults to current directory) |