delegate_to_subagents
Assign development tasks to specialized Goose CLI subagents, enabling parallel or sequential execution across roles like backend developers, frontend developers, and QA engineers for autonomous task fulfillment.
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) |