valohai-design-pipelines
Installation
SKILL.md
Design Valohai Pipelines
Analyze ML project structure to identify pipeline opportunities and design multi-step Valohai pipelines that orchestrate preprocessing, training, evaluation, and deployment workflows.
What Pipelines Do
A Valohai pipeline connects individual steps into an automated workflow:
- Nodes = Individual steps (preprocessing, training, evaluation, inference, deployment)
- Edges = Data flow between steps (outputs become inputs, metadata becomes parameters)
Valohai automatically executes nodes in the right order, passes data between steps, runs independent nodes in parallel, and tracks complete data lineage.
Step-by-Step: Analyze the Project
1. Identify Pipeline Stages
Examine the ML project to find distinct stages. Common patterns: