Start Here: Agentic Patterns Reading Guide

A series on moving multi-agent systems from fragile prompts to production-grade architecture — two maturity models, a 55-pattern reference catalog, installable Claude skills, and interactive tools for auditing your own system. Start wherever your question is.

7
Articles
55
Patterns
4
Interactive Apps
279
Skill Files

Start here — the strategic picture

Blueprint · 19 Jul 2026

The Agentic AI Blueprint: From Thinking to Acting

The enterprise adoption ladder, Levels 0–6: data foundation → model serving → RAG → tuning → grounding & evaluation → single-agent → multi-agent. The ordering is a dependency chain — jump to Level 6 and you inherit every unresolved problem below it, now acting autonomously. Includes the Sense → Reason → Plan → Act loop and a horizontal-vs-vertical use-case explorer.

Governance · 11 Jul 2026

The Age of Emergent AI

The other maturity model — Agentic Governance Maturity, six levels from Prompting to Collaborative Swarm. Each level adds a capability and a new class of failure; you mature by adding the control that contains it. Where the Blueprint asks “what should we build next,” this asks “what must we contain before we can trust it.”

Reference — the full catalog

Catalog · 19 Jul 2026

Agent Pattern Skills: A Catalog of 55 Patterns

All 55 patterns from the book, across seven categories and chapters 5–11, each with Context, Problem, Solution, Consequences and Source plus code (34 ship validated implementations). Robustness & Fault Tolerance is the largest category at 16 — the honest signal that the hard engineering is failure, not cooperation.

Download · 19 Jul 2026

Download: 55 Agentic Pattern Skills for Claude

The same 55 patterns packaged as installable Claude Agent Skills — one directory each, with SKILL.md, the full book treatment, and a reference implementation. Descriptions are written as problem statements, so a skill fires when you describe the situation even if you never name the pattern. Drop into ~/.claude/skills/.

Deep dives — one pattern, fully worked

Pattern · 17 Jul 2026

The Fractal Chain-of-Thought (FCoT) Pattern

Reasoning as observation at a chosen resolution — self-similar Macro / Meso / Micro / Nano apertures over one substrate. Makes “deeper” measurable via J⁺/J⁻ rubrics and a hill-climb gate (ΔJ⁺ ≥ +1.5, ΔJ⁻ ≤ −1), so relabelling fails visibly instead of passing as progress. Includes a copy-paste system prompt implementation.

Prompts · 18 Jul 2026

Agentic Architectural Patterns: Skills Portal & Simulator

Ten patterns as complete, copy-paste system prompt contracts, each with an architecture diagram and a runnable simulator that traces the agent loop step by step. The interesting runs are the refusals — a compliance monitor blocking a PHI request, an auditor reverting a “successful” discount — because a library that only shows happy paths teaches nothing about governance.

Assess your own system

Audit · 19 Jul 2026

Agentic AI Pattern Explorer

Where the research weight sits across all 55 patterns, what patterned architecture buys over raw prompting, and a 12-point production readiness audit that scores your system live — Foundational, Production-Ready, or Autonomous Fabric. Score it honestly; the controls people skip are exactly the ones that stay invisible until an incident.

Also on the site

Patterns drawn from Agentic Architectural Patterns for Building Multi-Agent Systems (Dr. Ali Arsanjani & Juan Pablo Bustos, Packt, 2026). A filterable version of this guide is also available.