mindforge-cc 11.5.0 → 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.
- package/.agent/mindforge/skill-tdd.md +53 -0
- package/.agent/mindforge/skills-index.md +118 -0
- package/.agent/mindforge/systematic-debug.md +60 -0
- package/.agent/skills/1password-skill/SKILL.md +156 -0
- package/.agent/skills/1password-skill/references/cli-examples.md +31 -0
- package/.agent/skills/1password-skill/references/get-started.md +21 -0
- package/.agent/skills/article-illustrator/SKILL.md +199 -0
- package/.agent/skills/article-illustrator/references/prompt-construction.md +426 -0
- package/.agent/skills/article-illustrator/references/style-presets.md +80 -0
- package/.agent/skills/article-illustrator/references/styles.md +224 -0
- package/.agent/skills/article-illustrator/references/usage.md +50 -0
- package/.agent/skills/article-illustrator/references/workflow.md +332 -0
- package/.agent/skills/arxiv/SKILL.md +275 -0
- package/.agent/skills/blogwatcher/SKILL.md +130 -0
- package/.agent/skills/code-wiki/SKILL.md +438 -0
- package/.agent/skills/code-wiki/templates/README.md +31 -0
- package/.agent/skills/code-wiki/templates/architecture.md +30 -0
- package/.agent/skills/code-wiki/templates/getting-started.md +47 -0
- package/.agent/skills/code-wiki/templates/module.md +38 -0
- package/.agent/skills/codebase-inspection/SKILL.md +109 -0
- package/.agent/skills/comic-creator/SKILL.md +240 -0
- package/.agent/skills/comic-creator/references/analysis-framework.md +176 -0
- package/.agent/skills/comic-creator/references/auto-selection.md +71 -0
- package/.agent/skills/comic-creator/references/base-prompt.md +98 -0
- package/.agent/skills/comic-creator/references/character-template.md +180 -0
- package/.agent/skills/comic-creator/references/ohmsha-guide.md +85 -0
- package/.agent/skills/comic-creator/references/partial-workflows.md +106 -0
- package/.agent/skills/comic-creator/references/storyboard-template.md +143 -0
- package/.agent/skills/comic-creator/references/workflow.md +401 -0
- package/.agent/skills/concept-diagrams/SKILL.md +355 -0
- package/.agent/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
- package/.agent/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
- package/.agent/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
- package/.agent/skills/creative-ideation/SKILL.md +144 -0
- package/.agent/skills/creative-ideation/references/full-prompt-library.md +110 -0
- package/.agent/skills/devops-cli/SKILL.md +149 -0
- package/.agent/skills/devops-cli/references/app-discovery.md +112 -0
- package/.agent/skills/devops-cli/references/authentication.md +59 -0
- package/.agent/skills/devops-cli/references/cli-reference.md +104 -0
- package/.agent/skills/devops-cli/references/running-apps.md +171 -0
- package/.agent/skills/devops-watchers/SKILL.md +103 -0
- package/.agent/skills/docker-management/SKILL.md +273 -0
- package/.agent/skills/domain-intel/SKILL.md +96 -0
- package/.agent/skills/duckduckgo-search/SKILL.md +230 -0
- package/.agent/skills/github-auth/SKILL.md +240 -0
- package/.agent/skills/github-code-review/SKILL.md +474 -0
- package/.agent/skills/github-code-review/references/review-output-template.md +74 -0
- package/.agent/skills/github-issues/SKILL.md +363 -0
- package/.agent/skills/github-issues/templates/bug-report.md +35 -0
- package/.agent/skills/github-issues/templates/feature-request.md +31 -0
- package/.agent/skills/github-pr-workflow/SKILL.md +360 -0
- package/.agent/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
- package/.agent/skills/github-pr-workflow/references/conventional-commits.md +71 -0
- package/.agent/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
- package/.agent/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
- package/.agent/skills/github-repo-management/SKILL.md +509 -0
- package/.agent/skills/github-repo-management/references/github-api-cheatsheet.md +161 -0
- package/.agent/skills/godmode/SKILL.md +396 -0
- package/.agent/skills/godmode/references/jailbreak-templates.md +128 -0
- package/.agent/skills/godmode/references/refusal-detection.md +142 -0
- package/.agent/skills/hyperframes/SKILL.md +182 -0
- package/.agent/skills/hyperframes/references/cli.md +185 -0
- package/.agent/skills/hyperframes/references/composition.md +129 -0
- package/.agent/skills/hyperframes/references/features.md +289 -0
- package/.agent/skills/hyperframes/references/gsap.md +136 -0
- package/.agent/skills/hyperframes/references/troubleshooting.md +137 -0
- package/.agent/skills/hyperframes/references/website-to-video.md +145 -0
- package/.agent/skills/jupyter-live-kernel/SKILL.md +160 -0
- package/.agent/skills/kanban-orchestrator/SKILL.md +209 -0
- package/.agent/skills/kanban-worker/SKILL.md +188 -0
- package/.agent/skills/llm-wiki/SKILL.md +499 -0
- package/.agent/skills/meme-generation/SKILL.md +122 -0
- package/.agent/skills/node-inspect-debugger/SKILL.md +312 -0
- package/.agent/skills/obsidian/SKILL.md +60 -0
- package/.agent/skills/osint-investigation/SKILL.md +269 -0
- package/.agent/skills/osint-investigation/templates/source-template.md +59 -0
- package/.agent/skills/oss-forensics/SKILL.md +422 -0
- package/.agent/skills/oss-forensics/references/evidence-types.md +89 -0
- package/.agent/skills/oss-forensics/references/github-archive-guide.md +184 -0
- package/.agent/skills/oss-forensics/references/investigation-templates.md +131 -0
- package/.agent/skills/oss-forensics/references/recovery-techniques.md +164 -0
- package/.agent/skills/oss-forensics/templates/forensic-report.md +151 -0
- package/.agent/skills/oss-forensics/templates/malicious-package-report.md +43 -0
- package/.agent/skills/parallel-cli/SKILL.md +384 -0
- package/.agent/skills/pinggy-tunnel/SKILL.md +302 -0
- package/.agent/skills/pixel-art/SKILL.md +209 -0
- package/.agent/skills/pixel-art/references/palettes.md +49 -0
- package/.agent/skills/plan/SKILL.md +331 -0
- package/.agent/skills/polymarket/SKILL.md +75 -0
- package/.agent/skills/polymarket/references/api-endpoints.md +220 -0
- package/.agent/skills/python-debugpy/SKILL.md +368 -0
- package/.agent/skills/requesting-code-review/SKILL.md +273 -0
- package/.agent/skills/research-paper-writing/SKILL.md +2367 -0
- package/.agent/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
- package/.agent/skills/research-paper-writing/references/checklists.md +434 -0
- package/.agent/skills/research-paper-writing/references/citation-workflow.md +563 -0
- package/.agent/skills/research-paper-writing/references/experiment-patterns.md +728 -0
- package/.agent/skills/research-paper-writing/references/human-evaluation.md +476 -0
- package/.agent/skills/research-paper-writing/references/paper-types.md +481 -0
- package/.agent/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
- package/.agent/skills/research-paper-writing/references/sources.md +191 -0
- package/.agent/skills/research-paper-writing/references/writing-guide.md +474 -0
- package/.agent/skills/research-paper-writing/templates/README.md +251 -0
- package/.agent/skills/rest-graphql-debug/SKILL.md +507 -0
- package/.agent/skills/s6-container-supervision/SKILL.md +171 -0
- package/.agent/skills/scrapling/SKILL.md +328 -0
- package/.agent/skills/sherlock/SKILL.md +186 -0
- package/.agent/skills/simplify-code/SKILL.md +168 -0
- package/.agent/skills/skill-authoring/SKILL.md +158 -0
- package/.agent/skills/spike/SKILL.md +190 -0
- package/.agent/skills/subagent-driven-development/SKILL.md +345 -0
- package/.agent/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
- package/.agent/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
- package/.agent/skills/systematic-debugging/SKILL.md +360 -0
- package/.agent/skills/test-driven-development/SKILL.md +336 -0
- package/.agent/skills/video-orchestrator/SKILL.md +194 -0
- package/.agent/skills/video-orchestrator/references/examples.md +227 -0
- package/.agent/skills/video-orchestrator/references/intake.md +166 -0
- package/.agent/skills/video-orchestrator/references/kanban-setup.md +278 -0
- package/.agent/skills/video-orchestrator/references/monitoring.md +180 -0
- package/.agent/skills/video-orchestrator/references/role-archetypes.md +298 -0
- package/.agent/skills/video-orchestrator/references/tool-matrix.md +317 -0
- package/.agent/skills/web-pentest/SKILL.md +332 -0
- package/.agent/skills/web-pentest/references/bypass-techniques.md +133 -0
- package/.agent/skills/web-pentest/references/exploitation-techniques.md +204 -0
- package/.agent/skills/web-pentest/references/scope-enforcement.md +110 -0
- package/.agent/skills/web-pentest/references/vuln-taxonomy.md +81 -0
- package/.agent/skills/web-pentest/templates/authorization.md +69 -0
- package/.agent/skills/web-pentest/templates/pentest-report.md +178 -0
- package/.claude/commands/mindforge/skill-tdd.md +53 -0
- package/.claude/commands/mindforge/skills-index.md +118 -0
- package/.claude/commands/mindforge/systematic-debug.md +60 -0
- package/.mindforge/config.json +2 -2
- package/.mindforge/memory/sync-manifest.json +1 -1
- package/.mindforge/skills/arxiv/SKILL.md +294 -0
- package/.mindforge/skills/blogwatcher/SKILL.md +147 -0
- package/.mindforge/skills/code-wiki/SKILL.md +457 -0
- package/.mindforge/skills/codebase-inspection/SKILL.md +126 -0
- package/.mindforge/skills/concept-diagrams/SKILL.md +373 -0
- package/.mindforge/skills/creative-ideation/SKILL.md +162 -0
- package/.mindforge/skills/domain-intel/SKILL.md +116 -0
- package/.mindforge/skills/duckduckgo-search/SKILL.md +249 -0
- package/.mindforge/skills/github-code-review/SKILL.md +493 -0
- package/.mindforge/skills/github-issues/SKILL.md +382 -0
- package/.mindforge/skills/github-pr-workflow/SKILL.md +379 -0
- package/.mindforge/skills/jupyter-live-kernel/SKILL.md +179 -0
- package/.mindforge/skills/kanban-orchestrator/SKILL.md +227 -0
- package/.mindforge/skills/kanban-worker/SKILL.md +206 -0
- package/.mindforge/skills/meme-generation/SKILL.md +141 -0
- package/.mindforge/skills/obsidian/SKILL.md +80 -0
- package/.mindforge/skills/osint-investigation/SKILL.md +288 -0
- package/.mindforge/skills/oss-forensics/SKILL.md +421 -0
- package/.mindforge/skills/pixel-art/SKILL.md +228 -0
- package/.mindforge/skills/plan/SKILL.md +350 -0
- package/.mindforge/skills/requesting-code-review/SKILL.md +292 -0
- package/.mindforge/skills/research-paper-writing/SKILL.md +2384 -0
- package/.mindforge/skills/scrapling/SKILL.md +345 -0
- package/.mindforge/skills/sherlock/SKILL.md +203 -0
- package/.mindforge/skills/simplify-code/SKILL.md +187 -0
- package/.mindforge/skills/spike/SKILL.md +209 -0
- package/.mindforge/skills/subagent-driven-development/SKILL.md +364 -0
- package/.mindforge/skills/systematic-debugging/SKILL.md +379 -0
- package/.mindforge/skills/test-driven-development/SKILL.md +355 -0
- package/.mindforge/skills/web-pentest/SKILL.md +327 -0
- package/CHANGELOG.md +88 -0
- package/MINDFORGE.md +3 -3
- package/README.md +38 -3
- package/RELEASENOTES.md +100 -0
- package/bin/dashboard/api-router.js +10 -1
- package/bin/governance/approve.js +5 -1
- package/bin/memory/federated-sync.js +11 -2
- package/bin/memory/knowledge-capture.js +10 -1
- package/bin/memory/pillar-health-tracker.js +9 -1
- package/bin/review/ads-engine.js +2 -2
- package/bin/security/trust-boundaries.js +5 -0
- package/docs/getting-started.md +42 -5
- package/package.json +1 -1
|
@@ -0,0 +1,426 @@
|
|
|
1
|
+
# Prompt Construction
|
|
2
|
+
|
|
3
|
+
## Prompt File Format
|
|
4
|
+
|
|
5
|
+
Each prompt file uses YAML frontmatter + content:
|
|
6
|
+
|
|
7
|
+
```yaml
|
|
8
|
+
---
|
|
9
|
+
illustration_id: 01
|
|
10
|
+
type: infographic
|
|
11
|
+
style: blueprint
|
|
12
|
+
references: # ⚠️ ONLY if files EXIST in references/ directory
|
|
13
|
+
- ref_id: 01
|
|
14
|
+
filename: 01-ref-diagram.png
|
|
15
|
+
usage: direct # direct | style | palette
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
[Type-specific template content below...]
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
**⚠️ CRITICAL - When to include `references` field**:
|
|
22
|
+
|
|
23
|
+
| Situation | Action |
|
|
24
|
+
|-----------|--------|
|
|
25
|
+
| Reference file saved to `references/` | Include in frontmatter ✓ |
|
|
26
|
+
| Style extracted verbally (no file) | DO NOT include in frontmatter, append to prompt body instead |
|
|
27
|
+
| File path in frontmatter but file doesn't exist | ERROR - remove references field |
|
|
28
|
+
|
|
29
|
+
**Reference Usage Types** (only when file exists):
|
|
30
|
+
|
|
31
|
+
| Usage | Description | Generation Action |
|
|
32
|
+
|-------|-------------|-------------------|
|
|
33
|
+
| `direct` | Primary visual reference | Describe the reference (composition, subject, style, palette) in prompt text — `image_generate` does not accept reference-image inputs |
|
|
34
|
+
| `style` | Style characteristics only | Describe style in prompt text |
|
|
35
|
+
| `palette` | Color palette extraction | Include colors in prompt |
|
|
36
|
+
|
|
37
|
+
**If no reference file but style/palette extracted verbally**, append directly to prompt body:
|
|
38
|
+
```
|
|
39
|
+
COLORS (from reference):
|
|
40
|
+
- Primary: #E8756D coral
|
|
41
|
+
- Secondary: #7ECFC0 mint
|
|
42
|
+
...
|
|
43
|
+
|
|
44
|
+
STYLE (from reference):
|
|
45
|
+
- Clean lines, minimal shadows
|
|
46
|
+
- Gradient backgrounds
|
|
47
|
+
...
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Default Composition Requirements
|
|
53
|
+
|
|
54
|
+
**Apply to ALL prompts by default**:
|
|
55
|
+
|
|
56
|
+
| Requirement | Description |
|
|
57
|
+
|-------------|-------------|
|
|
58
|
+
| **Clean composition** | Simple layouts, no visual clutter |
|
|
59
|
+
| **White space** | Generous margins, breathing room around elements |
|
|
60
|
+
| **No complex backgrounds** | Solid colors or subtle gradients only, avoid busy textures |
|
|
61
|
+
| **Centered or content-appropriate** | Main visual elements centered or positioned by content needs |
|
|
62
|
+
| **Matching graphics** | Use graphic elements that align with content theme |
|
|
63
|
+
| **Highlight core info** | White space draws attention to key information |
|
|
64
|
+
|
|
65
|
+
**Add to ALL prompts**:
|
|
66
|
+
> Clean composition with generous white space. Simple or no background. Main elements centered or positioned by content needs.
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Color Specification Rules
|
|
71
|
+
|
|
72
|
+
Colors in prompts use hex codes for **rendering guidance only** — they tell the model which colors to use, NOT what text to display.
|
|
73
|
+
|
|
74
|
+
**⚠️ CRITICAL**: Image generation models sometimes render color names and hex values as visible text labels in the image (e.g., painting "Macaron Blue #A8D8EA" as a label). This must be prevented.
|
|
75
|
+
|
|
76
|
+
**Add to ALL prompts that contain a COLORS section**:
|
|
77
|
+
> Color values (#hex) and color names are rendering guidance only — do NOT display color names, hex codes, or palette labels as visible text in the image.
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## Character Rendering
|
|
82
|
+
|
|
83
|
+
When depicting people:
|
|
84
|
+
|
|
85
|
+
| Guideline | Description |
|
|
86
|
+
|-----------|-------------|
|
|
87
|
+
| **Style** | Simplified cartoon silhouettes or symbolic expressions |
|
|
88
|
+
| **Avoid** | Realistic human portrayals, detailed faces |
|
|
89
|
+
| **Diversity** | Varied body types when showing multiple people |
|
|
90
|
+
| **Emotion** | Express through posture and simple gestures |
|
|
91
|
+
|
|
92
|
+
**Add to ALL prompts with human figures**:
|
|
93
|
+
> Human figures: simplified stylized silhouettes or symbolic representations, not photorealistic.
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## Text in Illustrations
|
|
98
|
+
|
|
99
|
+
| Element | Guideline |
|
|
100
|
+
|---------|-----------|
|
|
101
|
+
| **Size** | Large, prominent, immediately readable |
|
|
102
|
+
| **Style** | Handwritten fonts preferred for warmth |
|
|
103
|
+
| **Content** | Concise keywords and core concepts only |
|
|
104
|
+
| **Language** | Match article language |
|
|
105
|
+
|
|
106
|
+
**Add to prompts with text**:
|
|
107
|
+
> Text should be large and prominent with handwritten-style fonts. Keep minimal, focus on keywords.
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## Principles
|
|
112
|
+
|
|
113
|
+
Good prompts must include:
|
|
114
|
+
|
|
115
|
+
1. **Layout Structure First**: Describe composition, zones, flow direction
|
|
116
|
+
2. **Specific Data/Labels**: Use actual numbers, terms from article
|
|
117
|
+
3. **Visual Relationships**: How elements connect
|
|
118
|
+
4. **Semantic Colors**: Meaning-based color choices (red=warning, green=efficient)
|
|
119
|
+
5. **Style Characteristics**: Line treatment, texture, mood
|
|
120
|
+
6. **Aspect Ratio**: End with ratio and complexity level
|
|
121
|
+
|
|
122
|
+
## Type-Specific Templates
|
|
123
|
+
|
|
124
|
+
### Infographic
|
|
125
|
+
|
|
126
|
+
```
|
|
127
|
+
[Title] - Data Visualization
|
|
128
|
+
|
|
129
|
+
Layout: [grid/radial/hierarchical]
|
|
130
|
+
|
|
131
|
+
ZONES:
|
|
132
|
+
- Zone 1: [data point with specific values]
|
|
133
|
+
- Zone 2: [comparison with metrics]
|
|
134
|
+
- Zone 3: [summary/conclusion]
|
|
135
|
+
|
|
136
|
+
LABELS: [specific numbers, percentages, terms from article]
|
|
137
|
+
COLORS: [semantic color mapping]
|
|
138
|
+
STYLE: [style characteristics]
|
|
139
|
+
ASPECT: 16:9
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
**Infographic + vector-illustration**:
|
|
143
|
+
```
|
|
144
|
+
Flat vector illustration infographic. Clean black outlines on all elements.
|
|
145
|
+
COLORS: Cream background (#F5F0E6), Coral Red (#E07A5F), Mint Green (#81B29A), Mustard Yellow (#F2CC8F)
|
|
146
|
+
ELEMENTS: Geometric simplified icons, no gradients, playful decorative elements (dots, stars)
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
**Infographic + vector-illustration + warm palette**:
|
|
150
|
+
```
|
|
151
|
+
Flat vector illustration infographic. Clean black outlines on all elements.
|
|
152
|
+
PALETTE OVERRIDE (warm): Warm-only color palette, no cool colors.
|
|
153
|
+
COLORS: Soft Peach background (#FFECD2), Warm Orange (#ED8936),
|
|
154
|
+
Terracotta (#C05621), Golden Yellow (#F6AD55), Deep Brown (#744210)
|
|
155
|
+
ELEMENTS: Geometric simplified icons, no gradients, rounded corners,
|
|
156
|
+
modular card layout, consistent icon style
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
### Scene
|
|
160
|
+
|
|
161
|
+
```
|
|
162
|
+
[Title] - Atmospheric Scene
|
|
163
|
+
|
|
164
|
+
FOCAL POINT: [main subject]
|
|
165
|
+
ATMOSPHERE: [lighting, mood, environment]
|
|
166
|
+
MOOD: [emotion to convey]
|
|
167
|
+
COLOR TEMPERATURE: [warm/cool/neutral]
|
|
168
|
+
STYLE: [style characteristics]
|
|
169
|
+
ASPECT: 16:9
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
### Flowchart
|
|
173
|
+
|
|
174
|
+
```
|
|
175
|
+
[Title] - Process Flow
|
|
176
|
+
|
|
177
|
+
Layout: [left-right/top-down/circular]
|
|
178
|
+
|
|
179
|
+
STEPS:
|
|
180
|
+
1. [Step name] - [brief description]
|
|
181
|
+
2. [Step name] - [brief description]
|
|
182
|
+
...
|
|
183
|
+
|
|
184
|
+
CONNECTIONS: [arrow types, decision points]
|
|
185
|
+
STYLE: [style characteristics]
|
|
186
|
+
ASPECT: 16:9
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
**Flowchart + vector-illustration**:
|
|
190
|
+
```
|
|
191
|
+
Flat vector flowchart with bold arrows and geometric step containers.
|
|
192
|
+
COLORS: Cream background (#F5F0E6), steps in Coral/Mint/Mustard, black outlines
|
|
193
|
+
ELEMENTS: Rounded rectangles, thick arrows, simple icons per step
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
**Flowchart + sketch-notes + macaron palette**:
|
|
197
|
+
```
|
|
198
|
+
Hand-drawn educational flowchart on warm cream paper. Slight wobble on all lines.
|
|
199
|
+
PALETTE: macaron — soft pastel color blocks
|
|
200
|
+
COLORS: Warm Cream background (#F5F0E8), zone fills in Macaron Blue (#A8D8EA),
|
|
201
|
+
Lavender (#D5C6E0), Mint (#B5E5CF), Coral Red (#E8655A) for emphasis
|
|
202
|
+
ELEMENTS: Rounded cards with dashed/solid borders, wavy hand-drawn arrows with labels,
|
|
203
|
+
simple stick-figure characters, doodle decorations (stars, underlines)
|
|
204
|
+
STYLE: Color fills don't completely fill outlines, hand-drawn lettering, generous white space
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
**Flowchart + ink-notes + mono-ink palette**:
|
|
208
|
+
```
|
|
209
|
+
Professional hand-drawn visual-note flowchart on pure white. Black ink line work
|
|
210
|
+
with slight wobble, à la Mike Rohde sketchnoting.
|
|
211
|
+
PALETTE: mono-ink — black ink dominant, sparse semantic accents
|
|
212
|
+
COLORS: Pure White background (#FFFFFF), Near Black (#1A1A1A) for all lines,
|
|
213
|
+
text, and figures; Coral Red (#E8655A) only for risk/emphasis,
|
|
214
|
+
Muted Teal (#5FA8A8) only for positive/solution states
|
|
215
|
+
ELEMENTS: Left-to-right stage boxes with rounded-rect frames, wavy hand-drawn
|
|
216
|
+
arrows between stages, simple stick-figure characters with role
|
|
217
|
+
labels above (e.g., "ML Engineer", "Team Lead"), dashed-border box
|
|
218
|
+
for future/empty stage, small doodle icons per stage
|
|
219
|
+
STYLE: Hand-lettered titles (bold, oversized), handwritten stage labels and
|
|
220
|
+
annotations, generous white space, bottom tagline summarizing takeaway
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
### Comparison
|
|
224
|
+
|
|
225
|
+
```
|
|
226
|
+
[Title] - Comparison View
|
|
227
|
+
|
|
228
|
+
LEFT SIDE - [Option A]:
|
|
229
|
+
- [Point 1]
|
|
230
|
+
- [Point 2]
|
|
231
|
+
|
|
232
|
+
RIGHT SIDE - [Option B]:
|
|
233
|
+
- [Point 1]
|
|
234
|
+
- [Point 2]
|
|
235
|
+
|
|
236
|
+
DIVIDER: [visual separator]
|
|
237
|
+
STYLE: [style characteristics]
|
|
238
|
+
ASPECT: 16:9
|
|
239
|
+
```
|
|
240
|
+
|
|
241
|
+
**Comparison + vector-illustration**:
|
|
242
|
+
```
|
|
243
|
+
Flat vector comparison with split layout. Clear visual separation.
|
|
244
|
+
COLORS: Left side Coral (#E07A5F), Right side Mint (#81B29A), cream background
|
|
245
|
+
ELEMENTS: Bold icons, black outlines, centered divider line
|
|
246
|
+
```
|
|
247
|
+
|
|
248
|
+
**Comparison + vector-illustration + warm palette**:
|
|
249
|
+
```
|
|
250
|
+
Flat vector comparison with split layout. Clear visual separation.
|
|
251
|
+
PALETTE OVERRIDE (warm): Warm-only color palette, no cool colors.
|
|
252
|
+
COLORS: Left side Warm Orange (#ED8936), Right side Terracotta (#C05621),
|
|
253
|
+
Soft Peach background (#FFECD2), Deep Brown (#744210) accents
|
|
254
|
+
ELEMENTS: Bold icons, black outlines, centered divider line
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
**Comparison + ink-notes + mono-ink palette** (Before/After, Traditional vs New):
|
|
258
|
+
```
|
|
259
|
+
Professional hand-drawn sketchnote comparison on pure white. Black ink line work
|
|
260
|
+
with slight wobble, à la Mike Rohde sketchnoting.
|
|
261
|
+
PALETTE: mono-ink — black ink dominant, sparse semantic accents
|
|
262
|
+
COLORS: Pure White background (#FFFFFF), Near Black (#1A1A1A) for all outlines,
|
|
263
|
+
text, figures, arrows; Coral Red (#E8655A) reserved for risks/gaps
|
|
264
|
+
(left/Before side); Muted Teal (#5FA8A8) reserved for positives
|
|
265
|
+
(right/After side). Color accents under 10% of canvas.
|
|
266
|
+
LAYOUT: Left | Right split with vertical hand-drawn divider. Hand-lettered
|
|
267
|
+
"Before" label (top-left) and "After" label (top-right).
|
|
268
|
+
LEFT SIDE: Stick figure(s) with role label above, speech bubble showing the
|
|
269
|
+
pain point, bulleted pain-point list in handwritten text.
|
|
270
|
+
RIGHT SIDE: Stick figure(s) showing the new state, bulleted improvement list,
|
|
271
|
+
small positive-action icons.
|
|
272
|
+
BRIDGE: Curved hand-drawn "mindset shift" arrow bridging left → right with
|
|
273
|
+
small inline label describing the shift.
|
|
274
|
+
BOTTOM: Single-line hand-lettered tagline summarizing the takeaway.
|
|
275
|
+
STYLE: Hand-lettered headings (bold, oversized), handwritten body annotations,
|
|
276
|
+
generous white space, no computer fonts, no gradients, no shadows.
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
### Framework
|
|
280
|
+
|
|
281
|
+
```
|
|
282
|
+
[Title] - Conceptual Framework
|
|
283
|
+
|
|
284
|
+
STRUCTURE: [hierarchical/network/matrix]
|
|
285
|
+
|
|
286
|
+
NODES:
|
|
287
|
+
- [Concept 1] - [role]
|
|
288
|
+
- [Concept 2] - [role]
|
|
289
|
+
|
|
290
|
+
RELATIONSHIPS: [how nodes connect]
|
|
291
|
+
STYLE: [style characteristics]
|
|
292
|
+
ASPECT: 16:9
|
|
293
|
+
```
|
|
294
|
+
|
|
295
|
+
**Framework + vector-illustration**:
|
|
296
|
+
```
|
|
297
|
+
Flat vector framework diagram with geometric nodes and bold connectors.
|
|
298
|
+
COLORS: Cream background (#F5F0E6), nodes in Coral/Mint/Mustard/Blue, black outlines
|
|
299
|
+
ELEMENTS: Rounded rectangles or circles for nodes, thick connecting lines
|
|
300
|
+
```
|
|
301
|
+
|
|
302
|
+
**Framework + vector-illustration + warm palette**:
|
|
303
|
+
```
|
|
304
|
+
Flat vector framework diagram with geometric nodes and bold connectors.
|
|
305
|
+
PALETTE OVERRIDE (warm): Warm-only color palette, no cool colors.
|
|
306
|
+
COLORS: Soft Peach background (#FFECD2), nodes in Warm Orange (#ED8936),
|
|
307
|
+
Terracotta (#C05621), Golden Yellow (#F6AD55), black outlines
|
|
308
|
+
ELEMENTS: Rounded rectangles or circles for nodes, thick connecting lines
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
**Framework + ink-notes + mono-ink palette** (command center, OS analogy):
|
|
312
|
+
```
|
|
313
|
+
Professional hand-drawn sketchnote framework on pure white. Black ink line work
|
|
314
|
+
with slight wobble, à la Mike Rohde sketchnoting.
|
|
315
|
+
PALETTE: mono-ink — black ink dominant, sparse semantic accents
|
|
316
|
+
COLORS: Pure White background (#FFFFFF), Near Black (#1A1A1A) for all lines,
|
|
317
|
+
text, figures; Dusty Lavender (#9B8AB5) for neutral category tags only;
|
|
318
|
+
Coral Red (#E8655A) for emphasis sparingly. Color accents under 10%.
|
|
319
|
+
STRUCTURE: Central rounded-rectangle frame as "the system" with hand-lettered
|
|
320
|
+
title inside. Inner layer of labeled sub-components (node labels
|
|
321
|
+
above each). Outer layer of feeder arrows from stick-figure
|
|
322
|
+
operators/users with role labels.
|
|
323
|
+
ELEMENTS: Stick figures at the edges with role tags ("Team Lead", "Operator"),
|
|
324
|
+
wavy hand-drawn connector arrows with small inline labels, small
|
|
325
|
+
doodle icons per component, dashed-border placeholder(s) for
|
|
326
|
+
future/empty capabilities.
|
|
327
|
+
BOTTOM: Single-line hand-lettered tagline.
|
|
328
|
+
STYLE: Hand-lettered headings, handwritten annotations, generous white space,
|
|
329
|
+
no computer fonts, no gradients.
|
|
330
|
+
```
|
|
331
|
+
|
|
332
|
+
### Timeline
|
|
333
|
+
|
|
334
|
+
```
|
|
335
|
+
[Title] - Chronological View
|
|
336
|
+
|
|
337
|
+
DIRECTION: [horizontal/vertical]
|
|
338
|
+
|
|
339
|
+
EVENTS:
|
|
340
|
+
- [Date/Period 1]: [milestone]
|
|
341
|
+
- [Date/Period 2]: [milestone]
|
|
342
|
+
|
|
343
|
+
MARKERS: [visual indicators]
|
|
344
|
+
STYLE: [style characteristics]
|
|
345
|
+
ASPECT: 16:9
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
### Screen-Print Style Override
|
|
349
|
+
|
|
350
|
+
When `style: screen-print`, replace standard style instructions with:
|
|
351
|
+
|
|
352
|
+
```
|
|
353
|
+
Screen print / silkscreen poster art. Flat color blocks, NO gradients.
|
|
354
|
+
COLORS: 2-5 colors maximum. [Choose from style palette or duotone pair]
|
|
355
|
+
TEXTURE: Halftone dot patterns, slight color layer misregistration, paper grain
|
|
356
|
+
COMPOSITION: Bold silhouettes, geometric framing, negative space as storytelling element
|
|
357
|
+
FIGURES: Silhouettes only, no detailed faces, stencil-cut edges
|
|
358
|
+
TYPOGRAPHY: Bold condensed sans-serif integrated into composition (not overlaid)
|
|
359
|
+
```
|
|
360
|
+
|
|
361
|
+
**Scene + screen-print**:
|
|
362
|
+
```
|
|
363
|
+
Conceptual poster scene. Single symbolic focal point, NOT literal illustration.
|
|
364
|
+
COLORS: Duotone pair (e.g., Burnt Orange #E8751A + Deep Teal #0A6E6E) on Off-Black #121212
|
|
365
|
+
COMPOSITION: Centered silhouette or geometric frame, 60%+ negative space
|
|
366
|
+
TEXTURE: Halftone dots, paper grain, slight print misregistration
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
**Comparison + screen-print**:
|
|
370
|
+
```
|
|
371
|
+
Split poster composition. Each side dominated by one color from duotone pair.
|
|
372
|
+
LEFT: [Color A] side with silhouette/icon for [Option A]
|
|
373
|
+
RIGHT: [Color B] side with silhouette/icon for [Option B]
|
|
374
|
+
DIVIDER: Geometric shape or negative space boundary
|
|
375
|
+
TEXTURE: Halftone transitions between sides
|
|
376
|
+
```
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
380
|
+
## Palette Override
|
|
381
|
+
|
|
382
|
+
When a palette is specified (via `--palette` or preset), it overrides the style's default colors:
|
|
383
|
+
|
|
384
|
+
1. Read style file → get rendering rules (Visual Elements, Style Rules, line treatment)
|
|
385
|
+
2. Read palette file (`palettes/<palette>.md`) → get Colors + Background
|
|
386
|
+
3. Palette Colors **replace** style's default Color Palette in prompt
|
|
387
|
+
4. Palette Background **replaces** style's Background color (keep style's texture description)
|
|
388
|
+
5. Build prompt: style rendering instructions + palette colors
|
|
389
|
+
|
|
390
|
+
**Prompt frontmatter** includes palette when specified:
|
|
391
|
+
```yaml
|
|
392
|
+
---
|
|
393
|
+
illustration_id: 01
|
|
394
|
+
type: infographic
|
|
395
|
+
style: vector-illustration
|
|
396
|
+
palette: macaron
|
|
397
|
+
---
|
|
398
|
+
```
|
|
399
|
+
|
|
400
|
+
**Example**: `vector-illustration` + `macaron` palette:
|
|
401
|
+
```
|
|
402
|
+
Flat vector illustration infographic. Clean black outlines on all elements.
|
|
403
|
+
PALETTE: macaron — soft pastel color blocks
|
|
404
|
+
COLORS: Warm Cream background (#F5F0E8), Macaron Blue (#A8D8EA), Mint (#B5E5CF),
|
|
405
|
+
Lavender (#D5C6E0), Peach (#FFD5C2), Coral Red (#E8655A) for emphasis
|
|
406
|
+
ELEMENTS: Geometric simplified icons, no gradients, playful decorative elements
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
When no palette is specified, use the style's built-in Color Palette as before.
|
|
410
|
+
|
|
411
|
+
---
|
|
412
|
+
|
|
413
|
+
## What to Avoid
|
|
414
|
+
|
|
415
|
+
- Vague descriptions ("a nice image")
|
|
416
|
+
- Literal metaphor illustrations
|
|
417
|
+
- Missing concrete labels/annotations
|
|
418
|
+
- Generic decorative elements
|
|
419
|
+
|
|
420
|
+
## Watermark Integration (optional)
|
|
421
|
+
|
|
422
|
+
If the user asks for a watermark, append:
|
|
423
|
+
|
|
424
|
+
```
|
|
425
|
+
Include a subtle watermark "[content]" positioned at [position].
|
|
426
|
+
```
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# Style Presets
|
|
2
|
+
|
|
3
|
+
A preset expands to a type + style + optional palette combination. Users can override any dimension in their request.
|
|
4
|
+
|
|
5
|
+
## By Category
|
|
6
|
+
|
|
7
|
+
### Technical & Engineering
|
|
8
|
+
|
|
9
|
+
| Preset | Type | Style | Palette | Best For |
|
|
10
|
+
|----------|------|-------|---------|----------|
|
|
11
|
+
| `tech-explainer` | `infographic` | `blueprint` | — | API docs, system metrics, technical deep-dives |
|
|
12
|
+
| `system-design` | `framework` | `blueprint` | — | Architecture diagrams, system design |
|
|
13
|
+
| `architecture` | `framework` | `vector-illustration` | — | Component relationships, module structure |
|
|
14
|
+
| `science-paper` | `infographic` | `scientific` | — | Research findings, lab results, academic |
|
|
15
|
+
|
|
16
|
+
### Knowledge & Education
|
|
17
|
+
|
|
18
|
+
| Preset | Type | Style | Palette | Best For |
|
|
19
|
+
|----------|------|-------|---------|----------|
|
|
20
|
+
| `knowledge-base` | `infographic` | `vector-illustration` | — | Concept explainers, tutorials, how-to |
|
|
21
|
+
| `saas-guide` | `infographic` | `notion` | — | Product guides, SaaS docs, tool walkthroughs |
|
|
22
|
+
| `tutorial` | `flowchart` | `vector-illustration` | — | Step-by-step tutorials, setup guides |
|
|
23
|
+
| `process-flow` | `flowchart` | `notion` | — | Workflow documentation, onboarding flows |
|
|
24
|
+
| `warm-knowledge` | `infographic` | `vector-illustration` | `warm` | Product showcases, team intros, feature cards, brand content |
|
|
25
|
+
| `edu-visual` | `infographic` | `vector-illustration` | `macaron` | Knowledge summaries, concept explainers, educational articles |
|
|
26
|
+
| `hand-drawn-edu` | `flowchart` | `sketch-notes` | `macaron` | Hand-drawn educational diagrams, process explainers, onboarding visuals |
|
|
27
|
+
| `ink-notes-compare` | `comparison` | `ink-notes` | `mono-ink` | Before/After essays, Traditional vs New, OS-style comparisons, mindset-shift narratives |
|
|
28
|
+
| `ink-notes-flow` | `flowchart` | `ink-notes` | `mono-ink` | Professional process explainers, workforce pipelines, hand-drawn technical walkthroughs |
|
|
29
|
+
| `ink-notes-framework` | `framework` | `ink-notes` | `mono-ink` | System analogies, command-center diagrams, architecture-as-metaphor, tech manifestos |
|
|
30
|
+
|
|
31
|
+
### Data & Analysis
|
|
32
|
+
|
|
33
|
+
| Preset | Type | Style | Palette | Best For |
|
|
34
|
+
|----------|------|-------|---------|----------|
|
|
35
|
+
| `data-report` | `infographic` | `editorial` | — | Data journalism, metrics reports, dashboards |
|
|
36
|
+
| `versus` | `comparison` | `vector-illustration` | — | Tech comparisons, framework shootouts |
|
|
37
|
+
| `business-compare` | `comparison` | `elegant` | — | Product evaluations, strategy options |
|
|
38
|
+
|
|
39
|
+
### Narrative & Creative
|
|
40
|
+
|
|
41
|
+
| Preset | Type | Style | Palette | Best For |
|
|
42
|
+
|----------|------|-------|---------|----------|
|
|
43
|
+
| `storytelling` | `scene` | `warm` | — | Personal essays, reflections, growth stories |
|
|
44
|
+
| `lifestyle` | `scene` | `watercolor` | — | Travel, wellness, lifestyle, creative |
|
|
45
|
+
| `history` | `timeline` | `elegant` | — | Historical overviews, milestones |
|
|
46
|
+
| `evolution` | `timeline` | `warm` | — | Progress narratives, growth journeys |
|
|
47
|
+
|
|
48
|
+
### Editorial & Opinion
|
|
49
|
+
|
|
50
|
+
| Preset | Type | Style | Palette | Best For |
|
|
51
|
+
|----------|------|-------|---------|----------|
|
|
52
|
+
| `opinion-piece` | `scene` | `screen-print` | — | Op-eds, commentary, critical essays |
|
|
53
|
+
| `editorial-poster` | `comparison` | `screen-print` | — | Debate, contrasting viewpoints |
|
|
54
|
+
| `cinematic` | `scene` | `screen-print` | — | Dramatic narratives, cultural essays |
|
|
55
|
+
|
|
56
|
+
## Content Type → Preset Recommendations
|
|
57
|
+
|
|
58
|
+
Use this table during Step 3 to recommend presets based on Step 2 content analysis:
|
|
59
|
+
|
|
60
|
+
| Content Type (Step 2) | Primary Preset | Alternatives |
|
|
61
|
+
|------------------------|----------------|--------------|
|
|
62
|
+
| Technical | `tech-explainer` | `system-design`, `architecture` |
|
|
63
|
+
| Tutorial | `tutorial` | `process-flow`, `knowledge-base`, `edu-visual` |
|
|
64
|
+
| Methodology / Framework | `system-design` | `architecture`, `process-flow` |
|
|
65
|
+
| Data / Metrics | `data-report` | `versus`, `tech-explainer` |
|
|
66
|
+
| Comparison / Review | `versus` | `business-compare`, `editorial-poster`, `ink-notes-compare` |
|
|
67
|
+
| Manifesto / Mindset shift / Professional visual note | `ink-notes-compare` | `ink-notes-framework`, `ink-notes-flow` |
|
|
68
|
+
| Narrative / Personal | `storytelling` | `lifestyle`, `evolution` |
|
|
69
|
+
| Opinion / Editorial | `opinion-piece` | `cinematic`, `editorial-poster` |
|
|
70
|
+
| Historical / Timeline | `history` | `evolution` |
|
|
71
|
+
| Academic / Research | `science-paper` | `tech-explainer`, `data-report` |
|
|
72
|
+
| SaaS / Product | `saas-guide` | `knowledge-base`, `process-flow`, `warm-knowledge` |
|
|
73
|
+
| Education / Knowledge | `edu-visual` | `knowledge-base`, `tutorial`, `hand-drawn-edu` |
|
|
74
|
+
|
|
75
|
+
## Override Examples
|
|
76
|
+
|
|
77
|
+
- "use the tech-explainer preset but swap the style for notion" = infographic type with notion style
|
|
78
|
+
- "storytelling preset with timeline type" = timeline type with warm style
|
|
79
|
+
|
|
80
|
+
Explicit type/style/palette mentions in the user's request always override preset values.
|