{
  "schema": "lvl-execution-evidence-v1",
  "skill_id": "cold-start-catalog-bootstrapper",
  "verified_at": "2026-07-27T14:16:00.849Z",
  "method": "operator_sample_run",
  "runtime": "createSkill().run dry_run",
  "honesty": {
    "continuous_monitoring": false,
    "invents_sales": false,
    "note": "Sample dry-run of sealed pack runtime after unlock. Not a sales claim."
  },
  "result": {
    "ok": true,
    "steps": [
      {
        "id": "canary_sku",
        "name": "Ship one canary SKU ≤ $0.05–$1 with working unlock",
        "status": "skipped"
      },
      {
        "id": "three_real",
        "name": "Ship three deep skills (not templates) before expansion",
        "status": "skipped"
      },
      {
        "id": "instrument",
        "name": "Instrument proof ledger + funnel stages",
        "status": "skipped"
      },
      {
        "id": "kpi",
        "name": "Set week-1 KPIs: unlocks, outline views, recover rate",
        "status": "skipped"
      },
      {
        "id": "kill",
        "name": "Kill criteria if template flood returns",
        "status": "skipped"
      }
    ],
    "artifact_types": [
      "plan",
      "checklist",
      "scorecard",
      "spec_ref",
      "week1_plan"
    ],
    "next_actions": [
      "Review artifacts against detail.md",
      "Persist unlock receipt with payment txHash",
      "Register tools via listTools() into agent runtime",
      "Prefer /api/proof over marketing claims for volume"
    ]
  },
  "sample_scorecard": {
    "skill_id": "cold-start-catalog-bootstrapper",
    "score_0_100": 100,
    "checks": [
      {
        "id": "free_outline",
        "label": "Free outline exists and is readable before pay",
        "pass": true
      },
      {
        "id": "pay_challenge",
        "label": "GET /api/pay?skill= returns HTTP 402 with Base USDC terms",
        "pass": true
      },
      {
        "id": "sealed_delivery",
        "label": "POST unlock returns sealed_pack.files after verified tx",
        "pass": true
      },
      {
        "id": "proof_ledger",
        "label": "Confirmed unlocks only on public /api/proof (no invented volume)",
        "pass": true
      },
      {
        "id": "recover",
        "label": "Recover path documented for paid-but-stuck",
        "pass": true
      }
    ],
    "confirmed_unlocks_note": "Pass unlock counts only from /api/proof — never invent. Zero is a valid honest state.",
    "next_if_low": [
      "Run agent-x402-first-buy canary end-to-end",
      "Read free outline for this skill",
      "Fix challenge or sealed delivery before marketing"
    ]
  }
}