diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36202cb..21fa0ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+## [3.9.9] - 2026-01-20
+
+### Added
+
+- **DevOps & SRE Guide** — Comprehensive infrastructure diagnosis guide (~900 lines)
+ - **New file**: `guide/devops-sre.md` — The FIRE Framework for infrastructure troubleshooting
+ - **F**irst Response → **I**nvestigate → **R**emediate → **E**valuate
+ - Kubernetes troubleshooting with copy-paste prompts by symptom (CrashLoopBackOff, OOMKilled, ImagePullBackOff, etc.)
+ - Solo incident response workflow (designed for 3 AM scenarios)
+ - Multi-agent pattern for post-incident analysis
+ - IaC patterns: Terraform, Ansible, GitOps workflows
+ - Guardrails & team adoption checklist
+ - Claude limitations table (what Claude can't do for DevOps)
+ - Case studies: Production outage root cause, OpsWorker.ai MTTR reduction
+ - **New file**: `examples/agents/devops-sre.md` — DevOps/SRE agent persona (~130 lines)
+ - FIRE framework implementation
+ - Kubernetes, network, and resource debugging checklists
+ - Response templates (assessment, root cause, remediation)
+ - Safety rules for production environments
+ - **New file**: `examples/claude-md/devops-sre.md` — CLAUDE.md template for DevOps teams (~170 lines)
+ - Infrastructure context configuration
+ - Environment, service map, access patterns
+ - Team conventions and runbook format
+ - Customization guides (K8s-heavy, Terraform-heavy, multi-cloud)
+ - **Updated**: `guide/ultimate-guide.md` — Added DevOps & SRE Guide reference after Section 5.4
+ - **Updated**: `machine-readable/reference.yaml` — Added 11 DevOps/SRE entries
+ - **Updated**: `examples/README.md` — Added agent and CLAUDE.md template to indexes
+ - **Updated**: `README.md` — Added DevOps/SRE learning path, updated templates count (69)
+
## [3.9.8] - 2026-01-20
### Added
diff --git a/README.md b/README.md
index 39d46ea..5ff4c79 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-
+
@@ -64,7 +64,7 @@ Save as `CLAUDE.md` in your project root. Claude reads it automatically.
**The problem**: Awesome-lists give links, not learning paths. Official docs are dense. Tutorials get outdated in weeks.
-**This guide**: Structured learning path with 60+ copy-paste templates, from first install to advanced workflows.
+**This guide**: Structured learning path with 69 copy-paste templates, from first install to advanced workflows.
**Reading time**: Quick Start ~15 min. Full guide ~3 hours (most read by section).
@@ -133,6 +133,17 @@ Same agentic capabilities as Claude Code, but through a visual interface with no
+
+DevOps / SRE — Infrastructure path (5 steps)
+
+1. [DevOps & SRE Guide](./guide/devops-sre.md) — FIRE framework for infrastructure diagnosis
+2. [K8s Troubleshooting](./guide/devops-sre.md#kubernetes-troubleshooting) — Prompts by symptom
+3. [Incident Response](./guide/devops-sre.md#pattern-incident-response) — Solo & multi-agent workflows
+4. [IaC Patterns](./guide/devops-sre.md#pattern-infrastructure-as-code) — Terraform, Ansible, GitOps
+5. [Guardrails](./guide/devops-sre.md#guardrails--adoption) — Security boundaries & team adoption
+
+
+
---
## 📚 What's Inside
@@ -148,6 +159,7 @@ Same agentic capabilities as Claude Code, but through a visual interface with no
| **[Workflows](./guide/workflows/)** | Practical guides (TDD, Plan-Driven) | 30 min |
| **[Data Privacy](./guide/data-privacy.md)** | Retention & compliance | 10 min |
| **[Security Hardening](./guide/security-hardening.md)** | MCP vetting, injection defense | 25 min |
+| **[DevOps & SRE](./guide/devops-sre.md)** | FIRE framework, K8s troubleshooting, incident response | 30 min |
| **[Claude Code Releases](./guide/claude-code-releases.md)** | Official release history | 10 min |
@@ -183,7 +195,9 @@ claude-code-ultimate-guide/
-Examples Library (61 templates)
+Examples Library (69 templates)
+
+**Agents** (6): [code-reviewer](./examples/agents/code-reviewer.md), [test-writer](./examples/agents/test-writer.md), [security-auditor](./examples/agents/security-auditor.md), [refactoring-specialist](./examples/agents/refactoring-specialist.md), [output-evaluator](./examples/agents/output-evaluator.md), [devops-sre](./examples/agents/devops-sre.md) ⭐
**Slash Commands** (18): [/pr](./examples/commands/pr.md), [/commit](./examples/commands/commit.md), [/release-notes](./examples/commands/release-notes.md), [/diagnose](./examples/commands/diagnose.md), [/security](./examples/commands/security.md), [/refactor](./examples/commands/refactor.md), [/explain](./examples/commands/explain.md), [/optimize](./examples/commands/optimize.md), [/ship](./examples/commands/ship.md)...
@@ -313,7 +327,7 @@ Claude Code sends your prompts, file contents, and MCP results to Anthropic serv
**Status**: Research preview (Pro $20/mo or Max $100-200/mo, macOS only, **VPN incompatible**)
-**Archive**: Historical versions available in git history (pre-v3.9.8)
+**Archive**: Historical versions available in git history (pre-v3.9.9)
@@ -324,7 +338,7 @@ Claude Code sends your prompts, file contents, and MCP results to Anthropic serv
| Repository | Purpose | Audience |
|------------|---------|----------|
-| **[Claude Code Guide](https://github.com/FlorianBruniaux/claude-code-ultimate-guide)** *(this repo)* | Comprehensive documentation (11K lines, 66 templates) | Developers |
+| **[Claude Code Guide](https://github.com/FlorianBruniaux/claude-code-ultimate-guide)** *(this repo)* | Comprehensive documentation (11K lines, 69 templates) | Developers |
| **[Claude Cowork Guide](https://github.com/FlorianBruniaux/claude-cowork-guide)** | Non-technical usage (67 prompts, 5 workflows) | Knowledge workers |
| **Code Landing** *(to be deployed)* | Marketing site for Claude Code guide | Discovery |
| **Cowork Landing** *(to be deployed)* | Marketing site for Cowork guide | Discovery |
@@ -382,7 +396,7 @@ Licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
---
-*Version 3.9.8 | January 2026 | Crafted with Claude*
+*Version 3.9.9 | January 2026 | Crafted with Claude*