incident-response-engineer

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Incident Response Engineer

事件响应工程师

Coordinate production incident response from first signal through recovery and postmortem.
Scope: Live operational incidents and service degradation. NOT for general code review (review), proactive vulnerability scanning (security-scanner), or one-off bug fixing without incident coordination.
协调从首次信号触发到恢复及事后复盘的生产事件响应流程。
适用范围: 实时运营事件与服务性能降级。不适用于常规代码审查(review)、主动漏洞扫描(security-scanner)或无需事件协调的一次性bug修复。

Canonical Vocabulary

标准术语表

TermDefinition
severityIncident priority level based on business impact
impactUser-visible harm, revenue loss, or operational degradation
blast radiusThe systems, regions, tenants, or users affected
containmentShort-term action that stops the incident from spreading
mitigationAction that reduces impact before root cause is fully fixed
recoveryRestoring the service to accepted operating behavior
incident commanderThe single coordinator for decisions and timeline
stakeholder updateTime-boxed status message for internal or external audiences
timelineOrdered record of facts, decisions, and actions
action itemConcrete follow-up with owner and due date
Term定义
severity基于业务影响划分的事件优先级等级
impact用户可见的损害、收入损失或运营性能下降
blast radius受影响的系统、区域、租户或用户范围
containment阻止事件扩散的短期行动
mitigation在完全找到根本原因前降低影响的行动
recovery将服务恢复至可接受的运行状态
incident commander负责决策和时间线的唯一协调人
stakeholder update针对内部或外部受众的定时状态通报
timeline按顺序记录的事实、决策和行动
action item明确负责人和截止日期的后续跟进任务

Dispatch

调度命令

$ARGUMENTSMode
triage <signal>
Classify the incident and establish the first response plan
stabilize <incident>
Contain impact and coordinate mitigation
comms <incident>
Draft internal or customer-facing updates
postmortem <incident>
Build the incident review and corrective actions
review <timeline or runbook>
Audit the handling of an incident
drill <scenario>
Run a tabletop or rehearsal plan
Natural language about a live outageAuto-detect the closest mode
EmptyShow the mode menu with examples
$ARGUMENTS模式
triage <signal>
对事件进行分类并制定初步响应计划
stabilize <incident>
遏制影响并协调缓解措施
comms <incident>
起草面向内部或客户的通报内容
postmortem <incident>
构建事件复盘报告及纠正措施
review <timeline or runbook>
审核事件处理过程
drill <scenario>
开展桌面演练或预演计划
关于实时服务中断的自然语言描述自动匹配最接近的模式
空输入显示包含示例的模式菜单

Mode Menu

模式菜单

#ModeExample
1Triage
triage elevated 500s in eu-west checkout
2Stabilize
stabilize auth outage caused by bad deploy
3Comms
comms database failover affecting signups
4Postmortem
postmortem queue backlog incident
5Review
review incident timeline from 2026-03-12
6Drill
drill primary region outage
#模式示例
1分类排查(Triage)
triage elevated 500s in eu-west checkout
2稳定控制(Stabilize)
stabilize auth outage caused by bad deploy
3沟通协调(Comms)
comms database failover affecting signups
4事后复盘(Postmortem)
postmortem queue backlog incident
5审核评估(Review)
review incident timeline from 2026-03-12
6演练模拟(Drill)
drill primary region outage

When to Use

使用场景

  • A service is down, degraded, or violating its SLO
  • Multiple responders need a common incident structure
  • Stakeholder or customer updates must be issued on a cadence
  • A fix is known but risk must be managed during containment and recovery
  • The team needs a postmortem or tabletop exercise
  • 服务中断、性能降级或违反其SLO
  • 多名响应人员需要统一的事件处理框架
  • 需要按固定节奏向利益相关方或客户发布通报
  • 已知修复方案,但需在遏制和恢复过程中管控风险
  • 团队需要开展事后复盘或桌面演练

Classification Gate

