pipeline

Configure and orchestrate multi-stage AI workflows for OMQ with resume support.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill pipeline-chrisxue90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/chrisxue90/oh-my-qwencode/tree/main/skills/pipeline
Command: npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill pipeline-chrisxue90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pipeline orchestration for OMQ, simplifying the assembly and execution of multi-stage AI workflows by coordinating stages, persisting state, and enabling resume after interruptions.

Core Features & Use Cases

  • Uniform PipelineStage interface for consistent stage execution and easy extension.
  • Built-in stages (ralplan, team-exec, ralph-verify) with configurable iteration and worker counts.
  • Durable state management under .omq/state to support resume and auditing across runs.
  • Seamless integration with autopilot/ team/ ralph modes for end-to-end workflows.

Quick Start

Create an autopilot pipeline configuration with ralplan, team-exec, and ralph-verify stages and execute the pipeline.

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 resume and retry support?

You can orchestrate multi-stage AI workflows by configuring a pipeline with built-in stages like ralplan, team-exec, and ralph-verify. The pipeline persists durable state under .omq/state, enabling automatic resume and retry across runs after interruptions.

How do I set up an end-to-end AI task pipeline in Qwen Code?

To set up an end-to-end AI task pipeline in Qwen Code, create an autopilot pipeline configuration that sequences planning, execution, and verification stages. You can configure iteration limits and worker counts for built-in stages to customize the workflow.

Can I build custom stages for my AI task automation workflow?

Yes, you can build custom stages by implementing the uniform PipelineStage interface. This interface ensures consistent stage execution and easy extension, allowing you to integrate custom logic into your existing autopilot, team, or ralph workflows.

What is the best way to automate planning and execution sequences for AI projects?

The best way to automate planning and execution sequences is using a pipeline orchestration tool that coordinates stages and persists state. This approach integrates seamlessly with autopilot and team modes to manage end-to-end workflows efficiently.

Does pipeline orchestration support state management for auditing AI runs?

Yes, pipeline orchestration supports state management for auditing AI runs by persisting durable state under the .omq/state directory. This mechanism tracks workflow progress across runs, supporting both auditing and recovery after failures.