MLOps and model deployment management. Handles model serving infrastructure, inference optimization, model versioning, A/B testing, drift detection, and automated retraining. Supports TensorFlow Serving, Triton Inference Server, SageMaker, and custom serving solutions.
From godmodenpx claudepluginhub arbazkhan971/godmodegodmode//mlopsGenerates MLOps strategy document for ML/AI models, covering lifecycle management, training pipelines, serving, monitoring, and governance using project context.
MLOps and model deployment management. Handles model serving infrastructure, inference optimization, model versioning, A/B testing, drift detection, and automated retraining. Supports TensorFlow Serving, Triton Inference Server, SageMaker, and custom serving solutions.
/godmode:mlops # Interactive model deployment workflow
/godmode:mlops --status # Production monitoring dashboard
/godmode:mlops --deploy <model> # Deploy a specific model version
/godmode:mlops --promote # Promote canary to champion
/godmode:mlops --rollback # Rollback to previous champion
/godmode:mlops --drift # Run drift detection analysis
/godmode:mlops --retrain # Trigger retraining pipeline
/godmode:mlops --ab-test # Configure or check A/B test
/godmode:mlops --optimize # Run inference optimization benchmarks
/godmode:mlops --scale <replicas> # Scale serving infrastructure
/godmode:mlops --versions # Show model version registry
configs/mlops/<model>-serving.yamlconfigs/mlops/<model>-monitoring.yaml"mlops: <model> v<version> — <action> (<platform>)"Train (ml) → Readiness Check → Deploy Canary (5%) → A/B Test → Promote Champion
↓
Monitor → Drift Detection → Retrain
If deployed: /godmode:mlops --status to monitor health.
If drift detected: /godmode:ml to review retraining results.
If A/B test done: /godmode:mlops --promote or --rollback.
/godmode:mlops --deploy ticket-classifier-v3.2 # Deploy a model
/godmode:mlops --status # Check production health
/godmode:mlops --drift # Run drift analysis
/godmode:mlops --rollback # Emergency rollback