temporal-patternslisted
Install: claude install-skill dustinruehle/temporal-patterns-skill
# Temporal Design Patterns
Temporal's durable-execution primitives compose into a catalog of proven, named
design patterns. Reaching for a named pattern beats inventing a Workflow shape:
the pattern already encodes the failure handling, the history-growth control, and
the edge cases someone else already hit. This skill exists so that — whether
coding, answering a question, or building a deck — you select from the catalog
first and pull canonical detail on demand.
## The one rule that makes this skill work
**The catalog below is an index, not the implementation.** Each pattern has a
canonical markdown page. Select the pattern from memory using the index and
routing map here; **fetch the pattern page before writing implementation code or
asserting specifics** (guarantees, limits, SDK support, exact mechanics). Do not
reconstruct pattern code from memory — the pages are the source of truth and stay
current as SDKs change. This matters most for customer-facing work, where a
confident-but-stale detail is worse than a fetched, verified one.
### URL construction (deterministic)
- Full index: `https://docs.temporal.io/design-patterns.md`
- Any pattern: `https://docs.temporal.io/design-patterns/{slug}.md`
- Example: `https://docs.temporal.io/design-patterns/saga-pattern.md`
The `{slug}` for every pattern is in the catalog tables below. Append `.md` for
the clean, token-cheap version (drop it for the human-readable web page to share
with a customer).
If fetching isn't available