What problem does it solve? Upgrading a fleet of AI agents to a new release risks breaking the whole team at once. This Skill performs a staged, self-canary rollout: the operator agent upgrades itself first, soaks on the new version, then cascades to peers one at a time, rolling back and quarantining any bad version before it spreads. ## Core Features & Use Cases - Self-canary rollout: The agent upgrades itself first, soaks for a configurable window (default 24h), and only cascades to peers once proven healthy. - Ordered peer cascade: Peers upgrade one per run in lowest-blast-radius order, with health verification and automatic rollback to last-known-good on failure. - Campaign state management: Pinned campaign targets, quarantine lists, kill-switch pause, and an append-only audit log persisted in memory across runs spanning hours to days. - Use Case: A new Witwave release is published. The skill detects the drift, upgrades the Milo agent first, verifies health over a soak period, then rolls the version to piper, mira, and the remaining agents one at a time via ww agent upgrade. ## Quick Start Ask the agent to check for updates and roll out the latest released version to the team safely.