orchestrate_objective
Spawn an architect agent to coordinate multi-agent objective completion. Define a title and objective; the agent delegates tasks to specialized agents within the specified repository.
Instructions
Spawn architect agent to coordinate multi-agent objective completion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the orchestration objective - should be descriptive and concise | |
| objective | Yes | Detailed description of the objective to be orchestrated by the architect agent. This should be a clear, comprehensive statement of what needs to be accomplished across multiple specialized agents. | |
| repositoryPath | Yes | Absolute path to the repository where the orchestration will take place. This is the working directory for all spawned agents. | |
| foundationSessionId | No | Optional session ID for cost optimization. When provided, all spawned agents will share this session context, reducing token costs by 85-90% through shared conversation history. |