分类判定规则

  • If the task is routine debugging or a one-off bug with no operational impact, use investigate.
  • If the task is proactive vulnerability discovery, threat modeling, or security scanning, use security-scanner.
  • If the task is code review, fix quality assessment, or pre-merge risk review, use review.
  • If the task is telemetry design, alert architecture, or SLO definition outside an active incident, use observability-advisor.
  • If the task is vendor-specific dashboards, alarms, or log-platform setup, route to the relevant platform skill instead of incident-response-engineer.
  • 若任务为常规调试或无运营影响的一次性bug修复,请使用investigate工具
  • 若任务为主动漏洞发现、威胁建模或安全扫描,请使用security-scanner工具
  • 若任务为代码审查、修复质量评估或预合并风险审查,请使用review工具
  • 若任务为遥测设计、告警架构或非事件期间的SLO定义,请使用observability-advisor工具
  • 若任务为厂商特定的仪表盘、告警或日志平台配置,请转至对应平台工具,而非incident-response-engineer

Instructions

操作指南

Mode: Triage

分类排查模式(Triage)

  1. Start with verified facts only: symptoms, impacted systems, impacted users, and detection source.
  2. Estimate severity from impact and blast radius, not gut feel. Use
    references/severity-matrix.md
    .
  3. Name an incident commander and define the next decision checkpoint.
  4. Identify containment options, the safest immediate mitigation, and what evidence would confirm or reject the current hypothesis.
  5. Produce the first 15-minute response plan.
  1. 仅基于已验证的事实开展工作:症状、受影响系统、受影响用户及检测来源
  2. 根据影响范围和blast radius估算severity,而非主观判断,参考
    references/severity-matrix.md
  3. 指定incident commander并定义下一个决策检查点
  4. 识别遏制方案、最安全的即时缓解措施,以及可验证或推翻当前假设的证据
  5. 制定首个15分钟响应计划

Mode: Stabilize

稳定控制模式(Stabilize)

  1. Separate containment from root cause work.
  2. Prioritize actions that reduce user harm fastest: rollback, traffic shift, feature flag, dependency isolation, or failover. Use
    references/containment-recovery-aids.md
    .
  3. Maintain a live timeline with timestamps, owner, and outcome for every meaningful action.
  4. Reassess severity whenever blast radius changes.
  5. Track three states explicitly: contained, partially recovered, fully recovered.
  1. 将遏制行动与根本原因排查工作分离
  2. 优先选择能最快降低用户损害的行动:回滚、流量切换、功能开关、依赖隔离或故障转移,参考
    references/containment-recovery-aids.md
  3. 维护实时时间线,记录每个关键行动的时间戳、负责人及结果
  4. 每当blast radius变化时重新评估severity
  5. 明确跟踪三种状态:已遏制、部分恢复、完全恢复

Mode: Comms

沟通协调模式(Comms)

  1. Identify audience: responders, executives, support, or customers.
  2. State what is known, what users may observe, what the team is doing, and when the next update will arrive.
  3. Avoid speculative root-cause claims.
  4. Keep customer updates crisp and plain language. Use
    references/comms-templates.md
    .
  1. 明确受众:响应人员、高管、支持团队或客户
  2. 说明已知信息、用户可能遇到的情况、团队正在采取的行动,以及下次更新的时间
  3. 避免对根本原因做出推测性声明
  4. 客户通报需简洁明了、语言通俗易懂,参考
    references/comms-templates.md

Mode: Postmortem

事后复盘模式(Postmortem)

  1. Build the timeline from verified events, not memory alone. Use
    references/timeline-postmortem-examples.md
    .
  2. Distinguish trigger, contributing factors, failed defenses, recovery actions, and lessons.
  3. Convert lessons into action items with owner, due date, and measurable outcome.
  4. Focus on system fixes, not blame.
  1. 基于已验证的事件构建时间线,而非仅依赖记忆,参考
    references/timeline-postmortem-examples.md
  2. 区分触发因素、促成因素、失效防御措施、恢复行动及经验教训
  3. 将经验教训转化为明确负责人、截止日期和可衡量结果的action item
  4. 聚焦系统修复,而非追责

Mode: Review

审核评估模式(Review)

  1. Read the timeline, updates, runbook, and follow-up actions. Compare against
    references/severity-matrix.md
    ,
    references/comms-templates.md
    , and
    references/timeline-postmortem-examples.md
    .
  2. Evaluate detection, triage speed, command structure, communications quality, recovery strategy, and action-item quality.
  3. Present gaps as critical, warning, or info.
  1. 读取时间线、通报内容、runbook及后续行动,与
    references/severity-matrix.md
    references/comms-templates.md
    references/timeline-postmortem-examples.md
    进行对比
  2. 评估检测效率、分类排查速度、指挥架构、沟通质量、恢复策略及action item质量
  3. 将差距分为严重、警告或信息三个等级

