<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/intake
──Details
PublishedAugust 28, 2026 at 03:11 AM
Content Hashsha256:9b9379079a38e00c...
Git SHA
──Files
Files (1 file, 1.4 KB)
SKILL.md1.4 KBactive
SKILL.md · 35 lines · 1.4 KB
version: "1.0.0" name: intake description: 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.
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
- Call
creative_production_boardexactly once with:
json
{"action": "open","title": "Creative Production","summary": "Start with an idea"}
Preserve the returned boardId; it is the only target for later actions.
- Let the app show its starter grid.
- Do not ask a chat question before the app appears.
- Do not call any structured intake tool.
- When the user selects a starter, let the app open an editable follow-up prompt. Opening the prompt must not create a placeholder.
- After submission, hand off to
producewith the existingboardId. Callbegin_generationonly when generation actually starts, then callcomplete_generationfor each generated file. Never callopenagain 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.