A full production pipeline where an agent team collaborates to create comics — from storyboarding through dialogue, image generation, and editing — covering 4-panel strips, short-form, and long-form (including webtoon). Use this skill for 'create a comic,' 'draw a 4-panel strip,' 'webtoon production,' 'comic storyboard,' 'comic strip,' 'comic scenario,' 'illustrated comic,' 'comic storyboard,' and all other comic creation tasks. Also supports image generation or editing specification when an existing scenario is provided. Note: actual image editing software (Photoshop, Clip Studio) operation, print production, and webtoon platform uploads are outside this skill's scope.
Produce comics from storyboard through dialogue, image generation, and editing via an agent team, all in one pass. Supports 4-panel strips, short-form, and long-form (chapter-based) formats.
Agent Team — Five agents communicate directly via SendMessage and cross-validate each other's work.
| Agent | File | Role | Type |
|---|---|---|---|
| storyboarder | .claude/agents/storyboarder.md | Synopsis, storyboard, panel layout design | general-purpose |
| dialogue-writer | .claude/agents/dialogue-writer.md | Character dialogue, sound effects, narration | general-purpose |
| image-generator | .claude/agents/image-generator.md | Gemini-based panel image generation | general-purpose |
| comic-editor | .claude/agents/comic-editor.md |
| Speech bubble placement, page editing spec |
| general-purpose |
| quality-reviewer | .claude/agents/quality-reviewer.md | Consistency validation, continuity checks | general-purpose |
_workspace/ directory and _workspace/panels/ subdirectory_workspace/00_input.md_workspace/ and skip corresponding phase| Order | Task | Owner | Dependency | Deliverable |
|---|---|---|---|---|
| 1 | Storyboard | storyboarder | None | _workspace/01_storyboard.md |
| 2a | Dialogue writing | dialogue-writer | Task 1 | _workspace/02_dialogue.md |
| 2b | Panel image generation | image-generator | Task 1 | _workspace/03_image_prompts.md, _workspace/panels/ |
| 3 | Page editing spec | comic-editor | Tasks 1, 2a, 2b | _workspace/04_layout.md |
| 4 | Quality review | quality-reviewer | Tasks 2a, 2b, 3 | _workspace/05_review_report.md |
Tasks 2a (dialogue) and 2b (images) run in parallel. Both depend only on Task 1 (storyboard).
Inter-agent communication flow:
_workspace/| User Request Pattern | Execution Mode | Agents Deployed |
|---|---|---|
| "Create a comic," "full production" | Full Pipeline | All 5 agents |
| "Just create a storyboard" | Storyboard Mode | storyboarder + reviewer |
| "Make a comic from this scenario" (existing file) | Image Mode | image-generator + comic-editor + reviewer |
| "Just write the dialogue" | Dialogue Mode | storyboarder + dialogue-writer + reviewer |
| "Review this comic" | Review Mode | reviewer only |
Using Existing Files: If the user provides a scenario, storyboard, etc., copy to _workspace/ and skip that agent's phase.
| Strategy | Method | Use Case |
|---|---|---|
| File-based | _workspace/ directory | Store and share major deliverables |
| Message-based | SendMessage | Real-time key information delivery, revision requests |
| Task-based | TaskCreate/TaskUpdate | Progress tracking, dependency management |
File naming convention: {order_number}_{deliverable}.{extension}
| Error Type | Strategy |
|---|---|
| Image generation failure | Proceed with text prompts only; user can retry with the prompts |
| Character consistency breaks | Strengthen character descriptions in prompts and regenerate (up to 2 times) |
| Agent failure | Retry once -> if still failing, proceed without that deliverable; note in review report |
| RED found in review | Send revision request -> rework -> re-validate (up to 2 cycles) |
| Content rejected as inappropriate | Modify prompt and retry; note in report |
Prompt: "Create a 4-panel comic about a programmer's daily life. Comedy genre." Expected Result:
Prompt: "Create a webtoon from this scenario" + attached scenario file Expected Result:
_workspace/01_storyboard.mdPrompt: "Just create a quick storyboard, any topic" Expected Result:
| Agent | Extension Skill | Knowledge Provided |
|---|---|---|
| storyboarder, image-generator | /panel-composition | Camera angles, gaze flow, page rhythm, prompt structure |
| dialogue-writer, comic-editor | /visual-narrative | Speech bubble systems, SFX typography, Show-Don't-Tell, scene transitions |
| storyboarder, image-generator | /character-design-system | Character sheets, silhouette test, expression charts, AI consistency strategy |