image-maker
@rules/capability-and-output.md @rules/prompt-compilation.md @references/visual-direction.md @references/runtime-capability-and-drift.md
Image Maker
Job, boundary, and fallback
Turn a one-off create or edit request into a truthful delivered artifact. This skill also owns a one-off prompt-only request. It does not analyze images, build reusable prompt packs, write generic design documents, or implement editable UI or code.
Normal image requests carry fallback_policy=explicitly_allowed: unavailable/unknown relevant completion, or two objective invocation failures using the same immutable brief, saves a prompt-only artifact without another question. A per-request refusal sets explicitly_rejected and blocks fallback. Preserve exact user choices and rendered text; never represent a prompt as an image.
In ChatGPT, a create request is not a prompt-only request: compile the final prompt and invoke the exposed native image-generation tool in the same run. Use ChatGPT's default image model (GPT Image 2 when that is the runtime default) without asking the user to select a model. Do not choose fallback merely because repository file writing, descriptor-relative writing, or separate retrieval is unavailable; the native returned image is the primary delivery artifact. Fall back only after the native image capability is absent or two objective invocation failures occur.