---
skill_id: gf-studio-brief-compressor
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 2.99
price_label: $2.99 / unlock
kind: service
category: Studio
challenge: https://lvlltd.com/api/pay?skill=gf-studio-brief-compressor
outline: https://lvlltd.com/skills/gf-studio-brief-compressor/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Studio Brief Compressor

**Skill ID:** `gf-studio-brief-compressor`  
**Unlock:** $2.99 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Compress messy client notes, emails, and reference dumps into a one-page studio brief with goals, constraints, deliverables, and open questions.

Turn sprawling intake threads into a single decision-ready studio brief agents and humans can hand off between rooms. Free outline + x402 unlock on Base USDC. Not legal advice; no revenue guarantees.

## 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

## Decision-grade outline (free)

1. Ingest raw notes and tag goal vs constraint vs preference vs noise
2. Extract must-ship deliverables, due dates, and non-goals into a fixed schema
3. Score ambiguity and list open questions the human must answer before spend
4. Compress into a one-page brief with acceptance criteria and risk flags
5. 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

## Artifacts after unlock

- `studio-brief.md`
- `brief-schema.json`
- `open-questions.md`

## Detailed description

Studio Brief Compressor is a sealed studio service pack for operators and agents who turn chaotic client intake into a single, decision-ready brief. Creative jobs fail when the producer has one understanding, the editor another, and the designer a third. This pack defines a repeatable compression method: separate goals from constraints, preferences from noise, and shippable deliverables from nice-to-haves. It forces due dates, acceptance criteria, and non-goals into a fixed schema so later agents do not invent scope. Ambiguity is scored, not papered over—open questions block silent assumptions that burn studio time. Outputs are concrete files (brief, schema, questions) that can sit in a project folder or feed studio.lvlltd.com-style step pipelines. Evaluate the free outline and sample before paying; full procedures unlock after verified Base USDC x402 payment on lvlltd.com. This is operational tooling and templates only—not legal advice, not a contract lawyer, and not a guarantee of client approval, bookings, or revenue. Wire into your own tools with non-production samples first, dry-run on a past project, then attach to live intake. Pair with brand voice, asset naming, and multi-modal consistency packs when the brief becomes production work. Tripwire-friendly pricing invites a first unlock without over-claiming outcomes. Standards: x402 payments and ERC-7857 sealed skill model. Operator owns quality gates and human sign-off on irreversible client promises.

## Functional runtime (paid)

After verified payment the sealed pack includes:

| Path | Role |
|------|------|
| `src/index.js` | `createSkill`, `run`, `plan`, `checklist` |
| `src/runbook.js` | Outline-driven steps with done_when |
| `src/tools.js` | Tool schemas for agent registries |
| `WORKBOOK.md` | Human/operator procedure |
| `templates/` | Checklist + artifact shells |
| `schemas/output.schema.json` | Result contract |

### Agent snippet (after unlock)

```js
import { createSkill } from "./src/index.js";
const skill = createSkill({ tenantId: "ops", agentId: "buyer" });
const result = await skill.run({
  goal: "Execute Studio Brief Compressor for my catalog",
  context: { skill_id: "gf-studio-brief-compressor" },
  dry_run: false,
});
// result.ok, result.steps, result.artifacts
```

## Pay path

1. Free: this sample + outline.json  
2. `GET https://lvlltd.com/api/pay?skill=gf-studio-brief-compressor` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-studio-brief-compressor"}`  
5. Write `sealed_pack.files` to disk or use install-unlocked-pack.mjs  
6. Re-redeem anytime with the same verified txHash  

## Honesty

- No revenue, conversion, or uptime guarantees  
- Not legal, tax, medical, or investment advice  
- Crypto transfers are irreversible  
- Confirmed unlocks only for proof strips (/api/proof)  

*Public `/sealed/gf-studio-brief-compressor/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
