incident-response-incident-response
Use when working with incident response incident response
What this skill does
## Use this skill when - Working on incident response incident response tasks or workflows - Needing guidance, best practices, or checklists for incident response incident response ## Do not use this skill when - The task is unrelated to incident response incident response - You need a different domain or tool outside this scope ## Instructions - Clarify goals, constraints, and required inputs. - Apply relevant best practices and validate outcomes. - Provide actionable steps and verification. - If detailed examples are required, open `resources/implementation-playbook.md`. Orchestrate multi-agent incident response with modern SRE practices for rapid resolution and learning: [Extended thinking: This workflow implements a comprehensive incident command system (ICS) following modern SRE principles. Multiple specialized agents collaborate through defined phases: detection/triage, investigation/mitigation, communication/coordination, and resolution/postmortem. The workflow emphasizes speed without sacrificing accuracy, maintains clear communication channels, and ensures every incident becomes a learning opportunity through blameless postmortems and systematic improvements.] ## Configuration ### Severity Levels - **P0/SEV-1**: Complete outage, security breach, data loss - immediate all-hands response - **P1/SEV-2**: Major degradation, significant user impact - rapid response required - **P2/SEV-3**: Minor degradation, limited impact - standard response - **P3/SEV-4**: Cosmetic issues, no user impact - scheduled resolution ### Incident Types - Performance degradation - Service outage - Security incident - Data integrity issue - Infrastructure failure - Third-party service disruption ## Phase 1: Detection & Triage ### 1. Incident Detection and Classification - Use Task tool with subagent_type="incident-responder" - Prompt: "URGENT: Detect and classify incident: $ARGUMENTS. Analyze alerts from PagerDuty/Opsgenie/monitoring. Determine: 1) Incident severity (P0-P3), 2) Affected services and dependencies, 3) User impact and business risk, 4) Initial incident command structure needed. Check error budgets and SLO violations." - Output: Severity classification, impact assessment, incident command assignments, SLO status - Context: Initial alerts, monitoring dashboards, recent changes ### 2. Observability Analysis - Use Task tool with subagent_type="observability-monitoring::observability-engineer" - Prompt: "Perform rapid observability sweep for incident: $ARGUMENTS. Query: 1) Distributed tracing (OpenTelemetry/Jaeger), 2) Metrics correlation (Prometheus/Grafana/DataDog), 3) Log aggregation (ELK/Splunk), 4) APM data, 5) Real User Monitoring. Identify anomalies, error patterns, and service degradation points." - Output: Observability findings, anomaly detection, service health matrix, trace analysis - Context: Severity level from step 1, affected services ### 3. Initial Mitigation - Use Task tool with subagent_type="incident-responder" - Prompt: "Implement immediate mitigation for P$SEVERITY incident: $ARGUMENTS. Actions: 1) Traffic throttling/rerouting if needed, 2) Feature flag disabling for affected features, 3) Circuit breaker activation, 4) Rollback assessment for recent deployments, 5) Scale resources if capacity-related. Prioritize user experience restoration." - Output: Mitigation actions taken, temporary fixes applied, rollback decisions - Context: Observability findings, severity classification ## Phase 2: Investigation & Root Cause Analysis ### 4. Deep System Debugging - Use Task tool with subagent_type="error-debugging::debugger" - Prompt: "Conduct deep debugging for incident: $ARGUMENTS using observability data. Investigate: 1) Stack traces and error logs, 2) Database query performance and locks, 3) Network latency and timeouts, 4) Memory leaks and CPU spikes, 5) Dependency failures and cascading errors. Apply Five Whys analysis." - Output: Root cause identification, contributing factors, dependency impact map - Context: Observability analysis, mitigation status ### 5. Security Assessment - Use Task tool with subagent_type="security-scanning::security-auditor" - Prompt: "Assess security implications of incident: $ARGUMENTS. Check: 1) DDoS attack indicators, 2) Authentication/authorization failures, 3) Data exposure risks, 4) Certificate issues, 5) Suspicious access patterns. Review WAF logs, security groups, and audit trails." - Output: Security assessment, breach analysis, vulnerability identification - Context: Root cause findings, system logs ### 6. Performance Engineering Analysis - Use Task tool with subagent_type="application-performance::performance-engineer" - Prompt: "Analyze performance aspects of incident: $ARGUMENTS. Examine: 1) Resource utilization patterns, 2) Query optimization opportunities, 3) Caching effectiveness, 4) Load balancer health, 5) CDN performance, 6) Autoscaling triggers. Identify bottlenecks and capacity issues." - Output: Performance bottlenecks, resource recommendations, optimization opportunities - Context: Debug findings, current mitigation state ## Phase 3: Resolution & Recovery ### 7. Fix Implementation - Use Task tool with subagent_type="backend-development::backend-architect" - Prompt: "Design and implement production fix for incident: $ARGUMENTS based on root cause. Requirements: 1) Minimal viable fix for rapid deployment, 2) Risk assessment and rollback capability, 3) Staged rollout plan with monitoring, 4) Validation criteria and health checks. Consider both immediate fix and long-term solution." - Output: Fix implementation, deployment strategy, validation plan, rollback procedures - Context: Root cause analysis, performance findings, security assessment ### 8. Deployment and Validation - Use Task tool with subagent_type="deployment-strategies::deployment-engineer" - Prompt: "Execute emergency deployment for incident fix: $ARGUMENTS. Process: 1) Blue-green or canary deployment, 2) Progressive rollout with monitoring, 3) Health check validation at each stage, 4) Rollback triggers configured, 5) Real-time monitoring during deployment. Coordinate with incident command." - Output: Deployment status, validation results, monitoring dashboard, rollback readiness - Context: Fix implementation, current system state ## Phase 4: Communication & Coordination ### 9. Stakeholder Communication - Use Task tool with subagent_type="content-marketing::content-marketer" - Prompt: "Manage incident communication for: $ARGUMENTS. Create: 1) Status page updates (public-facing), 2) Internal engineering updates (technical details), 3) Executive summary (business impact/ETA), 4) Customer support briefing (talking points), 5) Timeline documentation with key decisions. Update every 15-30 minutes based on severity." - Output: Communication artifacts, status updates, stakeholder briefings, timeline log - Context: All previous phases, current resolution status ### 10. Customer Impact Assessment - Use Task tool with subagent_type="incident-responder" - Prompt: "Assess and document customer impact for incident: $ARGUMENTS. Analyze: 1) Affected user segments and geography, 2) Failed transactions or data loss, 3) SLA violations and contractual implications, 4) Customer support ticket volume, 5) Revenue impact estimation. Prepare proactive customer outreach list." - Output: Customer impact report, SLA analysis, outreach recommendations - Context: Resolution progress, communication status ## Phase 5: Postmortem & Prevention ### 11. Blameless Postmortem - Use Task tool with subagent_type="documentation-generation::docs-architect" - Prompt: "Conduct blameless postmortem for incident: $ARGUMENTS. Document: 1) Complete incident timeline with decisions, 2) Root cause and contributing factors (systems focus), 3) What went well in response, 4) What could improve, 5) Action items with owners and deadlines, 6) Lessons learned for team education. Follow SRE postmortem best practices." - Output: Postmortem document, action items l
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.