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';