mulmocast 2.6.18 → 2.6.19
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/lib/methods/mulmo_presentation_style.d.ts +18 -0
- package/lib/methods/mulmo_presentation_style.js +23 -0
- package/lib/types/schema.d.ts +468 -0
- package/lib/utils/context.d.ts +52 -0
- package/lib/utils/image_plugins/slide.js +7 -4
- package/package.json +4 -4
- package/scripts/test/cinematic_showcase.json +0 -1356
- package/scripts/test/golden_age_of_discovery.json +0 -270
- package/scripts/test/image-2.png +0 -0
- package/scripts/test/img_detector.png +0 -0
- package/scripts/test/img_higgs.png +0 -0
- package/scripts/test/img_lhc.png +0 -0
- package/scripts/test/macoro_anime_proto.json +0 -120
- package/scripts/test/minimum_beats_completed.json +0 -45
- package/scripts/test/test_all_elevenlabs_tts_model.json +0 -111
- package/scripts/test/test_all_gemini_tts_model.json +0 -433
- package/scripts/test/test_all_image.json +0 -49
- package/scripts/test/test_all_movie.json +0 -33
- package/scripts/test/test_captions_2.json +0 -31
- package/scripts/test/test_genai2.json +0 -25
- package/scripts/test/test_lipsync5.json +0 -66
- package/scripts/test/test_reference.json +0 -0
- package/scripts/test/test_slide_image_ref_gemini_en.json +0 -289
- package/scripts/test/test_slide_showcase_corporate.json +0 -497
- package/scripts/test/test_slide_showcase_creative.json +0 -545
- package/scripts/test/test_slide_showcase_minimal.json +0 -501
- package/scripts/test/test_slide_showcase_pop.json +0 -547
- package/scripts/test/test_slide_showcase_warm.json +0 -486
- package/scripts/test/test_wipe_simple.json +0 -37
- package/scripts/test/zenn_combined_example.json +0 -39
- package/scripts/test/zenn_layout_samples.json +0 -92
- package/scripts/test/zenn_markdown_demo.json +0 -79
|
@@ -1,501 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$mulmocast": { "version": "1.1" },
|
|
3
|
-
"lang": "en",
|
|
4
|
-
"title": "Slide Showcase - Fresh Minimal Style",
|
|
5
|
-
"beats": [
|
|
6
|
-
{
|
|
7
|
-
"text": "Clean minimal title slide",
|
|
8
|
-
"image": {
|
|
9
|
-
"type": "slide",
|
|
10
|
-
"theme": {
|
|
11
|
-
"colors": {
|
|
12
|
-
"bg": "F8FAFC",
|
|
13
|
-
"bgCard": "FFFFFF",
|
|
14
|
-
"bgCardAlt": "F1F5F9",
|
|
15
|
-
"text": "0F172A",
|
|
16
|
-
"textMuted": "475569",
|
|
17
|
-
"textDim": "94A3B8",
|
|
18
|
-
"primary": "2563EB",
|
|
19
|
-
"accent": "7C3AED",
|
|
20
|
-
"success": "059669",
|
|
21
|
-
"warning": "D97706",
|
|
22
|
-
"danger": "DC2626",
|
|
23
|
-
"info": "0891B2",
|
|
24
|
-
"highlight": "DB2777"
|
|
25
|
-
},
|
|
26
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
27
|
-
},
|
|
28
|
-
"slide": {
|
|
29
|
-
"layout": "title",
|
|
30
|
-
"title": "Product Roadmap\n2026",
|
|
31
|
-
"subtitle": "Clean lines, clear hierarchy — minimal design for maximum clarity",
|
|
32
|
-
"author": "Engineering Team | Q1 Planning",
|
|
33
|
-
"note": "A fresh, minimal palette with blue primary and subtle gray tones. Professional and enterprise-ready."
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"text": "Development phases in columns",
|
|
39
|
-
"image": {
|
|
40
|
-
"type": "slide",
|
|
41
|
-
"theme": {
|
|
42
|
-
"colors": {
|
|
43
|
-
"bg": "F8FAFC",
|
|
44
|
-
"bgCard": "FFFFFF",
|
|
45
|
-
"bgCardAlt": "F1F5F9",
|
|
46
|
-
"text": "0F172A",
|
|
47
|
-
"textMuted": "475569",
|
|
48
|
-
"textDim": "94A3B8",
|
|
49
|
-
"primary": "2563EB",
|
|
50
|
-
"accent": "7C3AED",
|
|
51
|
-
"success": "059669",
|
|
52
|
-
"warning": "D97706",
|
|
53
|
-
"danger": "DC2626",
|
|
54
|
-
"info": "0891B2",
|
|
55
|
-
"highlight": "DB2777"
|
|
56
|
-
},
|
|
57
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
58
|
-
},
|
|
59
|
-
"slide": {
|
|
60
|
-
"layout": "columns",
|
|
61
|
-
"accentColor": "primary",
|
|
62
|
-
"stepLabel": "ENGINEERING",
|
|
63
|
-
"title": "Development Phases",
|
|
64
|
-
"subtitle": "Structured approach to shipping reliable software",
|
|
65
|
-
"showArrows": true,
|
|
66
|
-
"columns": [
|
|
67
|
-
{
|
|
68
|
-
"title": "Plan",
|
|
69
|
-
"num": 1,
|
|
70
|
-
"accentColor": "primary",
|
|
71
|
-
"content": [
|
|
72
|
-
{ "type": "text", "value": "Define scope, write RFCs, and align with stakeholders." },
|
|
73
|
-
{ "type": "bullets", "items": ["Requirements gathering", "Technical design", "Sprint planning"] }
|
|
74
|
-
]
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"title": "Build",
|
|
78
|
-
"num": 2,
|
|
79
|
-
"accentColor": "accent",
|
|
80
|
-
"content": [
|
|
81
|
-
{ "type": "text", "value": "Implement features with test-driven development." },
|
|
82
|
-
{ "type": "bullets", "items": ["Feature branches", "Code review", "CI/CD pipeline"] }
|
|
83
|
-
]
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"title": "Launch",
|
|
87
|
-
"num": 3,
|
|
88
|
-
"accentColor": "success",
|
|
89
|
-
"content": [
|
|
90
|
-
{ "type": "text", "value": "Deploy, monitor, and iterate based on user feedback." },
|
|
91
|
-
{ "type": "bullets", "items": ["Canary deploys", "Feature flags", "Observability"] }
|
|
92
|
-
]
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"callout": { "label": "Cadence", "text": "2-week sprints with weekly demos and monthly retrospectives", "color": "primary", "leftBar": true }
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"text": "Engineering metrics",
|
|
101
|
-
"image": {
|
|
102
|
-
"type": "slide",
|
|
103
|
-
"theme": {
|
|
104
|
-
"colors": {
|
|
105
|
-
"bg": "F8FAFC",
|
|
106
|
-
"bgCard": "FFFFFF",
|
|
107
|
-
"bgCardAlt": "F1F5F9",
|
|
108
|
-
"text": "0F172A",
|
|
109
|
-
"textMuted": "475569",
|
|
110
|
-
"textDim": "94A3B8",
|
|
111
|
-
"primary": "2563EB",
|
|
112
|
-
"accent": "7C3AED",
|
|
113
|
-
"success": "059669",
|
|
114
|
-
"warning": "D97706",
|
|
115
|
-
"danger": "DC2626",
|
|
116
|
-
"info": "0891B2",
|
|
117
|
-
"highlight": "DB2777"
|
|
118
|
-
},
|
|
119
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
120
|
-
},
|
|
121
|
-
"slide": {
|
|
122
|
-
"layout": "stats",
|
|
123
|
-
"accentColor": "primary",
|
|
124
|
-
"title": "Engineering Health",
|
|
125
|
-
"subtitle": "Key metrics for Q4 2025",
|
|
126
|
-
"stats": [
|
|
127
|
-
{ "value": "99.97%", "label": "Uptime SLA", "color": "success" },
|
|
128
|
-
{ "value": "4.2d", "label": "Lead Time", "color": "primary", "change": "-18%" },
|
|
129
|
-
{ "value": "0.3%", "label": "Error Rate", "color": "info", "change": "-42%" },
|
|
130
|
-
{ "value": "92", "label": "NPS Score", "color": "accent", "change": "+8" }
|
|
131
|
-
],
|
|
132
|
-
"callout": { "text": "All DORA metrics improved quarter-over-quarter", "align": "center" }
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"text": "Monolith vs microservices",
|
|
138
|
-
"image": {
|
|
139
|
-
"type": "slide",
|
|
140
|
-
"theme": {
|
|
141
|
-
"colors": {
|
|
142
|
-
"bg": "F8FAFC",
|
|
143
|
-
"bgCard": "FFFFFF",
|
|
144
|
-
"bgCardAlt": "F1F5F9",
|
|
145
|
-
"text": "0F172A",
|
|
146
|
-
"textMuted": "475569",
|
|
147
|
-
"textDim": "94A3B8",
|
|
148
|
-
"primary": "2563EB",
|
|
149
|
-
"accent": "7C3AED",
|
|
150
|
-
"success": "059669",
|
|
151
|
-
"warning": "D97706",
|
|
152
|
-
"danger": "DC2626",
|
|
153
|
-
"info": "0891B2",
|
|
154
|
-
"highlight": "DB2777"
|
|
155
|
-
},
|
|
156
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
157
|
-
},
|
|
158
|
-
"slide": {
|
|
159
|
-
"layout": "comparison",
|
|
160
|
-
"accentColor": "primary",
|
|
161
|
-
"title": "Architecture Decision",
|
|
162
|
-
"subtitle": "Evaluating the migration path",
|
|
163
|
-
"left": {
|
|
164
|
-
"title": "Current: Monolith",
|
|
165
|
-
"accentColor": "warning",
|
|
166
|
-
"content": [
|
|
167
|
-
{
|
|
168
|
-
"type": "code",
|
|
169
|
-
"code": "app/\n├── models/ (420 files)\n├── controllers/ (180 files)\n├── services/ (95 files)\n└── tests/ (1200 files)"
|
|
170
|
-
},
|
|
171
|
-
{ "type": "bullets", "items": ["Single deploy target", "Shared database", "Growing test suite", "Deployment: 45 min"] },
|
|
172
|
-
{ "type": "metric", "value": "45m", "label": "Deploy time", "color": "warning" }
|
|
173
|
-
]
|
|
174
|
-
},
|
|
175
|
-
"right": {
|
|
176
|
-
"title": "Proposed: Modular Monolith",
|
|
177
|
-
"accentColor": "success",
|
|
178
|
-
"content": [
|
|
179
|
-
{ "type": "code", "code": "packages/\n├── auth/ (own DB)\n├── billing/ (own DB)\n├── core/ (shared)\n└── api-gateway/" },
|
|
180
|
-
{ "type": "bullets", "items": ["Independent modules", "Separate databases", "Parallel testing", "Deployment: 8 min"] },
|
|
181
|
-
{ "type": "metric", "value": "8m", "label": "Deploy time", "color": "success" }
|
|
182
|
-
]
|
|
183
|
-
},
|
|
184
|
-
"callout": { "label": "Decision", "text": "Approved: Gradual migration starting with auth module in Q2", "color": "success", "leftBar": true }
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"text": "Tech stack grid",
|
|
190
|
-
"image": {
|
|
191
|
-
"type": "slide",
|
|
192
|
-
"theme": {
|
|
193
|
-
"colors": {
|
|
194
|
-
"bg": "F8FAFC",
|
|
195
|
-
"bgCard": "FFFFFF",
|
|
196
|
-
"bgCardAlt": "F1F5F9",
|
|
197
|
-
"text": "0F172A",
|
|
198
|
-
"textMuted": "475569",
|
|
199
|
-
"textDim": "94A3B8",
|
|
200
|
-
"primary": "2563EB",
|
|
201
|
-
"accent": "7C3AED",
|
|
202
|
-
"success": "059669",
|
|
203
|
-
"warning": "D97706",
|
|
204
|
-
"danger": "DC2626",
|
|
205
|
-
"info": "0891B2",
|
|
206
|
-
"highlight": "DB2777"
|
|
207
|
-
},
|
|
208
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
209
|
-
},
|
|
210
|
-
"slide": {
|
|
211
|
-
"layout": "grid",
|
|
212
|
-
"accentColor": "primary",
|
|
213
|
-
"title": "Tech Stack",
|
|
214
|
-
"subtitle": "Core technologies powering our platform",
|
|
215
|
-
"gridColumns": 4,
|
|
216
|
-
"items": [
|
|
217
|
-
{ "title": "TypeScript", "icon": "TS", "accentColor": "primary", "description": "Full-stack type safety" },
|
|
218
|
-
{ "title": "React", "icon": "Re", "accentColor": "info", "description": "UI component library" },
|
|
219
|
-
{ "title": "Node.js", "icon": "N", "accentColor": "success", "description": "API & backend services" },
|
|
220
|
-
{ "title": "PostgreSQL", "icon": "PG", "accentColor": "accent", "description": "Primary data store" },
|
|
221
|
-
{ "title": "Redis", "icon": "Rd", "accentColor": "danger", "description": "Caching & sessions" },
|
|
222
|
-
{ "title": "Docker", "icon": "D", "accentColor": "info", "description": "Container orchestration" },
|
|
223
|
-
{ "title": "GitHub", "icon": "GH", "accentColor": "primary", "description": "Source & CI/CD" },
|
|
224
|
-
{ "title": "AWS", "icon": "A", "accentColor": "warning", "description": "Cloud infrastructure" }
|
|
225
|
-
]
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"text": "Architecture quote",
|
|
231
|
-
"image": {
|
|
232
|
-
"type": "slide",
|
|
233
|
-
"theme": {
|
|
234
|
-
"colors": {
|
|
235
|
-
"bg": "F8FAFC",
|
|
236
|
-
"bgCard": "FFFFFF",
|
|
237
|
-
"bgCardAlt": "F1F5F9",
|
|
238
|
-
"text": "0F172A",
|
|
239
|
-
"textMuted": "475569",
|
|
240
|
-
"textDim": "94A3B8",
|
|
241
|
-
"primary": "2563EB",
|
|
242
|
-
"accent": "7C3AED",
|
|
243
|
-
"success": "059669",
|
|
244
|
-
"warning": "D97706",
|
|
245
|
-
"danger": "DC2626",
|
|
246
|
-
"info": "0891B2",
|
|
247
|
-
"highlight": "DB2777"
|
|
248
|
-
},
|
|
249
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
250
|
-
},
|
|
251
|
-
"slide": {
|
|
252
|
-
"layout": "bigQuote",
|
|
253
|
-
"accentColor": "primary",
|
|
254
|
-
"quote": "Make it work, make it right, make it fast.",
|
|
255
|
-
"author": "Kent Beck",
|
|
256
|
-
"role": "Creator of Extreme Programming"
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"text": "Q1 sprint timeline",
|
|
262
|
-
"image": {
|
|
263
|
-
"type": "slide",
|
|
264
|
-
"theme": {
|
|
265
|
-
"colors": {
|
|
266
|
-
"bg": "F8FAFC",
|
|
267
|
-
"bgCard": "FFFFFF",
|
|
268
|
-
"bgCardAlt": "F1F5F9",
|
|
269
|
-
"text": "0F172A",
|
|
270
|
-
"textMuted": "475569",
|
|
271
|
-
"textDim": "94A3B8",
|
|
272
|
-
"primary": "2563EB",
|
|
273
|
-
"accent": "7C3AED",
|
|
274
|
-
"success": "059669",
|
|
275
|
-
"warning": "D97706",
|
|
276
|
-
"danger": "DC2626",
|
|
277
|
-
"info": "0891B2",
|
|
278
|
-
"highlight": "DB2777"
|
|
279
|
-
},
|
|
280
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
281
|
-
},
|
|
282
|
-
"slide": {
|
|
283
|
-
"layout": "timeline",
|
|
284
|
-
"accentColor": "primary",
|
|
285
|
-
"stepLabel": "Q1 2026",
|
|
286
|
-
"title": "Sprint Calendar",
|
|
287
|
-
"subtitle": "6 sprints planned for the quarter",
|
|
288
|
-
"items": [
|
|
289
|
-
{ "date": "Jan 6-17", "title": "Sprint 1", "description": "Auth module\nextraction", "color": "primary", "done": true },
|
|
290
|
-
{ "date": "Jan 20-31", "title": "Sprint 2", "description": "Billing service\nisolation", "color": "accent", "done": true },
|
|
291
|
-
{ "date": "Feb 3-14", "title": "Sprint 3", "description": "API gateway\nsetup", "color": "info" },
|
|
292
|
-
{ "date": "Feb 17-28", "title": "Sprint 4", "description": "Database\nmigration", "color": "warning" },
|
|
293
|
-
{ "date": "Mar 3-14", "title": "Sprint 5", "description": "Integration\ntesting", "color": "success" }
|
|
294
|
-
]
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"text": "System diagram split",
|
|
300
|
-
"image": {
|
|
301
|
-
"type": "slide",
|
|
302
|
-
"theme": {
|
|
303
|
-
"colors": {
|
|
304
|
-
"bg": "F8FAFC",
|
|
305
|
-
"bgCard": "FFFFFF",
|
|
306
|
-
"bgCardAlt": "F1F5F9",
|
|
307
|
-
"text": "0F172A",
|
|
308
|
-
"textMuted": "475569",
|
|
309
|
-
"textDim": "94A3B8",
|
|
310
|
-
"primary": "2563EB",
|
|
311
|
-
"accent": "7C3AED",
|
|
312
|
-
"success": "059669",
|
|
313
|
-
"warning": "D97706",
|
|
314
|
-
"danger": "DC2626",
|
|
315
|
-
"info": "0891B2",
|
|
316
|
-
"highlight": "DB2777"
|
|
317
|
-
},
|
|
318
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
319
|
-
},
|
|
320
|
-
"slide": {
|
|
321
|
-
"layout": "split",
|
|
322
|
-
"accentColor": "primary",
|
|
323
|
-
"left": {
|
|
324
|
-
"title": "API Design",
|
|
325
|
-
"label": "SPECIFICATION",
|
|
326
|
-
"accentColor": "primary",
|
|
327
|
-
"ratio": 55,
|
|
328
|
-
"content": [
|
|
329
|
-
{ "type": "text", "value": "RESTful API with OpenAPI 3.1 specification and automated client generation.", "bold": true },
|
|
330
|
-
{ "type": "divider", "color": "primary" },
|
|
331
|
-
{
|
|
332
|
-
"type": "bullets",
|
|
333
|
-
"items": ["Versioned endpoints (v1, v2)", "JWT + API key authentication", "Rate limiting: 1000 req/min", "WebSocket for real-time events"]
|
|
334
|
-
},
|
|
335
|
-
{ "type": "callout", "text": "SDK auto-generated for TypeScript, Python, and Go", "style": "info" }
|
|
336
|
-
]
|
|
337
|
-
},
|
|
338
|
-
"right": {
|
|
339
|
-
"title": "Example",
|
|
340
|
-
"dark": true,
|
|
341
|
-
"ratio": 45,
|
|
342
|
-
"content": [
|
|
343
|
-
{
|
|
344
|
-
"type": "code",
|
|
345
|
-
"code": "GET /api/v2/projects\nAuthorization: Bearer {token}\n\n{\n \"data\": [\n {\n \"id\": \"proj_abc123\",\n \"name\": \"My Project\",\n \"status\": \"active\",\n \"created_at\": \"2026-01-15\"\n }\n ],\n \"meta\": {\n \"total\": 42,\n \"page\": 1\n }\n}"
|
|
346
|
-
}
|
|
347
|
-
]
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"text": "Risk assessment matrix",
|
|
354
|
-
"image": {
|
|
355
|
-
"type": "slide",
|
|
356
|
-
"theme": {
|
|
357
|
-
"colors": {
|
|
358
|
-
"bg": "F8FAFC",
|
|
359
|
-
"bgCard": "FFFFFF",
|
|
360
|
-
"bgCardAlt": "F1F5F9",
|
|
361
|
-
"text": "0F172A",
|
|
362
|
-
"textMuted": "475569",
|
|
363
|
-
"textDim": "94A3B8",
|
|
364
|
-
"primary": "2563EB",
|
|
365
|
-
"accent": "7C3AED",
|
|
366
|
-
"success": "059669",
|
|
367
|
-
"warning": "D97706",
|
|
368
|
-
"danger": "DC2626",
|
|
369
|
-
"info": "0891B2",
|
|
370
|
-
"highlight": "DB2777"
|
|
371
|
-
},
|
|
372
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
373
|
-
},
|
|
374
|
-
"slide": {
|
|
375
|
-
"layout": "matrix",
|
|
376
|
-
"accentColor": "primary",
|
|
377
|
-
"title": "Risk Assessment",
|
|
378
|
-
"subtitle": "Migration risk evaluation",
|
|
379
|
-
"xAxis": { "low": "Low Probability", "high": "High Probability" },
|
|
380
|
-
"yAxis": { "low": "Low Impact", "high": "High Impact" },
|
|
381
|
-
"cells": [
|
|
382
|
-
{ "label": "Critical", "accentColor": "danger", "items": ["Data loss during migration", "Auth service downtime"] },
|
|
383
|
-
{ "label": "High Priority", "accentColor": "warning", "items": ["Performance regression", "API compatibility break"] },
|
|
384
|
-
{ "label": "Monitor", "accentColor": "info", "items": ["Increased latency", "Test coverage gaps"] },
|
|
385
|
-
{ "label": "Accept", "accentColor": "success", "items": ["Minor UI glitches", "Deprecation warnings"] }
|
|
386
|
-
]
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"text": "Team allocation table",
|
|
392
|
-
"image": {
|
|
393
|
-
"type": "slide",
|
|
394
|
-
"theme": {
|
|
395
|
-
"colors": {
|
|
396
|
-
"bg": "F8FAFC",
|
|
397
|
-
"bgCard": "FFFFFF",
|
|
398
|
-
"bgCardAlt": "F1F5F9",
|
|
399
|
-
"text": "0F172A",
|
|
400
|
-
"textMuted": "475569",
|
|
401
|
-
"textDim": "94A3B8",
|
|
402
|
-
"primary": "2563EB",
|
|
403
|
-
"accent": "7C3AED",
|
|
404
|
-
"success": "059669",
|
|
405
|
-
"warning": "D97706",
|
|
406
|
-
"danger": "DC2626",
|
|
407
|
-
"info": "0891B2",
|
|
408
|
-
"highlight": "DB2777"
|
|
409
|
-
},
|
|
410
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
411
|
-
},
|
|
412
|
-
"slide": {
|
|
413
|
-
"layout": "table",
|
|
414
|
-
"accentColor": "primary",
|
|
415
|
-
"title": "Team Allocation",
|
|
416
|
-
"subtitle": "Resource distribution across workstreams",
|
|
417
|
-
"headers": ["Workstream", "Lead", "Engineers", "Status", "Sprint"],
|
|
418
|
-
"rowHeaders": true,
|
|
419
|
-
"striped": true,
|
|
420
|
-
"rows": [
|
|
421
|
-
["Auth Module", "Sarah K.", "3", { "text": "In Progress", "color": "primary", "bold": true }, "Sprint 3"],
|
|
422
|
-
["Billing Service", "James L.", "2", { "text": "In Progress", "color": "primary", "bold": true }, "Sprint 3"],
|
|
423
|
-
["API Gateway", "Priya M.", "2", { "text": "Planned", "color": "warning" }, "Sprint 4"],
|
|
424
|
-
["DB Migration", "David R.", "4", { "text": "Planned", "color": "warning" }, "Sprint 4-5"],
|
|
425
|
-
["Testing", "Lisa T.", "3", { "text": "Ongoing", "color": "success", "bold": true }, "All sprints"],
|
|
426
|
-
["DevOps", "Mark W.", "2", { "text": "Ongoing", "color": "success", "bold": true }, "All sprints"]
|
|
427
|
-
]
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"text": "Adoption funnel",
|
|
433
|
-
"image": {
|
|
434
|
-
"type": "slide",
|
|
435
|
-
"theme": {
|
|
436
|
-
"colors": {
|
|
437
|
-
"bg": "F8FAFC",
|
|
438
|
-
"bgCard": "FFFFFF",
|
|
439
|
-
"bgCardAlt": "F1F5F9",
|
|
440
|
-
"text": "0F172A",
|
|
441
|
-
"textMuted": "475569",
|
|
442
|
-
"textDim": "94A3B8",
|
|
443
|
-
"primary": "2563EB",
|
|
444
|
-
"accent": "7C3AED",
|
|
445
|
-
"success": "059669",
|
|
446
|
-
"warning": "D97706",
|
|
447
|
-
"danger": "DC2626",
|
|
448
|
-
"info": "0891B2",
|
|
449
|
-
"highlight": "DB2777"
|
|
450
|
-
},
|
|
451
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
452
|
-
},
|
|
453
|
-
"slide": {
|
|
454
|
-
"layout": "funnel",
|
|
455
|
-
"accentColor": "primary",
|
|
456
|
-
"title": "Migration Rollout",
|
|
457
|
-
"subtitle": "Phased migration across internal teams",
|
|
458
|
-
"stages": [
|
|
459
|
-
{ "label": "Planning", "value": "All Teams", "description": "Architecture review complete", "color": "primary" },
|
|
460
|
-
{ "label": "Alpha", "value": "2 Teams", "description": "Auth & billing pilot", "color": "accent" },
|
|
461
|
-
{ "label": "Beta", "value": "5 Teams", "description": "Expanded rollout", "color": "info" },
|
|
462
|
-
{ "label": "GA", "value": "All Teams", "description": "Full production deployment", "color": "success" }
|
|
463
|
-
],
|
|
464
|
-
"callout": { "label": "Target", "text": "GA deployment scheduled for end of Q2 2026", "color": "primary", "leftBar": true }
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"text": "Closing slide",
|
|
470
|
-
"image": {
|
|
471
|
-
"type": "slide",
|
|
472
|
-
"theme": {
|
|
473
|
-
"colors": {
|
|
474
|
-
"bg": "F8FAFC",
|
|
475
|
-
"bgCard": "FFFFFF",
|
|
476
|
-
"bgCardAlt": "F1F5F9",
|
|
477
|
-
"text": "0F172A",
|
|
478
|
-
"textMuted": "475569",
|
|
479
|
-
"textDim": "94A3B8",
|
|
480
|
-
"primary": "2563EB",
|
|
481
|
-
"accent": "7C3AED",
|
|
482
|
-
"success": "059669",
|
|
483
|
-
"warning": "D97706",
|
|
484
|
-
"danger": "DC2626",
|
|
485
|
-
"info": "0891B2",
|
|
486
|
-
"highlight": "DB2777"
|
|
487
|
-
},
|
|
488
|
-
"fonts": { "title": "Trebuchet MS", "body": "Calibri", "mono": "Consolas" }
|
|
489
|
-
},
|
|
490
|
-
"slide": {
|
|
491
|
-
"layout": "title",
|
|
492
|
-
"accentColor": "primary",
|
|
493
|
-
"title": "Questions?",
|
|
494
|
-
"subtitle": "Let's discuss the roadmap and next steps",
|
|
495
|
-
"author": "Engineering Team | Q1 2026 Planning",
|
|
496
|
-
"style": { "footer": "Fresh Minimal Showcase | MulmoCast Slide DSL" }
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
]
|
|
501
|
-
}
|