What problem does it solve? Deployed models degrade silently as input data, concepts, and feature importance shift over time, and teams often lack a structured way to detect that degradation before it harms users. This Skill designs a complete post-deployment monitoring specification covering data, concept, prediction, bias, and feature-attribution drift. ## Core Features & Use Cases - Four-Monitor Design: Produces per-monitor specs for data-quality, model-quality, bias-drift, and feature-attribution-drift monitors, each with baseline, schedule, threshold, and alert action. - Privacy-Safe Data Capture: Defines capture configuration with classification, minimization, redaction, encryption, retention, and external-judge restrictions before any monitoring begins. - OSS Kubernetes Wiring: Maps the design to Evidently CronJobs, Prometheus, Alertmanager, Grafana, and label-join Jobs as an open-source replacement for SageMaker or Azure ML monitors. - Use Case: After releasing a model through a release gate, use this Skill to generate a Monitor Spec that wires drift alarms to rollback triggers and feeds drifted inputs back into the eval harness as new regression cases. ## Quick Start Use the drift-monitor-designer skill to design a drift monitoring plan for my deployed model on Kubernetes, including baselines, thresholds, and alert wiring.