grey-haven-context-management
Installation
SKILL.md
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:
| Architecture | Token Multiplier | Example (10K input) |
|---|---|---|
| Single agent | 1x | 10K tokens |
| Agent + tools | 4x | 40K tokens |
| Multi-agent | 15x | 150K tokens |
Key insight: A 3-agent workflow costs ~15x more than a single agent. Design accordingly.