cyberneticlibrary

Orchestrate multi-stage data pipeline

pipelineskillsetup L31
ItsProGamer974/oh-my-codex
What it does

Orchestrate configurable multi-stage pipelines

Best for

Best for sequencing multi-stage workflows where dependencies, conditional logic, and state must be managed transparently.

Inputs
  • · stages list (array)
  • · config (object)
Outputs
  • · stage execution results (object)
  • · final output from last stage
Requires
  • · Codex CLI
  • · .omx/state files
Preconditions
  • · .omx/ initialized
  • · stages configuration provided
Failure modes
  • · Stage timeout
  • · Invalid stage config
  • · Stage dependency unmet
Trust signals
  • · OMX official orchestration pattern
  • · Stage dependency resolution tested