eng-incident-response

Manage multi-phase incident response for production outages and degraded services.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/viditparashar96/second-brain-claude --skill eng-incident-response
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eng-incident-response
Source: https://github.com/viditparashar96/second-brain-claude/tree/main/skills/eng-incident-response
Command: npx skills add https://github.com/viditparashar96/second-brain-claude --skill eng-incident-response

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, blameless, multi-phase incident response process that reduces downtime and guides engineering teams through detection, hypothesis-driven investigation, mitigation, resolution, and postmortem creation.

Core Features & Use Cases

  • Five-phase workflow: Detect, Investigate, Mitigate, Resolve, Postmortem with decision gates and severity classification.
  • Hypothesis-driven diagnostics: Generate and prioritize multiple hypotheses, run targeted diagnostics, and converge on a root cause with evidence.
  • Audit-ready artifacts: Create standardized incident records and postmortems in the local docs/ directory and optionally log a one-line summary to cloud memory via MCP.
  • Use Case: For a P0 production outage, classify severity, consult PRODUCTS.md for tech stack context, run prioritized tests, apply mitigations, restore service, and produce a postmortem within 48 hours.

Quick Start

Start a P0 incident titled "Site outage" and run the incident commander to detect the issue, generate hypotheses, apply mitigation steps, and create a postmortem.

Frequently Asked Questions about eng-incident-response

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage incident response for a production outage?

Incident response for production outages is managed through a five-phase workflow: Detect, Investigate, Mitigate, Resolve, and Postmortem. This process includes severity classification, hypothesis-driven investigation, and standardized artifact creation to restore service and document findings.

What is a blameless postmortem and when do I need to create one?

A blameless postmortem is an audit-ready artifact created after resolving an incident, focusing on root cause analysis without assigning personal blame. It is needed within 48 hours of resolving P0–P3 production outages or degraded services to document evidence and prevent recurrence.

How do I run hypothesis-driven diagnostics for root cause analysis?

Hypothesis-driven diagnostics generate and prioritize multiple hypotheses for an incident, run targeted tests to validate them, and converge on a root cause using evidence. This structured investigation process is applied during the Investigate phase of incident management.

Can I use this incident management workflow for P3 incidents on my cloud infrastructure?

Yes, this incident management workflow applies to engineering teams handling P0–P3 incidents across cloud and product systems. It requires access to PRODUCTS.md for tech-stack context and local docs/ write access to store incident records and postmortem files.

Does incident response require MCP cloud logging for notifications?

MCP cloud logging is optional for incident response, used to record a one-line incident summary in cloud memory and send notifications. The core workflow functions with local docs/ write access for postmortem files and does not strictly require MCP.

What is the best way to structure on-call incident management workflows?

The best way to structure on-call workflows is using a multi-phase process with decision gates and severity classification. This approach guides teams from detection through mitigation and resolution, producing standardized incident records and postmortems for audit readiness.