{
  "skill_id": "gf-studio-music-cue-sheets",
  "name": "Music Cue Sheet Builder",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 6.49,
  "category": "Music",
  "tier": "standard",
  "kind": "skill",
  "tags": [
    "x402",
    "goods-factory",
    "skill",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Build structured music cue sheets from session notes: cue IDs, timings, mood, stems, usage context, and handoff fields for editors and supervisors.",
  "when_to_use": [
    "Post session needs cue list with timings and usage context",
    "Music supervisor or editor needs machine-readable cue inventory",
    "Studio pipeline must link stems, moods, and picture references"
  ],
  "outline": [
    "Inventory cues from timeline notes, markers, or producer comments",
    "Assign cue IDs, in/out times, duration, and tempo/key when known",
    "Tag mood, instrumentation, and picture usage (score, source, sting)",
    "Map stem paths and alternate takes; flag missing assets",
    "Emit cue-sheet.csv, cue-sheet.md, and missing-assets.md"
  ],
  "capabilities": [
    "Cue inventory from markers and session notes",
    "Timing, mood, and usage tagging schema",
    "Stem and alternate-take path mapping",
    "Missing-asset report for post handoff"
  ],
  "artifact_outputs": [
    "cue-sheet.csv",
    "cue-sheet.md",
    "missing-assets.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-studio-music-cue-sheets",
  "sample": "https://lvlltd.com/skills/gf-studio-music-cue-sheets/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-studio-music-cue-sheets",
  "teaser": "https://lvlltd.com/sealed/gf-studio-music-cue-sheets/",
  "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: Music. Kind: skill.",
    "Claim scrub: no guaranteed ROI, no fake testimonials.",
    "If outline 404s on production, redeploy public/skills after completion pass."
  ]
}