vercel-workflow

Installation
SKILL.md

Workflow Best Practices

Enforces proper usage of Vercel Workflow DevKit patterns for durable, resumable workflows.

Core Concepts

Directives

Two fundamental directives define execution context:

"use workflow" - Marks orchestration functions that coordinate steps:

export async function processOrder(orderId: string) {
  'use workflow';
Installs
14
First Seen
Jan 27, 2026
vercel-workflow — victor-teles/skills