pipeline

Orchestrate multi-stage development pipelines with resumable execution and configurable worker limits.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/hotaq/Sprite_harmess --skill pipeline-hotaq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/hotaq/Sprite_harmess/tree/main/.codex/skills/pipeline
Command: npx skills add https://github.com/hotaq/Sprite_harmess --skill pipeline-hotaq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns complex multi-step work into a structured pipeline so development tasks can be planned, executed, and verified without losing progress between stages.

Core Features & Use Cases

  • Stage Sequencing: Runs ordered stages through a shared PipelineStage interface for consistent execution.
  • Configurable Execution: Supports tuning worker count, verification iterations, and agent type per run.
  • Resume and State Persistence: Stores pipeline progress in ModeState so incomplete runs can resume from the last stage.
  • Use Case: Use this Skill when you need a repeatable workflow that moves from consensus planning to worker execution and final verification in a controlled loop.

Quick Start

Ask the skill to run a configurable pipeline for your feature or task and specify any preferred stage settings such as worker count or verification depth.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I run a resumable multi-stage development pipeline?

A multi-stage development pipeline orchestrates tasks into a structured execution flow by applying consensus planning, worker execution, and verification stages. It uses configurable sequencing across local agent stages to maintain persistent state management.

How do I resume an incomplete workflow from the last stage?

You resume an incomplete workflow by leveraging built-in state persistence that stores pipeline progress continuously. This allows the orchestration flow to automatically pick up and continue execution from the exact stage where the previous run stopped.

Can I configure worker count and verification iterations for pipeline orchestration?

Yes, you can configure worker count, verification iterations, and agent type per pipeline run. This allows you to tune the execution flow and control the depth of the verification loop for your specific development tasks.

What is the best way to orchestrate consensus planning and team execution?

The best way to orchestrate consensus planning and team execution is using a controlled pipeline loop that sequences these stages alongside final verification. This structured approach ensures repeatable workflows without losing progress between development phases.

Do I need any specific dependencies to run staged workflows with resumable control?

No specific external dependencies are required to run staged workflows with resumable control. The pipeline orchestration operates independently, utilizing internal state management to handle stage interfaces and resume support.