operational-safety

Load failure-mode-keyed operational checklists for infrastructure and deployment safety reviews.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/phanijapps/engram --skill operational-safety-phanijapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: operational-safety
Source: https://github.com/phanijapps/engram/tree/main/.claude/skills/operational-safety
Command: npx skills add https://github.com/phanijapps/engram --skill operational-safety-phanijapps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, failure-mode-keyed library of operational checklists that prevent common infrastructure and deployment failures, ensuring that destructive or stateful changes are safe, idempotent, and observable.

Core Features & Use Cases

  • Failure-Mode Routing: Automatically loads specific checklists (e.g., blast-radius, drift-detection) based on the nature of the infrastructure change.
  • Reliability Guardrails: Enforces best practices for idempotency, cost-management, and environment isolation to prevent production outages.
  • Use Case: When proposing a destructive database migration, the Skill inlines specific checks for state-locking, blast-radius mitigation, and rollback procedures into the reviewer's brief to ensure no data is lost.

Quick Start

Use the operational-safety skill to audit the current infrastructure change for potential blast-radius and idempotency risks.

Frequently Asked Questions about operational-safety

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

FAQPage Schema
How do I ensure infrastructure changes are safe and idempotent before deployment?

To ensure infrastructure changes are safe and idempotent, apply failure-mode-keyed operational checklists that verify idempotent convergence and enforce blast-radius gating before destructive deployments.

What are the best practices for preventing production outages during stateful database migrations?

Best practices for stateful database migrations include enforcing state-locking checks, blast-radius mitigation, and rollback procedures to ensure destructive changes remain observable and prevent data loss.

How does blast-radius gating work for infrastructure as code reviews?

Blast-radius gating for IaC reviews works by loading deterministic checklists that assess potential failure modes, restricting the impact scope of destructive work-loops across cloud environments.

Can I use operational checklists for deployment-safety verification across multiple cloud environments?

Yes, operational checklists apply to deployment-safety verification across cloud environments by providing deterministic guardrails that validate reliability and observability without requiring subagent self-discovery.

When do I need drift-detection and observability-driven debugging checklists for DevOps?

You need drift-detection and observability-driven debugging checklists when proposing infrastructure changes, ensuring stateful modifications are traceable and destructive work-loops are properly gated.

Why does infrastructure reliability require deterministic failure-mode routing instead of manual checks?

Infrastructure reliability requires deterministic failure-mode routing because it automatically loads specific checklists like blast-radius and drift-detection, preventing common deployment failures more reliably than manual reviews.