agentic-patterns

Guide creation and application of agentic architecture patterns for multi-agent systems.

8|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mikeparcewski/wicked-garden --skill agentic-patterns-mikeparcewski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-patterns
Source: https://github.com/mikeparcewski/wicked-garden/tree/main/skills/agentic/agentic-patterns
Command: npx skills add https://github.com/mikeparcewski/wicked-garden --skill agentic-patterns-mikeparcewski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when designing or analyzing multi-agent architectures — covers core patterns (sequential, hierarchical, parallel, event-driven), anti-patterns, and the five-layer model (Cognition → Context → Interaction → Runtime → Governance) for separating concerns in production-grade agentic systems. NOT for reviewing existing agentic code (use review-methodology) or framework selection (use the frameworks skill).

Core Features & Use Cases

  • Reference guide for proven agentic architecture patterns and common anti-patterns to avoid.
  • See pattern catalog for full descriptions and implementation notes.
  • Use cases include designing, reviewing, and optimizing multi-agent workflows across domains.

Quick Start

Analyze your current multi-agent system and map tasks to sequential, hierarchical, or collaborative patterns.

Frequently Asked Questions about agentic-patterns

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

FAQPage Schema
What are the core multi-agent architecture patterns for production systems?

Multi-agent architecture patterns include sequential, hierarchical, parallel, and event-driven workflows, organized across a five-layer model separating Cognition, Context, Interaction, Runtime, and Governance concerns for production-grade systems.

How do I design a multi-agent workflow using ReAct and plan-execute patterns?

Design multi-agent workflows by mapping tasks to ReAct or plan-execute styles using a pattern catalog, which provides implementation notes for structuring collaborative, autonomous, and hierarchical agent interactions.

What are common anti-patterns to avoid in multi-agent system design?

Common multi-agent anti-patterns are architectural flaws that compromise governance and system stability; this pattern catalog identifies them and provides reference designs to ensure safety considerations and proper concern separation.

When should I use hierarchical versus collaborative agentic patterns?

Use hierarchical agentic patterns for structured task delegation and collaborative patterns when agents require peer-to-peer interaction, mapping tasks to the appropriate architecture based on your workflow's autonomy requirements.

What is the five-layer model for separating concerns in agentic architectures?

The five-layer model for agentic architectures separates concerns across Cognition, Context, Interaction, Runtime, and Governance layers, providing a structured framework for designing and evaluating complex multi-agent systems.

Can I use this to review existing agentic code or select a framework?

This focuses on designing and applying agentic architecture patterns, not reviewing existing agentic code or selecting frameworks; use dedicated review-methodology or frameworks skills for those specific tasks.