Skip to main content
Code Guide
Agent

devops-sre.md

Infrastructure troubleshooting with FIRE framework

When to use this

  • When diagnosing production incidents and you want structured FIRE-framework triage
  • When troubleshooting infrastructure issues across logs, metrics, and config
  • When you need a read-only diagnostic agent that cannot accidentally modify prod

How to use

  1. Open the template on GitHub and copy its content: agents/devops-sre.md
  2. Place the file inside .claude/agents/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates