pipeline

Orchestrate multi-step methodology chains as fixed-order stage walks.

2|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jsagir/mindrian-os-plugin --skill pipeline-jsagir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/jsagir/mindrian-os-plugin/tree/main/skills/pipeline
Command: npx skills add https://github.com/jsagir/mindrian-os-plugin --skill pipeline-jsagir

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of managing complex, multi-step workflows by automating the orchestration of methodology chains, ensuring each stage is executed in the correct order and with the necessary context.

Core Features & Use Cases

  • Multi-Step Pipeline Execution: Automates the execution of a series of methodologies in a predefined order.
  • Dynamic Chain Creation: Brain-derived framework chains based on problem types or specific frameworks.
  • Pipeline Resumption: Allows users to resume pipelines from the last completed stage.
  • Use Case: Ideal for project management scenarios where a series of methodologies need to be applied in sequence, such as software development or strategic planning.

Quick Start

Execute the pipeline with the command: /mos:pipeline --from-problem-type ill-defined

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I automate multi-step project management workflows in a fixed sequence?

Automate multi-step workflows by running a dependency path as a fixed-order stage walk. This ensures each methodology in your project management pipeline executes in the correct sequence with necessary context.

Can I resume a workflow pipeline from the last completed stage if it stops?

Yes, pipeline resumption allows you to resume workflows from the last completed stage. This prevents losing progress on complex methodology chains when executions are interrupted.

How do I dynamically create a methodology chain based on a specific problem type?

Dynamically create a methodology chain by executing the pipeline using a problem type parameter. The system derives the appropriate framework chain based on the specific problem type defined.

What is the best way to track artifacts generated across a multi-stage project pipeline?

Track artifacts across a multi-stage pipeline using built-in artifact provenance tracking. This maintains a clear history of outputs generated during the fixed-order stage walk execution.

Do I need any specific dependencies installed to orchestrate methodology pipelines?

No specific dependencies are required to orchestrate methodology pipelines. The skill operates independently using internal scripts and references to manage the multi-step execution chain.

When should I avoid using a fixed-order pipeline for workflow automation?

Avoid fixed-order pipelines for workflows requiring dynamic branching or non-linear execution paths. This approach is designed for sequential methodology chains that require a strict dependency path walk.