optional-skills/creative/baoyu-comic/references/partial-workflows.md
Options to run specific parts of the workflow. Trigger these via natural language (e.g., "just the storyboard", "regenerate page 3").
| Option | Steps Executed | Output |
|---|---|---|
| Storyboard only | 1-3 | storyboard.md + characters/ |
| Prompts only | 1-5 | + prompts/*.md |
| Images only | 7-8 | + images |
| Regenerate N | 7 (partial) | Specific page(s) |
Generate storyboard and characters without prompts or images.
User cue: "storyboard only", "just the outline", "don't generate images yet".
Workflow: Steps 1-3 only (stop after storyboard + characters)
Output:
analysis.mdstoryboard.mdcharacters/characters.mdUse case: Review and edit the storyboard before generating images. Useful for:
Generate storyboard, characters, and prompts without images.
User cue: "prompts only", "write the prompts but don't generate yet".
Workflow: Steps 1-5 (generate prompts, skip images)
Output:
analysis.mdstoryboard.mdcharacters/characters.mdprompts/*.mdUse case: Review and edit prompts before image generation. Useful for:
Generate images from existing prompts (starts at Step 7).
User cue: "generate images from existing prompts", "run the images now" (pointing at an existing comic/topic-slug/ directory).
Workflow: Skip to Step 7, then 8
Prerequisites (must exist in directory):
prompts/ directory with page prompt filesstoryboard.md with style informationcharacters/characters.md with character definitionsOutput:
characters/characters.png (if not exists)NN-{cover|page}-[slug].png imagesUse case: Re-generate images after editing prompts. Useful for:
Regenerate specific pages only.
User cue: "regenerate page 3", "redo pages 2, 5, 8", "regenerate the cover".
Workflow:
image_generatePrerequisites (must exist):
prompts/NN-{cover|page}-[slug].md for specified pagescharacters/characters.md (for agent-side consistency checks, if it was used originally)Output:
NN-{cover|page}-[slug].png for specified pagesUse case: Fix specific pages without regenerating entire comic. Useful for:
Page numbering:
0 = Cover page1-N = Content pages