agent_orchestration

Creates structured delegation prompts for routing tasks to specialist agents.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jvsandhu/agentic-skills --skill agent-orchestration-jvsandhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent_orchestration
Source: https://github.com/jvsandhu/agentic-skills/tree/main/skills/agent_orchestration
Command: npx skills add https://github.com/jvsandhu/agentic-skills --skill agent-orchestration-jvsandhu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Specialist agents often receive vague or incomplete handoffs, causing redundant questions, misunderstood context, and poorly scoped outputs. This Skill standardizes how clarified user requests are transformed into complete delegation prompts so each specialist agent gets the context, constraints, and quality criteria it needs. ## Core Features & Use Cases - Structured Delegation Format: A fixed template covering Context, Task, Requirements, and Additional Context sections for every agent handoff. - Agent-Specific Templates: Pre-built delegation templates for cto-architect, strategic-cto-mentor, and cv-ml-architect routing scenarios. - Orchestration Workflow: A four-phase checklist covering orchestration design, prompt engineering, routing logic, and validation with loop detection. - Use Case: After a clarification phase resolves ambiguities about a notification system project, use this Skill to produce a complete delegation prompt with business goals, constraints, must-haves, and integration points before handing off to the architecture agent. ## Quick Start Use the agent_orchestration skill to turn this clarified request into a delegation prompt for the cto-architect agent.

Frequently Asked Questions about agent_orchestration

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

FAQPage Schema
How do I write a delegation prompt for a specialist agent?

Structure the prompt into four sections: Context (business goal, current state, constraints), Task (primary deliverable, format, scope boundaries), Requirements (must-haves, quality criteria, integration points), and Additional Context. State constraints explicitly and define measurable success criteria.

What is multi-agent orchestration and when should I use it?

Multi-agent orchestration routes clarified requests to specialized agents like architects or mentors, each handling a distinct responsibility. Use it when a task spans multiple expertise domains and a single generalist agent would produce shallow or misaligned outputs.

When should I use this Skill in an agent workflow?

Use it after a clarification phase has resolved ambiguities and before routing to a specialist agent. It is designed for handoffs between agents, not for initial requirement gathering or final implementation.

How do I prevent agents from getting stuck in clarification loops?

Run the validation phase checklist: simulate the conversation flow, verify the router directs intents correctly, and audit token usage per step. Define explicit fallback behavior when no agent matches an intent.

What are common mistakes in agent delegation prompts?

Common mistakes include dumping entire conversation histories instead of distilled context, vague task definitions, missing budget or timeline constraints, and omitting what happens after the agent finishes. Each delegation should state its downstream consumer.