delegate_to_subagents
Assign development tasks to specialized subagents like backend, frontend, and QA engineers for autonomous execution in parallel or sequential modes, optimizing workflow efficiency.
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) |