chaos-experiment-design

Design chaos experiments with hypotheses, success criteria, and blast radius mapping.

3|3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill chaos-experiment-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-experiment-design
Source: https://github.com/adaptive-enforcement-lab/claude-skills/tree/main/plugins/patterns/skills/chaos-experiment-design
Command: npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill chaos-experiment-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chaos experimentation without structured design leads to unreliable results and unsafe blast radii. This skill provides a hypothesis-driven framework to plan, execute, and learn from chaos experiments with controlled scope and measurable outcomes.

Core Features & Use Cases

  • Hypothesis-driven experiment design
  • Controlled blast radius and safety constraints
  • Automated validation of SLIs and post-incident learning
  • Use Case: reliability validation in production-like environments

Quick Start

Define a hypothesis, establish success criteria and blast radius parameters, and implement an automated validation plan to run a controlled chaos experiment.

Frequently Asked Questions about chaos-experiment-design

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

FAQPage Schema
How do I design a chaos experiment with a controlled blast radius?

Design a chaos experiment by defining a hypothesis, mapping the blast radius to specific system components, and setting safety constraints to ensure failures remain isolated and measurable.

What is hypothesis-driven chaos engineering and why is it needed?

Hypothesis-driven chaos engineering structures reliability validation by predicting expected outcomes before injecting failures, preventing unreliable results and unsafe blast radii in production-like environments.

How do I establish success criteria and SLIs for a chaos experiment?

Establish success criteria by defining measurable Service Level Indicators (SLIs) and implementing automated validation hooks to monitor whether your system maintains reliability during injected failures.

Can I apply chaos experiment design across service boundaries and dependencies?

Yes, chaos experiment design applies across service boundaries and dependencies by mapping failure modes to interconnected components, validating system-wide reliability under controlled conditions.

How do I implement fail-fast mechanisms and rollback for chaos testing?

Implement fail-fast mechanisms and automated rollback by enforcing strict safety constraints that halt experiments immediately when SLIs breach predefined thresholds, ensuring system recovery.

Is structured chaos experiment design required for reliability validation in production-like environments?

Structured chaos experiment design is required for production-like reliability validation because it enforces measurable SLIs, controlled blast radii, and automated safety constraints to prevent unsafe outcomes.