pipeline

Sequences OMX pipeline stages with ModeState persistence and resume support.

1|Updated Mar 17, 2025
One-click install
npx skills add https://github.com/ozby/ingest-lens --skill pipeline-ozby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/ozby/ingest-lens/tree/main/.codex/skills/pipeline
Command: npx skills add https://github.com/ozby/ingest-lens --skill pipeline-ozby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multi-stage OMX pipelines by coordinating stage execution, preserving state, and enabling safe resume after failures, reducing manual orchestration overhead.

Core Features & Use Cases

  • Stage-driven execution with a uniform PipelineStage interface that supports custom stages (ralplan, team-exec, ralph-verify).
  • Stateful progress via ModeState persistence, enabling restart from the last incomplete stage.
  • Configurable autopilot pipelines with customizable parameters (max iterations, worker count, agent type) for production-grade orchestration.

Quick Start

Run the default OMX pipeline to orchestrate the standard stage sequence end-to-end.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I orchestrate a multi-stage OMX pipeline with state persistence?

You can orchestrate an OMX pipeline by sequencing stages like ralplan, team-exec, and ralph-verify. The pipeline coordinates execution and preserves state using a ModeState artifact model to ensure observable progress and safe recovery.

Can I resume an OMX pipeline from the last incomplete stage after a failure?

Yes, OMX pipelines support safe resume after failures. The ModeState persistence model tracks stateful progress, enabling the orchestration process to restart automatically from the last incomplete stage without manual overhead.

How do I configure worker count and iteration limits for deterministic pipeline operations?

You configure deterministic operations by adjusting customizable parameters within the pipeline. Autopilot pipelines support configurable settings for max iterations, worker count, and agent type to control execution behavior.

What is the standard PipelineStage interface and does it support custom stages?

The PipelineStage interface provides a uniform structure for stage-driven execution. It supports built-in stages like ralplan and ralph-verify, and allows you to implement custom stages to extend the end-to-end pipeline.

How do I run a default OMX pipeline end-to-end?

You run the default OMX pipeline to orchestrate the standard stage sequence end-to-end. This executes the built-in stages automatically, coordinating the workflow and handling state persistence across the entire process.

What are the limitations of using stateful orchestration for OMX pipelines?

While stateful orchestration enables safe resume, it requires ModeState persistence to function. You must ensure the pipeline state is properly maintained to guarantee recoverability and deterministic operations across stage executions.