Durable

[UDS] 引導容錯工作流程設計,包含檢查點、重試策略與回滾計畫。 Use when: 長時間執行的工作流程總是中途失敗、設計檢查點的粒度、選擇重試或退避策略。 Not for: 處理正在發生中的線上事故——請用 /incident;部署回滾的實作機制——請用 /deploy。 Keywords: durable execution, checkpoint, retry, backoff, idempotency, rollback, 持久執行, 檢查點, 重試策略, 冪等.

AsiaOstrich Updated

File contents

AsiaOstrich/universal-dev-standards/tree/main/.claude/skills/durable-execution-assistant commit 867ab2ea48

Frequently asked questions

npx skillmds@latest add asiaostrich/durable-2