What problem does it solve? Producing character, scene, prop, and storyboard images for a short-drama episode requires tracking many asynchronous image generation jobs, reference-image dependencies, and file save locations. This Skill coordinates that pipeline so assets are generated in the right order, saved to the correct paths, and recorded in a consistent registry without manual tracking. ## Core Features & Use Cases - Ordered Asset Generation: Generates prop, scene, then character assets, using the first variant as a reference image for later variants to preserve visual identity. - Unified Job Tracking: Creates and submits jobs through the project's media job system, recording task IDs, retry counts, local paths, and checksums in the asset registry. - Episode Asset Locking: After all images complete, locks an immutable per-episode asset snapshot so scripts, storyboards, and videos reference consistent visuals. - Use Case: After costume/prop/set design is approved for episode 1, run the skill to submit all image jobs, wait for completion, then lock the episode asset snapshot before director analysis begins. ## Quick Start Ask the assistant to generate all asset images for episode 1 and confirm when they are ready to lock.