run-pipeline

Orchestrate staged marketing/content loops with pauses at gates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill orchestrates a closed-loop marketing/content initiative across named stages, threading leaf skills and pausing at gates rather than auto-approving.

Core Features & Use Cases

  • Orchestrates research → brief → FORK → execute → ingest → evaluate → learn as a single loop tree.
  • Pauses at every gate and logs transitions into a durable transition log in the loop workspace.
  • Supports eval-only mode to scaffold a measurable loop workspace without the full pipeline.
  • Keeps all state under .forsvn/loops/[slug]/ for resumability.

Quick Start

Run bun scripts/scaffold-pipeline.ts "<initiative>" to create a six-stage loop and begin dispatching.

Frequently Asked Questions about run-pipeline

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

FAQPage Schema
What is a closed-loop marketing initiative and how does orchestration manage it?

A closed-loop marketing initiative orchestrates sequential stages from research to evaluation. Orchestration manages it by threading leaf skills across named stages, pausing at gates for manual approval rather than auto-executing, and storing resumable state in a dedicated loop workspace.

How do I scaffold a measurable loop workspace without executing the full pipeline?

You can scaffold a measurable loop workspace without executing the full pipeline by using the eval-only mode. This mode sets up the six-stage loop structure and transition logs under the designated loop folder, enabling cross-stage evaluation without dispatching stage work.

Can I pause a multi-stage content workflow and resume it later without losing state?

You can pause a multi-stage content workflow and resume it later without losing state. The orchestrator pauses at every gate and logs transitions, storing all state and artifacts in a durable loop folder to ensure resumable progress across stages.

How do I start orchestrating a six-stage content loop from an initiative name?

To start orchestrating a six-stage content loop, run the scaffold pipeline script with your initiative name. This creates the loop structure spanning research, brief, execute, ingest, evaluate, and learn stages, then begins dispatching the workflow.

Does this orchestration approach support warm-start execution for an existing pipeline?

Yes, this orchestration approach supports warm-start execution for an existing pipeline. It allows you to resume a closed-loop initiative by leveraging the state and artifacts already stored in the loop folder, bypassing initial scaffolding.

What's the best way to evaluate cross-stage performance in a content marketing loop?

The best way to evaluate cross-stage performance is using the orchestrator's transition logs and eval-only mode. By pausing at gates and storing artifacts in the loop workspace, you can perform cross-stage evaluation against the logged state before proceeding.