Agentic Workflow Patterns banner
ThibautMelen ThibautMelen

Agentic Workflow Patterns

Development community intermediate

Description

**Agentic systems explained with chickens — because AI orchestration doesn't have to be scary**

Installation

Terminal
git clone https://github.com/ThibautMelen/agentic-ai-systems

README

Agentic AI Systems 🐔

**Agentic systems explained with chickens — because AI orchestration doesn't have to be scary**

*Main Agent spawns Subagents like a hen with her chicks 🐔🪺🐦*

[](https://docs.anthropic.com/en/docs/claude-code) [](https://www.anthropic.com/research/building-effective-agents) [](https://github.com/SuperNovae-studio) [](https://github.com/hesreallyhim/awesome-claude-code) [](LICENSE) [](CONTRIBUTING.md) [](https://mermaid.js.org/)

[🦄 Foundations](foundations/) • [⚙️ Workflows](workflows/) • [🐔 Autonomous](agents/) • [🛠️ Implementation](implementation/) • [🗺️ Guides](guides/)


Overview

%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#8b5cf6', 'primaryTextColor': '#fff', 'primaryBorderColor': '#7c3aed', 'lineColor': '#a78bfa', 'secondaryColor': '#ec4899', 'tertiaryColor': '#6366f1', 'noteTextColor': '#fff', 'noteBkgColor': '#8b5cf6', 'textColor': '#fff' }}}%%
mindmap
  root((🐔 Agentic Systems))
    🦄 Foundations
      Augmented LLM
    ⚙️ Workflows
      🏎️ Baseline
      ⛓️ Chaining
      🚦 Routing
      🛤️ Parallel
      🦑 Orchestrator
      🩻 Evaluator
    🐔 Autonomous Agent
      The Alternative
      Multi-Window
    🛠️ Implementation
      🐦 Subagent
      🦴 Command
      📚 Skill
      🪝 Hook

🗺️ Navigation

🦄 [Foundations](foundations/)

*The building block for everything*

🦄 Augmented LLM LLM + Retrieval + Tools + Memory

⚙️ [Workflows](workflows/)

*Predefined orchestration — code controls the flow*

# Workflow Use When
0 🏎️ Baseline Simple, 1-step task
1 ⛓️ Prompt Chaining Sequential steps
2 🚦 Routing Classify & dispatch
3 🛤️ Parallelization Independent tasks

...