delegate_to_subagents
Delegate development tasks to autonomous subagents for parallel or sequential execution, enabling specialized roles like backend, frontend, or QA engineers to work efficiently within a defined working directory.
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) |