← ClaudeAtlas

jira-scoring-ricelisted

Offer / discount / promotion ROI audit — inventories every active offer, discount and promo rule in production, classifies each by its actual program (read from the segment/campaign attribute, not the surface trigger), measures conversion of each program against a cohort, surfaces orphan / misconfigured / duplicate offer rules, and estimates the cost given away. Works for any revenue model in business.json (subscription, transaction, ads). Publishes to Confluence with kill / keep / consolidate recommendations. Use when asked about 'offer audit', 'discount audit', 'promo inventory', 'offer ROI', 'free offers in production', or '/audit-offers'.
mohitkhandelwal242/ai-pm-operator · ★ 0 · AI & Automation · score 62
Install: claude install-skill mohitkhandelwal242/ai-pm-operator
# /audit-offers — Offer / Discount / Promotion ROI Audit End-to-end audit of every active offer, discount or promotion in production. The skill classifies each offer by its **actual program** (read from the segment / campaign attribute, not the surface trigger — the same UI trigger often fulfils multiple programs), computes conversion program-by-program, and surfaces: - Programs working well (scale candidates) - Programs giving away value with near-zero conversion (kill / shorten candidates) - Orphan rules / misconfigured short-validity passes - Naming inconsistencies (multiple trigger-string variants of the same action) - Cost surface (value given away per quarter) Produces a console summary + a Confluence page. --- ## Step 0 — Load business context Read `business.json` first. This skill adapts to the business's revenue model: - `company.revenue_model` — `subscription`, `transaction`, `ads`, or a mix. This determines what "an offer" and "conversion" mean (see table below). - `metrics.key_metrics[]` — the metrics the business already tracks; align "conversion" and "cost" to these where possible. - `stack.analytics` / `stack.code_repos[]` — where the offer data and offer-config logic live. | revenue_model | "Offer" means | "Conversion" means | "Cost given away" means | |---|---|---|---| | subscription | A free / discounted subscription grant | Recipient later buys a paid plan | Face value of the granted plan | | transaction | A discount / coupon / credit on a transacti