jira-scoring-ricelisted
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