Resource: Claude Agentic Patterns - Visual Guide

Author: ThibautMelenCreated Nov 25, 2025Updated Nov 25, 2025

Related Resource

Hey! Created a visual reference guide that complements claude-engineer's approach to agentic workflows.

Repo: https://github.com/ThibautMelen/claude-agentic-patterns

7 Patterns Covered

  1. Subagent Orchestration - Task delegation patterns
  2. Progressive Skills - On-demand capability loading
  3. Parallel Tool Calling - Simultaneous execution
  4. Master-Clone Architecture - Self-spawning agents
  5. Multi-Window Context - State persistence
  6. Programmatic Orchestration - Code-driven workflows
  7. Wizard-Style Workflows - Confirmation checkpoints

All sourced from Anthropic's official docs with 30+ diagrams and code examples.

Thought it might be useful for claude-engineer users looking to understand the underlying patterns!

License: MIT

Source: Doriandarko/claude-engineer