mindforge-cc 11.5.1 → 11.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/.agent/mindforge/skill-tdd.md +53 -0
  2. package/.agent/mindforge/skills-index.md +118 -0
  3. package/.agent/mindforge/systematic-debug.md +60 -0
  4. package/.agent/skills/1password-skill/SKILL.md +156 -0
  5. package/.agent/skills/1password-skill/references/cli-examples.md +31 -0
  6. package/.agent/skills/1password-skill/references/get-started.md +21 -0
  7. package/.agent/skills/article-illustrator/SKILL.md +199 -0
  8. package/.agent/skills/article-illustrator/references/prompt-construction.md +426 -0
  9. package/.agent/skills/article-illustrator/references/style-presets.md +80 -0
  10. package/.agent/skills/article-illustrator/references/styles.md +224 -0
  11. package/.agent/skills/article-illustrator/references/usage.md +50 -0
  12. package/.agent/skills/article-illustrator/references/workflow.md +332 -0
  13. package/.agent/skills/arxiv/SKILL.md +275 -0
  14. package/.agent/skills/blogwatcher/SKILL.md +130 -0
  15. package/.agent/skills/code-wiki/SKILL.md +438 -0
  16. package/.agent/skills/code-wiki/templates/README.md +31 -0
  17. package/.agent/skills/code-wiki/templates/architecture.md +30 -0
  18. package/.agent/skills/code-wiki/templates/getting-started.md +47 -0
  19. package/.agent/skills/code-wiki/templates/module.md +38 -0
  20. package/.agent/skills/codebase-inspection/SKILL.md +109 -0
  21. package/.agent/skills/comic-creator/SKILL.md +240 -0
  22. package/.agent/skills/comic-creator/references/analysis-framework.md +176 -0
  23. package/.agent/skills/comic-creator/references/auto-selection.md +71 -0
  24. package/.agent/skills/comic-creator/references/base-prompt.md +98 -0
  25. package/.agent/skills/comic-creator/references/character-template.md +180 -0
  26. package/.agent/skills/comic-creator/references/ohmsha-guide.md +85 -0
  27. package/.agent/skills/comic-creator/references/partial-workflows.md +106 -0
  28. package/.agent/skills/comic-creator/references/storyboard-template.md +143 -0
  29. package/.agent/skills/comic-creator/references/workflow.md +401 -0
  30. package/.agent/skills/concept-diagrams/SKILL.md +355 -0
  31. package/.agent/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
  32. package/.agent/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
  33. package/.agent/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
  34. package/.agent/skills/creative-ideation/SKILL.md +144 -0
  35. package/.agent/skills/creative-ideation/references/full-prompt-library.md +110 -0
  36. package/.agent/skills/devops-cli/SKILL.md +149 -0
  37. package/.agent/skills/devops-cli/references/app-discovery.md +112 -0
  38. package/.agent/skills/devops-cli/references/authentication.md +59 -0
  39. package/.agent/skills/devops-cli/references/cli-reference.md +104 -0
  40. package/.agent/skills/devops-cli/references/running-apps.md +171 -0
  41. package/.agent/skills/devops-watchers/SKILL.md +103 -0
  42. package/.agent/skills/docker-management/SKILL.md +273 -0
  43. package/.agent/skills/domain-intel/SKILL.md +96 -0
  44. package/.agent/skills/duckduckgo-search/SKILL.md +230 -0
  45. package/.agent/skills/github-auth/SKILL.md +240 -0
  46. package/.agent/skills/github-code-review/SKILL.md +474 -0
  47. package/.agent/skills/github-code-review/references/review-output-template.md +74 -0
  48. package/.agent/skills/github-issues/SKILL.md +363 -0
  49. package/.agent/skills/github-issues/templates/bug-report.md +35 -0
  50. package/.agent/skills/github-issues/templates/feature-request.md +31 -0
  51. package/.agent/skills/github-pr-workflow/SKILL.md +360 -0
  52. package/.agent/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
  53. package/.agent/skills/github-pr-workflow/references/conventional-commits.md +71 -0
  54. package/.agent/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
  55. package/.agent/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
  56. package/.agent/skills/github-repo-management/SKILL.md +509 -0
  57. package/.agent/skills/github-repo-management/references/github-api-cheatsheet.md +161 -0
  58. package/.agent/skills/godmode/SKILL.md +396 -0
  59. package/.agent/skills/godmode/references/jailbreak-templates.md +128 -0
  60. package/.agent/skills/godmode/references/refusal-detection.md +142 -0
  61. package/.agent/skills/hyperframes/SKILL.md +182 -0
  62. package/.agent/skills/hyperframes/references/cli.md +185 -0
  63. package/.agent/skills/hyperframes/references/composition.md +129 -0
  64. package/.agent/skills/hyperframes/references/features.md +289 -0
  65. package/.agent/skills/hyperframes/references/gsap.md +136 -0
  66. package/.agent/skills/hyperframes/references/troubleshooting.md +137 -0
  67. package/.agent/skills/hyperframes/references/website-to-video.md +145 -0
  68. package/.agent/skills/jupyter-live-kernel/SKILL.md +160 -0
  69. package/.agent/skills/kanban-orchestrator/SKILL.md +209 -0
  70. package/.agent/skills/kanban-worker/SKILL.md +188 -0
  71. package/.agent/skills/llm-wiki/SKILL.md +499 -0
  72. package/.agent/skills/meme-generation/SKILL.md +122 -0
  73. package/.agent/skills/node-inspect-debugger/SKILL.md +312 -0
  74. package/.agent/skills/obsidian/SKILL.md +60 -0
  75. package/.agent/skills/osint-investigation/SKILL.md +269 -0
  76. package/.agent/skills/osint-investigation/templates/source-template.md +59 -0
  77. package/.agent/skills/oss-forensics/SKILL.md +422 -0
  78. package/.agent/skills/oss-forensics/references/evidence-types.md +89 -0
  79. package/.agent/skills/oss-forensics/references/github-archive-guide.md +184 -0
  80. package/.agent/skills/oss-forensics/references/investigation-templates.md +131 -0
  81. package/.agent/skills/oss-forensics/references/recovery-techniques.md +164 -0
  82. package/.agent/skills/oss-forensics/templates/forensic-report.md +151 -0
  83. package/.agent/skills/oss-forensics/templates/malicious-package-report.md +43 -0
  84. package/.agent/skills/parallel-cli/SKILL.md +384 -0
  85. package/.agent/skills/pinggy-tunnel/SKILL.md +302 -0
  86. package/.agent/skills/pixel-art/SKILL.md +209 -0
  87. package/.agent/skills/pixel-art/references/palettes.md +49 -0
  88. package/.agent/skills/plan/SKILL.md +331 -0
  89. package/.agent/skills/polymarket/SKILL.md +75 -0
  90. package/.agent/skills/polymarket/references/api-endpoints.md +220 -0
  91. package/.agent/skills/python-debugpy/SKILL.md +368 -0
  92. package/.agent/skills/requesting-code-review/SKILL.md +273 -0
  93. package/.agent/skills/research-paper-writing/SKILL.md +2367 -0
  94. package/.agent/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
  95. package/.agent/skills/research-paper-writing/references/checklists.md +434 -0
  96. package/.agent/skills/research-paper-writing/references/citation-workflow.md +563 -0
  97. package/.agent/skills/research-paper-writing/references/experiment-patterns.md +728 -0
  98. package/.agent/skills/research-paper-writing/references/human-evaluation.md +476 -0
  99. package/.agent/skills/research-paper-writing/references/paper-types.md +481 -0
  100. package/.agent/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
  101. package/.agent/skills/research-paper-writing/references/sources.md +191 -0
  102. package/.agent/skills/research-paper-writing/references/writing-guide.md +474 -0
  103. package/.agent/skills/research-paper-writing/templates/README.md +251 -0
  104. package/.agent/skills/rest-graphql-debug/SKILL.md +507 -0
  105. package/.agent/skills/s6-container-supervision/SKILL.md +171 -0
  106. package/.agent/skills/scrapling/SKILL.md +328 -0
  107. package/.agent/skills/sherlock/SKILL.md +186 -0
  108. package/.agent/skills/simplify-code/SKILL.md +168 -0
  109. package/.agent/skills/skill-authoring/SKILL.md +158 -0
  110. package/.agent/skills/spike/SKILL.md +190 -0
  111. package/.agent/skills/subagent-driven-development/SKILL.md +345 -0
  112. package/.agent/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
  113. package/.agent/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
  114. package/.agent/skills/systematic-debugging/SKILL.md +360 -0
  115. package/.agent/skills/test-driven-development/SKILL.md +336 -0
  116. package/.agent/skills/video-orchestrator/SKILL.md +194 -0
  117. package/.agent/skills/video-orchestrator/references/examples.md +227 -0
  118. package/.agent/skills/video-orchestrator/references/intake.md +166 -0
  119. package/.agent/skills/video-orchestrator/references/kanban-setup.md +278 -0
  120. package/.agent/skills/video-orchestrator/references/monitoring.md +180 -0
  121. package/.agent/skills/video-orchestrator/references/role-archetypes.md +298 -0
  122. package/.agent/skills/video-orchestrator/references/tool-matrix.md +317 -0
  123. package/.agent/skills/web-pentest/SKILL.md +332 -0
  124. package/.agent/skills/web-pentest/references/bypass-techniques.md +133 -0
  125. package/.agent/skills/web-pentest/references/exploitation-techniques.md +204 -0
  126. package/.agent/skills/web-pentest/references/scope-enforcement.md +110 -0
  127. package/.agent/skills/web-pentest/references/vuln-taxonomy.md +81 -0
  128. package/.agent/skills/web-pentest/templates/authorization.md +69 -0
  129. package/.agent/skills/web-pentest/templates/pentest-report.md +178 -0
  130. package/.claude/commands/mindforge/skill-tdd.md +53 -0
  131. package/.claude/commands/mindforge/skills-index.md +118 -0
  132. package/.claude/commands/mindforge/systematic-debug.md +60 -0
  133. package/.mindforge/config.json +2 -2
  134. package/.mindforge/memory/sync-manifest.json +1 -1
  135. package/.mindforge/skills/arxiv/SKILL.md +294 -0
  136. package/.mindforge/skills/blogwatcher/SKILL.md +147 -0
  137. package/.mindforge/skills/code-wiki/SKILL.md +457 -0
  138. package/.mindforge/skills/codebase-inspection/SKILL.md +126 -0
  139. package/.mindforge/skills/concept-diagrams/SKILL.md +373 -0
  140. package/.mindforge/skills/creative-ideation/SKILL.md +162 -0
  141. package/.mindforge/skills/domain-intel/SKILL.md +116 -0
  142. package/.mindforge/skills/duckduckgo-search/SKILL.md +249 -0
  143. package/.mindforge/skills/github-code-review/SKILL.md +493 -0
  144. package/.mindforge/skills/github-issues/SKILL.md +382 -0
  145. package/.mindforge/skills/github-pr-workflow/SKILL.md +379 -0
  146. package/.mindforge/skills/jupyter-live-kernel/SKILL.md +179 -0
  147. package/.mindforge/skills/kanban-orchestrator/SKILL.md +227 -0
  148. package/.mindforge/skills/kanban-worker/SKILL.md +206 -0
  149. package/.mindforge/skills/meme-generation/SKILL.md +141 -0
  150. package/.mindforge/skills/obsidian/SKILL.md +80 -0
  151. package/.mindforge/skills/osint-investigation/SKILL.md +288 -0
  152. package/.mindforge/skills/oss-forensics/SKILL.md +421 -0
  153. package/.mindforge/skills/pixel-art/SKILL.md +228 -0
  154. package/.mindforge/skills/plan/SKILL.md +350 -0
  155. package/.mindforge/skills/requesting-code-review/SKILL.md +292 -0
  156. package/.mindforge/skills/research-paper-writing/SKILL.md +2384 -0
  157. package/.mindforge/skills/scrapling/SKILL.md +345 -0
  158. package/.mindforge/skills/sherlock/SKILL.md +203 -0
  159. package/.mindforge/skills/simplify-code/SKILL.md +187 -0
  160. package/.mindforge/skills/spike/SKILL.md +209 -0
  161. package/.mindforge/skills/subagent-driven-development/SKILL.md +364 -0
  162. package/.mindforge/skills/systematic-debugging/SKILL.md +379 -0
  163. package/.mindforge/skills/test-driven-development/SKILL.md +355 -0
  164. package/.mindforge/skills/web-pentest/SKILL.md +327 -0
  165. package/CHANGELOG.md +43 -0
  166. package/MINDFORGE.md +2 -2
  167. package/README.md +39 -3
  168. package/RELEASENOTES.md +55 -0
  169. package/docs/getting-started.md +42 -5
  170. package/package.json +1 -1
