Design and implement a complete ML pipeline for: $ARGUMENTS
/plugin marketplace add wshobson/agents/plugin install machine-learning-ops@claude-code-workflows# 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...