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

# Free sample — Creative Ops Calendar for Skill Waves

**Skill ID:** `gf-pgs-creative-ops-calendar`  
**Unlock:** $4.29 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Wave-based creative ops calendar that sequences briefs, asset production, review gates, and distribution handoffs for agent skill launches.

Studio service pack: calendar and gate model for creative work around catalog waves—brief freeze, asset SLA, review, ship. Free outline + x402. No delivery-time or revenue guarantees.

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

## Decision-grade outline (free)

1. Anchor the calendar to catalog batch freeze date and public skill go-live—not vanity launch parties
2. Slot brief lock, shot production, copy lint, multi-modal consistency, and human review as named gates
3. Assign owners and SLAs per gate with fallback when a skill slips the wave
4. Reserve a distribution handoff window only after proof strip and free-outline links pass QA
5. 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

## Artifacts after unlock

- `creative-ops-wave-calendar.md`
- `gate-status-schema.json`
- `slip-and-handoff-rules.md`

## Detailed description

Creative Ops Calendar for Skill Waves is a sealed Studio service for teams that ship catalog batches on a clock and need creative work to match without inventing outcomes. When production is ad hoc, screenshots lag live skills or hype language sneaks into stills after brief freeze. This pack anchors the calendar to batch freeze and public go-live dates, then slots named gates: brief lock, shot production, copy lint, multi-modal consistency, and human review.

Each gate has an owner and SLA, plus slip rules when a skill misses the wave so the rest of the batch still ships clean. Distribution handoff is reserved until proof strip fields and free-outline links pass QA—Growth cannot post broken CTAs from unfinished Studio work. Outputs include wave calendar markdown and gate-status JSON agents can update as tasks complete. Free outline evaluation before pay; full calendar and schemas unlock after Base USDC x402 on lvlltd.com. Scheduling and process tooling only—not a project management SaaS subscription, not a guarantee that freelancers meet SLAs, and not a promise of launch-day unlocks. No revenue guarantees. Dry-run against a past batch’s dates, then attach to the next goods-factory wave. Compose with launch asset pipelines and brand voice lint so gates have real checklists behind them.

## 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 Creative Ops Calendar for Skill Waves for my catalog",
  context: { skill_id: "gf-pgs-creative-ops-calendar" },
  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-pgs-creative-ops-calendar` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-pgs-creative-ops-calendar"}`  
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-pgs-creative-ops-calendar/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
