ClipMarts

DevOps/SRE Config

A CLAUDE.md for DevOps teams with incident and change management

FreeFree StarterFor solo operators and evaluation

What is DevOps/SRE Config?

CLAUDE.md for DevOps/SRE teams. Incident severity levels, change management protocols, monitoring conventions, runbook standards, and on-call procedures.

Setup Time

3 min

Difficulty

Intermediate

Works With
claude-code

What's Included

  • CLAUDE.md
  • conventions/severity-levels.md
  • conventions/change-management.md
  • conventions/monitoring.md
  • conventions/on-call.md
  • templates/runbook.md
  • templates/post-mortem.md
  • README.md

Preview

CLAUDE.md
# CLAUDE.md — DevOps/SRE Config

## Incident Severity Levels
- **SEV1**: Complete outage, all users affected → page immediately
- **SEV2**: Partial outage, >10% users → page during business hours
- **SEV3**: Degraded, workaround exists → next business day
- **SEV4**: Cosmetic / minor → backlog

## Change Management
- All production changes require a change request
- Deploy windows: Tue-Thu, 10am-2pm (avoid Fridays)
- Rollback plan required before every deploy
- Feature flags for all new user-facing features

## Monitoring Conventions
- Every service must expose /health and /metrics
- Alert on symptoms (error rate), not causes (CPU)
- SLO: 99.9% availability, p99 latency < 500ms
- PagerDuty escalation: 5 min ack, 15 min response

Installation Guide

1

Copy config to project root

cp devops-sre-config/CLAUDE.md ./CLAUDE.md
2

Start Claude Code — config loads automatically

claude
Share
Files included8
Setup time3 min
Difficultyintermediate

Tags

claude-mddevopssreincidentsmonitoringfree