@mytechtoday/augment-extensions 0.7.0 → 1.2.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 (483) hide show
  1. package/AGENTS.md +265 -232
  2. package/README.md +956 -771
  3. package/augment-extensions/coding-standards/bash/README.md +196 -196
  4. package/augment-extensions/coding-standards/bash/module.json +163 -163
  5. package/augment-extensions/coding-standards/bash/rules/naming-conventions.md +336 -336
  6. package/augment-extensions/coding-standards/bash/rules/universal-standards.md +289 -289
  7. package/augment-extensions/coding-standards/css/README.md +40 -40
  8. package/augment-extensions/coding-standards/css/examples/css-examples.css +550 -550
  9. package/augment-extensions/coding-standards/css/module.json +44 -44
  10. package/augment-extensions/coding-standards/css/rules/css-modern-features.md +448 -448
  11. package/augment-extensions/coding-standards/css/rules/css-standards.md +492 -492
  12. package/augment-extensions/coding-standards/html/README.md +40 -40
  13. package/augment-extensions/coding-standards/html/examples/html-examples.html +267 -267
  14. package/augment-extensions/coding-standards/html/examples/responsive-layout.html +505 -505
  15. package/augment-extensions/coding-standards/html/module.json +44 -44
  16. package/augment-extensions/coding-standards/html/rules/html-standards.md +349 -349
  17. package/augment-extensions/coding-standards/html-css-js/README.md +194 -194
  18. package/augment-extensions/coding-standards/html-css-js/examples/async-examples.js +487 -487
  19. package/augment-extensions/coding-standards/html-css-js/examples/css-examples.css +550 -550
  20. package/augment-extensions/coding-standards/html-css-js/examples/dom-examples.js +667 -667
  21. package/augment-extensions/coding-standards/html-css-js/examples/html-examples.html +267 -267
  22. package/augment-extensions/coding-standards/html-css-js/examples/javascript-examples.js +612 -612
  23. package/augment-extensions/coding-standards/html-css-js/examples/responsive-layout.html +505 -505
  24. package/augment-extensions/coding-standards/html-css-js/module.json +48 -48
  25. package/augment-extensions/coding-standards/html-css-js/rules/async-patterns.md +515 -515
  26. package/augment-extensions/coding-standards/html-css-js/rules/css-modern-features.md +448 -448
  27. package/augment-extensions/coding-standards/html-css-js/rules/css-standards.md +492 -492
  28. package/augment-extensions/coding-standards/html-css-js/rules/dom-manipulation.md +439 -439
  29. package/augment-extensions/coding-standards/html-css-js/rules/html-standards.md +349 -349
  30. package/augment-extensions/coding-standards/html-css-js/rules/javascript-standards.md +486 -486
  31. package/augment-extensions/coding-standards/html-css-js/rules/performance.md +463 -463
  32. package/augment-extensions/coding-standards/html-css-js/rules/tooling.md +543 -543
  33. package/augment-extensions/coding-standards/js/README.md +46 -46
  34. package/augment-extensions/coding-standards/js/examples/async-examples.js +487 -487
  35. package/augment-extensions/coding-standards/js/examples/dom-examples.js +667 -667
  36. package/augment-extensions/coding-standards/js/examples/javascript-examples.js +612 -612
  37. package/augment-extensions/coding-standards/js/module.json +49 -49
  38. package/augment-extensions/coding-standards/js/rules/async-patterns.md +515 -515
  39. package/augment-extensions/coding-standards/js/rules/dom-manipulation.md +439 -439
  40. package/augment-extensions/coding-standards/js/rules/javascript-standards.md +486 -486
  41. package/augment-extensions/coding-standards/js/rules/performance.md +463 -463
  42. package/augment-extensions/coding-standards/js/rules/tooling.md +543 -543
  43. package/augment-extensions/coding-standards/php/README.md +248 -248
  44. package/augment-extensions/coding-standards/php/examples/api-endpoint-example.php +204 -204
  45. package/augment-extensions/coding-standards/php/examples/cli-command-example.php +206 -206
  46. package/augment-extensions/coding-standards/php/examples/legacy-refactoring-example.php +234 -234
  47. package/augment-extensions/coding-standards/php/examples/web-application-example.php +211 -211
  48. package/augment-extensions/coding-standards/php/examples/woocommerce-extension-example.php +215 -215
  49. package/augment-extensions/coding-standards/php/examples/wordpress-plugin-example.php +189 -189
  50. package/augment-extensions/coding-standards/php/module.json +166 -166
  51. package/augment-extensions/coding-standards/php/rules/api-development.md +480 -480
  52. package/augment-extensions/coding-standards/php/rules/category-configuration.md +332 -332
  53. package/augment-extensions/coding-standards/php/rules/cli-tools.md +472 -472
  54. package/augment-extensions/coding-standards/php/rules/cms-integration.md +561 -561
  55. package/augment-extensions/coding-standards/php/rules/code-quality.md +402 -402
  56. package/augment-extensions/coding-standards/php/rules/documentation.md +425 -425
  57. package/augment-extensions/coding-standards/php/rules/ecommerce.md +627 -627
  58. package/augment-extensions/coding-standards/php/rules/error-handling.md +336 -336
  59. package/augment-extensions/coding-standards/php/rules/legacy-migration.md +677 -677
  60. package/augment-extensions/coding-standards/php/rules/naming-conventions.md +279 -279
  61. package/augment-extensions/coding-standards/php/rules/performance.md +392 -392
  62. package/augment-extensions/coding-standards/php/rules/psr-standards.md +186 -186
  63. package/augment-extensions/coding-standards/php/rules/security.md +358 -358
  64. package/augment-extensions/coding-standards/php/rules/testing.md +403 -403
  65. package/augment-extensions/coding-standards/php/rules/type-declarations.md +331 -331
  66. package/augment-extensions/coding-standards/php/rules/web-applications.md +426 -426
  67. package/augment-extensions/coding-standards/powershell/README.md +154 -154
  68. package/augment-extensions/coding-standards/powershell/examples/admin-example.ps1 +272 -272
  69. package/augment-extensions/coding-standards/powershell/examples/automation-example.ps1 +173 -173
  70. package/augment-extensions/coding-standards/powershell/examples/cloud-example.ps1 +243 -243
  71. package/augment-extensions/coding-standards/powershell/examples/cross-platform-example.ps1 +297 -297
  72. package/augment-extensions/coding-standards/powershell/examples/dsc-example.ps1 +224 -224
  73. package/augment-extensions/coding-standards/powershell/examples/legacy-migration-example.ps1 +340 -340
  74. package/augment-extensions/coding-standards/powershell/examples/module-example.psm1 +255 -255
  75. package/augment-extensions/coding-standards/powershell/module.json +165 -165
  76. package/augment-extensions/coding-standards/powershell/rules/administrative-tools.md +439 -439
  77. package/augment-extensions/coding-standards/powershell/rules/automation-scripts.md +240 -240
  78. package/augment-extensions/coding-standards/powershell/rules/cloud-orchestration.md +384 -384
  79. package/augment-extensions/coding-standards/powershell/rules/configuration-schema.md +383 -383
  80. package/augment-extensions/coding-standards/powershell/rules/cross-platform-scripts.md +482 -482
  81. package/augment-extensions/coding-standards/powershell/rules/dsc-configurations.md +296 -296
  82. package/augment-extensions/coding-standards/powershell/rules/error-handling.md +314 -314
  83. package/augment-extensions/coding-standards/powershell/rules/legacy-migrations.md +466 -466
  84. package/augment-extensions/coding-standards/powershell/rules/modules-functions.md +244 -244
  85. package/augment-extensions/coding-standards/powershell/rules/naming-conventions.md +266 -266
  86. package/augment-extensions/coding-standards/powershell/rules/performance-optimization.md +209 -209
  87. package/augment-extensions/coding-standards/powershell/rules/security-practices.md +314 -314
  88. package/augment-extensions/coding-standards/powershell/rules/testing-guidelines.md +268 -268
  89. package/augment-extensions/coding-standards/powershell/rules/universal-standards.md +197 -197
  90. package/augment-extensions/coding-standards/python/README.md +48 -48
  91. package/augment-extensions/coding-standards/python/examples/best-practices.py +373 -373
  92. package/augment-extensions/coding-standards/python/module.json +30 -30
  93. package/augment-extensions/coding-standards/python/rules/async-patterns.md +884 -884
  94. package/augment-extensions/coding-standards/python/rules/best-practices.md +232 -232
  95. package/augment-extensions/coding-standards/python/rules/code-organization.md +220 -220
  96. package/augment-extensions/coding-standards/python/rules/documentation.md +831 -831
  97. package/augment-extensions/coding-standards/python/rules/error-handling.md +1008 -1008
  98. package/augment-extensions/coding-standards/python/rules/naming-conventions.md +172 -172
  99. package/augment-extensions/coding-standards/python/rules/testing.md +409 -409
  100. package/augment-extensions/coding-standards/python/rules/tooling.md +446 -446
  101. package/augment-extensions/coding-standards/python/rules/type-hints.md +253 -253
  102. package/augment-extensions/coding-standards/react/README.md +45 -45
  103. package/augment-extensions/coding-standards/react/module.json +27 -27
  104. package/augment-extensions/coding-standards/react/rules/component-patterns.md +214 -214
  105. package/augment-extensions/coding-standards/react/rules/hooks-best-practices.md +235 -235
  106. package/augment-extensions/coding-standards/react/rules/performance.md +300 -300
  107. package/augment-extensions/coding-standards/react/rules/state-management.md +265 -265
  108. package/augment-extensions/coding-standards/react/rules/typescript-react.md +271 -271
  109. package/augment-extensions/coding-standards/typescript/README.md +45 -45
  110. package/augment-extensions/coding-standards/typescript/module.json +27 -27
  111. package/augment-extensions/coding-standards/typescript/rules/naming-conventions.md +225 -225
  112. package/augment-extensions/collections/html-css-js/README.md +82 -82
  113. package/augment-extensions/collections/html-css-js/collection.json +41 -41
  114. package/augment-extensions/domain-rules/api-design/README.md +41 -41
  115. package/augment-extensions/domain-rules/api-design/module.json +27 -27
  116. package/augment-extensions/domain-rules/api-design/rules/authentication.md +263 -263
  117. package/augment-extensions/domain-rules/api-design/rules/documentation.md +395 -395
  118. package/augment-extensions/domain-rules/api-design/rules/error-handling.md +290 -290
  119. package/augment-extensions/domain-rules/api-design/rules/graphql-api.md +313 -313
  120. package/augment-extensions/domain-rules/api-design/rules/rest-api.md +214 -214
  121. package/augment-extensions/domain-rules/api-design/rules/versioning.md +268 -268
  122. package/augment-extensions/domain-rules/database/README.md +161 -161
  123. package/augment-extensions/domain-rules/database/examples/flat-database-example.md +793 -793
  124. package/augment-extensions/domain-rules/database/examples/hybrid-database-example.md +1132 -1132
  125. package/augment-extensions/domain-rules/database/examples/nosql-document-example.md +868 -868
  126. package/augment-extensions/domain-rules/database/examples/nosql-graph-example.md +805 -805
  127. package/augment-extensions/domain-rules/database/examples/relational-schema-example.md +621 -621
  128. package/augment-extensions/domain-rules/database/examples/vector-database-example.md +965 -965
  129. package/augment-extensions/domain-rules/database/module.json +28 -28
  130. package/augment-extensions/domain-rules/database/rules/flat-databases.md +624 -624
  131. package/augment-extensions/domain-rules/database/rules/nosql-databases.md +588 -588
  132. package/augment-extensions/domain-rules/database/rules/nosql-document-stores.md +856 -856
  133. package/augment-extensions/domain-rules/database/rules/nosql-graph-databases.md +778 -778
  134. package/augment-extensions/domain-rules/database/rules/nosql-key-value-stores.md +963 -963
  135. package/augment-extensions/domain-rules/database/rules/performance-optimization.md +1076 -1076
  136. package/augment-extensions/domain-rules/database/rules/relational-databases.md +697 -697
  137. package/augment-extensions/domain-rules/database/rules/relational-indexing.md +671 -671
  138. package/augment-extensions/domain-rules/database/rules/relational-query-optimization.md +607 -607
  139. package/augment-extensions/domain-rules/database/rules/relational-schema-design.md +907 -907
  140. package/augment-extensions/domain-rules/database/rules/relational-transactions.md +783 -783
  141. package/augment-extensions/domain-rules/database/rules/security-standards.md +980 -980
  142. package/augment-extensions/domain-rules/database/rules/universal-best-practices.md +485 -485
  143. package/augment-extensions/domain-rules/database/rules/vector-databases.md +521 -521
  144. package/augment-extensions/domain-rules/database/rules/vector-embeddings.md +858 -858
  145. package/augment-extensions/domain-rules/database/rules/vector-indexing.md +934 -934
  146. package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/README.md +23 -23
  147. package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/module.json +26 -26
  148. package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/README.md +23 -23
  149. package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/module.json +26 -26
  150. package/augment-extensions/domain-rules/design/color/themes/dracula/README.md +23 -23
  151. package/augment-extensions/domain-rules/design/color/themes/dracula/module.json +26 -26
  152. package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/README.md +23 -23
  153. package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/module.json +26 -26
  154. package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/README.md +23 -23
  155. package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/module.json +26 -26
  156. package/augment-extensions/domain-rules/design/color/themes/high-contrast/README.md +27 -27
  157. package/augment-extensions/domain-rules/design/color/themes/high-contrast/module.json +26 -26
  158. package/augment-extensions/domain-rules/design/color/themes/monokai/README.md +23 -23
  159. package/augment-extensions/domain-rules/design/color/themes/monokai/module.json +26 -26
  160. package/augment-extensions/domain-rules/design/color/themes/nord/README.md +23 -23
  161. package/augment-extensions/domain-rules/design/color/themes/nord/module.json +26 -26
  162. package/augment-extensions/domain-rules/design/color/themes/one-dark/README.md +23 -23
  163. package/augment-extensions/domain-rules/design/color/themes/one-dark/module.json +26 -26
  164. package/augment-extensions/domain-rules/design/color/themes/one-light/README.md +23 -23
  165. package/augment-extensions/domain-rules/design/color/themes/one-light/module.json +26 -26
  166. package/augment-extensions/domain-rules/design/color/themes/solarized-dark/README.md +23 -23
  167. package/augment-extensions/domain-rules/design/color/themes/solarized-dark/module.json +26 -26
  168. package/augment-extensions/domain-rules/design/color/themes/solarized-light/README.md +23 -23
  169. package/augment-extensions/domain-rules/design/color/themes/solarized-light/module.json +26 -26
  170. package/augment-extensions/domain-rules/design/color/themes/tokyo-night/README.md +23 -23
  171. package/augment-extensions/domain-rules/design/color/themes/tokyo-night/module.json +26 -26
  172. package/augment-extensions/domain-rules/mcp/README.md +150 -150
  173. package/augment-extensions/domain-rules/mcp/examples/compressed-example.md +522 -522
  174. package/augment-extensions/domain-rules/mcp/examples/graph-augmented-example.md +520 -520
  175. package/augment-extensions/domain-rules/mcp/examples/hybrid-example.md +570 -570
  176. package/augment-extensions/domain-rules/mcp/examples/state-based-example.md +427 -427
  177. package/augment-extensions/domain-rules/mcp/examples/token-based-example.md +435 -435
  178. package/augment-extensions/domain-rules/mcp/examples/vector-based-example.md +502 -502
  179. package/augment-extensions/domain-rules/mcp/module.json +49 -49
  180. package/augment-extensions/domain-rules/mcp/rules/compressed-mcp.md +595 -595
  181. package/augment-extensions/domain-rules/mcp/rules/configuration.md +345 -345
  182. package/augment-extensions/domain-rules/mcp/rules/graph-augmented-mcp.md +687 -687
  183. package/augment-extensions/domain-rules/mcp/rules/hybrid-mcp.md +636 -636
  184. package/augment-extensions/domain-rules/mcp/rules/state-based-mcp.md +484 -484
  185. package/augment-extensions/domain-rules/mcp/rules/testing-validation.md +360 -360
  186. package/augment-extensions/domain-rules/mcp/rules/token-based-mcp.md +393 -393
  187. package/augment-extensions/domain-rules/mcp/rules/universal-rules.md +194 -194
  188. package/augment-extensions/domain-rules/mcp/rules/vector-based-mcp.md +625 -625
  189. package/augment-extensions/domain-rules/security/README.md +41 -41
  190. package/augment-extensions/domain-rules/security/module.json +28 -28
  191. package/augment-extensions/domain-rules/security/rules/authentication-security.md +361 -361
  192. package/augment-extensions/domain-rules/security/rules/encryption.md +208 -208
  193. package/augment-extensions/domain-rules/security/rules/input-validation.md +294 -294
  194. package/augment-extensions/domain-rules/security/rules/owasp-top-10.md +339 -339
  195. package/augment-extensions/domain-rules/security/rules/secure-coding.md +293 -293
  196. package/augment-extensions/domain-rules/security/rules/web-security.md +268 -268
  197. package/augment-extensions/domain-rules/seo-sales-marketing/ANNOUNCEMENT.md +143 -0
  198. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/README.md +140 -136
  199. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/SCHEMA-VALIDATION-REPORT.md +216 -216
  200. package/augment-extensions/domain-rules/seo-sales-marketing/TEST-VALIDATION.md +129 -0
  201. package/augment-extensions/domain-rules/seo-sales-marketing/USAGE-GUIDES.md +254 -0
  202. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/examples/brand-kit-example.yaml +292 -292
  203. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/examples/campaign-brief-example.yaml +389 -389
  204. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/examples/content-calendar-example.yaml +643 -643
  205. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/examples/email-newsletter-example.md +376 -376
  206. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/examples/landing-page-example.md +934 -934
  207. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/examples/ppc-ad-copy-example.md +301 -301
  208. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/examples/seo-blog-post-example.md +347 -347
  209. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/examples/social-media-campaign-example.md +606 -606
  210. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/module.json +50 -50
  211. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/affiliate-influencer-marketing.md +593 -593
  212. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/asset-management.md +418 -418
  213. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/brand-consistency.md +210 -210
  214. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/content-marketing.md +337 -337
  215. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/conversion-optimization.md +455 -455
  216. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/direct-sales.md +499 -499
  217. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/email-marketing.md +439 -439
  218. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/legal-compliance.md +227 -227
  219. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/ppc-advertising.md +569 -569
  220. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/seo-optimization.md +470 -470
  221. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/social-media-marketing.md +414 -414
  222. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/rules/universal-marketing.md +177 -177
  223. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/schemas/asset-inventory.schema.json +247 -247
  224. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/schemas/brand-kit.schema.json +326 -326
  225. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/schemas/campaign-brief.schema.json +342 -342
  226. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/schemas/color-palette.schema.json +223 -223
  227. package/augment-extensions/domain-rules/{marketing-standards/seo-sales-marketing → seo-sales-marketing}/schemas/content-template.schema.json +383 -383
  228. package/augment-extensions/domain-rules/wordpress/README.md +163 -163
  229. package/augment-extensions/domain-rules/wordpress/module.json +32 -32
  230. package/augment-extensions/domain-rules/wordpress/rules/coding-standards.md +617 -617
  231. package/augment-extensions/domain-rules/wordpress/rules/directory-structure.md +270 -270
  232. package/augment-extensions/domain-rules/wordpress/rules/file-patterns.md +423 -423
  233. package/augment-extensions/domain-rules/wordpress/rules/gutenberg-blocks.md +493 -493
  234. package/augment-extensions/domain-rules/wordpress/rules/performance.md +568 -568
  235. package/augment-extensions/domain-rules/wordpress/rules/plugin-development.md +510 -510
  236. package/augment-extensions/domain-rules/wordpress/rules/project-detection.md +251 -251
  237. package/augment-extensions/domain-rules/wordpress/rules/rest-api.md +501 -501
  238. package/augment-extensions/domain-rules/wordpress/rules/security.md +564 -564
  239. package/augment-extensions/domain-rules/wordpress/rules/theme-development.md +388 -388
  240. package/augment-extensions/domain-rules/wordpress/rules/woocommerce.md +441 -441
  241. package/augment-extensions/domain-rules/wordpress-plugin/README.md +139 -139
  242. package/augment-extensions/domain-rules/wordpress-plugin/examples/ajax-plugin.md +1599 -1599
  243. package/augment-extensions/domain-rules/wordpress-plugin/examples/custom-post-type-plugin.md +1727 -1727
  244. package/augment-extensions/domain-rules/wordpress-plugin/examples/gutenberg-block-plugin.md +428 -428
  245. package/augment-extensions/domain-rules/wordpress-plugin/examples/gutenberg-block.md +422 -422
  246. package/augment-extensions/domain-rules/wordpress-plugin/examples/mvc-plugin.md +1623 -1623
  247. package/augment-extensions/domain-rules/wordpress-plugin/examples/object-oriented-plugin.md +1343 -1343
  248. package/augment-extensions/domain-rules/wordpress-plugin/examples/rest-endpoint.md +734 -734
  249. package/augment-extensions/domain-rules/wordpress-plugin/examples/settings-page-plugin.md +1350 -1350
  250. package/augment-extensions/domain-rules/wordpress-plugin/examples/simple-procedural-plugin.md +503 -503
  251. package/augment-extensions/domain-rules/wordpress-plugin/examples/singleton-plugin.md +971 -971
  252. package/augment-extensions/domain-rules/wordpress-plugin/module.json +53 -53
  253. package/augment-extensions/domain-rules/wordpress-plugin/rules/activation-hooks.md +770 -770
  254. package/augment-extensions/domain-rules/wordpress-plugin/rules/admin-interface.md +874 -874
  255. package/augment-extensions/domain-rules/wordpress-plugin/rules/ajax-handlers.md +629 -629
  256. package/augment-extensions/domain-rules/wordpress-plugin/rules/asset-management.md +559 -559
  257. package/augment-extensions/domain-rules/wordpress-plugin/rules/context-providers.md +709 -709
  258. package/augment-extensions/domain-rules/wordpress-plugin/rules/cron-jobs.md +736 -736
  259. package/augment-extensions/domain-rules/wordpress-plugin/rules/database-management.md +1057 -1057
  260. package/augment-extensions/domain-rules/wordpress-plugin/rules/documentation-standards.md +463 -463
  261. package/augment-extensions/domain-rules/wordpress-plugin/rules/frontend-functionality.md +478 -478
  262. package/augment-extensions/domain-rules/wordpress-plugin/rules/gutenberg-blocks.md +818 -818
  263. package/augment-extensions/domain-rules/wordpress-plugin/rules/internationalization.md +416 -416
  264. package/augment-extensions/domain-rules/wordpress-plugin/rules/migration.md +667 -667
  265. package/augment-extensions/domain-rules/wordpress-plugin/rules/performance-optimization.md +878 -878
  266. package/augment-extensions/domain-rules/wordpress-plugin/rules/plugin-architecture.md +693 -693
  267. package/augment-extensions/domain-rules/wordpress-plugin/rules/plugin-structure.md +352 -352
  268. package/augment-extensions/domain-rules/wordpress-plugin/rules/rest-api.md +818 -818
  269. package/augment-extensions/domain-rules/wordpress-plugin/rules/scaffolding-workflow.md +624 -624
  270. package/augment-extensions/domain-rules/wordpress-plugin/rules/security-best-practices.md +866 -866
  271. package/augment-extensions/domain-rules/wordpress-plugin/rules/testing-patterns.md +1165 -1165
  272. package/augment-extensions/domain-rules/wordpress-plugin/rules/testing.md +414 -414
  273. package/augment-extensions/domain-rules/wordpress-plugin/rules/vscode-integration.md +751 -751
  274. package/augment-extensions/domain-rules/wordpress-plugin/rules/woocommerce-integration.md +949 -949
  275. package/augment-extensions/domain-rules/wordpress-plugin/rules/wordpress-org-submission.md +458 -458
  276. package/augment-extensions/examples/design-patterns/README.md +37 -37
  277. package/augment-extensions/examples/design-patterns/examples/behavioral-patterns.md +370 -370
  278. package/augment-extensions/examples/design-patterns/examples/creational-patterns.md +250 -250
  279. package/augment-extensions/examples/design-patterns/examples/structural-patterns.md +264 -264
  280. package/augment-extensions/examples/design-patterns/module.json +27 -27
  281. package/augment-extensions/examples/gutenberg-block-plugin/README.md +101 -101
  282. package/augment-extensions/examples/gutenberg-block-plugin/examples/testimonial-block.md +428 -428
  283. package/augment-extensions/examples/gutenberg-block-plugin/module.json +40 -40
  284. package/augment-extensions/examples/rest-api-plugin/README.md +98 -98
  285. package/augment-extensions/examples/rest-api-plugin/examples/task-manager-api.md +1299 -1299
  286. package/augment-extensions/examples/rest-api-plugin/module.json +40 -40
  287. package/augment-extensions/examples/woocommerce-extension/README.md +98 -98
  288. package/augment-extensions/examples/woocommerce-extension/examples/product-customizer.md +763 -763
  289. package/augment-extensions/examples/woocommerce-extension/module.json +40 -40
  290. package/augment-extensions/workflows/beads/README.md +135 -135
  291. package/augment-extensions/workflows/beads/examples/complete-workflow-example.md +278 -278
  292. package/augment-extensions/workflows/beads/module.json +55 -55
  293. package/augment-extensions/workflows/beads/rules/best-practices.md +398 -398
  294. package/augment-extensions/workflows/beads/rules/file-format.md +327 -327
  295. package/augment-extensions/workflows/beads/rules/manual-setup.md +315 -315
  296. package/augment-extensions/workflows/beads/rules/workflow.md +326 -326
  297. package/augment-extensions/workflows/beads-integration/IMPLEMENTATION-STATUS.md +145 -145
  298. package/augment-extensions/workflows/beads-integration/README.md +143 -143
  299. package/augment-extensions/workflows/beads-integration/config/defaults.json +32 -32
  300. package/augment-extensions/workflows/beads-integration/config/schema.json +140 -140
  301. package/augment-extensions/workflows/beads-integration/examples/basic-task-generation.md +293 -293
  302. package/augment-extensions/workflows/beads-integration/module.json +75 -75
  303. package/augment-extensions/workflows/beads-integration/rules/core-rules.md +219 -219
  304. package/augment-extensions/workflows/beads-integration/rules/effectiveness-standards.md +256 -256
  305. package/augment-extensions/workflows/beads-integration/rules/task-generation.md +607 -607
  306. package/augment-extensions/workflows/database/README.md +195 -195
  307. package/augment-extensions/workflows/database/ai-prompt-testing.md +295 -295
  308. package/augment-extensions/workflows/database/examples/migration-example.md +498 -498
  309. package/augment-extensions/workflows/database/examples/optimization-example.md +496 -496
  310. package/augment-extensions/workflows/database/examples/schema-design-example.md +444 -444
  311. package/augment-extensions/workflows/database/module.json +42 -42
  312. package/augment-extensions/workflows/database/rules/data-migration.md +249 -249
  313. package/augment-extensions/workflows/database/rules/documentation-standards.md +339 -339
  314. package/augment-extensions/workflows/database/rules/migration-workflow.md +352 -352
  315. package/augment-extensions/workflows/database/rules/optimization-workflow.md +435 -435
  316. package/augment-extensions/workflows/database/rules/schema-design-workflow.md +535 -535
  317. package/augment-extensions/workflows/database/rules/testing-patterns.md +305 -305
  318. package/augment-extensions/workflows/database/rules/workflow.md +458 -458
  319. package/augment-extensions/workflows/wordpress-plugin/README.md +232 -232
  320. package/augment-extensions/workflows/wordpress-plugin/ai-prompts.md +839 -839
  321. package/augment-extensions/workflows/wordpress-plugin/bead-decomposition-patterns.md +854 -854
  322. package/augment-extensions/workflows/wordpress-plugin/examples/complete-plugin-example.md +540 -540
  323. package/augment-extensions/workflows/wordpress-plugin/examples/custom-post-type-example.md +1083 -1083
  324. package/augment-extensions/workflows/wordpress-plugin/examples/feature-addition-workflow.md +669 -669
  325. package/augment-extensions/workflows/wordpress-plugin/examples/plugin-creation-workflow.md +597 -597
  326. package/augment-extensions/workflows/wordpress-plugin/examples/secure-form-handler-example.md +925 -925
  327. package/augment-extensions/workflows/wordpress-plugin/examples/security-audit-workflow.md +752 -752
  328. package/augment-extensions/workflows/wordpress-plugin/examples/wordpress-org-submission-workflow.md +773 -773
  329. package/augment-extensions/workflows/wordpress-plugin/module.json +49 -49
  330. package/augment-extensions/workflows/wordpress-plugin/rules/best-practices.md +942 -942
  331. package/augment-extensions/workflows/wordpress-plugin/rules/development-workflow.md +702 -702
  332. package/augment-extensions/workflows/wordpress-plugin/rules/submission-workflow.md +728 -728
  333. package/augment-extensions/workflows/wordpress-plugin/rules/testing-workflow.md +775 -775
  334. package/augment-extensions/writing-standards/screenplay/README.md +339 -300
  335. package/augment-extensions/writing-standards/screenplay/_templates/README.md +121 -121
  336. package/augment-extensions/writing-standards/screenplay/_templates/genre-template.md +153 -153
  337. package/augment-extensions/writing-standards/screenplay/_templates/style-template.md +243 -243
  338. package/augment-extensions/writing-standards/screenplay/_templates/theme-template.md +213 -213
  339. package/augment-extensions/writing-standards/screenplay/examples/aaa-hollywood-scene.fountain +164 -164
  340. package/augment-extensions/writing-standards/screenplay/examples/beat-sheet-example.yaml +95 -95
  341. package/augment-extensions/writing-standards/screenplay/examples/character-profile-example.yaml +116 -116
  342. package/augment-extensions/writing-standards/screenplay/examples/commercial-30sec.fountain +151 -151
  343. package/augment-extensions/writing-standards/screenplay/examples/independent-monologue.fountain +67 -67
  344. package/augment-extensions/writing-standards/screenplay/examples/news-segment.fountain +142 -142
  345. package/augment-extensions/writing-standards/screenplay/examples/plot-outline-example.yaml +184 -184
  346. package/augment-extensions/writing-standards/screenplay/examples/tv-episode-teaser.fountain +204 -204
  347. package/augment-extensions/writing-standards/screenplay/genres/README.md +181 -181
  348. package/augment-extensions/writing-standards/screenplay/genres/examples/.gitkeep +2 -2
  349. package/augment-extensions/writing-standards/screenplay/genres/module.json +70 -70
  350. package/augment-extensions/writing-standards/screenplay/genres/rules/.gitkeep +2 -2
  351. package/augment-extensions/writing-standards/screenplay/genres/rules/action.md +399 -399
  352. package/augment-extensions/writing-standards/screenplay/genres/rules/adventure.md +407 -407
  353. package/augment-extensions/writing-standards/screenplay/genres/rules/animation.md +293 -293
  354. package/augment-extensions/writing-standards/screenplay/genres/rules/biographical.md +293 -293
  355. package/augment-extensions/writing-standards/screenplay/genres/rules/comedy.md +401 -401
  356. package/augment-extensions/writing-standards/screenplay/genres/rules/documentary.md +293 -293
  357. package/augment-extensions/writing-standards/screenplay/genres/rules/drama.md +409 -409
  358. package/augment-extensions/writing-standards/screenplay/genres/rules/fantasy.md +293 -293
  359. package/augment-extensions/writing-standards/screenplay/genres/rules/historical.md +293 -293
  360. package/augment-extensions/writing-standards/screenplay/genres/rules/horror.md +268 -268
  361. package/augment-extensions/writing-standards/screenplay/genres/rules/musical.md +294 -294
  362. package/augment-extensions/writing-standards/screenplay/genres/rules/mystery.md +293 -293
  363. package/augment-extensions/writing-standards/screenplay/genres/rules/noir.md +294 -294
  364. package/augment-extensions/writing-standards/screenplay/genres/rules/romance.md +293 -293
  365. package/augment-extensions/writing-standards/screenplay/genres/rules/sci-fi.md +289 -289
  366. package/augment-extensions/writing-standards/screenplay/genres/rules/superhero.md +293 -293
  367. package/augment-extensions/writing-standards/screenplay/genres/rules/thriller.md +294 -294
  368. package/augment-extensions/writing-standards/screenplay/genres/rules/western.md +293 -293
  369. package/augment-extensions/writing-standards/screenplay/module.json +124 -124
  370. package/augment-extensions/writing-standards/screenplay/rules/aaa-hollywood-films.md +339 -339
  371. package/augment-extensions/writing-standards/screenplay/rules/ai-integration-testing.md +329 -329
  372. package/augment-extensions/writing-standards/screenplay/rules/character-development.md +169 -169
  373. package/augment-extensions/writing-standards/screenplay/rules/commercials.md +437 -437
  374. package/augment-extensions/writing-standards/screenplay/rules/dialogue-writing.md +263 -263
  375. package/augment-extensions/writing-standards/screenplay/rules/diversity-inclusion.md +261 -261
  376. package/augment-extensions/writing-standards/screenplay/rules/examples-guide.md +315 -315
  377. package/augment-extensions/writing-standards/screenplay/rules/file-organization.md +213 -0
  378. package/augment-extensions/writing-standards/screenplay/rules/formatting-validation.md +413 -413
  379. package/augment-extensions/writing-standards/screenplay/rules/fountain-format.md +372 -372
  380. package/augment-extensions/writing-standards/screenplay/rules/independent-films.md +374 -374
  381. package/augment-extensions/writing-standards/screenplay/rules/live-tv-productions.md +443 -443
  382. package/augment-extensions/writing-standards/screenplay/rules/narrative-structures.md +207 -207
  383. package/augment-extensions/writing-standards/screenplay/rules/news-broadcasts.md +444 -444
  384. package/augment-extensions/writing-standards/screenplay/rules/pacing-timing.md +331 -331
  385. package/augment-extensions/writing-standards/screenplay/rules/quality-review-checklist.md +334 -334
  386. package/augment-extensions/writing-standards/screenplay/rules/quick-reference.md +299 -299
  387. package/augment-extensions/writing-standards/screenplay/rules/screen-continuity.md +263 -263
  388. package/augment-extensions/writing-standards/screenplay/rules/streaming-content.md +412 -412
  389. package/augment-extensions/writing-standards/screenplay/rules/trope-management.md +370 -370
  390. package/augment-extensions/writing-standards/screenplay/rules/tv-series.md +374 -374
  391. package/augment-extensions/writing-standards/screenplay/rules/universal-formatting.md +339 -339
  392. package/augment-extensions/writing-standards/screenplay/rules/vscode-integration.md +277 -277
  393. package/augment-extensions/writing-standards/screenplay/rules/web-content.md +393 -393
  394. package/augment-extensions/writing-standards/screenplay/schemas/beat-sheet.json +332 -332
  395. package/augment-extensions/writing-standards/screenplay/schemas/character-profile.json +247 -247
  396. package/augment-extensions/writing-standards/screenplay/schemas/feature-selection.json +200 -200
  397. package/augment-extensions/writing-standards/screenplay/schemas/plot-outline.json +233 -233
  398. package/augment-extensions/writing-standards/screenplay/schemas/screenplay-config.json +245 -245
  399. package/augment-extensions/writing-standards/screenplay/schemas/trope-inventory.json +221 -221
  400. package/augment-extensions/writing-standards/screenplay/styles/README.md +159 -159
  401. package/augment-extensions/writing-standards/screenplay/styles/examples/.gitkeep +2 -2
  402. package/augment-extensions/writing-standards/screenplay/styles/examples/style-applications.md +1449 -1449
  403. package/augment-extensions/writing-standards/screenplay/styles/module.json +64 -64
  404. package/augment-extensions/writing-standards/screenplay/styles/rules/.gitkeep +2 -2
  405. package/augment-extensions/writing-standards/screenplay/styles/rules/dialogue-centric.md +520 -520
  406. package/augment-extensions/writing-standards/screenplay/styles/rules/ensemble.md +499 -499
  407. package/augment-extensions/writing-standards/screenplay/styles/rules/epic.md +497 -497
  408. package/augment-extensions/writing-standards/screenplay/styles/rules/experimental.md +492 -492
  409. package/augment-extensions/writing-standards/screenplay/styles/rules/flashback.md +509 -509
  410. package/augment-extensions/writing-standards/screenplay/styles/rules/linear.md +490 -490
  411. package/augment-extensions/writing-standards/screenplay/styles/rules/minimalist.md +499 -499
  412. package/augment-extensions/writing-standards/screenplay/styles/rules/non-linear.md +501 -501
  413. package/augment-extensions/writing-standards/screenplay/styles/rules/poetic.md +499 -499
  414. package/augment-extensions/writing-standards/screenplay/styles/rules/realistic.md +498 -498
  415. package/augment-extensions/writing-standards/screenplay/styles/rules/satirical.md +499 -499
  416. package/augment-extensions/writing-standards/screenplay/styles/rules/surreal.md +508 -508
  417. package/augment-extensions/writing-standards/screenplay/styles/rules/voice-over.md +500 -500
  418. package/augment-extensions/writing-standards/screenplay/themes/README.md +158 -158
  419. package/augment-extensions/writing-standards/screenplay/themes/examples/.gitkeep +2 -2
  420. package/augment-extensions/writing-standards/screenplay/themes/examples/common-mistakes-and-fixes.md +643 -643
  421. package/augment-extensions/writing-standards/screenplay/themes/examples/complete-scene-example.md +311 -311
  422. package/augment-extensions/writing-standards/screenplay/themes/examples/individual-theme-examples.md +562 -562
  423. package/augment-extensions/writing-standards/screenplay/themes/examples/multi-theme-weaving.md +538 -538
  424. package/augment-extensions/writing-standards/screenplay/themes/examples/theme-application-guide.md +432 -432
  425. package/augment-extensions/writing-standards/screenplay/themes/examples/theme-integration-across-acts.md +637 -637
  426. package/augment-extensions/writing-standards/screenplay/themes/module.json +66 -66
  427. package/augment-extensions/writing-standards/screenplay/themes/rules/.gitkeep +2 -2
  428. package/augment-extensions/writing-standards/screenplay/themes/rules/ambition.md +458 -458
  429. package/augment-extensions/writing-standards/screenplay/themes/rules/betrayal.md +490 -490
  430. package/augment-extensions/writing-standards/screenplay/themes/rules/environment.md +458 -458
  431. package/augment-extensions/writing-standards/screenplay/themes/rules/fate.md +459 -459
  432. package/augment-extensions/writing-standards/screenplay/themes/rules/friendship.md +491 -491
  433. package/augment-extensions/writing-standards/screenplay/themes/rules/growth.md +491 -491
  434. package/augment-extensions/writing-standards/screenplay/themes/rules/identity.md +490 -490
  435. package/augment-extensions/writing-standards/screenplay/themes/rules/isolation.md +464 -464
  436. package/augment-extensions/writing-standards/screenplay/themes/rules/justice.md +461 -461
  437. package/augment-extensions/writing-standards/screenplay/themes/rules/love.md +489 -489
  438. package/augment-extensions/writing-standards/screenplay/themes/rules/power.md +494 -494
  439. package/augment-extensions/writing-standards/screenplay/themes/rules/redemption.md +483 -483
  440. package/augment-extensions/writing-standards/screenplay/themes/rules/revenge.md +489 -489
  441. package/augment-extensions/writing-standards/screenplay/themes/rules/survival.md +496 -496
  442. package/augment-extensions/writing-standards/screenplay/themes/rules/technology.md +463 -463
  443. package/augment-extensions/writing-standards/screenplay/utils/__tests__/file-organization.test.ts +169 -0
  444. package/augment-extensions/writing-standards/screenplay/utils/file-organization.ts +165 -0
  445. package/cli/MODULES.md +302 -302
  446. package/cli/dist/cli.js +109 -22
  447. package/cli/dist/cli.js.map +1 -1
  448. package/cli/dist/commands/gui.d.ts.map +1 -1
  449. package/cli/dist/commands/gui.js +54 -6
  450. package/cli/dist/commands/gui.js.map +1 -1
  451. package/cli/dist/commands/init.d.ts.map +1 -1
  452. package/cli/dist/commands/init.js +76 -23
  453. package/cli/dist/commands/init.js.map +1 -1
  454. package/cli/dist/commands/self-remove.d.ts.map +1 -1
  455. package/cli/dist/commands/self-remove.js +48 -74
  456. package/cli/dist/commands/self-remove.js.map +1 -1
  457. package/cli/dist/commands/show.d.ts +11 -0
  458. package/cli/dist/commands/show.d.ts.map +1 -1
  459. package/cli/dist/commands/show.js +120 -0
  460. package/cli/dist/commands/show.js.map +1 -1
  461. package/cli/dist/commands/showCompleted.d.ts +21 -0
  462. package/cli/dist/commands/showCompleted.d.ts.map +1 -0
  463. package/cli/dist/commands/showCompleted.js +225 -0
  464. package/cli/dist/commands/showCompleted.js.map +1 -0
  465. package/cli/dist/commands/skill.js +88 -88
  466. package/cli/dist/commands/update.d.ts +2 -0
  467. package/cli/dist/commands/update.d.ts.map +1 -1
  468. package/cli/dist/commands/update.js +67 -1
  469. package/cli/dist/commands/update.js.map +1 -1
  470. package/cli/dist/utils/beadsCompletedChecker.d.ts +72 -0
  471. package/cli/dist/utils/beadsCompletedChecker.d.ts.map +1 -0
  472. package/cli/dist/utils/beadsCompletedChecker.js +198 -0
  473. package/cli/dist/utils/beadsCompletedChecker.js.map +1 -0
  474. package/cli/dist/utils/catalog-sync.js +13 -13
  475. package/cli/dist/utils/extractCommandHelp.d.ts +51 -0
  476. package/cli/dist/utils/extractCommandHelp.d.ts.map +1 -0
  477. package/cli/dist/utils/extractCommandHelp.js +250 -0
  478. package/cli/dist/utils/extractCommandHelp.js.map +1 -0
  479. package/cli/dist/utils/install-rules.js +55 -55
  480. package/cli/dist/utils/mcp-integration.js +44 -44
  481. package/cli/dist/utils/rule-install-hooks.js +8 -8
  482. package/modules.md +667 -630
  483. package/package.json +85 -85
