tapcanvas-continuity

Validate TapCanvas storyboard chunk checkpoints and tail frames for continuity.

523|125|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/anymouschina/TapCanvas --skill tapcanvas-continuity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tapcanvas-continuity
Source: https://github.com/anymouschina/TapCanvas/tree/main/apps/agents-cli/skills/tapcanvas-continuity
Command: npx skills add https://github.com/anymouschina/TapCanvas --skill tapcanvas-continuity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TapCanvas Continuity ensures chapter storyboard continuity by validating explicit chunk checkpoints and tail frame references, preventing drift and ensuring traceable handoffs between shots.

Core Features & Use Cases

  • Read and validate storyboardChunks, tailFrameUrl, and chapter text to determine when to continue, redo, or repair continuity.
  • Enforce explicit checkpoints as the source of truth; avoid relying on historical text when assessing continuity.
  • Coordinate with subagents to extract factual details, check for conflicts, and produce a unified continuity conclusion and next steps.
  • Provide diagnostic outputs that list conflicts, missing data, and required re-reading, enabling targeted resynchronization for long-form content.
  • Output a structured continuation plan with anchors for chapter, chunk, and tail-frame, plus recommended next actions.

Quick Start

Provide the current chapter text, storyboardChunks, and tailFrameUrl to generate a continuity assessment and plan for the next scene.

Frequently Asked Questions about tapcanvas-continuity

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

FAQPage Schema
How do I maintain storyboard continuity across multiple video chapters?

To maintain storyboard continuity across multiple video chapters, you validate explicit chunk checkpoints and tail frame references to prevent visual drift. This process ensures traceable handoffs between shots by enforcing checkpoints as the source of truth rather than relying on historical text.

What inputs do I need to check storyboard continuity for a video sequence?

To check storyboard continuity for a video sequence, you need to provide the current chapter text, storyboardChunks, and a tailFrameUrl. These explicit inputs enable the system to determine whether to continue, redo, or repair scene continuity boundaries.

How do I repair continuity drift in a long-form storyboard?

Repair continuity drift in a long-form storyboard by running an end-to-end audit that checks for conflicts and missing data. The system outputs a structured continuation plan with anchors for the chapter, chunk, and tail-frame, plus recommended next actions for targeted resynchronization.

When should I use an explicit checkpoint instead of historical text for narrative planning?

You should use an explicit checkpoint instead of historical text for narrative planning whenever you need to assess continuity boundaries. Relying on explicit checkpoints as the source of truth prevents drift and ensures factual traceability across single videos or multi-chapter sequences.

What is a tail frame and how does it enforce storyboard continuity?

A tail frame, provided via a URL, is an explicit checkpoint that enforces storyboard continuity by serving as a visual anchor for the end of a shot. Validating this tail frame reference ensures traceable handoffs and prevents drift when continuing to the next scene.