Templates
Purpose
Templates are the reusable bridge between:
- reference analysis
- new project intent
- seeded clone plans
- storyboard generation
Workflow
- Inspect bundled provider playbooks:
vclaw video playbook-list
vclaw video playbook-show --name seedance-ugc
vclaw video prompt-lib-list
vclaw video prompt-lib-show --name veo-prompting-guideBuilt-in storyboard templates
Built-in storyboard templates are available for quick scene scaffolds:
vclaw video storyboard-template-list
vclaw video storyboard-template-show --name product-commercial-4
vclaw video storyboard --project new-project --template product-commercial-4 --environment "bright kitchen counter" --character-a "Maya"Guide-inspired storyboard templates include:
product-commercial-4— short problem, reveal, proof, payoff adfood-tutorial-6— ingredients, prep, cooking, plate, tastedance-social-6— hook pose, choreography, loopable finishdramatic-short-6— reveal, choice, confrontation, aftermathaction-short-6— threat, obstacle, impact, near miss, release
Reference-derived templates
- Analyze a reference:
vclaw video analyze --project ref-project --source <url-or-path> --title "Reference"- Save a template:
vclaw video template-save --project ref-project --name launch-template- List and inspect templates:
vclaw video template-list
vclaw video template-show --name launch-template- Generate a clone plan:
vclaw video clone-plan --template launch-template --project new-project --intent "Make a launch teaser for a smart bottle."- Initialize a new project from the template:
vclaw video clone-init --template launch-template --project new-project --intent "Make a launch teaser for a smart bottle."- Generate a first-pass storyboard from that clone plan:
vclaw video storyboard-from-clone --project new-projectStored data
Templates currently capture:
- pacing
- beat structure
- motion classification
- keep list
- change list
- reusable variables
- style layers
- beat-compression guidance
- technical notes
- dialogue notes
- workflow checklist
Playbooks currently capture:
- use-when guidance
- prompt formula steps
- constraints
- adaptation checklist
Prompt-library references now capture:
- provider prompting guides
- style template schema notes
- stage-director guidance
- checkpoint protocol guidance
- generation telemetry guidance
- dialogue-duration preflight guidance
- character reference-sheet guidance
- clone-ad template workflow guidance
Clone-plan enrichment
analyze --auto asks Gemini for the optional fields above. Manual analyze commands can still provide the legacy beat/keep/change/variable data; when a template is saved, V-Claw fills conservative defaults for missing style layers and beat-compression guidance.
Clone plans preserve the template's style layers and compression rules. They do not copy claims or brand-specific language; the checklist pushes operators to replace product, audience, offer, proof, objection, and CTA variables for the new intent.
Current gap
Templates do not yet drive runtime execution directly. They currently seed:
- clone plan
- brief metadata
- storyboard scaffold
Character continuity note
If a cloned storyboard needs consistent characters, add them explicitly during storyboard authoring and register matching profiles:
vclaw video storyboard --project new-project --scene "Hook shot" --scene-character 0:Nova
vclaw video character-add --project new-project --name Nova --ref refs/nova-sheet.png
vclaw video character-consistency --project new-project