@mytechtoday/augment-extensions 2.3.7 → 2.5.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 (48) hide show
  1. package/augment-extensions/writing-standards/screenplay/commercials/CHARACTER-COUNT-TRACKING.md +226 -0
  2. package/augment-extensions/writing-standards/screenplay/commercials/CONFIGURATION.md +327 -0
  3. package/augment-extensions/writing-standards/screenplay/commercials/README.md +223 -0
  4. package/augment-extensions/writing-standards/screenplay/commercials/REFACTORING-SUMMARY.md +193 -0
  5. package/augment-extensions/writing-standards/screenplay/commercials/REFERENCES.md +157 -0
  6. package/augment-extensions/writing-standards/screenplay/commercials/VALIDATION-REPORT.md +109 -0
  7. package/augment-extensions/writing-standards/screenplay/commercials/examples/.gitkeep +0 -0
  8. package/augment-extensions/writing-standards/screenplay/commercials/module.json +111 -0
  9. package/augment-extensions/writing-standards/screenplay/commercials/rules/.gitkeep +0 -0
  10. package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-audience.md +343 -0
  11. package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-formats.md +396 -0
  12. package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-persuasion.md +387 -0
  13. package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-scripts.md +531 -0
  14. package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-techniques.md +912 -0
  15. package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-types.md +700 -0
  16. package/augment-extensions/writing-standards/screenplay/commercials/rules/commercials.md +285 -0
  17. package/augment-extensions/writing-standards/screenplay/commercials/scripts/validate-character-count.ts +284 -0
  18. package/cli/dist/commands/generate-shot-list/generator/ai-blocking-extractor.d.ts +58 -0
  19. package/cli/dist/commands/generate-shot-list/generator/ai-blocking-extractor.d.ts.map +1 -0
  20. package/cli/dist/commands/generate-shot-list/generator/ai-blocking-extractor.js +275 -0
  21. package/cli/dist/commands/generate-shot-list/generator/ai-blocking-extractor.js.map +1 -0
  22. package/cli/dist/commands/generate-shot-list/generator/ai-entity-extractor.d.ts +41 -0
  23. package/cli/dist/commands/generate-shot-list/generator/ai-entity-extractor.d.ts.map +1 -0
  24. package/cli/dist/commands/generate-shot-list/generator/ai-entity-extractor.js +155 -0
  25. package/cli/dist/commands/generate-shot-list/generator/ai-entity-extractor.js.map +1 -0
  26. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +65 -2
  27. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -1
  28. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +394 -98
  29. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -1
  30. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +59 -1
  31. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -1
  32. package/cli/dist/commands/generate-shot-list/generator/index.js +364 -34
  33. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -1
  34. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +3 -2
  35. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -1
  36. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +33 -0
  37. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -1
  38. package/cli/dist/commands/generate-shot-list/generator/validator.js +167 -0
  39. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -1
  40. package/cli/dist/commands/generate-shot-list/help-text.d.ts +1 -1
  41. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -1
  42. package/cli/dist/commands/generate-shot-list/help-text.js +11 -0
  43. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -1
  44. package/cli/dist/commands/generate-shot-list.d.ts +1 -0
  45. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -1
  46. package/cli/dist/commands/generate-shot-list.js +7 -4
  47. package/cli/dist/commands/generate-shot-list.js.map +1 -1
  48. package/package.json +5 -1
