pipeline

Orchestrate multi-stage AI pipelines with configurable stages and state persistence.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill pipeline-hayderncenterpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/HaydernCenterpoint/oh-my-qwen/tree/main/skills/pipeline
Command: npx skills add https://github.com/HaydernCenterpoint/oh-my-qwen --skill pipeline-hayderncenterpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Pipeline Skill provides a configurable, multi-stage orchestration engine that sequences AI tasks into a coherent workflow with persistence and resume support.

Core Features & Use Cases

  • Stage orchestration: Define and run a sequence of stages (ralplan, team-exec, ralph-verify) with consistent interfaces.
  • State persistence & resume: Persist pipeline state to allow resume after interruptions.
  • API-driven configuration: Compose pipelines programmatically via stage creators and a simple config.
  • Use Case: Build an autopilot workflow that plans, executes, and verifies a feature with parallel team workers and iterative checks.

Quick Start

Configure the OMX pipeline with the default stages and run it to execute a complete workflow.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I orchestrate multi-stage AI workflows with state persistence?

You orchestrate multi-stage AI workflows by using a configurable pipeline engine to sequence tasks like planning, execution, and verification. This engine supports state persistence, allowing your AI workflows to successfully resume operations after any unexpected interruptions.

What is the best way to build an autopilot workflow for feature development?

Building an autopilot workflow for feature development is best achieved by defining a sequence of stages for planning, execution, and verification. You can programmatically configure these stages to enable parallel team workers and iterative quality checks.

Can I configure AI pipelines programmatically without hardcoding stages?

Yes, you can configure AI pipelines programmatically without hardcoding stages. The pipeline engine provides stage creators and a simple API-driven configuration system, allowing you to dynamically compose and run workflows at runtime.

How does pipeline state persistence handle interruptions during task execution?

Pipeline state persistence handles interruptions by saving the current progress of the multi-stage workflow. When an interruption occurs, the engine resumes the pipeline from the last saved state, ensuring no prior execution context is lost.

What are the limitations of using a multi-stage pipeline for team coordination?

The limitations of using a multi-stage pipeline for team coordination include the dependency on consistent interfaces across stages. If a stage like team-exec fails verification, the pipeline requires explicit configuration to handle retries or iterative checks properly.