account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"Calculate and analyze promotional ROI including incremental sales lift, margin impact, and promo type comparison. Use this skill when the user needs to evaluate whether a promotion was profitable, compare promotion types, simulate promo scenarios, or optimize promotional
$ npx -y skills add charlieviettq/awesome-agent-skill --skill ecom-promo-roi --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ecom-promo-roiContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Calculate and analyze promotional ROI including incremental sales lift, margin impact, and promo type comparison. Use this skill when the user needs to evaluate whether a promotion was profitable, compare promotion types, simulate promo scenarios, or optimize promotional
name: "\"ecom-promo-roi\"" description: "\"Calculate and analyze promotional ROI including incremental sales lift, margin impact, and promo type comparison. Use this skill when the user needs to evaluate whether a promotion was profitable, compare promotion types, simulate promo scenarios, or optimize promotional spending — even if they say 'was this sale worth it', 'which promo type works best', 'are we giving away too many discounts', or 'plan our next promotion'.\"." allowed-tools: Read, Glob, Grep
IRON LAW: Measure INCREMENTAL Sales, Not Total Sales During Promo A promotion that generates $100K in revenue during a sale week looks great — until you realize $80K would have happened anyway (baseline). The incremental lift is only $20K. If the discount cost $25K in margin, the promo LOST money. Promo ROI = (Incremental Revenue × Margin - Promo Cost) / Promo Cost
| Metric | Formula | |--------|---------| | **Incremental Revenue** | Promo period revenue - Baseline revenue (what would have happened without promo) | | **Promo Cost** | Discount amount + marketing spend + operational cost | | **Promo ROI** | (Incremental Gross Profit - Promo Cost) / Promo Cost | | **Cannibalization Rate** | % of promo sales that would have occurred at full price | | **Pull-Forward Rate** | % of promo sales that are just earlier purchases (customers would have bought next week anyway) |
| Type | Mechanism | Pros | Cons | |------|-----------|------|------| | % Discount | 20% off everything | Simple, high traffic | Erodes brand, trains discount-waiting | | $ Off | NT$200 off orders >NT$1000 | Drives AOV up | Less exciting for low-AOV customers | | BOGO | Buy one get one free | Moves inventory fast | 50% margin hit, attracts deal-seekers | | Gift with purchase | Free item with min spend | Protects price perception | Cost of gift, may not drive incremental | | Flash sale | Time-limited deep discount | Urgency, high engagement | Operational stress, cannibalization | | Loyalty points | Earn/redeem points | Builds retention, deferred cost | Complex to manage, redemption liability |
**Phase 1: Establish Baseline**
**Phase 2: Calculate Incremental Impact**
**Phase 3: Calculate Full Cost**
**Phase 4: Compute ROI and Decide**
# Promo ROI Report: {Promotion Name}
## Promo Summary
- Type: {discount type}
- Period: {dates}
- Offer: {details}
## Results
| Metric | Value |
|--------|-------|
| Total Revenue (promo period) | ${X} |
| Baseline Revenue (estimated) | ${X} |
| **Incremental Revenue** | **${X}** |
| Incremental Gross Profit | ${X} |
| Promo Cost (discount + marketing + ops) | ${X} |
| **Promo ROI** | **{X%}** |
## Profitability Assessment
{Profitable / Unprofitable — with context}
## Recommendation
{Repeat / Modify / Discontinue — with rationale}Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…