pipeline

Chain droid outputs into sequential or branching multi-stage workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pipeline chains multiple droids together in sequential or branching workflows where the output of one droid becomes the input to the next. It creates powerful droid pipelines for structured, multi-phase tasks.

Core Features & Use Cases

  • Sequential orchestration: Define and execute ordered stages with automatic context passing between droids.
  • Branching workflows: Route results to alternative stages based on outcomes.
  • Use Case: Coordinate research, planning, execution, and verification to deliver end-to-end features.

Quick Start

Configure a pipeline, execute Stage 1, and pass the output as context to each subsequent stage.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I chain multiple droids into a multi-stage workflow?

To chain multiple droids into a multi-stage workflow, you configure a sequential pipeline that passes each stage's output automatically as context to the next droid. This orchestrates structured, multi-phase tasks.

What is droid orchestration used for in software engineering?

Droid orchestration coordinates complex features, refactors, and tasks requiring staged handoffs. It routes outputs through sequential or branching workflows to deliver end-to-end functionality.

Can I route outputs to alternative stages based on outcomes in a pipeline?

Yes, you can route outputs to alternative stages based on outcomes by configuring branching workflows. This allows the pipeline to dynamically route results to different droids depending on previous results.

Does the pipeline skill support research and security presets?

Yes, the pipeline skill satisfies requirements for presets including Review, Implement, Debug, Research, and Security. It applies strict stage progression and verification across these configured presets.

When should I use a branching workflow instead of sequential orchestration?

Use a branching workflow instead of sequential orchestration when task outcomes require routing to alternative stages. Sequential orchestration fits ordered stages, while branching handles dynamic routing based on results.