| name | agent-designer |
| description | Tags: AI agents, architecture, system design, orchestration, multi-agent systems. |
| zh_description | 用于Agent、设计,支持开发、调试、评审和交付。 |
| version | 1.0.0 |
| author | seaworld008 |
| source | in-house |
| source_url | |
| tags | ["agent", "designer", "development"] |
| created_at | 2026-03-04 |
| updated_at | 2026-03-20 |
| quality | 5 |
| complexity | intermediate |
Agent Designer - Multi-Agent System Architecture
When to Use
Use this skill when the user wants to:
- design a multi-agent system or agent topology
- compare orchestration patterns for agents
- define agent roles, tool boundaries, or communication protocols
- evaluate safety, scaling, and failure-handling trade-offs in an agent architecture
Usage
Recommended flow:
analyze requirements
-> choose architecture pattern
-> define agent roles and interfaces
-> design communication and safety mechanisms
-> specify evaluation and scaling strategy
Minimal Design Skeleton
system:
pattern: supervisor
agents:
- name: coordinator
role: routes work and aggregates results
- name: researcher
role: gathers evidence
- name: implementer
role: executes bounded changes
Tier: POWERFUL
Category: Engineering
Tags: AI agents, architecture, system design, orchestration, multi-agent systems
Overview
Agent Designer is a comprehensive toolkit for designing, architecting, and evaluating multi-agent systems. It provides structured approaches to agent architecture patterns, tool design principles, communication strategies, and performance evaluation frameworks for building robust, scalable AI agent systems.
Core Capabilities
1. Agent Architecture Patterns
Single Agent Pattern
- Use Case: Simple, focused tasks with clear boundaries