What problem does it solve? Promoting a model to production without a structured rollout plan risks outages, quality regressions, and slow manual rollbacks. This Skill turns a green release gate into a safe, reversible production exposure by designing the serving pattern, traffic-shifting ladder, rollback triggers, and autoscaling policy for GPU inference on Kubernetes. ## Core Features & Use Cases - Rollout strategy selection: Choose the right rung on the ladder — shadow, canary, blue-green, A/B, or bandit — based on whether you need risk mitigation or statistical comparison. - Endpoint and serving design: Plan versioned endpoints, a model-selector API (SLM for dev, LLM for prod), model weight caching, and KServe-style weighted revisions. - Rollback triggers and autoscaling: Wire eval guardrails, latency SLOs, and drift signals to automated halt/rollback actions, paired with asymmetric fast-out/slow-in KEDA/HPA autoscaling on Prometheus metrics. - Use Case: After a model passes the release gate, produce a Rollout Plan that starts with shadow traffic, promotes through a 5% canary, and automatically rolls back if faithfulness or p95 TTFT regresses relative to the incumbent. ## Quick Start Use the inference-rollout-strategist to design a canary rollout plan with rollback triggers for my newly gated model on GPU Kubernetes.