{
  "skill_id": "gf-pgs-launch-asset-pipeline",
  "name": "Skill Drop Launch Asset Pipeline",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 5.49,
  "category": "Studio",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "quality-factory",
    "service",
    "decision-grade",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Studio ops pipeline that turns a skill id into ordered launch assets—proof strip, screenshots, thread cards, and directory stills—without hype claims.",
  "when_to_use": [
    "A new skill batch is live but screenshots and thread cards are missing or off-message",
    "Design and social agents produce assets that hide free outline or invent social proof",
    "Need a fixed production order from brief → stills → copy slots → export names"
  ],
  "outline": [
    "Lock the skill id, price label, free outline URL, sample URL, and x402 challenge as non-negotiable source fields",
    "Build a shot list for marketplace stills that show outline steps and pay path—not lifestyle filler frames",
    "Draft copy slots per asset type with banned-claim checks for revenue language and fake counters",
    "Sequence production: proof strip first, then skill-page stills, then social cards, then directory crops",
    "Export with stable asset names and a handoff manifest agents can attach to distribution desks"
  ],
  "capabilities": [
    "Source-field lock for outline and pay-path URLs",
    "Marketplace-first shot list for skill stills",
    "Banned-claim copy slots by asset type",
    "Ordered production sequence and export handoff manifest"
  ],
  "artifact_outputs": [
    "launch-asset-shot-list.md",
    "copy-slots-by-surface.json",
    "export-handoff-manifest.csv"
  ],
  "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-pgs-launch-asset-pipeline",
  "sample": "https://lvlltd.com/skills/gf-pgs-launch-asset-pipeline/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-pgs-launch-asset-pipeline",
  "teaser": "https://lvlltd.com/sealed/gf-pgs-launch-asset-pipeline/",
  "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: Studio. Kind: service.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}