kanban-video-orchestrator

Convert a structured video brief into a setup script and initial kanban task.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill kanban-video-orchestrator-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-video-orchestrator
Source: https://github.com/nadicodeai/argo-agent/tree/main/optional-skills/creative/kanban-video-orchestrator
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill kanban-video-orchestrator-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the planning and orchestration of multi-person video pipelines by turning a brief into a setup script and initial kanban task.

Core Features & Use Cases

  • Adaptive discovery and team design that assigns the right roles for narrative, marketing, explainer, or ASCII video briefs.
  • Generates a setup script that creates Argo profiles, a shared workspace, initial kanban task, and per-profile SOUL.md.
  • Routes scenes to appropriate renderers (ascii-video, manim-video, p5js, comfyui, touchdesigner-mcp, blender-mcp, etc.) and coordinates external APIs for TTS, image-generation, and more.
  • Supports flexible delivery workflows via references to references/ assets/ and a worked TEAM.md to guide execution.

Quick Start

Provide a plan.json describing your video project and run scripts/bootstrap_pipeline.py plan.json to generate setup.sh that creates profiles and fires the initial kanban task.

Frequently Asked Questions about kanban-video-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-agent video pipeline planning from a brief?

Multi-agent video pipeline automation converts a structured brief into a setup script and initial kanban task, assigning roles and routing scenes to specialized renderers for execution.

What video styles can I orchestrate using a kanban task system?

Kanban task orchestration supports diverse video styles including narrative, product, music video, explainer, and ASCII or installation videos through adaptive discovery and team design.

How do I set up a video pipeline using a plan.json schema?

Provide a plan.json describing your project and run the bootstrap pipeline script to generate a setup script that creates Argo profiles, a shared workspace, and fires the initial kanban task.

Does the video pipeline orchestrator work with specific renderers like Manim and Blender?

The orchestrator routes scenes to appropriate renderers including manim-video, p5js, comfyui, touchdesigner, blender, and ascii-video, while coordinating external APIs for TTS and image-generation.

Do I need PyYAML to patch profile configurations for the pipeline setup?

PyYAML is required as the patcher dependency to validate the plan.json schema and patch profile configurations before firing the initial kanban task in the shared workspace directory.

What's the best way to manage shared workspaces across multiple render agents?

The orchestrator enforces workspace sharing via a single directory workspace, generating per-profile SOUL.md files and a setup script to coordinate task routing across specialized renderers.