| name | story-execute |
| description | Execute the 9-wave story pipeline automatically. W1(story design) โ W2(synopsis) โ W3(writing+review) โ ๐user confirm โ W4(production extract) โ W5(TTS/SFX) โ W6(storyboard CSV, batch QA ร 3) โ W7(image production, batch QA ร 2) โ ๐user confirm โ W8(assembly: SFX scene-match + audio import + CapCut + optional video) โ W9(upload info). Each wave runs as a subagent with fresh context. Review loops max 5 rounds. Genres: yadam / dark-history / bespoke. Trigger: 'execute story', 'run pipeline', 'ํ์ดํ๋ผ์ธ ์คํ', '์๋ ์คํ' |
| argument-hint | [--from W{N}] [--to W{N}] |
Execute the story pipeline from W1 to W9 using wave-based subagent execution.
Each wave:
- Runs as a subagent (fresh context)
- Has built-in review loop (max 5 rounds, exits on 0 issues)
- Writes W{N}_SUMMARY.md on completion
- Updates STATE.md + W_progress.json
Manual gates (2 total):
- W3 completion โ user confirms script before W4 (production extract)
- W7 completion โ user confirms image QA before W8 (assembly)
Flags:
--from W{N} โ start from wave N (default: next incomplete wave from STATE.md)
--to W{N} โ stop after wave N (default: W9)
<execution_context>
@skills/story-engine/workflows/execute-pipeline.md
@skills/story-engine/SKILL.md
</execution_context>
$ARGUMENTS
Wave reference docs are loaded per-wave by the orchestrator.
STATE.md tracks current position for resume capability.
Execute the pipeline workflow from @skills/story-engine/workflows/execute-pipeline.md end-to-end.
Preserve all workflow gates (review loops, user confirmation at W3 and W7, state updates).