Build automation that survives reruns. Idempotent operations let you rerun workflows without fear of duplicates, corruption, or cascading failures in CI/CD.
Implements idempotent operations for CI/CD workflows, triggered when building automation that must survive reruns without duplicates or corruption. Ensures safe recovery from failures at step 47 of 50 by making workflows resilient to restarts.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install patterns@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/example-1.shWhen your workflow fails at step 47 of 50, you have three options:
The Scalable Choice
Safe reruns are the only scalable choice. Manual intervention and abandoning runs require human effort, don't scale, and introduce errors.
See the full implementation guide in the source documentation.