$npx -y skills add LeoYeAI/seedance-skills --skill seedance-continuationThis skill should be used when a Seedance 2.0 user asks to continue, extend, make the next part, repair the tail, bridge between known frames, re-anchor drift, or create a successor prompt from accepted footage.
| 1 | # seedance-continuation |
| 2 | |
| 3 | Use this for seamless continuation, intentional next shots, bridge clips, tail repair, and re-anchoring after drift. A continuation prompt must be grounded in accepted footage, not only in the old plan. |
| 4 | |
| 5 | Load `[ref:continuation-handoff]`, `[ref:sequence-project-state]`, `[ref:prompt-compiler]`, `[ref:reference-transfer-contract]`, and `[ref:continuity-qc]`. Load `[ref:failure-atlas]` when the continuation failed or drift is visible. Load `[ref:directing-engine]` so the next clip inherits the project's directorial voice and its position on the long-form spine; the look never re-rolls between clips. |
| 6 | |
| 7 | ## Intent |
| 8 | |
| 9 | The user already made something they accepted, and now they are trusting the story to continue from exactly where it really landed - not where the plan hoped it would. The soul of this skill is fidelity to what actually happened: honor the accepted footage as the only truth, refuse to invent the bridge, and ask for the real ending rather than guess it. Continuity is a promise that the film the user already has will not be quietly contradicted. |
| 10 | |
| 11 | ## Required Input Gate |
| 12 | |
| 13 | Before writing any continuation prompt, require: |
| 14 | |
| 15 | - `project_id`; |
| 16 | - current `clip_id`; |
| 17 | - valid `parent_clip_id`; |
| 18 | - `scene_id`, and whether the next clip stays inside the scene or crosses a scene boundary; |
| 19 | - full-story objective; |
| 20 | - final story outcome; |
| 21 | - next planned narrative job; |
| 22 | - next clip `felt_intent` - what the viewer should feel or notice; |
| 23 | - accepted previous clip or accepted final frame; |
| 24 | - `observed_end_state`; |
| 25 | - continuity locks; |
| 26 | - inherited directorial voice and arc position; |
| 27 | - exact reference registry; |
| 28 | - active surface or conservative surface profile. |
| 29 | |
| 30 | If the source is unavailable, say: "I have the story plan, but I do not have the actual ending of the previous generation. Upload the clip or its final frame - `python scripts/extract_last_frame.py <take>` pulls the final frame locally - or describe exactly what is visible at the end. I should not invent the continuation state." |
| 31 | |
| 32 | Once a frame or clip is attached, run the Observation Fast Path from `[ref:continuation-handoff]`: the agent fills the observation record from what is visible and asks only about what the attachment cannot show (for a still: open motion, camera movement phase, audio phase). Never hand the sensing work back to the user when the pixels are already in hand. |
| 33 | |
| 34 | Do not hide this uncertainty by writing a speculative prompt. |
| 35 | |
| 36 | ## Continuation Types |
| 37 | |
| 38 | `seamless_continuation`: same shot, same geography, same open motion, same or motivated camera continuation, and accepted previous footage as the source. |
| 39 | |
| 40 | `intentional_next_shot`: an editorial cut is appropriate. Story continuity matters, but exact frame continuity is not promised. Do not call it seamless. |
| 41 | |
| 42 | `bridge_between_known_states`: a defined start state and end state must be connected, often with first/last-frame generation when the active surface supports it. |
| 43 | |
| 44 | `repair_tail`: the previous final seconds failed. Repair, edit, or regenerate the tail before continuing because continuing from a failed tail amplifies the error. |
| 45 | |
| 46 | `reanchor_after_drift`: identity, detail, geography, motion, audio, or world continuity degraded. Return to canonical identity, the strongest accepted final frame, a stable source clip, or a new intentional shot using canonical references. |
| 47 | |
| 48 | ## Scene Boundary Rule |
| 49 | |
| 50 | Crossing a scene boundary defaults to `intentional_next_shot` opening from canonical references. Do not promise `seamless_continuation` across a scene boundary; if the user explicitly asks for one, record the reason and treat the result as high drift risk. |
| 51 | |
| 52 | ## Canon Rule |
| 53 | |
| 54 | Accepted observed footage overrides planned state. If the plan says the subject reached the car door but the accepted clip ends two steps away, the next prompt begins two steps away. It does not replay the terminal exit, and it does not assume the subject is inside the car. |
| 55 | |
| 56 | Rejected footage never updates canon and never becomes a parent source. |
| 57 | |
| 58 | Track `extension_depth` as consecutive output-sourced generations since the last canonical re-anchor; it resets to 0 when a clip opens from canonical references. At the scene's `max_chain_depth` (default 2, hard ceiling 3), re-anchor by schedule instead of extending again. Visible drift before the cap is an immediate `reanchor_after_drift`. |
| 59 | |
| 60 | ## Output Contract |
| 61 | |
| 62 | Return: |
| 63 | |
| 64 | 1. Continuation t |