Prompt #106
Back to promptsAgentic Task Decomposition
- Variables
- task, tools, constraints
- Tags
- agentic,orchestration,planning,multi-agent
- Source
- research-2026-05-01
- Use count
- 0
- Created
- 2026-05-01T18:11:52.162090+00:00
- Updated
- 2026-05-01T18:11:52.162090+00:00
Content
Decompose the following complex task into a parallel agent execution plan.
Task: {{task}}
Available tools: {{tools}}
Constraints: {{constraints}}
Output format:
## Wave 1 (parallel, no dependencies):
- Agent A: [subtask] β outputs: [artifacts]
- Agent B: [subtask] β outputs: [artifacts]
## Wave 2 (depends on Wave 1):
- Agent C: [subtask] β inputs: [Wave1 outputs] β outputs: [artifacts]
## Final Integration:
- How outputs are combined
- Validation step
For each agent specify: model recommendation, expected tokens, can_fail: true/false