What problem does it solve?
Managing an AI video production project involves many ordered steps—creating the project, generating assets, storyboards, narration, and video clips—and it is easy to lose track of what to do next or accidentally re-run paid generation tasks. This Skill routes every request through the ArcReel workflow plan so each project advances correctly, with billing-sensitive actions confirmed before execution.
Core Features & Use Cases
- Plan-driven routing: Calls
get_workflow_plan and executes only the action specified by next_action, keeping project state consistent with the ArcReel MCP server as the single source of truth.
- Generation batch polling: Tracks
batch_id values and polls get_generation_batch until completion, with bounded retry limits for long-running tasks.
- Safety and confirmation gates: Requires explicit user consent before destructive or billed actions, and never regenerates stale or paid artifacts without approval.
- Use Case: A user asks to continue their short-drama video project; the Skill fetches the plan, finds the next step is storyboard generation, confirms the billed action, launches the batch, polls until done, and reports the updated next step.
Quick Start
Continue my ArcReel video project and tell me what the next step is, then run it after I confirm.