Intake

Use when Creative Production is explicitly invoked or mentioned without a concrete request, when the user asks what Creative Production can do, or when the user wants help getting started without enough context to choose a workflow.

OpenAI dd0a7ec 2 files · 1.5 KB Updated 23.3k repo stars

File contents

Intake

Open the Creative Production app in its zero state.

This skill owns the no-brief entry point. It does not generate images, choose a production mode, or ask structured questions.

Workflow

  1. Call creative_production_board exactly once with:
{
  "action": "open",
  "title": "Creative Production",
  "summary": "Start with an idea"
}

Preserve the returned boardId; it is the only target for later actions. 2. Let the app show its starter grid. 3. Do not ask a chat question before the app appears. 4. Do not call any structured intake tool. 5. When the user selects a starter, let the app open an editable follow-up prompt. Opening the prompt must not create a placeholder. 6. After submission, hand off to produce with the existing boardId. Call begin_generation only when generation actually starts, then call complete_generation for each generated file. Never call open again for that workflow.

Exit

Stop after the zero-state app is visible. The next user turn or starter follow-up owns the concrete creative request and updates this same board.

openai/plugins/tree/main/plugins/creative-production/skills/intake commit dd0a7ecc85

Frequently asked questions

npx skillmds@latest add openai/intake