agent-orchestration

Multi-agent orchestration with context management, workflow composition, and agent coordination. Enables complex multi-step tasks through systematic agent delegation, context handoff, and workflow automation.

View on GitHub
Author Grey Haven Studio
Namespace @greyhaven-ai/grey-haven-plugins
Category general
Version 1.0.0
Stars 17
Downloads 4
self.md verified
Table of content

Multi-agent orchestration with context management, workflow composition, and agent coordination. Enables complex multi-step tasks through systematic agent delegation, context handoff, and workflow automation.

Installation

npx claude-plugins install @greyhaven-ai/grey-haven-plugins/agent-orchestration

Contents

Folders: agents, commands, skills

Included Skills

This plugin includes 1 skill definition:

context-management

“Multi-agent workflow orchestration with state persistence, handoff patterns, and resumable workflows. Use when building multi-agent workflows, coordinating complex tasks, or implementing resumable processes. Triggers: ‘orchestration’, ‘workflow’, ‘context save’, ‘handoff’, ‘multi-agent’.”

View skill definition

Context Management Skill

Multi-agent workflow orchestration with state persistence, handoff patterns, and resumable workflows.

Description

This skill enables sophisticated multi-agent workflows through context save/restore operations, supporting sequential handoffs, parallel execution, conditional routing, and long-running resumable workflows.

Token Efficiency Awareness

Multi-agent architectures have significant token costs. Understand the multipliers:

ArchitectureToken MultiplierExample (10K input)
Single agent1x10K tokens
Agent + tools4x40K tokens
Multi-agent15x150K tokens

Key insight: A 3-agent workflow costs ~15x more than a single agent. Design accordingly.

What’s Included

Examples (examples/)

Reference Guides (reference/)

…(truncated)

Source

View on GitHub

Tags: general orchestrationcontext-managementworkflowmulti-agentcoordinationautomationdelegationhandoff