Task Orchestration
This skill automates complex workflows by sequencing tasks and managing dependencies, boosting productivity and streamlining processes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add task-orchestration npx -- -y @trustedskills/task-orchestration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"task-orchestration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/task-orchestration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates complex workflows by sequencing tasks and managing dependencies within a multi-agent environment. It decomposes user requests into individual agent tasks, assigns agents and skills, and manages parallel execution. The Task Orchestration Protocol is integral to the GoodVibes orchestrator's process for delivering features through multiple agents, relying on directives from the runtime engine.
When to use it
- User provides a feature request requiring multiple work streams.
- The request involves multiple domains (e.g., backend, frontend, database).
- The request can be parallelized into independent subtasks.
- The request requires coordination across multiple agents.
Key capabilities
- Decomposes feature requests into agent tasks.
- Assigns agents and skills to those tasks.
- Manages the parallel execution of tasks.
- Executes directives from the runtime engine (spawn, complete, escalate) without judgment.
- Complies with strict directive compliance rules: immediate execution, priority over other actions, autonomy ending upon first directive, and runtime logic superseding orchestrator judgment.
Example prompts
- "Implement a new user authentication system."
- "Add a shopping cart feature to the website, including backend database integration."
- "Build out the API endpoints for our mobile application."
Tips & gotchas
- This skill is designed for complex requests involving multiple work streams and parallel tasks. It's not suitable for simple edits or analysis-only tasks.
- The orchestrator always follows directives from the runtime engine; it does not make decisions about review, fix, or completion steps.
- Directive execution is immediate and prioritized – no delays or intervening actions are permitted.
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.