@@ -0,0 +1,180 @@
1
+ # Character Definition Template
2
+
3
+ ## Character Document Format
4
+
5
+ Create `characters/characters.md` with the following structure:
6
+
7
+ ```markdown
8
+ # Character Definitions - [Comic Title]
9
+
10
+ **Style**: [selected style]
11
+ **Art Direction**: [Ligne Claire / Manga / etc.]
12
+
13
+ ---
14
+
15
+ ## Character 1: [Name]
16
+
17
+ **Role**: [Protagonist / Mentor / Antagonist / Narrator]
18
+ **Age**: [approximate age or age range in story]
19
+
20
+ **Appearance**:
21
+ - Face shape: [oval/square/round]
22
+ - Hair: [color, style, length]
23
+ - Eyes: [color, shape, distinctive features]
24
+ - Build: [height, body type]
25
+ - Distinguishing features: [glasses, beard, scar, etc.]
26
+
27
+ **Costume**:
28
+ - Default outfit: [detailed description]
29
+ - Color palette: [primary colors for this character]
30
+ - Accessories: [hat, bag, tools, etc.]
31
+
32
+ **Expression Range**:
33
+ - Neutral: [description]
34
+ - Happy/Excited: [description]
35
+ - Thinking/Confused: [description]
36
+ - Determined: [description]
37
+
38
+ **Visual Reference Notes**:
39
+ [Any specific artistic direction]
40
+
41
+ ---
42
+
43
+ ## Character 2: [Name]
44
+ ...
45
+ ```
46
+
47
+ ## Reference Sheet Image Prompt
48
+
49
+ After character definitions, include a prompt for generating the reference sheet:
50
+
51
+ ```markdown
52
+ ## Reference Sheet Prompt
53
+
54
+ Character reference sheet in [style] style, clean lines, flat colors:
55
+
56
+ [ROW 1 - Character Name]:
57
+ - Front view: [detailed description]
58
+ - 3/4 view: [description]
59
+ - Expression sheet: Neutral | Happy | Focused | Worried
60
+
61
+ [ROW 2 - Character Name]:
62
+ ...
63
+
64
+ COLOR PALETTE:
65
+ - [Character 1]: [colors]
66
+ - [Character 2]: [colors]
67
+
68
+ White background, clear labels under each character.
69
+ ```
70
+
71
+ ## Example: Turing Biography
72
+
73
+ ```markdown
74
+ # Character Definitions - The Imitation Game
75
+
76
+ **Style**: classic (Ligne Claire)
77
+ **Art Direction**: Clean lines, muted colors, period-accurate details
78
+
79
+ ---
80
+
81
+ ## Character 1: Alan Turing
82
+
83
+ **Role**: Protagonist
84
+ **Age**: 25-40 (varies across story)
85
+
86
+ **Appearance**:
87
+ - Face shape: Oval, slightly angular
88
+ - Hair: Dark brown, wavy, slightly disheveled
89
+ - Eyes: Deep-set, intense gaze
90
+ - Build: Tall, lean, slightly awkward posture
91
+ - Distinguishing features: Prominent brow, thoughtful expression
92
+
93
+ **Costume**:
94
+ - Default outfit: Tweed jacket with elbow patches, white shirt, no tie
95
+ - Color palette: Muted browns, navy blue, cream
96
+ - Accessories: Occasionally a pipe, papers/notebooks
97
+
98
+ **Expression Range**:
99
+ - Neutral: Thoughtful, slightly distant
100
+ - Happy/Excited: Eureka moment, eyes bright, subtle smile
101
+ - Thinking/Confused: Furrowed brow, looking at abstract space
102
+ - Determined: Jaw set, focused eyes
103
+
104
+ ---
105
+
106
+ ## Character 2: The Bombe Machine
107
+
108
+ **Role**: Supporting (anthropomorphized)
109
+ **Appearance**:
110
+ - Large brass and wood cabinet
111
+ - Dial "eyes" that can express states
112
+ - Paper tape "mouth"
113
+ - Indicator lights for emotions
114
+
115
+ **Expression Range**:
116
+ - Processing: Spinning dials, humming
117
+ - Success: Lights up warmly
118
+ - Stuck: Smoke wisps, stuttering
119
+
120
+ ---
121
+
122
+ ## Reference Sheet Prompt
123
+
124
+ Character reference sheet in Ligne Claire style, clean lines, flat colors:
125
+
126
+ TOP ROW - Alan Turing:
127
+ - Front view: Young man, 30s, short dark wavy hair, thoughtful expression, wearing tweed jacket with elbow patches, white shirt
128
+ - 3/4 view: Same character, slight smile, showing profile of nose
129
+ - Expression sheet: Neutral | Excited (eureka moment) | Focused (working) | Worried
130
+
131
+ BOTTOM ROW - The Bombe Machine (anthropomorphized):
132
+ - Bombe machine as character: Large, brass and wood, dial "eyes", paper tape "mouth"
133
+ - Expressions: Processing (spinning dials) | Success (lights up) | Stuck (smoke wisps)
134
+
135
+ COLOR PALETTE:
136
+ - Turing: Muted browns (#8B7355), navy blue (#2C3E50), cream (#F5F5DC)
137
+ - Machine: Brass (#B5A642), mahogany (#4E2728), emerald indicators (#2ECC71)
138
+
139
+ White background, clear labels under each character.
140
+ ```
141
+
142
+ ## Handling Age Variants
143
+
144
+ For biographies spanning many years, define age variants:
145
+
146
+ ```markdown
147
+ ## Alan Turing - Age Variants
148
+
149
+ ### Young (1920s, age 10-18)
150
+ - Boyish features, round face
151
+ - School uniform (Sherborne)
152
+ - Curious, eager expression
153
+
154
+ ### Adult (1930s-40s, age 25-35)
155
+ - Angular face, defined jaw
156
+ - Tweed jacket, rumpled appearance
157
+ - Intense, focused expression
158
+
159
+ ### Later (1950s, age 40+)
160
+ - Slightly weathered
161
+ - More casual dress
162
+ - Thoughtful, sometimes melancholic
163
+ ```
164
+
165
+ ## Best Practices
166
+
167
+ | Practice | Description |
168
+ |----------|-------------|
169
+ | Be specific | "Short dark wavy hair, parted left" not just "dark hair" |
170
+ | Use distinguishing features | Glasses, scars, accessories that identify character |
171
+ | Define color codes | Use specific color names or hex codes |
172
+ | Include age markers | Wrinkles, posture, clothing style matching era |
173
+ | Reference real people | For historical figures, note "based on 1940s photographs" |
174
+
175
+ ## Why Character Reference Matters
176
+
177
+ Without unified character definition, AI generates inconsistent appearances. The reference sheet provides:
178
+ 1. Visual anchors for consistent features
179
+ 2. Color palettes for consistent coloring
180
+ 3. Expression documentation for emotional portrayals
@@ -0,0 +1,85 @@
1
+ # Ohmsha Manga Guide Style
2
+
3
+ Guidelines for educational manga comics using the `ohmsha` preset.
4
+
5
+ ## Character Setup
6
+
7
+ | Role | Default | Traits |
8
+ |------|---------|--------|
9
+ | Student (Role A) | 大雄 | Confused, asks basic but crucial questions, represents reader |
10
+ | Mentor (Role B) | 哆啦A梦 | Knowledgeable, patient, uses gadgets as technical metaphors |
11
+ | Antagonist (Role C, optional) | 胖虎 | Represents misunderstanding, or "noise" in the data |
12
+
13
+ Custom characters: ask the user for role → name mappings (e.g., `Student:小明, Mentor:教授, Antagonist:Bug怪`).
14
+
15
+ ## Character Reference Sheet Style
16
+
17
+ For Ohmsha style, use manga/anime style with:
18
+ - Exaggerated expressions for educational clarity
19
+ - Simple, distinctive silhouettes
20
+ - Bright, saturated color palettes
21
+ - Chibi/SD (super-deformed) variants for comedic reactions
22
+
23
+ ## Outline Spec Block
24
+
25
+ Every ohmsha outline must start with:
26
+
27
+ ```markdown
28
+ 【漫画规格单】
29
+ - Language: [Same as input content]
30
+ - Style: Ohmsha (Manga Guide), Full Color
31
+ - Layout: Vertical Scrolling Comic (竖版条漫)
32
+ - Characters: [List character names and roles]
33
+ - Character Reference: characters/characters.png
34
+ - Page Limit: ≤20 pages
35
+ ```
36
+
37
+ ## Visual Metaphor Rules (Critical)
38
+
39
+ **NEVER** create "talking heads" panels. Every technical concept must become:
40
+
41
+ 1. **A tangible gadget/prop** - Something characters can hold, use, demonstrate
42
+ 2. **An action scene** - Characters doing something that illustrates the concept
43
+ 3. **A visual environment** - Stepping into a metaphorical space
44
+
45
+ ### Examples
46
+
47
+ | Concept | Bad (Talking Heads) | Good (Visual Metaphor) |
48
+ |---------|---------------------|------------------------|
49
+ | Word embeddings | Characters discussing vectors | 哆啦A梦拿出"词向量压缩机",把书本压缩成彩色小球 |
50
+ | Gradient descent | Explaining math formula | 大雄在山谷地形上滚球,寻找最低点 |
51
+ | Neural network | Diagram on whiteboard | 角色走进由发光节点组成的网络迷宫 |
52
+
53
+ ## Page Title Convention
54
+
55
+ Avoid AI-style "Title: Subtitle" format. Use narrative descriptions:
56
+
57
+ - ❌ "Page 3: Introduction to Neural Networks"
58
+ - ✓ "Page 3: 大雄被海量单词淹没,哆啦A梦拿出'词向量压缩机'"
59
+
60
+ ## Ending Requirements
61
+
62
+ - NO generic endings ("What will you choose?", "Thanks for reading")
63
+ - End with: Technical summary moment OR character achieving a small goal
64
+ - Final panel: Sense of accomplishment, not open-ended question
65
+
66
+ ### Good Endings
67
+
68
+ - Student successfully applies learned concept
69
+ - Visual callback to opening problem, now solved
70
+ - Mentor gives summary while student demonstrates understanding
71
+
72
+ ### Bad Endings
73
+
74
+ - "What do you think?" open questions
75
+ - "Thanks for reading this tutorial"
76
+ - Cliffhanger without resolution
77
+
78
+ ## Layout Preference
79
+
80
+ Ohmsha style typically uses:
81
+ - `webtoon` (vertical scrolling) - Primary choice
82
+ - `dense` - For information-heavy sections
83
+ - `mixed` - For varied pacing
84
+
85
+ Avoid `cinematic` and `splash` for educational content.
@@ -0,0 +1,106 @@
1
+ # Partial Workflows
2
+
3
+ Options to run specific parts of the workflow. Trigger these via natural language (e.g., "just the storyboard", "regenerate page 3").
4
+
5
+ ## Options Summary
6
+
7
+ | Option | Steps Executed | Output |
8
+ |--------|----------------|--------|
9
+ | Storyboard only | 1-3 | `storyboard.md` + `characters/` |
10
+ | Prompts only | 1-5 | + `prompts/*.md` |
11
+ | Images only | 7-8 | + images |
12
+ | Regenerate N | 7 (partial) | Specific page(s) |
13
+
14
+ ---
15
+
16
+ ## Storyboard-only
17
+
18
+ Generate storyboard and characters without prompts or images.
19
+
20
+ **User cue**: "storyboard only", "just the outline", "don't generate images yet".
21
+
22
+ **Workflow**: Steps 1-3 only (stop after storyboard + characters)
23
+
24
+ **Output**:
25
+ - `analysis.md`
26
+ - `storyboard.md`
27
+ - `characters/characters.md`
28
+
29
+ **Use case**: Review and edit the storyboard before generating images. Useful for:
30
+ - Getting feedback on the narrative structure
31
+ - Making manual adjustments to panel layouts
32
+ - Defining custom characters
33
+
34
+ ---
35
+
36
+ ## Prompts-only
37
+
38
+ Generate storyboard, characters, and prompts without images.
39
+
40
+ **User cue**: "prompts only", "write the prompts but don't generate yet".
41
+
42
+ **Workflow**: Steps 1-5 (generate prompts, skip images)
43
+
44
+ **Output**:
45
+ - `analysis.md`
46
+ - `storyboard.md`
47
+ - `characters/characters.md`
48
+ - `prompts/*.md`
49
+
50
+ **Use case**: Review and edit prompts before image generation. Useful for:
51
+ - Fine-tuning image generation prompts
52
+ - Ensuring visual consistency before committing to generation
53
+ - Making style adjustments at the prompt level
54
+
55
+ ---
56
+
57
+ ## Images-only
58
+
59
+ Generate images from existing prompts (starts at Step 7).
60
+
61
+ **User cue**: "generate images from existing prompts", "run the images now" (pointing at an existing `comic/topic-slug/` directory).
62
+
63
+ **Workflow**: Skip to Step 7, then 8
64
+
65
+ **Prerequisites** (must exist in directory):
66
+ - `prompts/` directory with page prompt files
67
+ - `storyboard.md` with style information
68
+ - `characters/characters.md` with character definitions
69
+
70
+ **Output**:
71
+ - `characters/characters.png` (if not exists)
72
+ - `NN-{cover|page}-[slug].png` images
73
+
74
+ **Use case**: Re-generate images after editing prompts. Useful for:
75
+ - Recovering from failed image generation
76
+ - Trying different image generation settings
77
+ - Regenerating after manual prompt edits
78
+
79
+ ---
80
+
81
+ ## Regenerate
82
+
83
+ Regenerate specific pages only.
84
+
85
+ **User cue**: "regenerate page 3", "redo pages 2, 5, 8", "regenerate the cover".
86
+
87
+ **Workflow**:
88
+ 1. Read existing prompts for specified pages
89
+ 2. Regenerate images only for those pages via `image_generate`
90
+ 3. Download each returned URL and overwrite the existing PNG
91
+
92
+ **Prerequisites** (must exist):
93
+ - `prompts/NN-{cover|page}-[slug].md` for specified pages
94
+ - `characters/characters.md` (for agent-side consistency checks, if it was used originally)
95
+
96
+ **Output**:
97
+ - Regenerated `NN-{cover|page}-[slug].png` for specified pages
98
+
99
+ **Use case**: Fix specific pages without regenerating entire comic. Useful for:
100
+ - Fixing a single problematic page
101
+ - Iterating on specific visuals
102
+ - Regenerating pages after prompt edits
103
+
104
+ **Page numbering**:
105
+ - `0` = Cover page
106
+ - `1-N` = Content pages
@@ -0,0 +1,143 @@
1
+ # Storyboard Template
2
+
3
+ ## Storyboard Document Format
4
+
5
+ ```markdown
6
+ ---
7
+ title: "[Comic Title]"
8
+ topic: "[topic description]"
9
+ time_span: "[e.g., 1912-1954]"
10
+ narrative_approach: "[chronological/thematic/character-focused]"
11
+ recommended_style: "[style name]"
12
+ recommended_layout: "[layout name or varies]"
13
+ aspect_ratio: "3:4" # 3:4 (portrait), 4:3 (landscape), 16:9 (widescreen)
14
+ language: "[zh/en/ja/etc.]"
15
+ page_count: [N]
16
+ generated: "YYYY-MM-DD HH:mm"
17
+ ---
18
+
19
+ # [Comic Title] - Knowledge Comic Storyboard
20
+
21
+ **Character Reference**: characters/characters.png
22
+
23
+ ---
24
+
25
+ ## Cover
26
+
27
+ **Filename**: 00-cover-[slug].png
28
+ **Core Message**: [one-liner]
29
+
30
+ **Visual Design**:
31
+ - Title typography style
32
+ - Main visual composition
33
+ - Color scheme
34
+ - Subtitle / time span notation
35
+
36
+ **Visual Prompt**:
37
+ [Detailed image generation prompt]
38
+
39
+ ---
40
+
41
+ ## Page 1 / N
42
+
43
+ **Filename**: 01-page-[slug].png
44
+ **Layout**: [standard/cinematic/dense/splash/mixed]
45
+ **Narrative Layer**: [Main narrative / Narrator layer / Mixed]
46
+ **Core Message**: [What this page conveys]
47
+
48
+ ### Panel Layout
49
+
50
+ **Panel Count**: X
51
+ **Layout Type**: [grid/irregular/splash]
52
+
53
+ #### Panel 1 (Size: 1/3 page, Position: Top)
54
+
55
+ **Scene**: [Time, location]
56
+ **Image Description**:
57
+ - Camera angle: [bird's eye / low angle / eye level / close-up / wide shot]
58
+ - Characters: [pose, expression, action]
59
+ - Environment: [scene details, period markers]
60
+ - Lighting: [atmosphere description]
61
+ - Color tone: [palette reference]
62
+
63
+ **Text Elements**:
64
+ - Dialogue bubble (oval): "Character line"
65
+ - Narrator box (rectangular): 「Narrator commentary」
66
+ - Caption bar: [Background info text]
67
+
68
+ #### Panel 2...
69
+
70
+ **Page Hook**: [Cliffhanger or transition at page end]
71
+
72
+ **Visual Prompt**:
73
+ [Full page image generation prompt]
74
+
75
+ ---
76
+
77
+ ## Page 2 / N
78
+ ...
79
+ ```
80
+
81
+ ## Cover Design Principles
82
+
83
+ - Academic gravitas with visual appeal
84
+ - Title typography reflecting knowledge/science theme
85
+ - Composition hinting at core theme (character silhouette, iconic symbol, concept diagram)
86
+ - Subtitle or time span for epic scope
87
+
88
+ ## Panel Composition Guidelines
89
+
90
+ | Panel Type | Recommended Count | Usage |
91
+ |-----------|-------------------|-------|
92
+ | Main narrative | 3-5 per page | Story progression |
93
+ | Concept diagram | 1-2 per page | Visualize abstractions |
94
+ | Narrator panel | 0-1 per page | Commentary, transition |
95
+ | Splash (full/half) | Occasional | Major moments |
96
+
97
+ ## Panel Size Reference
98
+
99
+ - **Full page (Splash)**: Major moments, key breakthroughs
100
+ - **Half page**: Important scenes, turning points
101
+ - **1/3 page**: Standard narrative panels
102
+ - **1/4 or smaller**: Quick progression, sequential action
103
+
104
+ ## Concept Visualization Techniques
105
+
106
+ Transform abstract concepts into concrete visuals:
107
+
108
+ | Abstract Concept | Visual Approach |
109
+ |-----------------|-----------------|
110
+ | Neural network | Glowing nodes with connecting lines |
111
+ | Gradient descent | Ball rolling down valley terrain |
112
+ | Data flow | Luminous particles flowing through pipes |
113
+ | Algorithm iteration | Ascending spiral staircase |
114
+ | Breakthrough moment | Shattering barrier, piercing light |
115
+ | Logical proof | Building blocks assembling |
116
+ | Uncertainty | Forking paths, fog, multiple shadows |
117
+
118
+ ## Text Element Design
119
+
120
+ | Text Type | Style | Usage |
121
+ |-----------|-------|-------|
122
+ | Character dialogue | Oval speech bubble | Main narrative speech |
123
+ | Narrator commentary | Rectangular box | Explanation, commentary |
124
+ | Caption bar | Edge-mounted rectangle | Time, location info |
125
+ | Thought bubble | Cloud shape | Character inner monologue |
126
+ | Term label | Bold / special color | First appearance of technical terms |
127
+
128
+ ## Prompt Structure for Consistency
129
+
130
+ Each page prompt should include character reference:
131
+
132
+ ```
133
+ [CHARACTER REFERENCE]
134
+ (Key details from characters.md for characters in this page)
135
+
136
+ [PAGE CONTENT]
137
+ (Specific scene, panel layout, and visual elements)
138
+
139
+ [CONSISTENCY REMINDER]
140
+ Maintain exact character appearances as defined in character reference.
141
+ - [Character A]: [key identifying features]
142
+ - [Character B]: [key identifying features]
143
+ ```