{
  "skill_id": "gf-agent-cart-recovery-playbook",
  "name": "Agent Cart Recovery Playbook",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 1.49,
  "category": "Growth",
  "tier": "standard",
  "kind": "good",
  "tags": [
    "x402",
    "goods-factory",
    "good",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Structured recovery sequences for abandoned agent carts and stalled sealed-unlock checkouts.",
  "when_to_use": [
    "Agent-mediated carts drop before payment and you need a non-pushy resume path",
    "You operate multi-step sealed unlocks and buyers stall between quote and settle",
    "You want recovery copy that agents can send with cart-id deep links and state summaries"
  ],
  "outline": [
    "Define abandon signals (quote viewed, fee shown, wallet prompt skipped, unlock pending) and map each to a recovery window",
    "Build message skeletons that restate cart contents, price, and unlock outcome without inventing urgency claims",
    "Specify resume deep-link and cart-id payload fields an agent can attach so the buyer lands mid-flow",
    "Write agent-channel and human-channel variants with tone and length caps per surface",
    "Add a stop-and-suppress matrix for already-paid, refunded, or opted-out states so recovery never re-pitches closed carts"
  ],
  "capabilities": [
    "Abandon-signal to recovery-window mapping",
    "Cart-state resume deep-link field specs",
    "Agent vs human recovery message skeletons",
    "Suppression rules for paid, refunded, and opt-out states"
  ],
  "artifact_outputs": [
    "cart-recovery-decision-tree.md",
    "resume-payload-schema.json",
    "recovery-message-skeletons.md"
  ],
  "decision_criteria": [
    "Outline steps are specific to this skill (not generic templates)",
    "Sealed pack exposes createSkill().run with outline-driven steps",
    "Artifacts are named concrete deliverables",
    "No revenue guarantees or banned claims",
    "Free eval path works without payment"
  ],
  "sealed_after_pay": [
    "Full src/index.js runtime (createSkill, run, plan)",
    "src/runbook.js with skill-specific steps",
    "src/tools.js registry for agent ToolRegistry",
    "WORKBOOK.md operator procedure",
    "templates/ checklist and artifact shells",
    "schemas/output.schema.json"
  ],
  "runtime": {
    "entry": "src/index.js",
    "export": "createSkill",
    "install": "node scripts/install-unlocked-pack.mjs unlock.json ./skills"
  },
  "challenge": "https://lvlltd.com/api/pay?skill=gf-agent-cart-recovery-playbook",
  "sample": "https://lvlltd.com/skills/gf-agent-cart-recovery-playbook/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-agent-cart-recovery-playbook",
  "teaser": "https://lvlltd.com/sealed/gf-agent-cart-recovery-playbook/",
  "proof": "https://lvlltd.com/api/proof",
  "standards": [
    "x402",
    "ERC-7857"
  ],
  "operator_notes": [
    "Confirm pay path with GET /api/pay before purchasing.",
    "Dry-run createSkill().run({ goal, dry_run: true }) after unlock.",
    "Persist payment.txHash with skill_id for re-redeem.",
    "Never commit private keys or OPS_SECRET into pack usage.",
    "Category focus: Growth. Kind: good.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}