← ClaudeAtlas

full-pipelinelisted

Run the entire video production pipeline end-to-end — Phase 1 script through Phase 5 export — with checkpointing. Use to go from brief to publishable file in one command.
huodebing-alt/Agentic-Headshot-Video-Studio · ★ 0 · Data & Documents · score 71
Install: claude install-skill huodebing-alt/Agentic-Headshot-Video-Studio
# Full Pipeline / 全流程 ## When to use / 何时使用 项目就绪、希望一键到底。带断点续跑。 Brief is ready; produce a final video end-to-end with checkpointing. ## Inputs / 输入 - `inputs/brief.md`, `config/*`. ## Output / 输出 - `workspace/exports/youtube.mp4` (and any other targets configured). - `workspace/pipeline.state.json` (per-phase status). ## Steps / 步骤 1. Phase 1 — script: `generate-script` → `review-script-pacing` → `extract-key-terms` → `segment-script-45s`. 2. Phase 2 — voice: `tts-batch` → `mux-voice-track`. 3. Phase 3 — visuals: `generate-avatar-segment` (loop) → `validate-lip-sync` → `regenerate-failed-segment` → `stitch-avatar-segments`; in parallel `design-broll` → render-* skills. 4. Phase 4 — assembly: `build-timeline` → `mix-audio` → `add-subtitles-srt` (and bilingual if configured). 5. Phase 5 — QC + export: `review-pacing` → `check-visual-consistency` → `validate-transcription` → `detect-loudness-issues` → `render-final` → `export-youtube`. 6. Each phase writes a checkpoint; re-running resumes from last completed. ## Examples / 示例 ``` claude run full-pipeline ``` ## Failure recovery / 失败回退 - Each sub-skill is idempotent; phases resume from checkpoint. - On hard failure, the state JSON pinpoints the offending step.