incident_severity_matrix

Incident Severity Classification Matrix

Content Preview
# Incident Severity Classification Matrix

## Overview

This document defines the severity classification system used for incident response. The classification determines response requirements, escalation paths, and communication frequency.

## Severity Levels

### SEV1 - Critical Outage

**Definition:** Complete service failure affecting all users or critical business functions

#### Impact Criteria
- Customer-facing services completely unavailable
- Data loss or corruption affecting users
- Se
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/incident_severity_matrix.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/incident-commander/references/incident_severity_matrix.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/incident-commander/references/incident_severity_matrix.md

Related Skills