Agent Orchestration Planner
Automatically sequences tasks across multiple agents to achieve complex goals efficiently and reliably.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add agent-orchestration-planner npx -- -y @trustedskills/agent-orchestration-planner
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"agent-orchestration-planner": {
"command": "npx",
"args": [
"-y",
"@trustedskills/agent-orchestration-planner"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to define a sequence of tasks for an AI agent to accomplish, breaking down complex goals into manageable steps. It can orchestrate multiple calls to other skills or tools, ensuring they are executed in the correct order and with appropriate data flow. The planner generates a detailed execution plan that guides the agent's actions toward achieving the desired outcome.
When to use it
- Complex workflows: Automating multi-step processes like researching a topic, writing a draft document, and then editing it.
- Data transformation pipelines: Orchestrating skills to extract data from one source, transform it, and load it into another system.
- Automated report generation: Combining data retrieval, analysis, and formatting steps into an automated reporting process.
- Project management tasks: Breaking down a project into smaller tasks and assigning them to different AI agents or tools.
Key capabilities
- Task sequencing
- Data flow between skills/tools
- Plan generation for agent execution
- Orchestration of multiple skill calls
Example prompts
- "Create a plan to research the impact of climate change on coastal communities, then write a short report summarizing your findings."
- "Generate a workflow to extract customer data from our CRM, clean it, and load it into our analytics dashboard."
- βPlan out the steps needed to create a marketing campaign including keyword research, ad copy generation, and budget allocation.β
Tips & gotchas
The effectiveness of this skill depends on clearly defining the tasks and dependencies within your plan. Ambiguous instructions can lead to unexpected or incorrect execution sequences.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.