
Video Request Architect
Structure approved short-form video beats into self-contained, provider-agnostic generation requests before mapping to Seedance or other models.
Install
npx skills add https://github.com/postplusai/postplus-skills --skill video-request-architectWhat is this skill?
- Provider-agnostic request architecture: time-ordered visible clip narrative before any model-specific fields
- Splits long scripts into self-contained segments so models cannot rely on prior prompts or hidden reference bindings
- Keeps target creative format and aspect ratio explicit through the mapping layer
- Explicit handoffs: skip when brief/evidence missing; use preflight QA after requests are drafted
- PostPlus Routing & Contracts family skill aligned with benchmark-to-brief and reference-decode upstream
Adoption & trust: 1 installs on skills.sh; 8 GitHub stars; 2/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
Journey fit
Canonical shelf is Build because the skill produces executable request artifacts for video APIs after creative structure is locked—not upstream research or post-launch distribution. Integrations fits mapping segment logic into generator-ready contracts without baking in one vendor’s field syntax yet.
Common Questions / FAQ
Is Video Request Architect safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Video Request Architect
# Video Request Architect ## Use When - The scene logic, storyboard, beat sheet, or prompt plan is already approved. - You need a provider-agnostic request architecture before mapping to a video model. - A long script must be split into self-contained Seedance-ready segments. - The target creative format or aspect ratio must stay explicit through request mapping. ## Do Not Use When - Use `benchmark-to-brief` first when the campaign pattern or hook evidence is still unclear. - Use `reference-decode` or `reference-contract-builder` first when reference meaning or copy boundaries are unresolved. - Use `prompt-preflight-qa` when the request is already drafted and needs QA before generation. ## Core Rule Prompt architecture comes before provider syntax. Write the visible clip in time order before choosing model fields. Every final request must be self-contained; do not rely on a model remembering previous segments, earlier prompts, or unstated reference bindings. This architect skill builds provider-agnostic request structure. It must not call providers, submit jobs, upload media, or poll results. Lock the PostPlus creative format before provider mapping. Default to `short_form_vertical` / `9:16`; use `instagram_meta_ads` / `3:4` when the brief is for Instagram Meta Ads. The selected ratio must appear in the architecture, segment contract, and final render request. ## Default Workflow 1. Lock the experiment goal: hook replication, camera realism, persona continuity, benefit proof, CTA readability, or another narrow test. 2. Build the scene before fields: first frame, visible action, spoken-line support, payoff moment, product timing, and binding references. 3. Convert the scene into provider-agnostic blocks: role, goal, hook logic, reference policy, output spec, look/tone, timecoded beat sheet, camera, sound intent, and product policy. 4. If the target duration exceeds 15 seconds for Seedance, require a timecoded `beatSheet` with ordered, non-overlapping `startSeconds` and `endSeconds`. Split into independently generatable segments before provider mapping. 5. Print or return the request skeleton before the final provider request: goal, segment type, hook logic, viewer question, reference policy, duration, creative format, aspect ratio, camera grammar, product policy, and main risks. 6. Map to provider fields only after the architecture is coherent: model, duration, aspect ratio, media references, quality, and resolution. ## Output Shape The artifact contains a JSON architecture with: - `creativeFormat`, `targetAspectRatio`, and `duration` - `segmentType`, `goal`, `hookLogic`, and `viewerQuestion` - `referencePolicy`, `cameraGrammar`, `productPolicy`, and `mainRisks` - `skeleton` for the request checkpoint - `segmentContract` with Seedance segmentation status and per-segment handoff data when segmentation is required ## Stop Conditions - Stop when required user intent, source evidence, or owned input artifacts are missing and guessing would change the result. - If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools. ## Handoff - Hand `request-architecture.json` to the provider mapping or generation skill. - For hook or segment uncertainty, hand back to `benchmark-to-brief` or the human script review gate. - For reference uncertainty, hand to `reference-decode` or `reference-contract-builder`. ## Public Command Boundary