{
  "skill_id": "gf-po-proof-lag-incidents",
  "name": "Proof Lag Incident Playbook",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 8.49,
  "category": "Trust",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "quality-factory",
    "service",
    "decision-grade",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Incident playbook when payment proof, unlock receipts, or chain confirmation lag behind buyer expectation on marketplace paths.",
  "when_to_use": [
    "Buyers report paid-but-not-unlocked while mempool, indexer, or webhook confirmation is delayed beyond your stated window.",
    "Support and ops disagree on whether to manual-unlock during lag, creating inconsistent trust outcomes.",
    "You need SLIs for proof lag that separate chain delay, indexer lag, and application webhook failure."
  ],
  "outline": [
    "Classify lag sources: chain confirmation delay, indexer lag, x402 facilitator delay, webhook drop, and local fulfillment race conditions.",
    "Instrument proof-lag SLIs: time from payment intent to unlock grant, p50/p95, and alert thresholds per payment rail.",
    "Run incident actions: freeze related deploys, enable temporary grant policy with dual control, and open a reconciliation queue.",
    "Communicate with buyers using templates that avoid overpromising finality while offering concrete check intervals and ticket IDs.",
    "Close with reconciliation: match on-chain or facilitator receipts to grants, reverse false grants, and file root-cause tickets with owners."
  ],
  "capabilities": [
    "Lag source classification tree for chain, indexer, facilitator, and app races",
    "Proof-lag SLI definitions from payment intent to unlock grant",
    "Temporary grant policy with dual-control and reconciliation hooks",
    "Buyer and internal comms templates for lag incidents",
    "Reconciliation close-out checklist for false grants and missing unlocks"
  ],
  "artifact_outputs": [
    "proof-lag-incident-playbook.md",
    "proof-lag-sli-spec.yaml",
    "temporary-grant-policy.md",
    "buyer-lag-comms.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-po-proof-lag-incidents",
  "sample": "https://lvlltd.com/skills/gf-po-proof-lag-incidents/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-po-proof-lag-incidents",
  "teaser": "https://lvlltd.com/sealed/gf-po-proof-lag-incidents/",
  "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: Trust. Kind: service.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}