Chaos Experiment banner
wanlugu wanlugu

Chaos Experiment

Design community

Description

--- description: Interactive wizard to design and validate a chaos engineering experiment --- # /chaos-experiment Step through the design of a chaos engineering experiment using the `chaos-engineering` skill. Produces a plan, calculates blast radius, validates abort criteria, and outputs a markdown plan ready for peer review. ## Usage ``` /chaos-experiment /chaos-experiment --target checkout-svc --attack latency ``` ## Implementation ```bash SKILL=engineering/chaos-engineering/skills/chaos

Installation

Installs to ~/.claude/skills/wanlugu-my-claude-skills-chaos-experiment/SKILL.md

Terminal
mkdir -p ~/.claude/skills/wanlugu-my-claude-skills-chaos-experiment && curl -fsSL https://raw.githubusercontent.com/wanlugu/my-claude-skills/HEAD/commands/chaos-experiment.md -o ~/.claude/skills/wanlugu-my-claude-skills-chaos-experiment/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository