win-back-offers

Automate win-back offers for churned iOS subscribers with StoreKit 2.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/venomez-viper/PathWise --skill win-back-offers-venomez-viper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: win-back-offers
Source: https://github.com/venomez-viper/PathWise/tree/main/.claude/skills/generators/win-back-offers
Command: npx skills add https://github.com/venomez-viper/PathWise --skill win-back-offers-venomez-viper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end win-back flow for churned subscribers using native Win-back Offers, promotional fallbacks, and analytics.

Core Features & Use Cases

  • Native win-back offers via StoreKit 2 on iOS 18+ with optional promotional fallback for older OS.
  • Message API integration to handle in-app win-back prompts and system messages.
  • Eligibility & analytics with pluggable analytics and decision logic for churned subscribers.
  • End-to-end pipeline scaffolding including manager, message handler, eligibility, UI, and analytics.

Quick Start

Provide your subscription group ID and let the generator scaffold the complete win-back flow (manager, message handler, eligibility, UI, and analytics).

Frequently Asked Questions about win-back-offers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement win-back offers for churned iOS subscribers?

You can implement win-back offers by providing your subscription group ID to scaffold the complete flow, including eligibility checks, StoreKit 2 offer handling, UI presentation, and analytics.

What are StoreKit 2 win-back offers and when should I use them?

StoreKit 2 win-back offers are native iOS 18+ promotional discounts targeted at churned subscribers to encourage re-engagement. You use them when you need an automated end-to-end pipeline to recover lapsed subscription revenue.

Can I present promotional win-back fallbacks for users on older iOS versions?

Yes, you can present promotional fallbacks for older OS versions. The flow supports native iOS 18+ win-back offers while providing promotional alternatives to handle subscribers on legacy systems.

How do I handle in-app messages for StoreKit subscription win-back prompts?

You handle in-app win-back prompts using App Store Message API integration. The scaffolding includes a dedicated message handler to manage system messages and in-app presentation across churn scenarios.

Does this win-back flow support custom analytics for different churn scenarios?

Yes, it supports custom analytics through a pluggable analytics layer. You can integrate your own decision logic and tracking to monitor eligibility checks and win-back offer performance across various churn scenarios.