What problem does it solve? When a user says "I need a sword" or "I need a boss theme", it is often unclear which asset pipeline applies — 2D art, 3D modeling, audio, video, VFX, or animation. Picking the wrong pipeline wastes paid generations and produces unusable output. This Skill classifies the request, asks at most one disambiguating question, and dispatches to the correct specialist skill. ## Core Features & Use Cases - Media-type classification: Maps request signals (sprite, mesh, SFX, cutscene, particles, walk cycle) to one of six routing tables covering 2D, 3D, audio, animation, video, and VFX. - Disambiguation questions: Provides verbatim clarifying questions for common ambiguities, such as concept art vs character portrait, prop vs rigged character, or SFX vs music track. - Specialist dispatch: Invokes the correct downstream skill (e.g., prop-model, sound-effect, vfx-fire) via the Skill tool without generating any asset content itself. - Use Case: A user asks for "a witch with a fire spell". The router classifies the first asset as a rigged 3D character, dispatches to character-model, and lets that specialist hand off to vfx-fire when done. ## Quick Start Ask the agent to route your asset request, for example: "I need a torch effect for my dungeon level — figure out which pipeline to use."