pipelines-v2-run-ops

Plan, run, and monitor existing pipelines_v2 workflows using the pipelines_v2 CLI.

4|1|Updated May 20, 2026
One-click install
npx skills add https://github.com/concordance-co/xenon --skill pipelines-v2-run-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipelines-v2-run-ops
Source: https://github.com/concordance-co/xenon/tree/main/.agents/skills/pipelines-v2-run-ops
Command: npx skills add https://github.com/concordance-co/xenon --skill pipelines-v2-run-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operate existing pipelines_v2 workflows without redesigning or rebuilding workflows; this skill helps teams manage planning, execution, monitoring, and reporting from artifacts.

Core Features & Use Cases

  • Plan workflows using the pipelines_v2 CLI to validate structure before execution.
  • Run workflows, inspect results, and resume failed runs; rerun individual steps or from a specific step, with downstream dependencies respected.
  • Generate and regenerate local reports from artifacts, while maintaining a local run registry and transparent runtime notes.
  • Remote runtime notes and Modal MoE capture considerations guide stable execution.

Quick Start

Identify the workflow file and plan it, then inspect recent runs before launching expensive work.

Frequently Asked Questions about pipelines-v2-run-ops

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

FAQPage Schema
How do I resume a failed pipelines_v2 workflow run?

You can resume failed pipelines_v2 workflow runs by rerunning individual steps or restarting from a specific step, with downstream dependencies respected. This allows execution to continue from the point of failure without redesigning the workflow.

What is the best way to validate a workflow structure before execution?

Planning workflows using the pipelines_v2 CLI validates the workflow structure before execution. This pre-execution planning step ensures expensive work is only launched after the workflow file is confirmed to be structurally sound.

How do I regenerate local reports from workflow artifacts?

Regenerating local reports from artifacts involves using the pipelines_v2 CLI to process stored execution artifacts. This maintains a local run registry and transparent runtime notes to ensure reporting remains reproducible.

Can I view recent workflow runs before launching new execution?

Yes, you can inspect recent runs and view run history from the local run registry before launching new execution. Checking the pipelines_v2 run registry helps verify previous states and avoid duplicate expensive work.

Do I need to modify my workflow file to rerun a specific step?

No, you do not need to modify or redesign your existing workflow file to rerun a specific step. The skill operates on existing pipelines_v2 workflows, allowing you to rerun steps directly while respecting downstream dependencies.