pipeline

Orchestrate multi-agent workflows with sequential, branching, and parallel execution.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sigridjineth/oh-my-codex --skill pipeline-sigridjineth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/sigridjineth/oh-my-codex/tree/main/skills/pipeline
Command: npx skills add https://github.com/sigridjineth/oh-my-codex --skill pipeline-sigridjineth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex AI tasks by allowing you to chain multiple agents together, passing data between them to achieve sophisticated outcomes that a single agent cannot.

Core Features & Use Cases

  • Sequential Chaining: Execute agents in a defined order (e.g., explore -> architect -> executor).
  • Branching Logic: Route tasks to different agents based on conditions derived from previous agent outputs.
  • Parallel Execution: Run multiple agents concurrently and merge their results.
  • Use Case: Automate a code review process by first exploring the codebase, then having an architect agent analyze potential issues, followed by an executor agent implementing suggested fixes.

Quick Start

Use the pipeline skill to execute the review workflow on the current task.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I orchestrate multi-agent workflows with conditional branching?

To orchestrate multi-agent workflows with conditional branching, you route tasks to different agents based on conditions derived from previous agent outputs. This allows dynamic execution paths within your AI pipelines.

What is the best way to chain AI agents sequentially for task automation?

The best way to chain AI agents sequentially is to execute them in a defined order, passing data between each step. This enables sophisticated task automation outcomes that a single agent cannot achieve.

Can I run parallel agent execution and merge the results in an AI pipeline?

Yes, you can run multiple agents concurrently and merge their results. Parallel execution is supported natively, allowing you to handle complex multi-agent systems efficiently.

Does multi-agent task chaining support error handling and state persistence?

Multi-agent task chaining supports error handling and state persistence for complex AI-driven processes. This ensures your workflow automation remains robust and recoverable during execution.

When should I use pipeline syntax for agent orchestration?

You should use custom pipeline syntax for agent orchestration when you need to automate complex processes like code reviews, where agents must explore, analyze, and execute fixes sequentially or in parallel.

How do I pass data between agents in a branching workflow?

To pass data between agents in a branching workflow, the orchestration system manages data passing automatically, routing outputs from previous agents to conditionally inform the next execution step.