All plugins

Vercel Workflows v4 operator

10 skills

Workflow SDK 4 definitions, steps, durability, event-sourced runs, retries, events, approvals, encryption, observability, integrations, reference, and troubleshooting.

View this plugin on GitHub
any skills-format agent
$ npx skills add rj11io/11ai --skill 11ai-operator-vercel-workflows-v4-cheatsheet --skill 11ai-operator-vercel-workflows-v4-definitions-steps --skill 11ai-operator-vercel-workflows-v4-durability-retries --skill 11ai-operator-vercel-workflows-v4-environment --skill 11ai-operator-vercel-workflows-v4-human-approval --skill 11ai-operator-vercel-workflows-v4-integrations --skill 11ai-operator-vercel-workflows-v4-setup --skill 11ai-operator-vercel-workflows-v4-sleep-events --skill 11ai-operator-vercel-workflows-v4-troubleshooting --skill 11ai-operator-vercel-workflows-v4-versioning-observability
claude code
$ claude plugin install 11ai-operator-vercel-workflows-v4@11ai
codex
$ codex plugin add 11ai-operator-vercel-workflows-v4@11ai

First time? Add the marketplace once with claude plugin marketplace add rj11io/11ai or codex plugin marketplace add rj11io/11ai, then install any plugin from it.

11ai-operator-vercel-workflows-v4-cheatsheet

Look up Vercel Workflows commands, configuration, lifecycle controls, and focused operations across definitions and steps, durability and retries, sleep and events, human approval, versioning and observability. Use when the user wants a concise reference instead of a guided workflow.

11ai-operator-vercel-workflows-v4-definitions-steps

Author Vercel Workflow definitions and steps with directives, serializable inputs and outputs, deterministic orchestration, side-effect boundaries, and typed results. Use when creating a workflow, splitting work into steps, fixing serialization, or moving side effects into durable boundaries.

11ai-operator-vercel-workflows-v4-durability-retries

Configure workflow durability, checkpoints, retries, backoff, timeouts, idempotency, crash recovery, compensation, and poison-step handling. Use when a workflow must survive failures, retries duplicate work, or recovery and compensation need design.

11ai-operator-vercel-workflows-v4-environment

Inspect Vercel Workflows package and CLI versions, project and account context, configuration, environment variable names, resources or runs, persistence, limits, and safe checks without changing anything. Use before Vercel Workflows work, when the target is uncertain, or when the user asks what is configured.

11ai-operator-vercel-workflows-v4-human-approval

Implement human-in-the-loop workflow approvals with immutable action previews, approver identity, authorization, expiry, denial, audit, and durable resume semantics. Use when a workflow proposes consequential action, must pause for review, or approval behavior is incorrect.

11ai-operator-vercel-workflows-v4-integrations

Connect Vercel Workflows to application runtimes, identity, storage, external events, observability, CI, and deployment while preserving isolation, durability, credential, and action boundaries. Use when Vercel Workflows crosses another system or must operate consistently through production.

11ai-operator-vercel-workflows-v4-setup

Install and configure Vercel Workflows from zero with project-local packages, exact account and environment scope, server-only authentication, baseline limits and persistence, one minimal operation, and bounded verification. Use when a project has no Vercel Workflows setup or the user explicitly asks to initialize it.

11ai-operator-vercel-workflows-v4-sleep-events

Operate durable workflow sleeps, timers, hooks, events, correlation identifiers, external callbacks, races, timeout paths, and resume validation. Use when pausing without compute, waiting for an external event, resuming from callbacks, or handling timeout races.

11ai-operator-vercel-workflows-v4-troubleshooting

Diagnose Vercel Workflows failures involving versions, scope, authentication, resource or run state, persistence, retries, timeouts, isolation, networking, observability, usage, and deployment without masking the original error. Use when Vercel Workflows fails, stalls, resumes incorrectly, or causes unexpected remote effects.

11ai-operator-vercel-workflows-v4-versioning-observability

Operate workflow versioning and observability including atomic deployment versions, run history, step timelines, logs, traces, usage, schema migration, rollback, and incident review. Use when deploying workflow changes, inspecting runs, correlating failures, or rolling back without corrupting in-flight work.