ContractSpec docs
OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Generate short-form marketing videos from content briefs
Source Definition
import { defineFeature } from '@lssm-tech/lib.contracts-spec';
export const VideoMarketingClipFeature = defineFeature({
meta: {
key: 'video-marketing-clip',
version: '1.0.0',
title: 'Video Marketing Clips',
description: 'Generate short-form marketing videos from content briefs',
domain: 'video',
owners: ['@examples'],
tags: ['video', 'marketing', 'clips', 'content'],
stability: 'experimental',
},
docs: [
'docs.examples.video-marketing-clip',
'docs.examples.video-marketing-clip.usage',
],
});