chaos-engineering

Design chaos engineering experiments with hypotheses, blast radius, and rollback plans.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill chaos-engineering-veloxia-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-engineering
Source: https://github.com/Veloxia-agency/VELOXIA-WEB/tree/main/.claude/skills/engineering/chaos-engineering/skills/chaos-engineering
Command: npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill chaos-engineering-veloxia-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps teams design, run, and learn from chaos engineering experiments without turning controlled failures into customer incidents. It provides the structure needed to test resilience with clear hypotheses, measurable steady-state metrics, and explicit abort criteria.

Core Features & Use Cases

  • Experiment Design: Build a complete chaos plan with hypothesis, attack type, magnitude, duration, blast radius, rollback, and learning question.
  • Blast-Radius Safety: Estimate expected impact before running the experiment so teams can keep risk bounded.
  • Postmortem Generation: Turn results into a structured learning document with outcomes, surprises, follow-up actions, and blameless analysis.
  • Use Cases: Planning a Game Day, testing latency or dependency failures, validating failover behavior, or standardizing resilience reviews across Kubernetes or AWS environments.

Quick Start

Ask the Skill to design a chaos experiment for a target service, including the hypothesis, fault type, blast radius, abort criteria, and rollback plan.

Frequently Asked Questions about chaos-engineering

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

FAQPage Schema
How do I design a safe chaos engineering experiment for a Kubernetes service?

To design a safe chaos engineering experiment, define a clear hypothesis, identify measurable steady-state metrics, select a targeted fault injection type, and set explicit abort criteria with rollback plans to keep Kubernetes service risk bounded.

What is blast radius calculation and why do I need it before fault injection?

Blast radius calculation estimates expected impact before fault injection. You need blast radius planning to bound risk, preventing controlled resilience tests from escalating into production customer incidents across AWS or Kubernetes environments.

How do I write a blameless postmortem after a Game Day or resilience test?

Write a blameless postmortem by documenting experiment outcomes, surprises, and follow-up actions. Structured postmortems turn Game Day and resilience testing results into learning documents without assigning blame for fault injection behavior.

Can I use this chaos engineering approach to test AWS dependency failover behavior?

Yes, you can use this chaos engineering approach to test AWS dependency failover behavior. It supports planning latency injections, dependency failures, and validating failover mechanisms by applying hypothesis writing and steady-state measurement across service dependencies.

What steady-state metrics and abort criteria do I need for a resilience experiment?

For a resilience experiment, you need steady-state metrics representing normal system behavior and abort criteria defining when to halt testing. These components measure deviations and trigger rollback plans if fault injection causes unexpected degradation.