{
  "skill_id": "gf-studio-brief-compressor",
  "name": "Studio Brief Compressor",
  "evaluation": "free",
  "quality": "agent-decision-grade",
  "functional": true,
  "price_usd": 2.99,
  "category": "Studio",
  "tier": "standard",
  "kind": "service",
  "tags": [
    "x402",
    "goods-factory",
    "service",
    "functional",
    "sealed-runtime",
    "gf-complete"
  ],
  "summary": "Compress messy client notes, emails, and reference dumps into a one-page studio brief with goals, constraints, deliverables, and open questions.",
  "when_to_use": [
    "Client sent a wall of notes, links, and voice-memo transcripts before a session",
    "Producer, designer, and editor need one shared brief before work starts",
    "Agent pipeline must normalize intake into structured project fields"
  ],
  "outline": [
    "Ingest raw notes and tag goal vs constraint vs preference vs noise",
    "Extract must-ship deliverables, due dates, and non-goals into a fixed schema",
    "Score ambiguity and list open questions the human must answer before spend",
    "Compress into a one-page brief with acceptance criteria and risk flags",
    "Emit brief.md plus brief-schema.json for downstream studio agents"
  ],
  "capabilities": [
    "Noise filtering and section tagging for studio intake",
    "Deliverable and deadline extraction into a fixed brief schema",
    "Ambiguity scoring with mandatory open-question list",
    "One-page handoff brief suitable for multi-room studio pipelines"
  ],
  "artifact_outputs": [
    "studio-brief.md",
    "brief-schema.json",
    "open-questions.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-brief-compressor",
  "sample": "https://lvlltd.com/skills/gf-studio-brief-compressor/sample.md",
  "pack_meta": "https://lvlltd.com/api/packs?skill=gf-studio-brief-compressor",
  "teaser": "https://lvlltd.com/sealed/gf-studio-brief-compressor/",
  "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."
  ]
}