{
  "skill_id": "gf-pgs-creative-ops-calendar",
  "name": "Creative Ops Calendar for Skill Waves",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 4.29,
  "category": "Studio",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "quality-factory",
    "service",
    "decision-grade",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Wave-based creative ops calendar that sequences briefs, asset production, review gates, and distribution handoffs for agent skill launches.",
  "when_to_use": [
    "Catalog batches ship faster than Studio can produce honest launch assets",
    "Need freeze and review gates so last-minute hype copy cannot enter screenshots",
    "Multiple freelancers or agents need a shared week-of-launch calendar"
  ],
  "outline": [
    "Anchor the calendar to catalog batch freeze date and public skill go-live—not vanity launch parties",
    "Slot brief lock, shot production, copy lint, multi-modal consistency, and human review as named gates",
    "Assign owners and SLAs per gate with fallback when a skill slips the wave",
    "Reserve a distribution handoff window only after proof strip and free-outline links pass QA",
    "Export a wave calendar markdown and gate-status JSON agents update as tasks complete"
  ],
  "capabilities": [
    "Batch-anchored creative calendar template",
    "Named freeze and review gates with owners",
    "Slip-handling rules for skills that miss the wave",
    "Post-QA distribution handoff window"
  ],
  "artifact_outputs": [
    "creative-ops-wave-calendar.md",
    "gate-status-schema.json",
    "slip-and-handoff-rules.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-pgs-creative-ops-calendar",
  "sample": "https://lvlltd.com/skills/gf-pgs-creative-ops-calendar/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-pgs-creative-ops-calendar",
  "teaser": "https://lvlltd.com/sealed/gf-pgs-creative-ops-calendar/",
  "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."
  ]
}