workflow

Orchestrate durable serverless workflows with the Vercel Workflow DevKit.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill workflow-nagyvikt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/vercel/skills/workflow
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill workflow-nagyvikt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires workflow, @workflow/ai, and includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of building reliable, long-running processes in serverless environments by providing a framework for durable execution that survives crashes, reloads, and network failures.

Core Features & Use Cases

  • Durable Execution: Functions can pause for extended periods and resume exactly where they left off.
  • Orchestration: Manage complex multi-step pipelines, human-in-the-loop approvals, and event-driven triggers.
  • Use Case: Build a multi-step AI research agent that performs web searches, writes reports, and waits for human approval before finalizing, ensuring the entire process is fault-tolerant and observable.

Quick Start

Use the workflow skill to scaffold a new durable process that handles multi-step orchestration and automatic retries for my next project.

Frequently Asked Questions about workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build durable serverless workflows that survive crashes and deployments?

Durable serverless workflows are built using the Vercel Workflow DevKit to orchestrate functions that pause for extended periods and resume exactly where they left off after crashes or deployments. This requires TypeScript integration with the workflow SDK to manage state and execution steps.

What is durable execution for long-running serverless pipelines?

Durable execution is a mechanism that allows long-running serverless pipelines to pause for extended periods and automatically resume state and step-based execution exactly where they left off, ensuring fault-tolerant processes that survive network failures and reloads.

Does the Vercel Workflow DevKit support human-in-the-loop approval processes?

Yes, the Vercel Workflow DevKit supports human-in-the-loop approval processes by orchestrating durable workflows that can pause and wait for event-driven triggers or manual approvals before resuming the next pipeline steps.

How do I orchestrate multi-step AI agent tasks with automatic retries?

You orchestrate multi-step AI agent tasks by integrating TypeScript with the workflow SDK to manage state, automatic retries, and step-based execution, ensuring the entire pipeline is fault-tolerant and observable throughout its execution lifecycle.

Do I need TypeScript to manage state and step-based execution for serverless orchestration?

Yes, TypeScript integration with the workflow SDK is required to manage state, retries, and step-based execution for orchestrating durable, long-running serverless workflows that handle complex multi-step pipelines.

Can I use durable workflows for event-driven triggers and fault-tolerant processes?

Durable workflows can be used for event-driven triggers and fault-tolerant processes, providing a framework that manages complex multi-step pipelines and ensures execution survives network failures, reloads, and crashes.