What problem does it solve?
This Skill enhances the built-in orchestrator agent, ensuring it correctly delegates tasks to other specialized agents, preventing it from performing actions outside its scope and guaranteeing task completion.
Core Features & Use Cases
- Task Delegation: Ensures the orchestrator calls appropriate agents (e.g.,
developer, Explore, code-reviewer) for specific sub-tasks.
- Enforces Role Separation: Prevents the orchestrator from writing files or producing final output directly, adhering to a strict division of labor.
- Guarantees Execution: Mandates that planned steps are actually executed by calling agents, rather than just described.
- Use Case: When a user requests a complex feature implementation that involves writing code, testing, and documentation, this Skill ensures the orchestrator correctly dispatches these tasks to the
developer, test-engineer, and content-communication agents respectively, rather than attempting to do them itself.
Quick Start
Use the Orchestrator Enhanced skill to help you implement the new user authentication flow by coordinating the developer and test engineer agents.