harnesscp-routing

Design VS Code Copilot agent orchestration for multi-step development workflows.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/LSDIPPOLLC/harness-cp --skill harnesscp-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harnesscp-routing
Source: https://github.com/LSDIPPOLLC/harness-cp/tree/main/.github/skills/harnesscp-routing
Command: npx skills add https://github.com/LSDIPPOLLC/harness-cp --skill harnesscp-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about harnesscp-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design Copilot agent orchestration for multi-step development workflows?

Design Copilot agent orchestration by defining specialist roles like planner, builder, and reviewer, then routing complex work to the right agent instead of overextending a single one. This structured approach keeps collaboration focused and predictable.

What are tool restrictions in Copilot subagent delegation?

Tool restrictions limit each Copilot subagent to the minimum tools it needs for safer, more predictable execution. Applying least-privilege principles ensures delegated work stays controlled and focused within the build loop.

How do handoffs work in VS Code Copilot agent collaboration?

Handoffs in VS Code Copilot agent collaboration create guided transitions between specialist agents for staged workflows. They define routing rules that connect agents sequentially, ensuring validated work passes cleanly to the next phase.

Can I run parallel research streams using multiple Copilot agents?

Yes, you can structure parallel research and independent work streams using multiple Copilot agents. Defining specific routing rules and model selection for each agent enables faster delivery through concurrent task execution.

Does this agent orchestration approach work for build-loop automation?

Yes, this agent orchestration approach works for build-loop automation by structuring multi-phase tasks and validation steps. You define specialized agents that implement features, run tests, review changes, and hand off to deployment.

What is the safest way to configure model selection for Copilot agents?

The safest way to configure model selection is to define routing rules and validation patterns that enforce least-privilege. Matching each specialist agent with the appropriate model and restricted tools keeps collaboration safe and focused.