sequential-pipeline

Orchestrates 2-5 stage workflows with delegated tasks and validated handoffs.

Updated Mar 29, 2024
One-click install
npx skills add https://github.com/addisonbeck/nix --skill sequential-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sequential-pipeline
Source: https://github.com/addisonbeck/nix/tree/main/bobert/skills/sequential-pipeline
Command: npx skills add https://github.com/addisonbeck/nix --skill sequential-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestration of deterministic, multi-stage workflows where work travels through a fixed chain of stages, with explicit handoffs and validation at each step.

Core Features & Use Cases

  • Orchestrates fixed sequential delegation chains (2-5 stages)
  • Guides agent selection, stage handoffs, and validation checkpoints
  • Use cases include research → documentation, analyze → plan → implement, and multi-stage knowledge workflows

Quick Start

Map Addison's request into a 2-5 stage sequential pipeline and execute with explicit input and output contracts.

Frequently Asked Questions about sequential-pipeline

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

FAQPage Schema
How do I orchestrate a multi-stage workflow with safe handoffs between agents?

Sequential workflow orchestration coordinates a fixed chain of 2-5 stages by delegating tasks to specialized agents, defining explicit stage contracts, and validating handoffs to ensure deterministic output flow and reliable execution.

What is the best way to manage task dependencies in a multi-stage research and analysis pipeline?

Managing task dependencies in a multi-stage pipeline requires strict dependency rules and explicit input-output expectations for each agent. This approach guarantees auditable execution across research, analysis, planning, and documentation stages without breaking the chain.

Can I use sequential orchestration for a 5-stage analyze, plan, and implement workflow?

Yes, sequential orchestration supports 2-5 stage pipelines, making it ideal for an analyze, plan, and implement workflow. It guides agent selection and enforces validation checkpoints to ensure each stage's output meets the contract before proceeding.

How does stage validation work when coordinating sequential delegation chains?

Stage validation in sequential delegation chains works by applying strict validation criteria to the output of each specialized agent before handing off to the next stage. This guarantees that input expectations are met for reliable, auditable execution.

When should I not use a fixed sequential pipeline for workflow orchestration?

You should not use a fixed sequential pipeline for workflows requiring more than 5 stages, dynamic routing, or parallel execution. This approach is designed strictly for deterministic, fixed sequential delegation chains with explicit handoffs.