What problem does it solve? Swapping the backdrop of an image while preserving the subject requires manually wiring a ComfyUI inpaint workflow with the correct mask, prompts, and sampler settings. This Skill automates that by compiling a Visual Intent Object (VIO) into a ready-to-run ComfyUI prompt JSON for background replacement. ## Core Features & Use Cases - Template-driven compilation: Patches a hand-authored SDXL inpaint template with the new background prompt, negative prompt, source image, and background mask. - Parameter overrides: Supports steps, cfg, sampler, scheduler, denoise, seed, and checkpoint overrides from the VIO, with negative seeds resolved to a random value. - Goal validation: Rejects VIOs whose goal is not replace_background, returning a structured JSON error. - Use Case: A planner emits a step with goal=replace_background and a background mask; this Skill produces the exact ComfyUI prompt JSON to regenerate the backdrop at high denoise while keeping the subject intact. ## Quick Start Provide a Visual Intent Object with goal replace_background, a background description prompt, the source image, and a background mask PNG to generate the ComfyUI prompt JSON.