From machine-learning-ops
Designs and implements a complete ML pipeline with multi-agent orchestration for data engineering, feature engineering, model training, and MLOps deployment.
How this command is triggered — by the user, by Claude, or both
Slash command
/machine-learning-ops:ml-pipelineThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Machine Learning Pipeline - Multi-Agent MLOps Orchestration Design and implement a complete ML pipeline for: $ARGUMENTS ## Thinking This workflow orchestrates multiple specialized agents to build a production-ready ML pipeline following modern MLOps best practices. The approach emphasizes: - **Phase-based coordination**: Each phase builds upon previous outputs, with clear handoffs between agents - **Modern tooling integration**: MLflow/W&B for experiments, Feast/Tecton for features, KServe/Seldon for serving - **Production-first mindset**: Every component designed for scale, monitorin...
Design and implement a complete ML pipeline for: $ARGUMENTS
This workflow orchestrates multiple specialized agents to build a production-ready ML pipeline following modern MLOps best practices. The approach emphasizes:
The multi-agent approach ensures each aspect is handled by domain experts:
Deliverables:
Data source audit and ingestion strategy:
Data quality framework:
Storage architecture:
Provide implementation code for critical components and integration patterns.
subagent_type: data-scientist prompt: | Design feature engineering and model requirements for: $ARGUMENTS Using data architecture from: {phase1.data-engineer.output}Deliverables:
Feature engineering pipeline:
Model requirements:
Experiment design:
Include feature transformation code and statistical validation logic.
Build comprehensive training system:
Training pipeline implementation:
Experiment tracking setup:
Model registry integration:
Provide complete training code with configuration management.
subagent_type: python-pro prompt: | Optimize and productionize ML code from: {phase2.ml-engineer.output}Focus areas:
Code quality and structure:
Performance optimization:
Testing framework:
Deliver production-ready, maintainable code with full test coverage.
Implementation requirements:
Model serving infrastructure:
Deployment strategies:
CI/CD pipeline:
Infrastructure as Code:
Provide complete deployment configuration and automation scripts.
subagent_type: kubernetes-operations-kubernetes-architect prompt: | Design Kubernetes infrastructure for ML workloads from: {phase3.mlops-engineer.output}Kubernetes-specific requirements:
Workload orchestration:
Serving infrastructure:
Storage and data access:
Provide Kubernetes manifests and Helm charts for entire ML platform.
Monitoring framework:
Model performance monitoring:
Data and model drift detection:
System observability:
Alerting and automation:
Cost tracking:
Deliver monitoring configuration, dashboards, and alert rules.
Data Pipeline Success:
Model Performance:
Operational Excellence:
Development Velocity:
Cost Efficiency:
Upon completion, the orchestrated pipeline will provide:
npx claudepluginhub paulpham157/agents-cc --plugin machine-learning-ops11plugins reuse this command
First indexed Jul 7, 2026
Showing the 6 earliest of 11 plugins
/ml-pipelineDesigns and implements a complete ML pipeline with multi-agent orchestration for data engineering, feature engineering, model training, and MLOps deployment.
/build-ml-pipelineConstructs a complete ML pipeline given a problem description, covering data ingestion, preprocessing, model training, evaluation, and production deployment with MLOps practices.
/mlopsManages MLOps workflows: deploys models, handles versioning/A/B testing/drift detection/retraining/monitoring. Generates YAML configs and git commits. Supports flags like --deploy, --status, --drift.
/mlopsGenerates a comprehensive MLOps strategy document covering model lifecycle, training pipelines, serving, monitoring, and governance, tailored to the project's ML use case and maturity target.
/deploy-modelExecutes AI/ML tasks by analyzing context, generating code with data validation and error handling, providing performance metrics, and saving artifacts with documentation. Supports modern ML frameworks.
/addAdd a specific feature to an existing ML training project. Features include dataset, model, distributed, finetune, deploy, platform.