orchestrate_objective_structured
Orchestrate complex objectives through structured phased workflow: research, plan, execute, monitor, and cleanup.
Instructions
Execute structured phased orchestration with intelligent model selection (Research → Plan → Execute → Monitor → Cleanup)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the structured orchestration - should be descriptive and concise | |
| objective | Yes | Detailed description of the objective to be orchestrated using structured phased workflow. This should be a clear, comprehensive statement of what needs to be accomplished. | |
| 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. | |
| maxDuration | No | Maximum duration in minutes for the orchestration. Defaults to 60 minutes. The orchestration will be cancelled if it exceeds this duration. | |
| enableProgressTracking | No | Whether to enable detailed progress tracking and real-time updates. Defaults to true. | |
| customPhaseConfig | No | Optional configuration to enable/disable specific phases. Keys can be "research", "plan", "execute", "monitor", "cleanup". All phases are enabled by default. |