run-pipeline

Automate end-to-end agent pipeline execution with stage skills and gates.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/recallnet/dynamic-harness --skill run-pipeline-recallnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-pipeline
Source: https://github.com/recallnet/dynamic-harness/tree/main/skills/run-pipeline
Command: npx skills add https://github.com/recallnet/dynamic-harness --skill run-pipeline-recallnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end execution of an agent pipeline by loading stage skills and enforcing gates to standardize failure handling and improve reliability.

Core Features & Use Cases

  • Load and execute named stage skills from .harness/skills
  • Enforce quality gates mechanically after each stage
  • Support human gates with explicit prompts and approvals in conversation
  • Track progress, failures, and improvements in memory and optional Notion integration

Quick Start

Scaffold the harness with /harness and run the pipeline to execute Stage 1.

Frequently Asked Questions about run-pipeline

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

FAQPage Schema
How do I automate an agent pipeline with stage gates and approval workflows?

Automate an agent pipeline by loading named stage skills from .harness/skills and enforcing mechanical quality gates after each stage. This standardizes failure handling and improves reliability across structured workflows. Human gates require explicit prompts and approvals in conversation.

What is a human gate in a multi-stage workflow pipeline?

A human gate in a multi-stage workflow pipeline is an explicit approval prompt in the conversation that halts execution until manually approved. This ensures mechanical quality checks pass and human oversight is applied before proceeding to the next stage.

How do I track pipeline failures and progress across multiple stages?

Track pipeline failures and progress by using .harness files for memory tracking and failure logging. The pipeline automatically records progress, failures, and improvements in memory, with optional Notion integration for external tracking.

Can I use this pipeline orchestration for projects that need structured stage workflows?

Yes, this pipeline orchestration is designed for projects that require structured stage workflows, mechanical quality checks, and human gate approvals across multiple stages. Scaffold the harness with /harness and run the pipeline to execute Stage 1.

What's the best way to enforce quality checks between agent pipeline stages?

The best way to enforce quality checks between agent pipeline stages is to apply mechanical quality gates automatically after each stage skill executes. This ensures artifact verification and gate enforcement happen consistently before downstream stages run.

Why does my pipeline execution halt between stages?

Pipeline execution halts between stages when a human gate requires explicit approval in the conversation. The pipeline enforces these gates mechanically after each stage to ensure quality checks pass before proceeding to subsequent workflow steps.