durable
Installation
SKILL.md
Durable Execution Assistant | 持久執行助手
Guide fault-tolerant workflow design with automatic recovery, checkpoints, and retry strategies.
引導容錯工作流程設計,包含自動恢復、檢查點與重試策略。
Usage | 使用方式
| Command | Purpose | 用途 |
|---|---|---|
/durable |
Start interactive failure recovery guide | 啟動互動式故障恢復引導 |
/durable --checkpoint |
Design checkpoint strategy | 設計檢查點策略 |
/durable --retry |
Configure retry policies | 配置重試策略 |
/durable --rollback |
Plan rollback procedures | 規劃回滾程序 |
/durable <workflow> |
Analyze specific workflow for durability | 分析特定工作流的持久性 |
Core Concepts | 核心概念
| Concept | Definition | 定義 |
Related skills
More from asiaostrich/universal-dev-standards
bdd
[UDS] Guide through Behavior-Driven Development workflow
24atdd
[UDS] Guide through Acceptance Test-Driven Development workflow
23methodology
[UDS] Manage development methodology workflow
21reverse
[UDS] System archeology — reverse engineer code across Logic, Data, and Runtime dimensions
20docgen
[UDS] Generate usage documentation from project sources
20sdd
[UDS] Create or review specification documents for Spec-Driven Development
19