What problem does it solve?
This Skill helps you design how VS Code Copilot agents should collaborate so complex work is routed to the right specialist instead of being handled by one overextended agent.
Core Features & Use Cases
- Agent Orchestration: Define planner, builder, reviewer, tester, and explorer roles with clear responsibilities.
- Tool Restrictions: Limit each agent to the minimum tools it needs for safer, more predictable execution.
- Handoffs and Subagents: Create guided transitions between agents for staged workflows and delegated work.
- Build Loops and Parallelism: Structure multi-phase tasks, validation steps, and independent work streams for faster delivery.
- Use Case: A team wants to implement a feature, run tests, review changes, and then hand off to deployment with controlled permissions and model selection.
Quick Start
Use the harnesscp-routing skill to design a Copilot agent workflow for this project, including which agents to create, which tools each can use, and how handoffs should connect them.