概要
This Claude Code skill provides a structured framework for building resilient applications by separating transient failure handling from core business logic. By utilizing the @jagreehal/workflow library, it enforces best practices such as jittered exponential backoff, mandatory timeouts, and idempotency checks. It helps developers avoid common pitfalls like 'retry storms' (double-retrying) and thundering herd problems, making it an essential tool for building production-grade backend services and distributed systems that must gracefully handle network hiccups and downstream service instability.