@@ -1,1449 +1,1449 @@
1
- # Narrative Style Applications
2
-
3
- **Version**: 2.0.0
4
- **Last Updated**: 2026-01-31
5
-
6
- ## Overview
7
-
8
- This document provides practical examples of how different narrative styles affect the same story scenario. Each example demonstrates the distinct characteristics, formatting, and techniques of each narrative style.
9
-
10
- ## Base Scenario
11
-
12
- **Setup**: A woman discovers her partner has been keeping a significant secret. She must decide how to respond.
13
-
14
- **Characters**:
15
- - SARAH (30s) - Protagonist
16
- - MICHAEL (30s) - Partner
17
- - ELENA (40s) - Sarah's sister
18
-
19
- **Core Conflict**: Trust, honesty, and the decision to stay or leave
20
-
21
- ---
22
-
23
- ## Linear Narrative Style
24
-
25
- ### Characteristics
26
- - Chronological progression
27
- - Clear cause-and-effect
28
- - Straightforward timeline
29
- - Building tension
30
-
31
- ### Example Scene
32
-
33
- ```fountain
34
- INT. APARTMENT - NIGHT
35
-
36
- Sarah enters, drops her keys on the counter. Michael sits on the couch, laptop open.
37
-
38
- SARAH
39
- Hey. How was your day?
40
-
41
- MICHAEL
42
- Fine. Yours?
43
-
44
- SARAH
45
- Good. I ran into Elena at the coffee shop.
46
-
47
- Michael's expression shifts slightly.
48
-
49
- MICHAEL
50
- Oh yeah? How is she?
51
-
52
- SARAH
53
- She mentioned something interesting. About a phone call you made last week.
54
-
55
- Michael closes the laptop.
56
-
57
- MICHAEL
58
- Sarah, I can explain--
59
-
60
- SARAH
61
- (cutting him off)
62
- Five years, Michael. Five years and you never mentioned it.
63
-
64
- MICHAEL
65
- I was going to tell you.
66
-
67
- SARAH
68
- When? When were you going to tell me?
69
-
70
- Silence.
71
-
72
- SARAH (CONT'D)
73
- I need some air.
74
-
75
- She grabs her coat and leaves. Michael sits alone.
76
-
77
- CUT TO:
78
-
79
- EXT. CITY STREET - NIGHT - CONTINUOUS
80
-
81
- Sarah walks quickly, phone to her ear.
82
-
83
- SARAH
84
- (into phone)
85
- Elena? Can I come over?
86
-
87
- FADE OUT.
88
- ```
89
-
90
- ### Style Notes
91
- - Events unfold in real time
92
- - Clear spatial and temporal continuity
93
- - Dialogue reveals information progressively
94
- - Each action leads directly to next
95
-
96
- ---
97
-
98
- ## Non-Linear Narrative Style
99
-
100
- ### Characteristics
101
- - Time jumps between past and present
102
- - Thematic connections across timelines
103
- - Delayed revelation
104
- - Puzzle-like structure
105
-
106
- ### Example Scene
107
-
108
- ```fountain
109
- INT. APARTMENT - NIGHT (PRESENT)
110
-
111
- Sarah stares at Michael, frozen.
112
-
113
- SARAH
114
- You're lying.
115
-
116
- FLASH TO:
117
-
118
- INT. COFFEE SHOP - DAY (ONE WEEK EARLIER)
119
-
120
- Elena leans across the table, concerned.
121
-
122
- ELENA
123
- Sarah, there's something you should know about Michael.
124
-
125
- SARAH
126
- What?
127
-
128
- ELENA
129
- I saw him last Tuesday. At the hospital.
130
-
131
- BACK TO:
132
-
133
- INT. APARTMENT - NIGHT (PRESENT)
134
-
135
- MICHAEL
136
- I was going to tell you.
137
-
138
- SARAH
139
- When?
140
-
141
- FLASH TO:
142
-
143
- INT. HOSPITAL WAITING ROOM - DAY (TWO MONTHS EARLIER)
144
-
145
- Michael sits alone, holding paperwork. His hands shake.
146
-
147
- A DOCTOR approaches.
148
-
149
- DOCTOR
150
- Mr. Chen? We have the results.
151
-
152
- BACK TO:
153
-
154
- INT. APARTMENT - NIGHT (PRESENT)
155
-
156
- MICHAEL
157
- I found out two months ago. I didn't know how to--
158
-
159
- SARAH
160
- Two months?
161
-
162
- She turns away.
163
-
164
- FLASH TO:
165
-
166
- INT. APARTMENT - NIGHT (SIX MONTHS EARLIER)
167
-
168
- Sarah and Michael laugh together, cooking dinner. Happy. Unaware.
169
-
170
- SARAH
171
- (past, happy)
172
- Promise me we'll always be honest with each other.
173
-
174
- MICHAEL
175
- (past)
176
- Always.
177
-
178
- They kiss.
179
-
180
- BACK TO:
181
-
182
- INT. APARTMENT - NIGHT (PRESENT)
183
-
184
- Sarah grabs her coat.
185
-
186
- SARAH
187
- I can't do this right now.
188
-
189
- She leaves. Michael watches her go.
190
-
191
- FADE OUT.
192
- ```
193
-
194
- ### Style Notes
195
- - Past and present intercut for emotional impact
196
- - Revelation delayed through temporal structure
197
- - Dramatic irony from knowing multiple timelines
198
- - Thematic parallels between time periods
199
-
200
- ---
201
-
202
- ## Ensemble Narrative Style
203
-
204
- ### Characteristics
205
- - Multiple perspectives on same events
206
- - Balanced focus across characters
207
- - Interconnected storylines
208
- - Thematic unity
209
-
210
- ### Example Scene
211
-
212
- ```fountain
213
- INT. APARTMENT - NIGHT
214
-
215
- SARAH'S POV:
216
-
217
- Sarah enters. Michael sits on the couch, avoiding eye contact.
218
-
219
- SARAH
220
- We need to talk.
221
-
222
- MICHAEL
223
- I know.
224
-
225
- SARAH
226
- Elena told me everything.
227
-
228
- Michael's face falls.
229
-
230
- CUT TO:
231
-
232
- INT. ELENA'S APARTMENT - SAME TIME
233
-
234
- ELENA'S POV:
235
-
236
- Elena paces, phone in hand. She dials Sarah.
237
-
238
- ELENA
239
- (to herself)
240
- Please pick up.
241
-
242
- Voicemail. She hangs up, worried.
243
-
244
- Her husband DAVID enters.
245
-
246
- DAVID
247
- Did you tell her?
248
-
249
- ELENA
250
- This afternoon. I had to.
251
-
252
- DAVID
253
- You did the right thing.
254
-
255
- ELENA
256
- Then why do I feel terrible?
257
-
258
- CUT TO:
259
-
260
- INT. APARTMENT - NIGHT
261
-
262
- MICHAEL'S POV:
263
-
264
- Michael faces Sarah. He's been dreading this moment.
265
-
266
- MICHAEL
267
- I should have told you sooner.
268
-
269
- SARAH
270
- Two months, Michael. You've known for two months.
271
-
272
- MICHAEL
273
- I was scared. The diagnosis... I didn't want to burden you.
274
-
275
- SARAH
276
- Burden me? I'm your partner!
277
-
278
- Michael's phone buzzes. A text from his DOCTOR.
279
-
280
- INSERT - PHONE SCREEN: "Appointment confirmed for Monday. We'll discuss treatment options."
281
-
282
- Michael silences the phone.
283
-
284
- CUT TO:
285
-
286
- INT. ELENA'S APARTMENT - SAME TIME
287
-
288
- Elena's phone rings. Sarah's name appears.
289
-
290
- ELENA
291
- (answering)
292
- Sarah?
293
-
294
- SARAH (V.O.)
295
- (crying)
296
- Can I come over?
297
-
298
- ELENA
299
- Of course. I'm here.
300
-
301
- She grabs her keys, looks at David.
302
-
303
- ELENA (CONT'D)
304
- I have to go.
305
-
306
- FADE OUT.
307
- ```
308
-
309
- ### Style Notes
310
- - Three perspectives on same events
311
- - Each character has distinct emotional stake
312
- - Storylines interconnect through shared event
313
- - Balanced screen time across ensemble
314
-
315
- ---
316
-
317
- ## Minimalist Narrative Style
318
-
319
- ### Characteristics
320
- - Sparse dialogue
321
- - Visual storytelling priority
322
- - Emotional restraint
323
- - Deliberate pacing
324
-
325
- ### Example Scene
326
-
327
- ```fountain
328
- INT. APARTMENT - NIGHT
329
-
330
- Sarah enters.
331
-
332
- Michael sits on the couch.
333
-
334
- Long silence.
335
-
336
- SARAH
337
- Elena called.
338
-
339
- Michael looks up.
340
-
341
- Silence.
342
-
343
- SARAH (CONT'D)
344
- Two months?
345
-
346
- Michael nods.
347
-
348
- Sarah sits. Stares ahead.
349
-
350
- MICHAEL
351
- I'm sorry.
352
-
353
- Silence. 30 seconds.
354
-
355
- Sarah stands. Gets her coat.
356
-
357
- MICHAEL (CONT'D)
358
- Sarah--
359
-
360
- She stops at the door. Doesn't turn around.
361
-
362
- SARAH
363
- I need time.
364
-
365
- She leaves.
366
-
367
- Michael sits alone in the quiet apartment.
368
-
369
- FADE OUT.
370
- ```
371
-
372
- ### Style Notes
373
- - Minimal dialogue
374
- - Long silences carry emotional weight
375
- - Actions speak louder than words
376
- - Restraint creates power
377
-
378
- ---
379
-
380
- ## Epic Narrative Style
381
-
382
- ### Characteristics
383
- - Extended timeframe
384
- - Multiple locations
385
- - Large cast
386
- - Historical/cultural significance
387
-
388
- ### Example Scene
389
-
390
- ```fountain
391
- TITLE CARD: "NEW YORK - 2020"
392
-
393
- INT. APARTMENT - NIGHT
394
-
395
- Sarah confronts Michael about the secret.
396
-
397
- SARAH
398
- How long have you known?
399
-
400
- MICHAEL
401
- Since March. Right when the pandemic started.
402
-
403
- SARAH
404
- Six months?
405
-
406
- DISSOLVE TO:
407
-
408
- TITLE CARD: "MARCH 2020 - THE BEGINNING"
409
-
410
- INT. HOSPITAL - DAY
411
-
412
- Michael receives his diagnosis. The hospital is chaotic with COVID patients.
413
-
414
- DOCTOR
415
- I'm sorry, Mr. Chen. With the pandemic, treatment will be complicated.
416
-
417
- DISSOLVE TO:
418
-
419
- TITLE CARD: "APRIL 2020 - LOCKDOWN"
420
-
421
- INT. APARTMENT - DAY
422
-
423
- Sarah and Michael quarantine together. She works from home, unaware of his secret.
424
-
425
- DISSOLVE TO:
426
-
427
- TITLE CARD: "JUNE 2020 - PROTESTS"
428
-
429
- EXT. CITY STREETS - DAY
430
-
431
- Protests fill the streets. Michael watches from the window, contemplating mortality and meaning.
432
-
433
- DISSOLVE TO:
434
-
435
- TITLE CARD: "SEPTEMBER 2020 - THE REVELATION"
436
-
437
- INT. APARTMENT - NIGHT
438
-
439
- Back to the confrontation.
440
-
441
- SARAH
442
- You went through all of that alone?
443
-
444
- MICHAEL
445
- I didn't want to add to your stress. The world was falling apart.
446
-
447
- SARAH
448
- I'm your world, Michael. You should have told me.
449
-
450
- FADE OUT.
451
- ```
452
-
453
- ### Style Notes
454
- - Extended timeframe (6 months)
455
- - Historical context (pandemic, protests)
456
- - Multiple time periods shown
457
- - Personal story mirrors larger events
458
-
459
- ---
460
-
461
- ## Realistic Narrative Style
462
-
463
- ### Characteristics
464
- - Naturalistic dialogue
465
- - Everyday situations
466
- - Authentic behavior
467
- - Ambiguous resolution
468
-
469
- ### Example Scene
470
-
471
- ```fountain
472
- INT. APARTMENT - NIGHT
473
-
474
- Sarah comes in, sets down her bag. Michael's on the couch watching TV.
475
-
476
- SARAH
477
- Hey.
478
-
479
- MICHAEL
480
- Hey.
481
-
482
- She goes to the kitchen, starts making tea.
483
-
484
- SARAH
485
- So, um... I saw Elena today.
486
-
487
- Michael tenses slightly but doesn't look away from the TV.
488
-
489
- MICHAEL
490
- Yeah?
491
-
492
- SARAH
493
- Yeah. At the, uh, at the coffee place on Third.
494
-
495
- MICHAEL
496
- How's she doing?
497
-
498
- SARAH
499
- She's good. She, uh...
500
-
501
- Sarah brings her tea to the living room, sits in the chair across from him.
502
-
503
- SARAH (CONT'D)
504
- She mentioned she saw you. At the hospital.
505
-
506
- Michael finally looks at her.
507
-
508
- MICHAEL
509
- Oh.
510
-
511
- SARAH
512
- Yeah.
513
-
514
- Awkward silence. The TV plays in the background.
515
-
516
- SARAH (CONT'D)
517
- So... were you gonna tell me, or...?
518
-
519
- MICHAEL
520
- I was. I just... I didn't know how to--
521
-
522
- SARAH
523
- How long have you known?
524
-
525
- MICHAEL
526
- About two months.
527
-
528
- SARAH
529
- Two months.
530
-
531
- MICHAEL
532
- Yeah.
533
-
534
- She nods, looks down at her tea.
535
-
536
- SARAH
537
- Okay.
538
-
539
- MICHAEL
540
- Sarah--
541
-
542
- SARAH
543
- I just... I need to think about this. Okay?
544
-
545
- MICHAEL
546
- Okay.
547
-
548
- She gets up, goes to the bedroom. Closes the door quietly.
549
-
550
- Michael sits alone with the TV.
551
-
552
- FADE OUT.
553
- ```
554
-
555
- ### Style Notes
556
- - Natural, hesitant dialogue
557
- - Awkward pauses and interruptions
558
- - Understated emotional reactions
559
- - Ambiguous, unresolved ending
560
- - Everyday details (TV, tea, coffee shop)
561
-
562
- ---
563
-
564
- ## Satirical Narrative Style
565
-
566
- ### Characteristics
567
- - Humor with social commentary
568
- - Irony and exaggeration
569
- - Critique of institutions/society
570
- - Absurdity revealing truth
571
-
572
- ### Example Scene
573
-
574
- ```fountain
575
- INT. APARTMENT - NIGHT
576
-
577
- Sarah enters. Michael sits on the couch, scrolling through his phone with a smile.
578
-
579
- SARAH
580
- You seem happy.
581
-
582
- MICHAEL
583
- Just reading about how honesty is the foundation of all relationships.
584
-
585
- He shows her an article titled "10 Ways to Build Trust."
586
-
587
- SARAH
588
- Ironic.
589
-
590
- MICHAEL
591
- What?
592
-
593
- SARAH
594
- Elena told me about the hospital visits. The diagnosis. The two months of lies.
595
-
596
- Michael sets down his phone, still smiling awkwardly.
597
-
598
- MICHAEL
599
- Okay, but in my defense, I was protecting you from unnecessary stress.
600
-
601
- SARAH
602
- Protecting me?
603
-
604
- MICHAEL
605
- It's what all the relationship experts recommend. "Don't burden your partner with problems they can't solve."
606
-
607
- He picks up his phone, scrolls.
608
-
609
- MICHAEL (CONT'D)
610
- See? Right here. "Healthy boundaries mean not oversharing."
611
-
612
- SARAH
613
- You have cancer, Michael. That's not oversharing.
614
-
615
- MICHAEL
616
- Well, technically, it's a pre-cancerous condition. So really, I was being optimistic.
617
-
618
- SARAH
619
- Optimistic.
620
-
621
- MICHAEL
622
- The glass is half full! Another relationship tip.
623
-
624
- He shows her another article.
625
-
626
- SARAH
627
- You're unbelievable.
628
-
629
- MICHAEL
630
- Thank you. I've been working on my positive mindset.
631
-
632
- Sarah stares at him, then starts laughing—a bitter, incredulous laugh.
633
-
634
- SARAH
635
- This is insane.
636
-
637
- MICHAEL
638
- Insane is such a negative word. Let's call it "unconventional communication."
639
-
640
- SARAH
641
- I'm leaving.
642
-
643
- MICHAEL
644
- (calling after her)
645
- Communication is key! That's tip number one!
646
-
647
- She slams the door. Michael returns to his phone, scrolling through relationship advice.
648
-
649
- FADE OUT.
650
- ```
651
-
652
- ### Style Notes
653
- - Absurd behavior reveals truth about avoidance
654
- - Ironic use of relationship advice
655
- - Humor exposes Michael's dysfunction
656
- - Exaggeration makes the critique clear
657
-
658
- ---
659
-
660
- ## Poetic Narrative Style
661
-
662
- ### Characteristics
663
- - Lyrical language
664
- - Visual metaphor
665
- - Symbolic imagery
666
- - Rhythmic structure
667
-
668
- ### Example Scene
669
-
670
- ```fountain
671
- INT. APARTMENT - NIGHT
672
-
673
- Rain weeps against the windows. Each drop a confession falling from the sky.
674
-
675
- Sarah enters like a ghost returning to a haunted house. Michael sits in the half-light, a statue of guilt.
676
-
677
- The silence between them is a canyon. Words would have to fall a long way down.
678
-
679
- SARAH
680
- (soft, like wind)
681
- Two months.
682
-
683
- The words hang in the air like smoke.
684
-
685
- Michael's hands rest on his knees. Still. So still. As if movement would shatter something already broken.
686
-
687
- MICHAEL
688
- I carried it alone. Like a stone in my chest.
689
-
690
- SARAH
691
- You should have given me half the weight.
692
-
693
- Outside, the rain falls harder. Inside, something else is falling—trust, perhaps. Or the illusion of forever.
694
-
695
- Sarah moves to the window. Her reflection in the glass is a stranger.
696
-
697
- SARAH (CONT'D)
698
- We promised to be honest. Remember?
699
-
700
- MICHAEL
701
- I remember everything. That's the problem.
702
-
703
- She touches the window. The glass is cold. Everything is cold now.
704
-
705
- SARAH
706
- I need to go.
707
-
708
- MICHAEL
709
- Where?
710
-
711
- SARAH
712
- Somewhere the rain doesn't know my name.
713
-
714
- She leaves. The door closes like the final page of a book.
715
-
716
- Michael sits alone. The rain continues its confession. No one is listening.
717
-
718
- FADE OUT.
719
- ```
720
-
721
- ### Style Notes
722
- - Lyrical action lines create mood
723
- - Rain as metaphor for truth/confession
724
- - Poetic dialogue
725
- - Visual imagery carries emotional weight
726
-
727
- ---
728
-
729
- ## Surreal Narrative Style
730
-
731
- ### Characteristics
732
- - Dream logic
733
- - Reality distortion
734
- - Symbolic imagery
735
- - Ambiguous reality
736
-
737
- ### Example Scene
738
-
739
- ```fountain
740
- INT. APARTMENT - NIGHT
741
-
742
- Sarah enters. The apartment is the same but different. The walls breathe.
743
-
744
- Michael sits on the couch. Or is it Michael? He has Michael's face but his eyes are windows showing different rooms.
745
-
746
- SARAH
747
- Elena told me.
748
-
749
- MICHAEL
750
- Elena is a bird now. Didn't you know?
751
-
752
- Sarah looks down. Her hands are melting like wax, reforming, melting again.
753
-
754
- SARAH
755
- Two months you've been lying.
756
-
757
- MICHAEL
758
- Time is a circle here. Two months, two years, two seconds. All the same.
759
-
760
- The couch begins to sink into the floor. Michael sinks with it, unconcerned.
761
-
762
- SARAH
763
- You're sick.
764
-
765
- MICHAEL
766
- We're all sick. The apartment has a fever.
767
-
768
- The walls pulse. The ceiling drips upward.
769
-
770
- Sarah walks toward the door but each step takes her further into the room. The room is growing. Or she is shrinking. Both. Neither.
771
-
772
- SARAH
773
- I can't stay here.
774
-
775
- MICHAEL
776
- You're already gone. You left two months ago. Or was it two years?
777
-
778
- Sarah's coat turns into wings. She doesn't notice.
779
-
780
- SARAH
781
- I need truth.
782
-
783
- MICHAEL
784
- Truth is in the other room. But the other room is inside this room. And this room is inside you.
785
-
786
- The apartment folds in on itself like origami. Sarah and Michael are closer now, or further apart. Distance has lost its meaning.
787
-
788
- Sarah opens her mouth to speak. Flowers fall out instead of words.
789
-
790
- FADE OUT.
791
-
792
- Or fade in. It's hard to tell.
793
- ```
794
-
795
- ### Style Notes
796
- - Dream logic governs events
797
- - Reality bends and breaks
798
- - Symbolic imagery (melting hands, flowers for words)
799
- - Ambiguous, non-literal meaning
800
-
801
- ---
802
-
803
- ## Experimental Narrative Style
804
-
805
- ### Characteristics
806
- - Formal innovation
807
- - Convention breaking
808
- - Self-reflexivity
809
- - Audience challenge
810
-
811
- ### Example Scene
812
-
813
- ```fountain
814
- INT. APARTMENT - NIGHT
815
-
816
- [NOTE: The following scene will be shot in four simultaneous takes from four camera angles, displayed in split screen. Dialogue overlaps and contradicts between versions.]
817
-
818
- CAMERA 1 (WIDE SHOT):
819
-
820
- Sarah enters. Michael sits on the couch.
821
-
822
- SARAH
823
- We need to talk.
824
-
825
- MICHAEL
826
- I know.
827
-
828
- CAMERA 2 (CLOSE-UP SARAH):
829
-
830
- Sarah enters. The apartment is empty. She talks to the camera.
831
-
832
- SARAH
833
- (to audience)
834
- He's not here. Or maybe I'm not here. Does it matter?
835
-
836
- CAMERA 3 (CLOSE-UP MICHAEL):
837
-
838
- Michael sits alone. Sarah hasn't arrived yet. Or has already left. Time is unclear.
839
-
840
- MICHAEL
841
- (to himself, or to us)
842
- I should tell her. I should have told her. I will tell her. I told her.
843
-
844
- All tenses collapse.
845
-
846
- CAMERA 4 (OVERHEAD SHOT):
847
-
848
- The scene plays backward. Sarah walks backward out the door. Words are spoken in reverse.
849
-
850
- [ALL CAMERAS SIMULTANEOUSLY]:
851
-
852
- SARAH (Camera 1)
853
- Elena told me everything.
854
-
855
- SARAH (Camera 2)
856
- (to audience)
857
- That's a lie. Elena told me nothing. I'm making this up.
858
-
859
- MICHAEL (Camera 3)
860
- Two months I've been—
861
-
862
- MICHAEL (Camera 4)
863
- [Reversed audio, unintelligible]
864
-
865
- [SCREEN GOES BLACK]
866
-
867
- TITLE CARD: "This scene will now restart with different dialogue."
868
-
869
- INT. APARTMENT - NIGHT (TAKE 2)
870
-
871
- Sarah enters. Michael sits on the couch.
872
-
873
- SARAH
874
- I'm leaving you.
875
-
876
- MICHAEL
877
- You already did. This is a flashback. Or a flash-forward. The script isn't sure.
878
-
879
- SARAH
880
- (breaking character)
881
- Should I exit now or wait for the—
882
-
883
- DIRECTOR (V.O.)
884
- Cut! Let's try it again, but this time—
885
-
886
- [SCREEN SPLITS INTO INFINITE SMALLER SCREENS, EACH SHOWING A DIFFERENT VERSION OF THE SCENE]
887
-
888
- FADE OUT.
889
-
890
- Or don't. The ending is optional.
891
- ```
892
-
893
- ### Style Notes
894
- - Multiple simultaneous perspectives
895
- - Self-aware, meta-commentary
896
- - Breaks fourth wall
897
- - Challenges narrative conventions
898
- - Deliberately confusing/provocative
899
-
900
- ---
901
-
902
- ## Voice-Over Driven Narrative Style
903
-
904
- ### Characteristics
905
- - Narration as primary device
906
- - Internal access
907
- - Temporal flexibility
908
- - Visual-verbal counterpoint
909
-
910
- ### Example Scene
911
-
912
- ```fountain
913
- INT. APARTMENT - NIGHT
914
-
915
- Sarah enters. Michael sits on the couch.
916
-
917
- SARAH (V.O.)
918
- I knew before I opened the door. You always know, don't you? Your body knows before your mind catches up.
919
-
920
- They look at each other. Neither speaks.
921
-
922
- SARAH (V.O.) (CONT'D)
923
- Elena had called that afternoon. Three words: "Michael is sick." That's all it took. Three words to crack open five years.
924
-
925
- SARAH
926
- Hey.
927
-
928
- MICHAEL
929
- Hey.
930
-
931
- SARAH (V.O.)
932
- We said "hey" like it was a normal Tuesday. Like the world wasn't ending. Like we hadn't just become strangers.
933
-
934
- Sarah sits across from him. The distance between them is vast.
935
-
936
- SARAH (V.O.) (CONT'D)
937
- I wanted to scream. I wanted to throw something. Instead, I sat down and folded my hands like a good girl at church.
938
-
939
- SARAH
940
- Elena called.
941
-
942
- MICHAEL
943
- I figured.
944
-
945
- SARAH (V.O.)
946
- He figured. Two months of lying and he "figured" I'd find out. That's the thing about secrets—they're just truths waiting to betray you.
947
-
948
- SARAH
949
- Why didn't you tell me?
950
-
951
- MICHAEL
952
- I don't know.
953
-
954
- SARAH (V.O.)
955
- He did know. I knew he knew. We both knew. But we played the game anyway.
956
-
957
- Silence.
958
-
959
- SARAH (V.O.) (CONT'D)
960
- My mother used to say silence is just a conversation you're too afraid to have. She was right about that. She was right about a lot of things.
961
-
962
- Sarah stands.
963
-
964
- SARAH
965
- I need some time.
966
-
967
- SARAH (V.O.)
968
- What I needed was a time machine. What I needed was two months ago when I could have been there. What I needed was impossible.
969
-
970
- She leaves. Michael watches her go.
971
-
972
- SARAH (V.O.) (CONT'D)
973
- I didn't know it then, but that was the moment. Not the moment we ended—we'd ended two months ago when he decided to lie. This was the moment I realized it.
974
-
975
- FADE OUT.
976
- ```
977
-
978
- ### Style Notes
979
- - Voice-over provides internal thoughts
980
- - Narration adds context visuals can't show
981
- - Contrast between spoken dialogue and internal truth
982
- - Retrospective perspective adds depth
983
-
984
- ---
985
-
986
- ## Flashback-Heavy Narrative Style
987
-
988
- ### Characteristics
989
- - Past and present intercut
990
- - Dual timeline momentum
991
- - Thematic connections across time
992
- - Strategic revelation
993
-
994
- ### Example Scene
995
-
996
- ```fountain
997
- INT. APARTMENT - NIGHT (PRESENT)
998
-
999
- Sarah stands in the doorway. Michael sits on the couch.
1000
-
1001
- SARAH
1002
- Elena told me about the hospital.
1003
-
1004
- FLASHBACK TO:
1005
-
1006
- INT. HOSPITAL - DAY (TWO MONTHS AGO)
1007
-
1008
- Michael sits in a sterile waiting room, alone. A DOCTOR approaches with a folder.
1009
-
1010
- DOCTOR
1011
- Mr. Chen? The tests came back.
1012
-
1013
- Michael's face falls.
1014
-
1015
- BACK TO PRESENT:
1016
-
1017
- INT. APARTMENT - NIGHT
1018
-
1019
- MICHAEL
1020
- I was going to tell you.
1021
-
1022
- SARAH
1023
- When?
1024
-
1025
- FLASHBACK TO:
1026
-
1027
- INT. APARTMENT - NIGHT (SIX WEEKS AGO)
1028
-
1029
- Sarah and Michael eat dinner together. She's laughing at something on her phone.
1030
-
1031
- SARAH (PAST)
1032
- Look at this. Remember when we—
1033
-
1034
- Michael watches her laugh. Opens his mouth to speak. Closes it.
1035
-
1036
- MICHAEL (PAST)
1037
- Yeah. I remember.
1038
-
1039
- He says nothing about the diagnosis.
1040
-
1041
- BACK TO PRESENT:
1042
-
1043
- INT. APARTMENT - NIGHT
1044
-
1045
- SARAH
1046
- You had so many chances.
1047
-
1048
- FLASHBACK TO:
1049
-
1050
- INT. BEDROOM - MORNING (ONE MONTH AGO)
1051
-
1052
- Sarah wakes up next to Michael. She kisses his shoulder.
1053
-
1054
- SARAH (PAST)
1055
- I love you.
1056
-
1057
- MICHAEL (PAST)
1058
- I love you too.
1059
-
1060
- The lie of omission hangs between them, invisible.
1061
-
1062
- BACK TO PRESENT:
1063
-
1064
- INT. APARTMENT - NIGHT
1065
-
1066
- MICHAEL
1067
- I was scared.
1068
-
1069
- FLASHBACK TO:
1070
-
1071
- INT. HOSPITAL - DAY (TWO MONTHS AGO)
1072
-
1073
- The Doctor hands Michael pamphlets about treatment options.
1074
-
1075
- DOCTOR
1076
- You should tell your partner. You'll need support.
1077
-
1078
- MICHAEL (PAST)
1079
- I will. Soon.
1080
-
1081
- BACK TO PRESENT:
1082
-
1083
- INT. APARTMENT - NIGHT
1084
-
1085
- SARAH
1086
- I could have been there for you.
1087
-
1088
- MICHAEL
1089
- I know.
1090
-
1091
- FLASHBACK TO:
1092
-
1093
- INT. APARTMENT - NIGHT (FIVE YEARS AGO)
1094
-
1095
- Younger Sarah and Michael, just moved in together. Unpacking boxes.
1096
-
1097
- SARAH (PAST, YOUNG)
1098
- Promise me something.
1099
-
1100
- MICHAEL (PAST, YOUNG)
1101
- Anything.
1102
-
1103
- SARAH (PAST, YOUNG)
1104
- No secrets. Ever. We tell each other everything.
1105
-
1106
- MICHAEL (PAST, YOUNG)
1107
- I promise.
1108
-
1109
- They kiss. Young and hopeful and unaware.
1110
-
1111
- BACK TO PRESENT:
1112
-
1113
- INT. APARTMENT - NIGHT
1114
-
1115
- Sarah's eyes fill with tears.
1116
-
1117
- SARAH
1118
- You broke your promise.
1119
-
1120
- She leaves. Michael sits alone with his broken promises.
1121
-
1122
- FADE OUT.
1123
- ```
1124
-
1125
- ### Style Notes
1126
- - Past and present illuminate each other
1127
- - Flashbacks show missed opportunities
1128
- - Thematic parallel (promise made vs. promise broken)
1129
- - Both timelines have emotional momentum
1130
-
1131
- ---
1132
-
1133
- ## Dialogue-Centric Narrative Style
1134
-
1135
- ### Characteristics
1136
- - Conversation as primary action
1137
- - Distinct character voices
1138
- - Verbal conflict
1139
- - Subtext and layering
1140
-
1141
- ### Example Scene
1142
-
1143
- ```fountain
1144
- INT. APARTMENT - NIGHT
1145
-
1146
- Sarah enters. Michael sits on the couch. They look at each other.
1147
-
1148
- SARAH
1149
- So.
1150
-
1151
- MICHAEL
1152
- So.
1153
-
1154
- SARAH
1155
- Elena called.
1156
-
1157
- MICHAEL
1158
- I figured she would.
1159
-
1160
- SARAH
1161
- Did you.
1162
-
1163
- MICHAEL
1164
- Eventually. Yeah.
1165
-
1166
- SARAH
1167
- Eventually.
1168
-
1169
- MICHAEL
1170
- Sarah—
1171
-
1172
- SARAH
1173
- Two months.
1174
-
1175
- MICHAEL
1176
- I know.
1177
-
1178
- SARAH
1179
- Do you?
1180
-
1181
- MICHAEL
1182
- Yes.
1183
-
1184
- SARAH
1185
- I don't think you do.
1186
-
1187
- MICHAEL
1188
- What do you want me to say?
1189
-
1190
- SARAH
1191
- I want you to say something true.
1192
-
1193
- MICHAEL
1194
- I was scared.
1195
-
1196
- SARAH
1197
- Of what?
1198
-
1199
- MICHAEL
1200
- Of this. Of you looking at me the way you're looking at me right now.
1201
-
1202
- SARAH
1203
- How am I looking at you?
1204
-
1205
- MICHAEL
1206
- Like I'm already gone.
1207
-
1208
- SARAH
1209
- You are gone. You've been gone for two months.
1210
-
1211
- MICHAEL
1212
- I'm right here.
1213
-
1214
- SARAH
1215
- No. You're not. The person I knew wouldn't have lied.
1216
-
1217
- MICHAEL
1218
- People lie when they're scared.
1219
-
1220
- SARAH
1221
- People trust when they're in love.
1222
-
1223
- MICHAEL
1224
- I do love you.
1225
-
1226
- SARAH
1227
- Do you?
1228
-
1229
- MICHAEL
1230
- Yes.
1231
-
1232
- SARAH
1233
- Then why?
1234
-
1235
- MICHAEL
1236
- Because love doesn't make you brave. Sometimes it makes you a coward.
1237
-
1238
- SARAH
1239
- That's convenient.
1240
-
1241
- MICHAEL
1242
- It's true.
1243
-
1244
- SARAH
1245
- Is it?
1246
-
1247
- MICHAEL
1248
- Stop doing that.
1249
-
1250
- SARAH
1251
- Doing what?
1252
-
1253
- MICHAEL
1254
- Turning everything I say into a question.
1255
-
1256
- SARAH
1257
- I'm just trying to understand.
1258
-
1259
- MICHAEL
1260
- No, you're trying to make me feel worse than I already do.
1261
-
1262
- SARAH
1263
- Is that possible?
1264
-
1265
- MICHAEL
1266
- Apparently.
1267
-
1268
- Silence. They stare at each other.
1269
-
1270
- SARAH
1271
- I don't know what to do with this.
1272
-
1273
- MICHAEL
1274
- Neither do I.
1275
-
1276
- SARAH
1277
- That's the first honest thing you've said.
1278
-
1279
- MICHAEL
1280
- I've been honest.
1281
-
1282
- SARAH
1283
- Have you?
1284
-
1285
- MICHAEL
1286
- There you go again.
1287
-
1288
- SARAH
1289
- I'm leaving.
1290
-
1291
- MICHAEL
1292
- Where?
1293
-
1294
- SARAH
1295
- Does it matter?
1296
-
1297
- MICHAEL
1298
- To me it does.
1299
-
1300
- SARAH
1301
- Since when?
1302
-
1303
- MICHAEL
1304
- That's not fair.
1305
-
1306
- SARAH
1307
- Fair? You want to talk about fair?
1308
-
1309
- MICHAEL
1310
- No. I don't. I want to talk about us.
1311
-
1312
- SARAH
1313
- There is no us. Not anymore.
1314
-
1315
- MICHAEL
1316
- Don't say that.
1317
-
1318
- SARAH
1319
- Why not? It's true.
1320
-
1321
- MICHAEL
1322
- It doesn't have to be.
1323
-
1324
- SARAH
1325
- Yes. It does.
1326
-
1327
- She leaves. Michael sits alone.
1328
-
1329
- MICHAEL
1330
- (to empty room)
1331
- I'm sorry.
1332
-
1333
- No one answers.
1334
-
1335
- FADE OUT.
1336
- ```
1337
-
1338
- ### Style Notes
1339
- - Entire scene is dialogue
1340
- - Minimal action description
1341
- - Verbal sparring creates tension
1342
- - Subtext beneath every exchange
1343
- - Rhythm and pacing through conversation
1344
- - Distinct voices (Sarah's questions vs. Michael's defensiveness)
1345
-
1346
- ---
1347
-
1348
- ## Comparison Summary
1349
-
1350
- | Style | Dialogue Density | Pacing | Emotional Expression | Structure | Complexity |
1351
- |-------|-----------------|--------|---------------------|-----------|------------|
1352
- | Linear | Moderate | Steady build | Direct | Chronological | Low |
1353
- | Non-Linear | Moderate | Fragmented | Layered | Time jumps | High |
1354
- | Ensemble | High | Varied | Multiple perspectives | Parallel | Medium-High |
1355
- | Minimalist | Sparse | Slow | Restrained | Simple | High |
1356
- | Epic | Moderate-High | Expansive | Grand | Multi-timeline | High |
1357
- | Realistic | Natural | Deliberate | Understated | Chronological | Medium |
1358
- | Satirical | Moderate-High | Varied | Ironic/Exaggerated | Thematic | High |
1359
- | Poetic | Sparse-Lyrical | Rhythmic | Metaphorical | Symbolic | High |
1360
- | Surreal | Varied | Non-linear | Symbolic | Dream logic | High |
1361
- | Experimental | Varied | Unconventional | Challenging | Innovative | Very High |
1362
- | Voice-Over | Moderate | Flexible | Internal/Reflective | Layered | Medium-High |
1363
- | Flashback-Heavy | Moderate | Dual timeline | Revelatory | Temporal | Medium-High |
1364
- | Dialogue-Centric | Very High | Conversational | Verbal | Theatrical | High |
1365
-
1366
- ## Application Guidelines
1367
-
1368
- ### Choosing a Style
1369
-
1370
- 1. **Consider your story's needs**: What does the narrative require?
1371
- 2. **Match theme to style**: Some themes suit certain styles better
1372
- 3. **Know your audience**: Different styles appeal to different viewers
1373
- 4. **Assess resources**: Epic requires more budget than minimalist
1374
- 5. **Trust your instincts**: Choose the style that excites you
1375
-
1376
- ### Mixing Styles
1377
-
1378
- While typically one style dominates, elements can be combined:
1379
-
1380
- **Common Combinations:**
1381
- - **Linear + Realistic**: Most common combination (mainstream drama)
1382
- - **Non-Linear + Ensemble**: Complex but powerful (multi-perspective mysteries)
1383
- - **Minimalist + Realistic**: Natural pairing (art house cinema)
1384
- - **Epic + Non-Linear**: Ambitious but challenging (historical epics)
1385
-
1386
- **Advanced Combinations:**
1387
- - **Voice-Over + Flashback-Heavy**: Retrospective storytelling (The Shawshank Redemption)
1388
- - **Satirical + Dialogue-Centric**: Sharp social commentary (In the Loop)
1389
- - **Poetic + Surreal**: Dreamlike visual poetry (The Tree of Life)
1390
- - **Experimental + Non-Linear**: Avant-garde narrative (Memento)
1391
- - **Ensemble + Dialogue-Centric**: Character-driven ensemble (The Big Chill)
1392
-
1393
- **Challenging Combinations:**
1394
- - **Minimalist + Dialogue-Centric**: Requires exceptional dialogue craft
1395
- - **Satirical + Poetic**: Difficult tonal balance
1396
- - **Experimental + Epic**: Resource-intensive and risky
1397
- - **Surreal + Realistic**: Contradictory but possible with skill
1398
-
1399
- ### Common Mistakes
1400
-
1401
- **General Mistakes:**
1402
- 1. **Style over substance**: Don't choose style for flash—style should serve story
1403
- 2. **Inconsistent application**: Commit to your chosen style throughout
1404
- 3. **Wrong style for story**: Match style to narrative needs, not personal preference
1405
- 4. **Overcomplexity**: Simpler is often better—don't combine too many styles
1406
-
1407
- **Style-Specific Mistakes:**
1408
- 5. **Satirical**: Being mean-spirited instead of insightful
1409
- 6. **Poetic**: Purple prose that obscures rather than illuminates
1410
- 7. **Surreal**: Random weirdness without internal logic
1411
- 8. **Experimental**: Breaking rules without understanding them first
1412
- 9. **Voice-Over**: Using narration to describe what we can see
1413
- 10. **Flashback-Heavy**: Confusing timeline without clear markers
1414
- 11. **Dialogue-Centric**: All characters sounding the same
1415
- 12. **Minimalist**: Boring instead of restrained
1416
- 13. **Non-Linear**: Complexity for its own sake
1417
-
1418
- ---
1419
-
1420
- ## Style Selection Guide
1421
-
1422
- ### By Story Type
1423
-
1424
- **Personal Drama**: Realistic, Minimalist, Dialogue-Centric
1425
- **Mystery/Thriller**: Non-Linear, Flashback-Heavy, Voice-Over
1426
- **Social Commentary**: Satirical, Experimental
1427
- **Character Study**: Ensemble, Dialogue-Centric, Voice-Over
1428
- **Art Film**: Poetic, Surreal, Experimental, Minimalist
1429
- **Epic Story**: Epic, Non-Linear, Ensemble
1430
- **Mainstream Drama**: Linear, Realistic
1431
-
1432
- ### By Audience
1433
-
1434
- **Wide Audience**: Linear, Realistic, Epic
1435
- **Art House**: Poetic, Surreal, Experimental, Minimalist
1436
- **Genre Fans**: Non-Linear, Voice-Over, Flashback-Heavy
1437
- **Theater Lovers**: Dialogue-Centric, Ensemble
1438
- **Comedy Fans**: Satirical (with humor)
1439
-
1440
- ### By Budget
1441
-
1442
- **Low Budget**: Minimalist, Dialogue-Centric, Realistic
1443
- **Medium Budget**: Linear, Non-Linear, Ensemble, Voice-Over
1444
- **High Budget**: Epic, Experimental (with resources)
1445
-
1446
- ---
1447
-
1448
- **Note**: These examples demonstrate core principles using a single scenario. Actual screenplays would develop these scenes further with additional context, subplots, and character development. Each style can be adapted to various genres, tones, and story types. The key is understanding the fundamental characteristics of each style and applying them consistently throughout your screenplay.
1449
-
1
+ # Narrative Style Applications
2
+
3
+ **Version**: 2.0.0
4
+ **Last Updated**: 2026-01-31
5
+
6
+ ## Overview
7
+
8
+ This document provides practical examples of how different narrative styles affect the same story scenario. Each example demonstrates the distinct characteristics, formatting, and techniques of each narrative style.
9
+
10
+ ## Base Scenario
11
+
12
+ **Setup**: A woman discovers her partner has been keeping a significant secret. She must decide how to respond.
13
+
14
+ **Characters**:
15
+ - SARAH (30s) - Protagonist
16
+ - MICHAEL (30s) - Partner
17
+ - ELENA (40s) - Sarah's sister
18
+
19
+ **Core Conflict**: Trust, honesty, and the decision to stay or leave
20
+
21
+ ---
22
+
23
+ ## Linear Narrative Style
24
+
25
+ ### Characteristics
26
+ - Chronological progression
27
+ - Clear cause-and-effect
28
+ - Straightforward timeline
29
+ - Building tension
30
+
31
+ ### Example Scene
32
+
33
+ ```fountain
34
+ INT. APARTMENT - NIGHT
35
+
36
+ Sarah enters, drops her keys on the counter. Michael sits on the couch, laptop open.
37
+
38
+ SARAH
39
+ Hey. How was your day?
40
+
41
+ MICHAEL
42
+ Fine. Yours?
43
+
44
+ SARAH
45
+ Good. I ran into Elena at the coffee shop.
46
+
47
+ Michael's expression shifts slightly.
48
+
49
+ MICHAEL
50
+ Oh yeah? How is she?
51
+
52
+ SARAH
53
+ She mentioned something interesting. About a phone call you made last week.
54
+
55
+ Michael closes the laptop.
56
+
57
+ MICHAEL
58
+ Sarah, I can explain--
59
+
60
+ SARAH
61
+ (cutting him off)
62
+ Five years, Michael. Five years and you never mentioned it.
63
+
64
+ MICHAEL
65
+ I was going to tell you.
66
+
67
+ SARAH
68
+ When? When were you going to tell me?
69
+
70
+ Silence.
71
+
72
+ SARAH (CONT'D)
73
+ I need some air.
74
+
75
+ She grabs her coat and leaves. Michael sits alone.
76
+
77
+ CUT TO:
78
+
79
+ EXT. CITY STREET - NIGHT - CONTINUOUS
80
+
81
+ Sarah walks quickly, phone to her ear.
82
+
83
+ SARAH
84
+ (into phone)
85
+ Elena? Can I come over?
86
+
87
+ FADE OUT.
88
+ ```
89
+
90
+ ### Style Notes
91
+ - Events unfold in real time
92
+ - Clear spatial and temporal continuity
93
+ - Dialogue reveals information progressively
94
+ - Each action leads directly to next
95
+
96
+ ---
97
+
98
+ ## Non-Linear Narrative Style
99
+
100
+ ### Characteristics
101
+ - Time jumps between past and present
102
+ - Thematic connections across timelines
103
+ - Delayed revelation
104
+ - Puzzle-like structure
105
+
106
+ ### Example Scene
107
+
108
+ ```fountain
109
+ INT. APARTMENT - NIGHT (PRESENT)
110
+
111
+ Sarah stares at Michael, frozen.
112
+
113
+ SARAH
114
+ You're lying.
115
+
116
+ FLASH TO:
117
+
118
+ INT. COFFEE SHOP - DAY (ONE WEEK EARLIER)
119
+
120
+ Elena leans across the table, concerned.
121
+
122
+ ELENA
123
+ Sarah, there's something you should know about Michael.
124
+
125
+ SARAH
126
+ What?
127
+
128
+ ELENA
129
+ I saw him last Tuesday. At the hospital.
130
+
131
+ BACK TO:
132
+
133
+ INT. APARTMENT - NIGHT (PRESENT)
134
+
135
+ MICHAEL
136
+ I was going to tell you.
137
+
138
+ SARAH
139
+ When?
140
+
141
+ FLASH TO:
142
+
143
+ INT. HOSPITAL WAITING ROOM - DAY (TWO MONTHS EARLIER)
144
+
145
+ Michael sits alone, holding paperwork. His hands shake.
146
+
147
+ A DOCTOR approaches.
148
+
149
+ DOCTOR
150
+ Mr. Chen? We have the results.
151
+
152
+ BACK TO:
153
+
154
+ INT. APARTMENT - NIGHT (PRESENT)
155
+
156
+ MICHAEL
157
+ I found out two months ago. I didn't know how to--
158
+
159
+ SARAH
160
+ Two months?
161
+
162
+ She turns away.
163
+
164
+ FLASH TO:
165
+
166
+ INT. APARTMENT - NIGHT (SIX MONTHS EARLIER)
167
+
168
+ Sarah and Michael laugh together, cooking dinner. Happy. Unaware.
169
+
170
+ SARAH
171
+ (past, happy)
172
+ Promise me we'll always be honest with each other.
173
+
174
+ MICHAEL
175
+ (past)
176
+ Always.
177
+
178
+ They kiss.
179
+
180
+ BACK TO:
181
+
182
+ INT. APARTMENT - NIGHT (PRESENT)
183
+
184
+ Sarah grabs her coat.
185
+
186
+ SARAH
187
+ I can't do this right now.
188
+
189
+ She leaves. Michael watches her go.
190
+
191
+ FADE OUT.
192
+ ```
193
+
194
+ ### Style Notes
195
+ - Past and present intercut for emotional impact
196
+ - Revelation delayed through temporal structure
197
+ - Dramatic irony from knowing multiple timelines
198
+ - Thematic parallels between time periods
199
+
200
+ ---
201
+
202
+ ## Ensemble Narrative Style
203
+
204
+ ### Characteristics
205
+ - Multiple perspectives on same events
206
+ - Balanced focus across characters
207
+ - Interconnected storylines
208
+ - Thematic unity
209
+
210
+ ### Example Scene
211
+
212
+ ```fountain
213
+ INT. APARTMENT - NIGHT
214
+
215
+ SARAH'S POV:
216
+
217
+ Sarah enters. Michael sits on the couch, avoiding eye contact.
218
+
219
+ SARAH
220
+ We need to talk.
221
+
222
+ MICHAEL
223
+ I know.
224
+
225
+ SARAH
226
+ Elena told me everything.
227
+
228
+ Michael's face falls.
229
+
230
+ CUT TO:
231
+
232
+ INT. ELENA'S APARTMENT - SAME TIME
233
+
234
+ ELENA'S POV:
235
+
236
+ Elena paces, phone in hand. She dials Sarah.
237
+
238
+ ELENA
239
+ (to herself)
240
+ Please pick up.
241
+
242
+ Voicemail. She hangs up, worried.
243
+
244
+ Her husband DAVID enters.
245
+
246
+ DAVID
247
+ Did you tell her?
248
+
249
+ ELENA
250
+ This afternoon. I had to.
251
+
252
+ DAVID
253
+ You did the right thing.
254
+
255
+ ELENA
256
+ Then why do I feel terrible?
257
+
258
+ CUT TO:
259
+
260
+ INT. APARTMENT - NIGHT
261
+
262
+ MICHAEL'S POV:
263
+
264
+ Michael faces Sarah. He's been dreading this moment.
265
+
266
+ MICHAEL
267
+ I should have told you sooner.
268
+
269
+ SARAH
270
+ Two months, Michael. You've known for two months.
271
+
272
+ MICHAEL
273
+ I was scared. The diagnosis... I didn't want to burden you.
274
+
275
+ SARAH
276
+ Burden me? I'm your partner!
277
+
278
+ Michael's phone buzzes. A text from his DOCTOR.
279
+
280
+ INSERT - PHONE SCREEN: "Appointment confirmed for Monday. We'll discuss treatment options."
281
+
282
+ Michael silences the phone.
283
+
284
+ CUT TO:
285
+
286
+ INT. ELENA'S APARTMENT - SAME TIME
287
+
288
+ Elena's phone rings. Sarah's name appears.
289
+
290
+ ELENA
291
+ (answering)
292
+ Sarah?
293
+
294
+ SARAH (V.O.)
295
+ (crying)
296
+ Can I come over?
297
+
298
+ ELENA
299
+ Of course. I'm here.
300
+
301
+ She grabs her keys, looks at David.
302
+
303
+ ELENA (CONT'D)
304
+ I have to go.
305
+
306
+ FADE OUT.
307
+ ```
308
+
309
+ ### Style Notes
310
+ - Three perspectives on same events
311
+ - Each character has distinct emotional stake
312
+ - Storylines interconnect through shared event
313
+ - Balanced screen time across ensemble
314
+
315
+ ---
316
+
317
+ ## Minimalist Narrative Style
318
+
319
+ ### Characteristics
320
+ - Sparse dialogue
321
+ - Visual storytelling priority
322
+ - Emotional restraint
323
+ - Deliberate pacing
324
+
325
+ ### Example Scene
326
+
327
+ ```fountain
328
+ INT. APARTMENT - NIGHT
329
+
330
+ Sarah enters.
331
+
332
+ Michael sits on the couch.
333
+
334
+ Long silence.
335
+
336
+ SARAH
337
+ Elena called.
338
+
339
+ Michael looks up.
340
+
341
+ Silence.
342
+
343
+ SARAH (CONT'D)
344
+ Two months?
345
+
346
+ Michael nods.
347
+
348
+ Sarah sits. Stares ahead.
349
+
350
+ MICHAEL
351
+ I'm sorry.
352
+
353
+ Silence. 30 seconds.
354
+
355
+ Sarah stands. Gets her coat.
356
+
357
+ MICHAEL (CONT'D)
358
+ Sarah--
359
+
360
+ She stops at the door. Doesn't turn around.
361
+
362
+ SARAH
363
+ I need time.
364
+
365
+ She leaves.
366
+
367
+ Michael sits alone in the quiet apartment.
368
+
369
+ FADE OUT.
370
+ ```
371
+
372
+ ### Style Notes
373
+ - Minimal dialogue
374
+ - Long silences carry emotional weight
375
+ - Actions speak louder than words
376
+ - Restraint creates power
377
+
378
+ ---
379
+
380
+ ## Epic Narrative Style
381
+
382
+ ### Characteristics
383
+ - Extended timeframe
384
+ - Multiple locations
385
+ - Large cast
386
+ - Historical/cultural significance
387
+
388
+ ### Example Scene
389
+
390
+ ```fountain
391
+ TITLE CARD: "NEW YORK - 2020"
392
+
393
+ INT. APARTMENT - NIGHT
394
+
395
+ Sarah confronts Michael about the secret.
396
+
397
+ SARAH
398
+ How long have you known?
399
+
400
+ MICHAEL
401
+ Since March. Right when the pandemic started.
402
+
403
+ SARAH
404
+ Six months?
405
+
406
+ DISSOLVE TO:
407
+
408
+ TITLE CARD: "MARCH 2020 - THE BEGINNING"
409
+
410
+ INT. HOSPITAL - DAY
411
+
412
+ Michael receives his diagnosis. The hospital is chaotic with COVID patients.
413
+
414
+ DOCTOR
415
+ I'm sorry, Mr. Chen. With the pandemic, treatment will be complicated.
416
+
417
+ DISSOLVE TO:
418
+
419
+ TITLE CARD: "APRIL 2020 - LOCKDOWN"
420
+
421
+ INT. APARTMENT - DAY
422
+
423
+ Sarah and Michael quarantine together. She works from home, unaware of his secret.
424
+
425
+ DISSOLVE TO:
426
+
427
+ TITLE CARD: "JUNE 2020 - PROTESTS"
428
+
429
+ EXT. CITY STREETS - DAY
430
+
431
+ Protests fill the streets. Michael watches from the window, contemplating mortality and meaning.
432
+
433
+ DISSOLVE TO:
434
+
435
+ TITLE CARD: "SEPTEMBER 2020 - THE REVELATION"
436
+
437
+ INT. APARTMENT - NIGHT
438
+
439
+ Back to the confrontation.
440
+
441
+ SARAH
442
+ You went through all of that alone?
443
+
444
+ MICHAEL
445
+ I didn't want to add to your stress. The world was falling apart.
446
+
447
+ SARAH
448
+ I'm your world, Michael. You should have told me.
449
+
450
+ FADE OUT.
451
+ ```
452
+
453
+ ### Style Notes
454
+ - Extended timeframe (6 months)
455
+ - Historical context (pandemic, protests)
456
+ - Multiple time periods shown
457
+ - Personal story mirrors larger events
458
+
459
+ ---
460
+
461
+ ## Realistic Narrative Style
462
+
463
+ ### Characteristics
464
+ - Naturalistic dialogue
465
+ - Everyday situations
466
+ - Authentic behavior
467
+ - Ambiguous resolution
468
+
469
+ ### Example Scene
470
+
471
+ ```fountain
472
+ INT. APARTMENT - NIGHT
473
+
474
+ Sarah comes in, sets down her bag. Michael's on the couch watching TV.
475
+
476
+ SARAH
477
+ Hey.
478
+
479
+ MICHAEL
480
+ Hey.
481
+
482
+ She goes to the kitchen, starts making tea.
483
+
484
+ SARAH
485
+ So, um... I saw Elena today.
486
+
487
+ Michael tenses slightly but doesn't look away from the TV.
488
+
489
+ MICHAEL
490
+ Yeah?
491
+
492
+ SARAH
493
+ Yeah. At the, uh, at the coffee place on Third.
494
+
495
+ MICHAEL
496
+ How's she doing?
497
+
498
+ SARAH
499
+ She's good. She, uh...
500
+
501
+ Sarah brings her tea to the living room, sits in the chair across from him.
502
+
503
+ SARAH (CONT'D)
504
+ She mentioned she saw you. At the hospital.
505
+
506
+ Michael finally looks at her.
507
+
508
+ MICHAEL
509
+ Oh.
510
+
511
+ SARAH
512
+ Yeah.
513
+
514
+ Awkward silence. The TV plays in the background.
515
+
516
+ SARAH (CONT'D)
517
+ So... were you gonna tell me, or...?
518
+
519
+ MICHAEL
520
+ I was. I just... I didn't know how to--
521
+
522
+ SARAH
523
+ How long have you known?
524
+
525
+ MICHAEL
526
+ About two months.
527
+
528
+ SARAH
529
+ Two months.
530
+
531
+ MICHAEL
532
+ Yeah.
533
+
534
+ She nods, looks down at her tea.
535
+
536
+ SARAH
537
+ Okay.
538
+
539
+ MICHAEL
540
+ Sarah--
541
+
542
+ SARAH
543
+ I just... I need to think about this. Okay?
544
+
545
+ MICHAEL
546
+ Okay.
547
+
548
+ She gets up, goes to the bedroom. Closes the door quietly.
549
+
550
+ Michael sits alone with the TV.
551
+
552
+ FADE OUT.
553
+ ```
554
+
555
+ ### Style Notes
556
+ - Natural, hesitant dialogue
557
+ - Awkward pauses and interruptions
558
+ - Understated emotional reactions
559
+ - Ambiguous, unresolved ending
560
+ - Everyday details (TV, tea, coffee shop)
561
+
562
+ ---
563
+
564
+ ## Satirical Narrative Style
565
+
566
+ ### Characteristics
567
+ - Humor with social commentary
568
+ - Irony and exaggeration
569
+ - Critique of institutions/society
570
+ - Absurdity revealing truth
571
+
572
+ ### Example Scene
573
+
574
+ ```fountain
575
+ INT. APARTMENT - NIGHT
576
+
577
+ Sarah enters. Michael sits on the couch, scrolling through his phone with a smile.
578
+
579
+ SARAH
580
+ You seem happy.
581
+
582
+ MICHAEL
583
+ Just reading about how honesty is the foundation of all relationships.
584
+
585
+ He shows her an article titled "10 Ways to Build Trust."
586
+
587
+ SARAH
588
+ Ironic.
589
+
590
+ MICHAEL
591
+ What?
592
+
593
+ SARAH
594
+ Elena told me about the hospital visits. The diagnosis. The two months of lies.
595
+
596
+ Michael sets down his phone, still smiling awkwardly.
597
+
598
+ MICHAEL
599
+ Okay, but in my defense, I was protecting you from unnecessary stress.
600
+
601
+ SARAH
602
+ Protecting me?
603
+
604
+ MICHAEL
605
+ It's what all the relationship experts recommend. "Don't burden your partner with problems they can't solve."
606
+
607
+ He picks up his phone, scrolls.
608
+
609
+ MICHAEL (CONT'D)
610
+ See? Right here. "Healthy boundaries mean not oversharing."
611
+
612
+ SARAH
613
+ You have cancer, Michael. That's not oversharing.
614
+
615
+ MICHAEL
616
+ Well, technically, it's a pre-cancerous condition. So really, I was being optimistic.
617
+
618
+ SARAH
619
+ Optimistic.
620
+
621
+ MICHAEL
622
+ The glass is half full! Another relationship tip.
623
+
624
+ He shows her another article.
625
+
626
+ SARAH
627
+ You're unbelievable.
628
+
629
+ MICHAEL
630
+ Thank you. I've been working on my positive mindset.
631
+
632
+ Sarah stares at him, then starts laughing—a bitter, incredulous laugh.
633
+
634
+ SARAH
635
+ This is insane.
636
+
637
+ MICHAEL
638
+ Insane is such a negative word. Let's call it "unconventional communication."
639
+
640
+ SARAH
641
+ I'm leaving.
642
+
643
+ MICHAEL
644
+ (calling after her)
645
+ Communication is key! That's tip number one!
646
+
647
+ She slams the door. Michael returns to his phone, scrolling through relationship advice.
648
+
649
+ FADE OUT.
650
+ ```
651
+
652
+ ### Style Notes
653
+ - Absurd behavior reveals truth about avoidance
654
+ - Ironic use of relationship advice
655
+ - Humor exposes Michael's dysfunction
656
+ - Exaggeration makes the critique clear
657
+
658
+ ---
659
+
660
+ ## Poetic Narrative Style
661
+
662
+ ### Characteristics
663
+ - Lyrical language
664
+ - Visual metaphor
665
+ - Symbolic imagery
666
+ - Rhythmic structure
667
+
668
+ ### Example Scene
669
+
670
+ ```fountain
671
+ INT. APARTMENT - NIGHT
672
+
673
+ Rain weeps against the windows. Each drop a confession falling from the sky.
674
+
675
+ Sarah enters like a ghost returning to a haunted house. Michael sits in the half-light, a statue of guilt.
676
+
677
+ The silence between them is a canyon. Words would have to fall a long way down.
678
+
679
+ SARAH
680
+ (soft, like wind)
681
+ Two months.
682
+
683
+ The words hang in the air like smoke.
684
+
685
+ Michael's hands rest on his knees. Still. So still. As if movement would shatter something already broken.
686
+
687
+ MICHAEL
688
+ I carried it alone. Like a stone in my chest.
689
+
690
+ SARAH
691
+ You should have given me half the weight.
692
+
693
+ Outside, the rain falls harder. Inside, something else is falling—trust, perhaps. Or the illusion of forever.
694
+
695
+ Sarah moves to the window. Her reflection in the glass is a stranger.
696
+
697
+ SARAH (CONT'D)
698
+ We promised to be honest. Remember?
699
+
700
+ MICHAEL
701
+ I remember everything. That's the problem.
702
+
703
+ She touches the window. The glass is cold. Everything is cold now.
704
+
705
+ SARAH
706
+ I need to go.
707
+
708
+ MICHAEL
709
+ Where?
710
+
711
+ SARAH
712
+ Somewhere the rain doesn't know my name.
713
+
714
+ She leaves. The door closes like the final page of a book.
715
+
716
+ Michael sits alone. The rain continues its confession. No one is listening.
717
+
718
+ FADE OUT.
719
+ ```
720
+
721
+ ### Style Notes
722
+ - Lyrical action lines create mood
723
+ - Rain as metaphor for truth/confession
724
+ - Poetic dialogue
725
+ - Visual imagery carries emotional weight
726
+
727
+ ---
728
+
729
+ ## Surreal Narrative Style
730
+
731
+ ### Characteristics
732
+ - Dream logic
733
+ - Reality distortion
734
+ - Symbolic imagery
735
+ - Ambiguous reality
736
+
737
+ ### Example Scene
738
+
739
+ ```fountain
740
+ INT. APARTMENT - NIGHT
741
+
742
+ Sarah enters. The apartment is the same but different. The walls breathe.
743
+
744
+ Michael sits on the couch. Or is it Michael? He has Michael's face but his eyes are windows showing different rooms.
745
+
746
+ SARAH
747
+ Elena told me.
748
+
749
+ MICHAEL
750
+ Elena is a bird now. Didn't you know?
751
+
752
+ Sarah looks down. Her hands are melting like wax, reforming, melting again.
753
+
754
+ SARAH
755
+ Two months you've been lying.
756
+
757
+ MICHAEL
758
+ Time is a circle here. Two months, two years, two seconds. All the same.
759
+
760
+ The couch begins to sink into the floor. Michael sinks with it, unconcerned.
761
+
762
+ SARAH
763
+ You're sick.
764
+
765
+ MICHAEL
766
+ We're all sick. The apartment has a fever.
767
+
768
+ The walls pulse. The ceiling drips upward.
769
+
770
+ Sarah walks toward the door but each step takes her further into the room. The room is growing. Or she is shrinking. Both. Neither.
771
+
772
+ SARAH
773
+ I can't stay here.
774
+
775
+ MICHAEL
776
+ You're already gone. You left two months ago. Or was it two years?
777
+
778
+ Sarah's coat turns into wings. She doesn't notice.
779
+
780
+ SARAH
781
+ I need truth.
782
+
783
+ MICHAEL
784
+ Truth is in the other room. But the other room is inside this room. And this room is inside you.
785
+
786
+ The apartment folds in on itself like origami. Sarah and Michael are closer now, or further apart. Distance has lost its meaning.
787
+
788
+ Sarah opens her mouth to speak. Flowers fall out instead of words.
789
+
790
+ FADE OUT.
791
+
792
+ Or fade in. It's hard to tell.
793
+ ```
794
+
795
+ ### Style Notes
796
+ - Dream logic governs events
797
+ - Reality bends and breaks
798
+ - Symbolic imagery (melting hands, flowers for words)
799
+ - Ambiguous, non-literal meaning
800
+
801
+ ---
802
+
803
+ ## Experimental Narrative Style
804
+
805
+ ### Characteristics
806
+ - Formal innovation
807
+ - Convention breaking
808
+ - Self-reflexivity
809
+ - Audience challenge
810
+
811
+ ### Example Scene
812
+
813
+ ```fountain
814
+ INT. APARTMENT - NIGHT
815
+
816
+ [NOTE: The following scene will be shot in four simultaneous takes from four camera angles, displayed in split screen. Dialogue overlaps and contradicts between versions.]
817
+
818
+ CAMERA 1 (WIDE SHOT):
819
+
820
+ Sarah enters. Michael sits on the couch.
821
+
822
+ SARAH
823
+ We need to talk.
824
+
825
+ MICHAEL
826
+ I know.
827
+
828
+ CAMERA 2 (CLOSE-UP SARAH):
829
+
830
+ Sarah enters. The apartment is empty. She talks to the camera.
831
+
832
+ SARAH
833
+ (to audience)
834
+ He's not here. Or maybe I'm not here. Does it matter?
835
+
836
+ CAMERA 3 (CLOSE-UP MICHAEL):
837
+
838
+ Michael sits alone. Sarah hasn't arrived yet. Or has already left. Time is unclear.
839
+
840
+ MICHAEL
841
+ (to himself, or to us)
842
+ I should tell her. I should have told her. I will tell her. I told her.
843
+
844
+ All tenses collapse.
845
+
846
+ CAMERA 4 (OVERHEAD SHOT):
847
+
848
+ The scene plays backward. Sarah walks backward out the door. Words are spoken in reverse.
849
+
850
+ [ALL CAMERAS SIMULTANEOUSLY]:
851
+
852
+ SARAH (Camera 1)
853
+ Elena told me everything.
854
+
855
+ SARAH (Camera 2)
856
+ (to audience)
857
+ That's a lie. Elena told me nothing. I'm making this up.
858
+
859
+ MICHAEL (Camera 3)
860
+ Two months I've been—
861
+
862
+ MICHAEL (Camera 4)
863
+ [Reversed audio, unintelligible]
864
+
865
+ [SCREEN GOES BLACK]
866
+
867
+ TITLE CARD: "This scene will now restart with different dialogue."
868
+
869
+ INT. APARTMENT - NIGHT (TAKE 2)
870
+
871
+ Sarah enters. Michael sits on the couch.
872
+
873
+ SARAH
874
+ I'm leaving you.
875
+
876
+ MICHAEL
877
+ You already did. This is a flashback. Or a flash-forward. The script isn't sure.
878
+
879
+ SARAH
880
+ (breaking character)
881
+ Should I exit now or wait for the—
882
+
883
+ DIRECTOR (V.O.)
884
+ Cut! Let's try it again, but this time—
885
+
886
+ [SCREEN SPLITS INTO INFINITE SMALLER SCREENS, EACH SHOWING A DIFFERENT VERSION OF THE SCENE]
887
+
888
+ FADE OUT.
889
+
890
+ Or don't. The ending is optional.
891
+ ```
892
+
893
+ ### Style Notes
894
+ - Multiple simultaneous perspectives
895
+ - Self-aware, meta-commentary
896
+ - Breaks fourth wall
897
+ - Challenges narrative conventions
898
+ - Deliberately confusing/provocative
899
+
900
+ ---
901
+
902
+ ## Voice-Over Driven Narrative Style
903
+
904
+ ### Characteristics
905
+ - Narration as primary device
906
+ - Internal access
907
+ - Temporal flexibility
908
+ - Visual-verbal counterpoint
909
+
910
+ ### Example Scene
911
+
912
+ ```fountain
913
+ INT. APARTMENT - NIGHT
914
+
915
+ Sarah enters. Michael sits on the couch.
916
+
917
+ SARAH (V.O.)
918
+ I knew before I opened the door. You always know, don't you? Your body knows before your mind catches up.
919
+
920
+ They look at each other. Neither speaks.
921
+
922
+ SARAH (V.O.) (CONT'D)
923
+ Elena had called that afternoon. Three words: "Michael is sick." That's all it took. Three words to crack open five years.
924
+
925
+ SARAH
926
+ Hey.
927
+
928
+ MICHAEL
929
+ Hey.
930
+
931
+ SARAH (V.O.)
932
+ We said "hey" like it was a normal Tuesday. Like the world wasn't ending. Like we hadn't just become strangers.
933
+
934
+ Sarah sits across from him. The distance between them is vast.
935
+
936
+ SARAH (V.O.) (CONT'D)
937
+ I wanted to scream. I wanted to throw something. Instead, I sat down and folded my hands like a good girl at church.
938
+
939
+ SARAH
940
+ Elena called.
941
+
942
+ MICHAEL
943
+ I figured.
944
+
945
+ SARAH (V.O.)
946
+ He figured. Two months of lying and he "figured" I'd find out. That's the thing about secrets—they're just truths waiting to betray you.
947
+
948
+ SARAH
949
+ Why didn't you tell me?
950
+
951
+ MICHAEL
952
+ I don't know.
953
+
954
+ SARAH (V.O.)
955
+ He did know. I knew he knew. We both knew. But we played the game anyway.
956
+
957
+ Silence.
958
+
959
+ SARAH (V.O.) (CONT'D)
960
+ My mother used to say silence is just a conversation you're too afraid to have. She was right about that. She was right about a lot of things.
961
+
962
+ Sarah stands.
963
+
964
+ SARAH
965
+ I need some time.
966
+
967
+ SARAH (V.O.)
968
+ What I needed was a time machine. What I needed was two months ago when I could have been there. What I needed was impossible.
969
+
970
+ She leaves. Michael watches her go.
971
+
972
+ SARAH (V.O.) (CONT'D)
973
+ I didn't know it then, but that was the moment. Not the moment we ended—we'd ended two months ago when he decided to lie. This was the moment I realized it.
974
+
975
+ FADE OUT.
976
+ ```
977
+
978
+ ### Style Notes
979
+ - Voice-over provides internal thoughts
980
+ - Narration adds context visuals can't show
981
+ - Contrast between spoken dialogue and internal truth
982
+ - Retrospective perspective adds depth
983
+
984
+ ---
985
+
986
+ ## Flashback-Heavy Narrative Style
987
+
988
+ ### Characteristics
989
+ - Past and present intercut
990
+ - Dual timeline momentum
991
+ - Thematic connections across time
992
+ - Strategic revelation
993
+
994
+ ### Example Scene
995
+
996
+ ```fountain
997
+ INT. APARTMENT - NIGHT (PRESENT)
998
+
999
+ Sarah stands in the doorway. Michael sits on the couch.
1000
+
1001
+ SARAH
1002
+ Elena told me about the hospital.
1003
+
1004
+ FLASHBACK TO:
1005
+
1006
+ INT. HOSPITAL - DAY (TWO MONTHS AGO)
1007
+
1008
+ Michael sits in a sterile waiting room, alone. A DOCTOR approaches with a folder.
1009
+
1010
+ DOCTOR
1011
+ Mr. Chen? The tests came back.
1012
+
1013
+ Michael's face falls.
1014
+
1015
+ BACK TO PRESENT:
1016
+
1017
+ INT. APARTMENT - NIGHT
1018
+
1019
+ MICHAEL
1020
+ I was going to tell you.
1021
+
1022
+ SARAH
1023
+ When?
1024
+
1025
+ FLASHBACK TO:
1026
+
1027
+ INT. APARTMENT - NIGHT (SIX WEEKS AGO)
1028
+
1029
+ Sarah and Michael eat dinner together. She's laughing at something on her phone.
1030
+
1031
+ SARAH (PAST)
1032
+ Look at this. Remember when we—
1033
+
1034
+ Michael watches her laugh. Opens his mouth to speak. Closes it.
1035
+
1036
+ MICHAEL (PAST)
1037
+ Yeah. I remember.
1038
+
1039
+ He says nothing about the diagnosis.
1040
+
1041
+ BACK TO PRESENT:
1042
+
1043
+ INT. APARTMENT - NIGHT
1044
+
1045
+ SARAH
1046
+ You had so many chances.
1047
+
1048
+ FLASHBACK TO:
1049
+
1050
+ INT. BEDROOM - MORNING (ONE MONTH AGO)
1051
+
1052
+ Sarah wakes up next to Michael. She kisses his shoulder.
1053
+
1054
+ SARAH (PAST)
1055
+ I love you.
1056
+
1057
+ MICHAEL (PAST)
1058
+ I love you too.
1059
+
1060
+ The lie of omission hangs between them, invisible.
1061
+
1062
+ BACK TO PRESENT:
1063
+
1064
+ INT. APARTMENT - NIGHT
1065
+
1066
+ MICHAEL
1067
+ I was scared.
1068
+
1069
+ FLASHBACK TO:
1070
+
1071
+ INT. HOSPITAL - DAY (TWO MONTHS AGO)
1072
+
1073
+ The Doctor hands Michael pamphlets about treatment options.
1074
+
1075
+ DOCTOR
1076
+ You should tell your partner. You'll need support.
1077
+
1078
+ MICHAEL (PAST)
1079
+ I will. Soon.
1080
+
1081
+ BACK TO PRESENT:
1082
+
1083
+ INT. APARTMENT - NIGHT
1084
+
1085
+ SARAH
1086
+ I could have been there for you.
1087
+
1088
+ MICHAEL
1089
+ I know.
1090
+
1091
+ FLASHBACK TO:
1092
+
1093
+ INT. APARTMENT - NIGHT (FIVE YEARS AGO)
1094
+
1095
+ Younger Sarah and Michael, just moved in together. Unpacking boxes.
1096
+
1097
+ SARAH (PAST, YOUNG)
1098
+ Promise me something.
1099
+
1100
+ MICHAEL (PAST, YOUNG)
1101
+ Anything.
1102
+
1103
+ SARAH (PAST, YOUNG)
1104
+ No secrets. Ever. We tell each other everything.
1105
+
1106
+ MICHAEL (PAST, YOUNG)
1107
+ I promise.
1108
+
1109
+ They kiss. Young and hopeful and unaware.
1110
+
1111
+ BACK TO PRESENT:
1112
+
1113
+ INT. APARTMENT - NIGHT
1114
+
1115
+ Sarah's eyes fill with tears.
1116
+
1117
+ SARAH
1118
+ You broke your promise.
1119
+
1120
+ She leaves. Michael sits alone with his broken promises.
1121
+
1122
+ FADE OUT.
1123
+ ```
1124
+
1125
+ ### Style Notes
1126
+ - Past and present illuminate each other
1127
+ - Flashbacks show missed opportunities
1128
+ - Thematic parallel (promise made vs. promise broken)
1129
+ - Both timelines have emotional momentum
1130
+
1131
+ ---
1132
+
1133
+ ## Dialogue-Centric Narrative Style
1134
+
1135
+ ### Characteristics
1136
+ - Conversation as primary action
1137
+ - Distinct character voices
1138
+ - Verbal conflict
1139
+ - Subtext and layering
1140
+
1141
+ ### Example Scene
1142
+
1143
+ ```fountain
1144
+ INT. APARTMENT - NIGHT
1145
+
1146
+ Sarah enters. Michael sits on the couch. They look at each other.
1147
+
1148
+ SARAH
1149
+ So.
1150
+
1151
+ MICHAEL
1152
+ So.
1153
+
1154
+ SARAH
1155
+ Elena called.
1156
+
1157
+ MICHAEL
1158
+ I figured she would.
1159
+
1160
+ SARAH
1161
+ Did you.
1162
+
1163
+ MICHAEL
1164
+ Eventually. Yeah.
1165
+
1166
+ SARAH
1167
+ Eventually.
1168
+
1169
+ MICHAEL
1170
+ Sarah—
1171
+
1172
+ SARAH
1173
+ Two months.
1174
+
1175
+ MICHAEL
1176
+ I know.
1177
+
1178
+ SARAH
1179
+ Do you?
1180
+
1181
+ MICHAEL
1182
+ Yes.
1183
+
1184
+ SARAH
1185
+ I don't think you do.
1186
+
1187
+ MICHAEL
1188
+ What do you want me to say?
1189
+
1190
+ SARAH
1191
+ I want you to say something true.
1192
+
1193
+ MICHAEL
1194
+ I was scared.
1195
+
1196
+ SARAH
1197
+ Of what?
1198
+
1199
+ MICHAEL
1200
+ Of this. Of you looking at me the way you're looking at me right now.
1201
+
1202
+ SARAH
1203
+ How am I looking at you?
1204
+
1205
+ MICHAEL
1206
+ Like I'm already gone.
1207
+
1208
+ SARAH
1209
+ You are gone. You've been gone for two months.
1210
+
1211
+ MICHAEL
1212
+ I'm right here.
1213
+
1214
+ SARAH
1215
+ No. You're not. The person I knew wouldn't have lied.
1216
+
1217
+ MICHAEL
1218
+ People lie when they're scared.
1219
+
1220
+ SARAH
1221
+ People trust when they're in love.
1222
+
1223
+ MICHAEL
1224
+ I do love you.
1225
+
1226
+ SARAH
1227
+ Do you?
1228
+
1229
+ MICHAEL
1230
+ Yes.
1231
+
1232
+ SARAH
1233
+ Then why?
1234
+
1235
+ MICHAEL
1236
+ Because love doesn't make you brave. Sometimes it makes you a coward.
1237
+
1238
+ SARAH
1239
+ That's convenient.
1240
+
1241
+ MICHAEL
1242
+ It's true.
1243
+
1244
+ SARAH
1245
+ Is it?
1246
+
1247
+ MICHAEL
1248
+ Stop doing that.
1249
+
1250
+ SARAH
1251
+ Doing what?
1252
+
1253
+ MICHAEL
1254
+ Turning everything I say into a question.
1255
+
1256
+ SARAH
1257
+ I'm just trying to understand.
1258
+
1259
+ MICHAEL
1260
+ No, you're trying to make me feel worse than I already do.
1261
+
1262
+ SARAH
1263
+ Is that possible?
1264
+
1265
+ MICHAEL
1266
+ Apparently.
1267
+
1268
+ Silence. They stare at each other.
1269
+
1270
+ SARAH
1271
+ I don't know what to do with this.
1272
+
1273
+ MICHAEL
1274
+ Neither do I.
1275
+
1276
+ SARAH
1277
+ That's the first honest thing you've said.
1278
+
1279
+ MICHAEL
1280
+ I've been honest.
1281
+
1282
+ SARAH
1283
+ Have you?
1284
+
1285
+ MICHAEL
1286
+ There you go again.
1287
+
1288
+ SARAH
1289
+ I'm leaving.
1290
+
1291
+ MICHAEL
1292
+ Where?
1293
+
1294
+ SARAH
1295
+ Does it matter?
1296
+
1297
+ MICHAEL
1298
+ To me it does.
1299
+
1300
+ SARAH
1301
+ Since when?
1302
+
1303
+ MICHAEL
1304
+ That's not fair.
1305
+
1306
+ SARAH
1307
+ Fair? You want to talk about fair?
1308
+
1309
+ MICHAEL
1310
+ No. I don't. I want to talk about us.
1311
+
1312
+ SARAH
1313
+ There is no us. Not anymore.
1314
+
1315
+ MICHAEL
1316
+ Don't say that.
1317
+
1318
+ SARAH
1319
+ Why not? It's true.
1320
+
1321
+ MICHAEL
1322
+ It doesn't have to be.
1323
+
1324
+ SARAH
1325
+ Yes. It does.
1326
+
1327
+ She leaves. Michael sits alone.
1328
+
1329
+ MICHAEL
1330
+ (to empty room)
1331
+ I'm sorry.
1332
+
1333
+ No one answers.
1334
+
1335
+ FADE OUT.
1336
+ ```
1337
+
1338
+ ### Style Notes
1339
+ - Entire scene is dialogue
1340
+ - Minimal action description
1341
+ - Verbal sparring creates tension
1342
+ - Subtext beneath every exchange
1343
+ - Rhythm and pacing through conversation
1344
+ - Distinct voices (Sarah's questions vs. Michael's defensiveness)
1345
+
1346
+ ---
1347
+
1348
+ ## Comparison Summary
1349
+
1350
+ | Style | Dialogue Density | Pacing | Emotional Expression | Structure | Complexity |
1351
+ |-------|-----------------|--------|---------------------|-----------|------------|
1352
+ | Linear | Moderate | Steady build | Direct | Chronological | Low |
1353
+ | Non-Linear | Moderate | Fragmented | Layered | Time jumps | High |
1354
+ | Ensemble | High | Varied | Multiple perspectives | Parallel | Medium-High |
1355
+ | Minimalist | Sparse | Slow | Restrained | Simple | High |
1356
+ | Epic | Moderate-High | Expansive | Grand | Multi-timeline | High |
1357
+ | Realistic | Natural | Deliberate | Understated | Chronological | Medium |
1358
+ | Satirical | Moderate-High | Varied | Ironic/Exaggerated | Thematic | High |
1359
+ | Poetic | Sparse-Lyrical | Rhythmic | Metaphorical | Symbolic | High |
1360
+ | Surreal | Varied | Non-linear | Symbolic | Dream logic | High |
1361
+ | Experimental | Varied | Unconventional | Challenging | Innovative | Very High |
1362
+ | Voice-Over | Moderate | Flexible | Internal/Reflective | Layered | Medium-High |
1363
+ | Flashback-Heavy | Moderate | Dual timeline | Revelatory | Temporal | Medium-High |
1364
+ | Dialogue-Centric | Very High | Conversational | Verbal | Theatrical | High |
1365
+
1366
+ ## Application Guidelines
1367
+
1368
+ ### Choosing a Style
1369
+
1370
+ 1. **Consider your story's needs**: What does the narrative require?
1371
+ 2. **Match theme to style**: Some themes suit certain styles better
1372
+ 3. **Know your audience**: Different styles appeal to different viewers
1373
+ 4. **Assess resources**: Epic requires more budget than minimalist
1374
+ 5. **Trust your instincts**: Choose the style that excites you
1375
+
1376
+ ### Mixing Styles
1377
+
1378
+ While typically one style dominates, elements can be combined:
1379
+
1380
+ **Common Combinations:**
1381
+ - **Linear + Realistic**: Most common combination (mainstream drama)
1382
+ - **Non-Linear + Ensemble**: Complex but powerful (multi-perspective mysteries)
1383
+ - **Minimalist + Realistic**: Natural pairing (art house cinema)
1384
+ - **Epic + Non-Linear**: Ambitious but challenging (historical epics)
1385
+
1386
+ **Advanced Combinations:**
1387
+ - **Voice-Over + Flashback-Heavy**: Retrospective storytelling (The Shawshank Redemption)
1388
+ - **Satirical + Dialogue-Centric**: Sharp social commentary (In the Loop)
1389
+ - **Poetic + Surreal**: Dreamlike visual poetry (The Tree of Life)
1390
+ - **Experimental + Non-Linear**: Avant-garde narrative (Memento)
1391
+ - **Ensemble + Dialogue-Centric**: Character-driven ensemble (The Big Chill)
1392
+
1393
+ **Challenging Combinations:**
1394
+ - **Minimalist + Dialogue-Centric**: Requires exceptional dialogue craft
1395
+ - **Satirical + Poetic**: Difficult tonal balance
1396
+ - **Experimental + Epic**: Resource-intensive and risky
1397
+ - **Surreal + Realistic**: Contradictory but possible with skill
1398
+
1399
+ ### Common Mistakes
1400
+
1401
+ **General Mistakes:**
1402
+ 1. **Style over substance**: Don't choose style for flash—style should serve story
1403
+ 2. **Inconsistent application**: Commit to your chosen style throughout
1404
+ 3. **Wrong style for story**: Match style to narrative needs, not personal preference
1405
+ 4. **Overcomplexity**: Simpler is often better—don't combine too many styles
1406
+
1407
+ **Style-Specific Mistakes:**
1408
+ 5. **Satirical**: Being mean-spirited instead of insightful
1409
+ 6. **Poetic**: Purple prose that obscures rather than illuminates
1410
+ 7. **Surreal**: Random weirdness without internal logic
1411
+ 8. **Experimental**: Breaking rules without understanding them first
1412
+ 9. **Voice-Over**: Using narration to describe what we can see
1413
+ 10. **Flashback-Heavy**: Confusing timeline without clear markers
1414
+ 11. **Dialogue-Centric**: All characters sounding the same
1415
+ 12. **Minimalist**: Boring instead of restrained
1416
+ 13. **Non-Linear**: Complexity for its own sake
1417
+
1418
+ ---
1419
+
1420
+ ## Style Selection Guide
1421
+
1422
+ ### By Story Type
1423
+
1424
+ **Personal Drama**: Realistic, Minimalist, Dialogue-Centric
1425
+ **Mystery/Thriller**: Non-Linear, Flashback-Heavy, Voice-Over
1426
+ **Social Commentary**: Satirical, Experimental
1427
+ **Character Study**: Ensemble, Dialogue-Centric, Voice-Over
1428
+ **Art Film**: Poetic, Surreal, Experimental, Minimalist
1429
+ **Epic Story**: Epic, Non-Linear, Ensemble
1430
+ **Mainstream Drama**: Linear, Realistic
1431
+
1432
+ ### By Audience
1433
+
1434
+ **Wide Audience**: Linear, Realistic, Epic
1435
+ **Art House**: Poetic, Surreal, Experimental, Minimalist
1436
+ **Genre Fans**: Non-Linear, Voice-Over, Flashback-Heavy
1437
+ **Theater Lovers**: Dialogue-Centric, Ensemble
1438
+ **Comedy Fans**: Satirical (with humor)
1439
+
1440
+ ### By Budget
1441
+
1442
+ **Low Budget**: Minimalist, Dialogue-Centric, Realistic
1443
+ **Medium Budget**: Linear, Non-Linear, Ensemble, Voice-Over
1444
+ **High Budget**: Epic, Experimental (with resources)
1445
+
1446
+ ---
1447
+
1448
+ **Note**: These examples demonstrate core principles using a single scenario. Actual screenplays would develop these scenes further with additional context, subplots, and character development. Each style can be adapted to various genres, tones, and story types. The key is understanding the fundamental characteristics of each style and applying them consistently throughout your screenplay.
1449
+