Mode: Drill

演练模拟模式(Drill)

  1. Define scenario, objective, and stop condition.
  2. Simulate detection, role assignment, escalation, rollback, and customer comms using
    references/severity-matrix.md
    ,
    references/comms-templates.md
    , and
    references/containment-recovery-aids.md
    .
  3. Capture decision bottlenecks and missing runbook steps.
  1. 定义场景、目标及终止条件
  2. 参考
    references/severity-matrix.md
    references/comms-templates.md
    references/containment-recovery-aids.md
    ,模拟检测、角色分配、升级流程、回滚及客户沟通
  3. 记录决策瓶颈和缺失的runbook步骤

Output Requirements

输出要求

  • Triage and stabilize outputs must include severity, blast radius, commander, next checkpoint, and immediate actions.
  • Comms outputs must include audience and next update time.
  • Postmortems must include action items with owners.
  • 分类排查和稳定控制的输出必须包含severity、blast radius、incident commander、下一个检查点及即时行动
  • 沟通协调的输出必须包含受众和下次更新时间
  • 事后复盘的输出必须包含明确负责人的action item

Critical Rules

核心规则

  1. Always distinguish fact, inference, and hypothesis.
  2. Customer impact takes priority over elegant diagnosis.
  3. Never claim a root cause publicly before the evidence supports it.
  4. Every live incident needs a single incident commander.
  5. Every meaningful action during response must land in the timeline.
  6. Postmortems must produce owned corrective actions, not vague lessons.
  1. 始终区分事实、推断和假设
  2. 客户影响优先于精准诊断
  3. 在证据充分前,切勿公开声明根本原因
  4. 每个实时事件都需要唯一的incident commander
  5. 响应过程中的每个关键行动都必须记录在时间线中
  6. 事后复盘必须产出明确负责人的纠正措施,而非模糊的经验教训

Scaling Strategy

扩展策略

  • For a single-service incident, keep one commander, one timeline, one response channel, and one short update cadence.
  • For a cross-team incident, split containment, diagnosis, and communications into explicit workstreams while preserving a single commander and one source of timeline truth.
  • For a major incident, fix an update cadence, assign an owner for customer communications, and define the threshold for escalating executive visibility before ad hoc coordination fragments.
  • 针对单服务事件,保持单一指挥官、单一时间线、单一响应渠道及短周期更新节奏
  • 针对跨团队事件,将遏制、诊断和沟通拆分为明确的工作流,同时保留单一指挥官和单一时间线数据源
  • 针对重大事件,固定更新节奏,指定客户沟通负责人,并在临时协调失控前定义升级至高管可见的阈值

Reference Files

参考文件

Use these only when the current mode needs deeper structure or reusable templates.
FilePurposeUse when
references/severity-matrix.md
Severity calibration by impact, blast radius, and response postureTriage, stabilize, drill, review
references/comms-templates.md
Internal, executive, support, and customer update templates with cadence guidanceComms, stabilize, drill, review
references/timeline-postmortem-examples.md
Timeline structure, postmortem section examples, and action-item patternsPostmortem, review
references/containment-recovery-aids.md
Decision aids for rollback, failover, dependency isolation, degraded mode, and recovery confirmationTriage, stabilize, drill
仅当当前模式需要更深入的结构或可复用模板时使用这些文件
文件用途使用场景
references/severity-matrix.md
基于影响、blast radius和响应姿态校准severity分类排查、稳定控制、演练模拟、审核评估
references/comms-templates.md
面向内部、高管、支持团队及客户的通报模板,含节奏指导沟通协调、稳定控制、演练模拟、审核评估
references/timeline-postmortem-examples.md
时间线结构、事后复盘章节示例及action item模板事后复盘、审核评估
references/containment-recovery-aids.md
回滚、故障转移、依赖隔离、降级模式及恢复确认的决策辅助工具分类排查、稳定控制、演练模拟

Scope Boundaries

范围边界

IS for: live outage coordination, mitigation strategy, stakeholder updates, postmortems, incident drills.
NOT for: vulnerability discovery, code review, or routine debugging without operational impact.
适用场景: 实时故障协调、缓解策略制定、利益相关方通报、事后复盘、事件演练
不适用于: 漏洞发现、代码审查或无运营影响的常规调试