From infinite-video
Check status of video generation jobs and view progress
How this command is triggered — by the user, by Claude, or both
Slash command
/infinite-video:video-status job-id|allThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Video Job Status Check the status of video generation jobs. ## Usage ## Status Information Shows for each job: - **Job ID**: Unique identifier - **Status**: pending | running | completed | failed - **Pipeline**: idea2video | script2video - **Progress**: Current stage and completion % - **Duration**: Time elapsed - **Output**: Path to generated files ## Progress Stages ### Idea2Video Pipeline 1. Story Development (10%) 2. Character Extraction (20%) 3. Portrait Generation (30%) 4. Script Writing (40%) 5. Storyboarding (60%) 6. Frame Generation (80%) 7. Video Synthesis (90%) 8. Compo...
Check the status of video generation jobs.
/video-status all # List all jobs
/video-status job_001 # Check specific job
/video-status latest # Check most recent job
Shows for each job:
Check these files to verify stage completion:
characters.json - Characters extractedstory.txt - Story developedscript.json - Script generatedstoryboard.json - Shots designedcamera_tree.json - Camera positions setshot_*/first_frame.png - Frames generatedshot_*/video.mp4 - Videos synthesizedJob: job_001
Status: running
Pipeline: idea2video
Progress: Frame Generation (65%)
Started: 2025-12-13 14:30:00
Elapsed: 12m 34s
Shots: 8/12 completed
Output: ./output/job_001/
npx claudepluginhub varaku1012/aditi.code --plugin infinite-video/explain-statusChecks the status of explainer video projects. With a project ID, shows detailed step-by-step completion; without arguments, lists all projects with progress and render status.
/statusShows active and recently completed Codex or Antigravity jobs including running audits, implementations, and bug analyses. Accepts a job ID for details, --all for cross-session view, and --json for raw output.
/statusShows current session progress in plain language, including what changed, what was checked, and next steps. Also provides error recovery guidance.
/jobsDisplays background job status, progress, and logs for cloning, imports, and documentation tasks. Supports filtering by job ID or showing all jobs.
/statusLists active and recent background jobs from multiple CLI tools for the current repository. Supports filtering by job ID and optional flags for output format and wait behavior.