mlops-pipeline-design

Designs ML pipelines with stage contracts, gate-based promotion criteria, and artifact lineage.

7|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/KentoShimizu/sw-agent-skills --skill mlops-pipeline-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mlops-pipeline-design
Source: https://github.com/KentoShimizu/sw-agent-skills/tree/main/skills/mlops-pipeline-design
Command: npx skills add https://github.com/KentoShimizu/sw-agent-skills --skill mlops-pipeline-design

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Design end-to-end ML pipelines with governance and promotion-safe controls.

Core Features & Use Cases

  • Define stage contracts with inputs/outputs and gates using the mlops-pipeline-stage-template.
  • Apply promotion gate rules to ensure auditable, reversible promotion paths and lineage traceability.
  • Use the shared references and assets to standardize governance across pipeline stages.

Quick Start

Define your first pipeline by filling out a stage contract with the mlops-pipeline-stage-template and applying the promotion gate rules from references.

Frequently Asked Questions about mlops-pipeline-design

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

FAQPage Schema
How do I design an ML pipeline with promotion gates for auditable model releases?

You design ML pipelines with promotion gates by defining stage contracts with explicit inputs and outputs, applying gate-based promotion criteria to ensure auditable and reversible paths across the ML lifecycle.

What is artifact lineage in MLOps and how does it support governance?

Artifact lineage in MLOps tracks the origin and transformations of pipeline assets. It supports governance by providing an audit trail that ensures reproducible training, validation, and packaging across stages.

How do I set up reproducible training and validation stages in an ML pipeline?

To set up reproducible training and validation stages, define stage contracts using a pipeline stage template, specifying exact inputs and outputs to standardize governance and ensure reproducibility across the lifecycle.

Can I standardize governance controls across multiple ML pipeline stages?

Yes, you can standardize governance controls across ML pipeline stages by utilizing shared references and assets to apply consistent promotion gate rules and lineage traceability throughout the end-to-end pipeline.

When do I need explicit stage contracts for end-to-end ML pipeline design?

You need explicit stage contracts for end-to-end ML pipeline design when your team requires reproducible training, auditable promotion paths, and strict artifact lineage traceability across the entire ML lifecycle.

Does ML pipeline design with promotion gates work without external dependencies?

Yes, ML pipeline design with promotion gates works without external dependencies. The Skill provides templated assets and references internally to define stage contracts and apply promotion gate rules independently.