Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Multi Agent Patterns

Skill Verifiziert Aktiv
Teil von:SADD Plugin

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

Zweck

Design sophisticated multi-agent systems to overcome single-agent limitations, improve task decomposition, and enhance agent specialization for complex problems.

Funktionen

  • Design multi-agent architectures
  • Implement supervisor, peer-to-peer, and hierarchical patterns
  • Focus on context isolation for agent subtasks
  • Detail consensus and coordination mechanisms
  • Address failure modes and mitigation strategies

Anwendungsfälle

  • When single-agent context limits are exceeded
  • When tasks naturally decompose into subtasks
  • When specializing agents improves quality
  • Designing complex LLM-driven workflows

Nicht-Ziele

  • Replacing the need for a central AI agent
  • Providing a framework for agent development itself (focus is on design patterns)
  • Defining specific agent roles anthropomorphically

Workflow

  1. Analyze user request and decompose into subtasks
  2. Dispatch to appropriate specialist agents using Task tool
  3. Collect and synthesize results from subagents
  4. Return unified response to user

Praktiken

  • Multi-agent system design
  • Context isolation
  • Coordination protocols
  • Failure mode analysis

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add NeoLabHQ/context-engineering-kit
/plugin install sadd@context-engineering-kit

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit9 days ago
Sterne993
LizenzGPL-3.0-or-later
Status
Quellcode ansehen

Ähnliche Erweiterungen

API Design Patterns

100

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices

Skill
bobmatnyc

Swarm Orchestration

100

Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.

Skill
ruvnet

System Design

99

Design scalable distributed systems using structured approaches for load balancing, caching, database scaling, and message queues. Use when the user mentions "system design", "scale this", "high availability", "rate limiter", "design a URL shortener", "system design interview", "capacity planning", or "distributed architecture". Also trigger when estimating infrastructure requirements, choosing between microservices and monoliths, or designing for millions of concurrent users. Covers common system designs and back-of-the-envelope estimation. For data fundamentals, see ddia-systems. For resilience, see release-it.

Skill
wondelai

Ccg

99

Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results

Skill
Yeachan-Heo

V3 Ddd Architecture

100

Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.

Skill
ruvnet

Pathfinder

100

Ordnet eine Codebasis in Feature-gruppierte Flussdiagramme ein, identifiziert doppelte Belange über Features hinweg und schlägt eine einheitliche Architektur vor. Wird verwendet, wenn nach "dem idealen Pfad" gefragt wird, duplizierte Systeme vereinheitlicht oder die Architektur vor einem Refactoring auditiert werden soll. Gibt ein vorgeschlagenes einheitliches Flussdiagramm sowie Prompts zum Erstellen eines Plans pro System aus.

Skill
thedotmack