agent-workflow-designer

Design multi-agent orchestration systems with sequential, parallel, and hierarchical patterns.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill agent-workflow-designer-fantasia1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-workflow-designer
Source: https://github.com/Fantasia1999/claude-skills-zh/tree/main/translations/engineering/agent-workflow-designer
Command: npx skills add https://github.com/Fantasia1999/claude-skills-zh --skill agent-workflow-designer-fantasia1999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires anthropic, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the design and implementation of robust, scalable multi-agent orchestration systems, moving beyond single-agent limitations to handle complex, multi-step processes.

Core Features & Use Cases

  • Orchestration Patterns: Provides guidance and implementations for Sequential Pipelines, Parallel Fan-out/Fan-in, Hierarchical Delegation, Event-Driven, and Consensus patterns.
  • Production Readiness: Covers essential aspects like handover protocols, state management, error recovery, context window budgeting, and cost optimization.
  • Platform Agnostic: Offers strategies applicable to various agent frameworks (Claude Code Agent Teams, CrewAI, AutoGen, OpenClaw).
  • Use Case: Build a system where an AI researcher gathers information, a writer drafts a document, and an editor refines it, with built-in error handling and context management.

Quick Start

Use the agent-workflow-designer skill to design a sequential pipeline for drafting and editing a blog post.

Frequently Asked Questions about agent-workflow-designer

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

FAQPage Schema
How do I design multi-agent orchestration systems for complex workflows?

Design multi-agent orchestration systems using sequential pipelines, parallel fan-out/fan-in, and hierarchical delegation patterns. This handles complex, multi-step processes by moving beyond single-agent limitations to achieve scalable, production-grade AI architectures.

What are the best patterns for AI agent communication and task delegation?

Effective AI agent communication and task delegation use sequential pipelines, parallel processing, hierarchical delegation, event-driven, and consensus patterns. These orchestration patterns define how agents hand over tasks and manage state for complex workflows.

How do I handle error recovery and context window budgeting in multi-agent systems?

Handle error recovery and context window budgeting in multi-agent systems by implementing production-ready handover protocols and state management. This ensures robust context management and cost optimization across complex AI workflows.

Can I use this multi-agent orchestration design with frameworks like CrewAI or AutoGen?

Yes, these multi-agent orchestration strategies are platform agnostic and applicable to various agent frameworks including CrewAI, AutoGen, and Claude Code Agent Teams. You can apply these architectural patterns across different platforms.

When do I need hierarchical delegation for my AI architecture?

You need hierarchical delegation in your AI architecture when managing complex, multi-step processes that exceed single-agent capabilities. It allows a primary agent to orchestrate sub-tasks to specialized agents, optimizing context windows and parallel processing.

How to build a sequential pipeline for drafting and editing a document with multiple agents?

Build a sequential pipeline for drafting and editing by orchestrating an AI researcher to gather information, a writer to draft, and an editor to refine. This multi-agent workflow includes built-in error handling and context management.