What problem does it solve? Monetization bugs—failed payments, broken subscription state machines, untracked ad revenue, or missing legal notices—directly cost money and users, but manually testing every revenue path is impractical. This Skill runs end-to-end adversarial testing of all money-related flows and reports exactly which scenarios fail. ## Core Features & Use Cases - Seven Specialized Agents: Payment, Subscription, Ad, Analytics, Store, Security, and KR-Compliance agents each run scenario matrices across Happy/Sad/Bad/Race/Boundary/Permission/State categories, totaling 80+ scenarios. - Auto-Detection and Parallel Execution: Scans the project for Stripe, PortOne, RevenueCat, AdMob, AdSense, GA4, or PostHog, activates only relevant agents, and runs them in parallel via fan-out delegation. - Report and Auto-Fix Loop: Generates a revenue-test-report with PASS/FAIL per scenario, flags critical failures (e.g., unsigned webhooks accepted, missing auto-renewal notices), and optionally runs a RED→GREEN fix-and-retest cycle. - Use Case: After integrating Stripe subscriptions and AdMob ads into an app, ask for a revenue test to verify webhook signature validation, dunning recovery, ad frequency caps, and Korean auto-renewal notice compliance before launch. ## Quick Start Ask the assistant to run revenue scenario tests on this project and generate a pass/fail report for all payment, subscription, and ad flows.