Stockout with active spend
Scenario. One or more of your SKUs has gone out of stock, but your ad platform is still running campaigns bound to that SKU - burning budget at zero conversion rate. Your commerce platform knows the SKU is out of stock; your ad platform does not. This playbook closes the gap. Report types it draws from. Paid Traffic Waste, Google Ads Revenue Intelligence.Build the active-spend SKU set
Build the out-of-stock SKU set
available_quantity = 0 in your primary fulfilment region. Include SKUs in incoming-stock state so the recommendation can surface the restock ETA.Compute the intersection
Apply the burn threshold
Generate the action
pause_ad_group action (or pause_campaign for campaign-level escalations) in your Kanban board. Each action carries an auto-resume hook: when the fulfilment connector reports the SKU back in stock, the pause reverses automatically. A Slack message lands in your Vortex Mind alerts channel with the SKU, the daily burn, the restock ETA, and the recommended pause.pause_ad_group for SKU-level pauses (auto-fire eligible when daily burn is below $50). pause_campaign for campaign-level escalations (always manual review). Each action carries a reverse hook that fires automatically on restock.
Incident revenue at risk
Scenario. A production incident has hit your checkout service. Engineering knows - the monitoring tool paged them. What nobody knows in the moment is how much revenue is being lost per minute. This playbook computes that figure, posts it to your exec channel, and keeps updating it every five minutes until the incident closes. Report types it draws from. Checkout Conversion Failure, Daily Revenue Leakage.Detect the active incident
checkout, payment, catalogue, cart, or a custom tag you have configured, and it started within the last 4 hours. The output is a list of active incidents with start time, severity, and service tag.Compute the baseline checkout rate
Read the current checkout rate
Compute revenue loss per minute
revenue_loss_per_minute = max(0, gap) × baseline_aov. Track the cumulative revenue at risk as the integral of the per-minute figure over the incident’s duration.Apply the alert threshold and notify
Catalogue drift
Scenario. You list on your commerce platform and one or more marketplaces. Over time, a price changes on one channel, a title is edited on another by a third-party tool, an image is refreshed in one place but not the other. None of these changes propagate automatically. This playbook computes a per-SKU diff across every connected catalogue and surfaces every drift before it costs revenue or triggers a compliance flag. Report types it draws from. Daily Revenue Leakage (revenue context for affected SKUs).Build the canonical SKU set
Build per-marketplace SKU sets
Compute the diffs
Classify severity and apply thresholds
Generate re-sync actions
re_sync_marketplace_sku action with the SKU, the source channel, the target channel, and the fields to sync. Price and availability re-syncs are auto-fire eligible when the delta is small and the direction matches your configured canonical. Title and image re-syncs default to manual review because cross-platform content is sometimes intentionally different.re_sync_marketplace_sku per drifted field. A Slack summary lands in your alerts channel with the total drift count, the highest price delta, and the action count queued in the Kanban board.
Decline-driven checkout drop
Scenario. Your checkout conversion rate has dropped, and you need to know whether the cause is a payment gateway issue, a UX regression, a form problem, or something else entirely. This playbook correlates the payment gateway’s declined-transaction rate against the commerce platform’s checkout-completion rate on a continuous basis and fires when a decline spike is statistically responsible for the drop. Report types it draws from. Decline Recovery Intelligence, Payment Performance Intelligence, Checkout Conversion Failure.Read the decline timeline
Read the checkout completion timeline
begin_checkout events) and the gap versus the rolling 7-day same-hour-of-day baseline.Compute the correlation
Diagnose the failure pattern
do_not_honor, pickup_card) → recommend soft-decline auto-retry; form UX issue (incorrect_cvc) → recommend investigating the CVC field; BIN concentration (more than 30 percent of declines from one BIN range) → escalate to a BIN block finding and recommend contacting the issuer; gateway-side outage (processor_error) → recommend failover to a backup gateway if configured.Generate the action
update_gateway_config, auto-fire eligible when whitelisted). Form UX investigation, BIN block check, and fraud rules tuning all default to manual review - payment configuration changes are high-risk and the playbook surfaces the recommendation while you execute.