# Va Workflow Orchestrator

> Design or implement a requested workflow or state machine with explicit transitions, dependency ordering, failure handling, and compensation behavior.

- Skill: `roche-k/va-workflow-orchestrator` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add roche-k/va-workflow-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/roche-k/va-workflow-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: roche-k (https://skillmd.com/u/roche-k)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/roche-k/va-workflow-orchestrator

---


# Workflow Orchestrator

## Define an executable workflow

Identify the existing execution framework, inputs, states, transitions, terminal
conditions, and ownership of side effects. Specify transition guards and outputs.
Model failure and cancellation paths alongside successful execution.

For operations that can repeat, define idempotency and deduplication. Bound retries
and explain which failures need compensation, a forward repair, or manual input.
Identify which state survives interruption and how execution resumes consistently.

Implement through the repository's actual registration and runtime mechanisms
when requested. Compile or load that production structure before behavioral
tests. Otherwise deliver the requested state-machine description. Do not imply
that installing this skill starts an engine or authorizes external side effects.

