Use when a creative request could map to several different skills or experts and you need to choose the smallest correct workflow, required inputs, and next execution path.
Use this skill when the user request is underspecified or spans several creative stages at once.
Choose the smallest correct route instead of jumping straight into the wrong expert or over-planning a simple request.
brief_to_storyboard: the user has an idea and needs scene planning firstnarration_to_visual_prompts: the user already has script or narrationasset_to_script: the user already has photos or clipsstyle_to_prompt: the user mainly needs visual style conversiondirect_image_generation: the user clearly wants still-image generation nowdirect_video_generation: the user clearly wants video generation nowreference_analysis: the user mainly wants to understand a reference image or video firstcreative_qc: the user wants review, checking, or refinement before handoffbrief_to_storyboardnarration_to_visual_promptsasset_to_scriptstyle_to_promptdirect_image_generationdirect_video_generationreference_analysiscreative_qcexpert-usage-guide when the next step involves choosing between existing experts.For direct image generation:
{"prompt":"<final prompt>","provider":"nano_banana","aspect_ratio":"16:9"}
For reference analysis before planning:
{"input_path":"inbox/reference.mp4","mode":"prompt"}
For direct video generation:
{"prompt":"<final video prompt>","provider":"seedance","mode":"prompt","aspect_ratio":"9:16","resolution":"720p"}
Return a compact routing decision like this:
{
"primary_route": "brief_to_storyboard",
"secondary_route": "narration_to_visual_prompts",
"reason": "...",
"available_inputs": ["brief", "style_notes"],
"missing_inputs": ["reference_asset"],
"next_steps": [
"Run creative-brief-to-storyboard",
"Then run narration-to-visual-prompts"
]
}