@@ -0,0 +1,531 @@
1
+ # Commercial Script Structure
2
+
3
+ ## Overview
4
+
5
+ Commercial scripts require precise formatting, timing notation, and clear visual/audio direction to ensure efficient production and accurate execution. This guide covers industry-standard formatting for commercial scripts.
6
+
7
+ ---
8
+
9
+ ## Script Formatting Standards
10
+
11
+ ### 1. Header Information
12
+
13
+ **Every commercial script must include:**
14
+
15
+ ```
16
+ PRODUCT: [Product/Service Name]
17
+ CLIENT: [Company Name]
18
+ TITLE: [Commercial Title/Campaign Name]
19
+ LENGTH: [15 sec / 30 sec / 60 sec / etc.]
20
+ FORMAT: [TV / Streaming / Radio / Social Media]
21
+ DATE: [Script Date]
22
+ VERSION: [Draft number or version]
23
+ WRITER: [Writer Name]
24
+ ```
25
+
26
+ **Example:**
27
+ ```
28
+ PRODUCT: Nike Air Max 2024
29
+ CLIENT: Nike, Inc.
30
+ TITLE: "Run Your World"
31
+ LENGTH: 30 seconds
32
+ FORMAT: TV / Streaming (16:9)
33
+ DATE: March 3, 2026
34
+ VERSION: Final Draft
35
+ WRITER: Jane Smith
36
+ ```
37
+
38
+ ### 2. Two-Column Format (Standard for TV/Video)
39
+
40
+ **Left Column: VISUAL | Right Column: AUDIO**
41
+
42
+ ```
43
+ ┌─────────────────────────────┬─────────────────────────────┐
44
+ │ VISUAL │ AUDIO │
45
+ ├─────────────────────────────┼─────────────────────────────┤
46
+ │ What we see on screen │ What we hear │
47
+ │ - Scene descriptions │ - Dialogue │
48
+ │ - Actions │ - Voiceover (VO) │
49
+ │ - Camera directions │ - Sound effects (SFX) │
50
+ │ - Supers/text overlays │ - Music (MX) │
51
+ └─────────────────────────────┴─────────────────────────────┘
52
+ ```
53
+
54
+ **Example - Two-Column Format:**
55
+ ```
56
+ ┌─────────────────────────────┬─────────────────────────────┐
57
+ │ VISUAL │ AUDIO │
58
+ ├─────────────────────────────┼─────────────────────────────┤
59
+ │ FADE IN: │ MX: Upbeat, energetic │
60
+ │ │ │
61
+ │ OPEN ON: Runner at sunrise, │ SFX: Footsteps on pavement │
62
+ │ city skyline in background. │ │
63
+ │ │ │
64
+ │ CLOSE-UP: Nike Air Max │ VO: "Every morning is a │
65
+ │ shoes hitting pavement. │ new beginning." │
66
+ │ │ │
67
+ │ MONTAGE: Various runners, │ MX: Builds │
68
+ │ different ages, locations. │ │
69
+ │ │ │
70
+ │ SUPER: "Run Your World" │ VO: "Nike Air Max 2024." │
71
+ │ │ │
72
+ │ FADE TO: Nike logo │ SFX: Swoosh sound │
73
+ └─────────────────────────────┴─────────────────────────────┘
74
+ ```
75
+
76
+ ### 3. Single-Column Format (Alternative)
77
+
78
+ **Used for radio, some digital formats, or early drafts**
79
+
80
+ ```
81
+ FADE IN:
82
+
83
+ OPEN ON: Runner at sunrise, city skyline in background.
84
+
85
+ MX: Upbeat, energetic
86
+
87
+ SFX: Footsteps on pavement
88
+
89
+ CLOSE-UP: Nike Air Max shoes hitting pavement.
90
+
91
+ VO: "Every morning is a new beginning."
92
+
93
+ MONTAGE: Various runners, different ages, locations.
94
+
95
+ MX: Builds
96
+
97
+ SUPER: "Run Your World"
98
+
99
+ VO: "Nike Air Max 2024."
100
+
101
+ FADE TO: Nike logo
102
+
103
+ SFX: Swoosh sound
104
+
105
+ FADE OUT.
106
+ ```
107
+
108
+ ---
109
+
110
+ ## Timing Notation
111
+
112
+ ### Timing Marks
113
+
114
+ **Use timing marks to indicate exact duration of sections**
115
+
116
+ **Format:** `[0:00-0:05]` or `(:00-:05)`
117
+
118
+ **Example with Timing:**
119
+ ```
120
+ ┌─────────────────────────────┬─────────────────────────────┐
121
+ │ VISUAL │ AUDIO │
122
+ ├─────────────────────────────┼─────────────────────────────┤
123
+ │ [0:00-0:03] │ [0:00-0:03] │
124
+ │ OPEN ON: Product shot │ MX: Dramatic sting │
125
+ │ │ │
126
+ │ [0:03-0:10] │ [0:03-0:10] │
127
+ │ MONTAGE: People using │ VO: "Introducing the │
128
+ │ product in various │ future of..." │
129
+ │ situations │ │
130
+ │ │ │
131
+ │ [0:10-0:25] │ [0:10-0:25] │
132
+ │ DEMO: Product features │ VO: "With revolutionary │
133
+ │ highlighted │ technology that..." │
134
+ │ │ │
135
+ │ [0:25-0:30] │ [0:25-0:30] │
136
+ │ SUPER: Website URL │ VO: "Visit website.com │
137
+ │ Product logo │ today." │
138
+ └─────────────────────────────┴─────────────────────────────┘
139
+ ```
140
+
141
+ ### Word Count Guidelines
142
+
143
+ **Approximate words per second for voiceover:**
144
+ - **Slow pace:** 2-2.5 words/second (emotional, dramatic)
145
+ - **Normal pace:** 2.5-3 words/second (standard commercial)
146
+ - **Fast pace:** 3-3.5 words/second (energetic, urgent)
147
+
148
+ **Word Count by Length:**
149
+ - **15 seconds:** 30-45 words
150
+ - **30 seconds:** 60-75 words
151
+ - **60 seconds:** 120-150 words
152
+
153
+ **Example - Word Count Check:**
154
+ ```
155
+ 30-SECOND SCRIPT:
156
+
157
+ VO: "Tired of complicated software? Meet SimpleTask.
158
+ The project management tool that actually makes sense.
159
+ No training required. No confusing features. Just simple,
160
+ powerful task management. Try it free for 30 days.
161
+ SimpleTask.com"
162
+
163
+ WORD COUNT: 35 words (within 60-75 range ✓)
164
+ PACE: 35 words ÷ 30 seconds = 1.17 words/second (slow, clear ✓)
165
+ ```
166
+
167
+ ---
168
+
169
+ ## Scene Descriptions
170
+
171
+ ### Visual Description Best Practices
172
+
173
+ **DO:**
174
+ - ✅ Be specific and visual: "Woman in red dress" not "attractive woman"
175
+ - ✅ Describe what camera sees: "CLOSE-UP on hands typing"
176
+ - ✅ Include relevant details: "Modern kitchen, stainless appliances"
177
+ - ✅ Use active verbs: "Runner sprints" not "Runner is running"
178
+ - ✅ Indicate mood/tone: "Warm, inviting living room"
179
+
180
+ **DON'T:**
181
+ - ❌ Write what we can't see: "She thinks about her mother"
182
+ - ❌ Over-describe: "Woman with long brown hair, blue eyes, wearing..."
183
+ - ❌ Use vague terms: "Nice house" (what does "nice" look like?)
184
+ - ❌ Include camera directions unless essential
185
+ - ❌ Write dialogue in visual column
186
+
187
+ **Examples:**
188
+
189
+ **GOOD:**
190
+ ```
191
+ VISUAL: OPEN ON: Busy coffee shop, morning rush.
192
+ CLOSE-UP: Barista's hands crafting latte art.
193
+ PULL BACK: Customer receives drink, smiles.
194
+ ```
195
+
196
+ **BAD:**
197
+ ```
198
+ VISUAL: A coffee shop. Someone makes coffee.
199
+ Customer is happy.
200
+ ```
201
+
202
+ ### Camera Directions (Use Sparingly)
203
+
204
+ **Common Camera Terms:**
205
+ - **OPEN ON:** First shot of commercial
206
+ - **CLOSE-UP (CU):** Tight shot of subject
207
+ - **WIDE SHOT (WS):** Full scene, establishing shot
208
+ - **MEDIUM SHOT (MS):** Waist-up or mid-range
209
+ - **EXTREME CLOSE-UP (ECU):** Very tight detail shot
210
+ - **PAN:** Camera moves horizontally
211
+ - **TILT:** Camera moves vertically
212
+ - **ZOOM:** Camera lens zooms in/out
213
+ - **PULL BACK:** Camera moves away from subject
214
+ - **PUSH IN:** Camera moves toward subject
215
+ - **CUT TO:** Hard transition to next shot
216
+ - **DISSOLVE TO:** Soft transition
217
+ - **FADE IN/OUT:** Gradual appearance/disappearance
218
+
219
+ **When to Use Camera Directions:**
220
+ - Essential to storytelling
221
+ - Specific visual effect needed
222
+ - Product demonstration requires it
223
+ - Otherwise, let director decide
224
+
225
+ ---
226
+
227
+ ## Dialogue vs. Voiceover
228
+
229
+ ### Dialogue (On-Screen Character Speaking)
230
+
231
+ **Format:**
232
+ ```
233
+ CHARACTER NAME
234
+ Dialogue text here.
235
+ ```
236
+
237
+ **Example:**
238
+ ```
239
+ ┌─────────────────────────────┬─────────────────────────────┐
240
+ │ VISUAL │ AUDIO │
241
+ ├─────────────────────────────┼─────────────────────────────┤
242
+ │ WOMAN at kitchen table, │ WOMAN │
243
+ │ looking at phone. │ "This app changed │
244
+ │ │ everything." │
245
+ │ │ │
246
+ │ MAN enters, curious. │ MAN │
247
+ │ │ "Really? Show me." │
248
+ └─────────────────────────────┴─────────────────────────────┘
249
+ ```
250
+
251
+ ### Voiceover (VO) - Off-Screen Narrator
252
+
253
+ **Format:**
254
+ ```
255
+ VO: "Voiceover text here."
256
+ ```
257
+
258
+ **Types of Voiceover:**
259
+ - **Announcer VO:** Professional, authoritative narrator
260
+ - **Character VO:** On-screen character's thoughts or narration
261
+ - **Celebrity VO:** Recognizable voice talent
262
+ - **Customer VO:** Real customer testimonial (audio only)
263
+
264
+ **Example:**
265
+ ```
266
+ ┌─────────────────────────────┬─────────────────────────────┐
267
+ │ VISUAL │ AUDIO │
268
+ ├─────────────────────────────┼─────────────────────────────┤
269
+ │ MONTAGE: People using │ VO (ANNOUNCER): │
270
+ │ product in daily life. │ "Life moves fast. Keep up │
271
+ │ │ with TurboPhone." │
272
+ └─────────────────────────────┴─────────────────────────────┘
273
+ ```
274
+
275
+ ### When to Use Dialogue vs. VO
276
+
277
+ **Use Dialogue When:**
278
+ - Showing real conversations
279
+ - Testimonials (on-camera)
280
+ - Character-driven stories
281
+ - Demonstrating product use in social context
282
+
283
+ **Use Voiceover When:**
284
+ - Narrating montages
285
+ - Explaining complex features
286
+ - Maintaining pacing (faster than dialogue)
287
+ - Professional, polished tone needed
288
+ - Showing visuals that don't allow for dialogue
289
+
290
+ ---
291
+
292
+ ## Visual and Audio Cues
293
+
294
+ ### Visual Cues
295
+
296
+ **SUPER (Superimpose):** Text overlay on screen
297
+ ```
298
+ SUPER: "50% Off - Limited Time"
299
+ SUPER: Website URL
300
+ SUPER: Product name and tagline
301
+ ```
302
+
303
+ **GRAPHIC:** Animated or static graphic element
304
+ ```
305
+ GRAPHIC: Product features list appears
306
+ GRAPHIC: Comparison chart
307
+ GRAPHIC: Social media icons
308
+ ```
309
+
310
+ **TITLE CARD:** Full-screen text
311
+ ```
312
+ TITLE CARD: "3 Years Later"
313
+ TITLE CARD: "Based on a True Story"
314
+ ```
315
+
316
+ **LOWER THIRD:** Text in lower portion of screen
317
+ ```
318
+ LOWER THIRD: "John Smith, CEO"
319
+ LOWER THIRD: "Results may vary"
320
+ ```
321
+
322
+ ### Audio Cues
323
+
324
+ **MX (Music):** Background music
325
+ ```
326
+ MX: Upbeat pop track
327
+ MX: Emotional piano
328
+ MX: Builds to climax
329
+ MX: Fades out
330
+ ```
331
+
332
+ **SFX (Sound Effects):** Specific sounds
333
+ ```
334
+ SFX: Door slam
335
+ SFX: Phone notification
336
+ SFX: Car engine revving
337
+ SFX: Crowd cheering
338
+ ```
339
+
340
+ **STING:** Short musical accent
341
+ ```
342
+ MX: Dramatic sting on product reveal
343
+ MX: Comedic sting after punchline
344
+ ```
345
+
346
+ **UNDER:** Music plays quietly beneath dialogue
347
+ ```
348
+ MX: Soft guitar UNDER dialogue
349
+ ```
350
+
351
+ ---
352
+
353
+ ## Complete Script Examples
354
+
355
+ ### Example 1: 30-Second TV Commercial (Two-Column)
356
+
357
+ ```
358
+ PRODUCT: FreshBrew Coffee Maker
359
+ CLIENT: FreshBrew Inc.
360
+ TITLE: "Morning Ritual"
361
+ LENGTH: 30 seconds
362
+ FORMAT: TV (16:9)
363
+
364
+ ┌─────────────────────────────┬─────────────────────────────┐
365
+ │ VISUAL │ AUDIO │
366
+ ├─────────────────────────────┼─────────────────────────────┤
367
+ │ [0:00-0:05] │ [0:00-0:05] │
368
+ │ FADE IN: │ MX: Gentle acoustic guitar │
369
+ │ OPEN ON: Sunrise through │ │
370
+ │ kitchen window. Woman in │ SFX: Birds chirping │
371
+ │ robe enters kitchen. │ │
372
+ │ │ │
373
+ │ [0:05-0:12] │ [0:05-0:12] │
374
+ │ CLOSE-UP: She presses one │ SFX: Soft beep │
375
+ │ button on FreshBrew. │ │
376
+ │ │ VO: "Your perfect morning │
377
+ │ CLOSE-UP: Coffee brewing, │ starts with one touch." │
378
+ │ steam rising. │ │
379
+ │ │ SFX: Coffee brewing │
380
+ │ │ │
381
+ │ [0:12-0:22] │ [0:12-0:22] │
382
+ │ MEDIUM SHOT: She pours │ MX: Builds gently │
383
+ │ coffee, takes first sip, │ │
384
+ │ closes eyes in satisfaction.│ VO: "FreshBrew. Barista- │
385
+ │ │ quality coffee. Zero │
386
+ │ MONTAGE: Product features │ effort." │
387
+ │ - Built-in grinder │ │
388
+ │ - Programmable timer │ │
389
+ │ - Self-cleaning │ │
390
+ │ │ │
391
+ │ [0:22-0:30] │ [0:22-0:30] │
392
+ │ WIDE SHOT: Woman at table, │ VO: "Make every morning │
393
+ │ peaceful, enjoying coffee. │ extraordinary." │
394
+ │ │ │
395
+ │ SUPER: "FreshBrew.com" │ MX: Resolves │
396
+ │ SUPER: "$50 Off - Use Code │ │
397
+ │ MORNING" │ │
398
+ │ │ │
399
+ │ FADE TO: FreshBrew logo │ SFX: Gentle chime │
400
+ │ │ │
401
+ │ FADE OUT. │ │
402
+ └─────────────────────────────┴─────────────────────────────┘
403
+
404
+ WORD COUNT: 28 words (within range for slow, emotional pace)
405
+ ```
406
+
407
+ ### Example 2: 15-Second Social Media Ad (Single-Column)
408
+
409
+ ```
410
+ PRODUCT: TaskMaster App
411
+ CLIENT: TaskMaster LLC
412
+ TITLE: "Get It Done"
413
+ LENGTH: 15 seconds
414
+ FORMAT: Social Media (Vertical 9:16)
415
+
416
+ [0:00-0:03]
417
+ OPEN ON: Phone screen, cluttered with apps and notifications.
418
+
419
+ SFX: Overwhelming notification sounds
420
+
421
+ [0:03-0:08]
422
+ SWIPE TO: TaskMaster app interface, clean and simple.
423
+
424
+ VO: "Stop the chaos. TaskMaster organizes everything."
425
+
426
+ [0:08-0:12]
427
+ QUICK CUTS: Tasks being checked off, calendar syncing, team collaboration.
428
+
429
+ MX: Upbeat, modern
430
+
431
+ [0:12-0:15]
432
+ SUPER: "Download Free"
433
+ SUPER: App Store and Google Play logos
434
+
435
+ VO: "Download free today."
436
+
437
+ SFX: Satisfying 'ding' sound
438
+
439
+ FADE OUT.
440
+
441
+ WORD COUNT: 12 words (appropriate for 15-second fast pace)
442
+ ```
443
+
444
+ ### Example 3: 60-Second Testimonial (Two-Column)
445
+
446
+ ```
447
+ PRODUCT: SecureHome Security System
448
+ CLIENT: SecureHome Inc.
449
+ TITLE: "Peace of Mind - Sarah's Story"
450
+ LENGTH: 60 seconds
451
+ FORMAT: TV / Streaming
452
+
453
+ ┌─────────────────────────────┬─────────────────────────────┐
454
+ │ VISUAL │ AUDIO │
455
+ ├─────────────────────────────┼─────────────────────────────┤
456
+ │ [0:00-0:08] │ [0:00-0:08] │
457
+ │ FADE IN: │ MX: Soft, reassuring │
458
+ │ OPEN ON: Suburban home, │ │
459
+ │ evening. Warm lights inside.│ SARAH (VO): │
460
+ │ │ "I never thought it would │
461
+ │ INT. LIVING ROOM - Sarah │ happen to us." │
462
+ │ (35) sits on couch. │ │
463
+ │ │ │
464
+ │ [0:08-0:20] │ [0:08-0:20] │
465
+ │ SARAH speaks directly to │ SARAH (ON-CAMERA): │
466
+ │ camera, genuine and warm. │ "Last year, someone tried │
467
+ │ │ to break into our home │
468
+ │ B-ROLL: Family photos, │ while we were sleeping. │
469
+ │ children's toys. │ It was terrifying. I knew │
470
+ │ │ we needed better security." │
471
+ │ │ │
472
+ │ [0:20-0:35] │ [0:20-0:35] │
473
+ │ MONTAGE: │ SARAH (VO): │
474
+ │ - Installer setting up │ "SecureHome was so easy to │
475
+ │ cameras │ install. Within an hour, │
476
+ │ - Sarah using phone app │ our whole house was │
477
+ │ - Kids playing safely │ protected. Now I can check │
478
+ │ in backyard │ on my kids from anywhere. │
479
+ │ - Notification on phone: │ And if anything happens, │
480
+ │ "Motion detected" │ I know immediately." │
481
+ │ │ │
482
+ │ [0:35-0:50] │ [0:35-0:50] │
483
+ │ BACK TO: Sarah on couch, │ SARAH (ON-CAMERA): │
484
+ │ smiling, relaxed. │ "The best part? I actually │
485
+ │ │ sleep at night now. My │
486
+ │ CLOSE-UP: Security panel │ family is safe. That's │
487
+ │ showing "ARMED - ALL SECURE"│ priceless." │
488
+ │ │ │
489
+ │ [0:50-0:60] │ [0:50-0:60] │
490
+ │ GRAPHIC: Product features │ VO (ANNOUNCER): │
491
+ │ - 24/7 monitoring │ "SecureHome. Professional │
492
+ │ - Mobile app │ security made simple. │
493
+ │ - No contracts │ No contracts. No hidden │
494
+ │ │ fees. Just peace of mind." │
495
+ │ SUPER: "SecureHome.com" │ │
496
+ │ SUPER: "Get $200 Off" │ VO: "Visit SecureHome.com │
497
+ │ │ for $200 off." │
498
+ │ FADE TO: SecureHome logo │ │
499
+ │ │ MX: Resolves │
500
+ │ FADE OUT. │ │
501
+ └─────────────────────────────┴─────────────────────────────┘
502
+
503
+ WORD COUNT: 135 words (within 120-150 range for 60 seconds)
504
+ ```
505
+
506
+ ---
507
+
508
+ ## Script Formatting Checklist
509
+
510
+ **Before submitting your commercial script:**
511
+
512
+ - [ ] Header information complete (product, client, length, format, date, version)
513
+ - [ ] Timing marks included for all sections
514
+ - [ ] Word count verified for length
515
+ - [ ] Visual descriptions are specific and clear
516
+ - [ ] Audio cues properly labeled (VO, MX, SFX)
517
+ - [ ] Dialogue formatted correctly
518
+ - [ ] Supers/graphics clearly indicated
519
+ - [ ] CTA (call-to-action) is clear and prominent
520
+ - [ ] Legal disclaimers included if required
521
+ - [ ] Script proofread for typos and clarity
522
+ - [ ] Total runtime matches specified length
523
+
524
+ ---
525
+
526
+ ## Resources
527
+
528
+ - **Templates:** Download commercial script templates at [industry resource sites]
529
+ - **Software:** Final Draft, Celtx, WriterDuet (all support commercial formats)
530
+ - **Timing Tools:** Read scripts aloud with stopwatch, use online word-to-time calculators
531
+ - **Industry Standards:** AICP (Association of Independent Commercial Producers) guidelines