What problem does it solve? Turning notebook experiments into production ML systems often fails due to data leakage, missing baselines, untested serving paths, and absent rollback plans. This Skill provides a structured review and planning workflow covering prediction contracts, data contracts, reproducible training, promotion gates, packaging, and operational monitoring. ## Core Features & Use Cases - Prediction and Data Contracts: Define decision owners, entity grain, label timing, point-in-time joins, and snapshot versioning before writing model code. - Reproducible Pipelines and Promotion Gates: Pin configs, seeds, and dataset versions, then enforce automated metric gates with fail-closed validation. - Error Analysis and Rollout Planning: Cluster mistakes into actionable hypotheses, plan shadow or canary rollouts, and define rollback triggers with named prior artifacts. - Use Case: When converting a churn-prediction notebook into a deployable service, use this Skill to produce a data contract, baseline comparison, promotion gate thresholds, and a monitoring plan covering feature drift and delayed labels. ## Quick Start Ask the assistant to review your ML training pipeline against the MLE workflow checklist and identify gaps in data contracts, evaluation gates, and rollback planning.