incident-response-commander

Guides structured incident response workflows for outages and security incidents using NIST SP 800-61.

Updated May 16, 2026
One-click install
npx skills add https://github.com/organvm-i-theoria/_agent-ontology --skill incident-response-commander-organvm-i-theoria
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: incident-response-commander
Source: https://github.com/organvm-i-theoria/_agent-ontology/tree/main/.agents/skills/incident-response-commander
Command: npx skills add https://github.com/organvm-i-theoria/_agent-ontology --skill incident-response-commander-organvm-i-theoria

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? During IT outages and security incidents, teams often lose time to chaos, unclear roles, and inconsistent communication. This Skill provides a structured Incident Commander framework covering triage, containment, investigation, communication, and blameless post-mortems so response efforts stay coordinated and learnings are captured. ## Core Features & Use Cases - Severity Triage & Role Assignment: Classify incidents as SEV-1/2/3 and establish Incident Commander, Communications Lead, and Operations Lead roles with clear responsibilities. - Communication Templates: Generate timestamped internal status updates, customer-facing notices, and resolution announcements on a defined cadence. - Post-Mortem Facilitation: Run blameless Five Whys root cause analysis and produce action items with owners and due dates using the included post-mortem template. - Use Case: When your checkout service goes down, use this Skill to declare a SEV-1 incident, set up a war room, coordinate a rollback, send stakeholder updates every 15 minutes, and produce a complete post-mortem document afterward. ## Quick Start Help me manage a SEV-1 incident where our payment API is returning 500 errors for all users.

Frequently Asked Questions about incident-response-commander

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

FAQPage Schema
How do I structure an incident response process for outages?▼

Follow the NIST SP 800-61 phases: preparation, detection and analysis, containment, eradication and recovery, then post-incident activity. Assign an Incident Commander, Communications Lead, and Operations Lead, and prioritize containment over root cause analysis during triage.

How do I write a blameless post-mortem after an incident?▼

Document the timeline in UTC, run a Five Whys analysis to reach systemic causes, and create action items with owners and due dates. Focus language on process and system failures rather than individuals, and share the document widely for organizational learning.

What severity levels should I use for incident classification?▼

Use three tiers: SEV-1 for complete outages or security breaches requiring all-hands response and 15-minute updates, SEV-2 for major degradation affecting 10-50% of users, and SEV-3 for minor issues with workarounds handled during business hours.

What should an incident status update include?▼

Include the incident ID, timestamp in UTC, current severity, user impact summary, key timeline events, current hypothesis, active mitigations, next steps with owners, and the time of the next update. Keep updates factual and separate what is known from what is guessed.

When should I choose rollback over a hotfix during an incident?▼

Choose rollback when a known-good previous version exists and speed of recovery matters most, since it restores service with lower risk. Use an emergency hotfix only when rollback is impossible, and always prepare to roll back the hotfix if it fails.