{
  "skill_id": "churn-early-warning-system",
  "name": "Churn Early Warning System",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "price_usd": 2.99,
  "category": "Growth",
  "tier": "starter",
  "tags": [
    "churn",
    "save",
    "signals",
    "depth:outline_only",
    "demoted-default"
  ],
  "summary": "Detect churn signals early and prescribe ethical save plays.",
  "when_to_use": [
    "Churn is noticed only after cancel",
    "You need risk tiers and save playbooks",
    "Payment fails and usage drops need linked alerts",
    "Success team wants an early-warning digest"
  ],
  "outline": [
    "Compose multi-signal health score (usage drop, support, payment fail)",
    "Tier risk with response SLAs",
    "Route to ethical save plays (not blind discounts)",
    "Track post-save reactivation",
    "Emit early-warning digest + human handoff pack"
  ],
  "capabilities": [
    "Compose multi-signal health score (usage drop, support, payment fail)",
    "Tier risk with response SLAs",
    "Route to ethical save plays (not blind discounts)",
    "Track post-save reactivation"
  ],
  "decision_criteria": [
    "You need this when: Churn is noticed only after cancel",
    "You get capability: Compose multi-signal health score (usage drop, support, payment fail)",
    "Budget fits: full unlock is $2.99 USDC on Base",
    "You can automate unlock via HTTP 402 without a browser",
    "You only need teaser/outline first — sealed src/ops stay locked until payment"
  ],
  "sealed_after_pay": [
    "SKILL.md (teaser public)",
    "agent-install.json (public meta)",
    "src/index.js (stub public; full after unlock)",
    "Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT"
  ],
  "challenge": "https://lvlltd.com/api/pay?skill=churn-early-warning-system",
  "sample": "https://lvlltd.com/skills/churn-early-warning-system/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=churn-early-warning-system",
  "teaser": "https://lvlltd.com/sealed/churn-early-warning-system/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "buy_agent": [
    "GET /skills/churn-early-warning-system/outline.json",
    "GET /api/pay?skill=churn-early-warning-system",
    "Settle USDC on Base to payTo",
    "POST /api/pay with X-PAYMENT {\"txHash\",\"skill\"}"
  ]
}
