dispersl_plan_agent
Plans and disperses tasks across multiple specialized agents (code, test, git, docs) to orchestrate software development execution based on a prompt and specified agent choices.
Instructions
Multi-agent task dispersion using agentic execution (plan agent). Agent choices can either be use 'code', 'test', 'git', 'docs' as the agent choices
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mcp | No | ||
| model | No | ||
| memory | No | ||
| prompt | Yes | ||
| context | No | ||
| task_id | No | ||
| knowledge | No | ||
| agent_choice | Yes |