@mytechtoday/augment-extensions 1.5.2 → 1.6.1

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 (359) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/README.md +62 -9
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -0
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +740 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  218. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  219. package/augment-extensions/writing-standards/screenplay/module.json +48 -1
  220. package/cli/AGENTS.md +22 -0
  221. package/cli/dist/__test_hook-system.d.ts +2 -0
  222. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  223. package/cli/dist/__test_hook-system.js +4 -0
  224. package/cli/dist/__test_hook-system.js.map +1 -0
  225. package/cli/dist/cli.js +21 -0
  226. package/cli/dist/cli.js.map +1 -1
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  230. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  234. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  236. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  238. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  242. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  282. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  286. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  290. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  294. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  298. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  302. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  306. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  310. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  314. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  318. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  322. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  326. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  330. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  334. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  338. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  342. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  346. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  348. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  349. package/cli/dist/commands/generate-shot-list.js +115 -0
  350. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  351. package/cli/dist/index.d.ts +7 -0
  352. package/cli/dist/index.d.ts.map +1 -0
  353. package/cli/dist/index.js +10 -0
  354. package/cli/dist/index.js.map +1 -0
  355. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  356. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  357. package/cli/dist/utils/mcp-integration.js +102 -13
  358. package/cli/dist/utils/mcp-integration.js.map +1 -1
  359. package/package.json +4 -1
@@ -0,0 +1,203 @@
1
+ # David Fincher Films Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The Fincher Aesthetic: Clinical Precision Meets Cynical Elegance, Technological Paranoia, Moral Nihilism, Obsessive Craftsmanship, and the Dark Heart of Late-Capitalist America](#introduction-the-fincher-aesthetic-clinical-precision-meets-cynical-elegance-technological-paranoia-moral-nihilism-obsessive-craftsmanship-and-the-dark-heart-of-late-capitalist-america)
6
+ - [Overall Tone and Thematic DNA – Cold Precision, Cynical Elegance, Technological Paranoia, Moral Nihilism, Obsessive Craftsmanship, Late-Capitalist Dread, and Existential Emptiness](#overall-tone-and-thematic-dna-cold-precision-cynical-elegance-technological-paranoia-moral-nihilism-obsessive-craftsmanship-late-capitalist-dread-and-existential-emptiness)
7
+ - [Narrative Architecture – Slow-Burn Obsession, Non-Linear Reveals, Ironic Twists, Formal Precision, and Minimalist Plotting](#narrative-architecture-slow-burn-obsession-non-linear-reveals-ironic-twists-formal-precision-and-minimalist-plotting)
8
+ - [Character Construction – Anti-Heroes, Obsessives, Manipulators, and Moral Mirrors](#character-construction-anti-heroes-obsessives-manipulators-and-moral-mirrors)
9
+ - [Dialogue Mechanics – Clipped, Cynical, Precise, Understated, and Rhythmically Sharp](#dialogue-mechanics-clipped-cynical-precise-understated-and-rhythmically-sharp)
10
+ - [Visual Language & Cinematography – Dark Greens/Teals, High Contrast, Symmetrical Framing, Digital Precision](#visual-language-cinematography-dark-greensteals-high-contrast-symmetrical-framing-digital-precision)
11
+ - [Action and Violence – Precise, Brutal, Psychological, Minimalist](#action-and-violence-precise-brutal-psychological-minimalist)
12
+ - [Music and Sound Design – Trent Reznor & Atticus Ross Mastery](#music-and-sound-design-trent-reznor-atticus-ross-mastery)
13
+ - [Practical Screenwriting Advice – Fincher Habits & Process](#practical-screenwriting-advice-fincher-habits-process)
14
+ - [Quick Reference – Fincher Checklist (Expanded with Rules & Examples)](#quick-reference-fincher-checklist-expanded-with-rules-examples)
15
+
16
+ ## Introduction – The Fincher Aesthetic: Clinical Precision Meets Cynical Elegance, Technological Paranoia, Moral Nihilism, Obsessive Craftsmanship, and the Dark Heart of Late-Capitalist America
17
+ David Fincher (born August 28, 1962) is widely regarded as one of the most meticulous, intellectually rigorous, visually obsessive, and tonally consistent directors of the modern era. His filmography—while relatively compact compared to his contemporaries—achieves an almost architectural level of precision and thematic unity across genres: corporate thrillers, serial-killer procedurals, psychological character studies, historical dramas, and existential assassin portraits.
18
+
19
+ His major feature films include:
20
+ - *Alien³* (1992 – studio interference, but Fincher’s first theatrical direction)
21
+ - *Se7en* (1995)
22
+ - *The Game* (1997)
23
+ - *Fight Club* (1999)
24
+ - *Panic Room* (2002)
25
+ - *Zodiac* (2007)
26
+ - *The Curious Case of Benjamin Button* (2008)
27
+ - *The Social Network* (2010)
28
+ - *The Girl with the Dragon Tattoo* (2011)
29
+ - *Gone Girl* (2014)
30
+ - *Mank* (2020)
31
+ - *The Killer* (2023)
32
+
33
+ Fincher also directed dozens of iconic music videos in the 1980s–1990s (Madonna “Vogue,” “Express Yourself,” “Bad Girl”; Nine Inch Nails “Closer,” “Only”; George Michael “Freedom! ’90”; Aerosmith “Janie’s Got a Gun”; Rolling Stones “Love Is Strong”; A Perfect Circle “Judith”; etc.), which shaped his visual language early—high-contrast lighting, precise framing, rhythmic editing, and a fascination with decay, technology, and human performance under pressure.
34
+
35
+ His screenplays—often adapted from novels or non-fiction (*Fight Club* – Chuck Palahniuk, *Zodiac* – Robert Graysmith, *The Girl with the Dragon Tattoo* – Stieg Larsson, *Gone Girl* – Gillian Flynn, *Mank* – original by Jack Fincher) and written/co-written with collaborators like Andrew Kevin Walker (*Se7en*), Aaron Sorkin (*The Social Network*), Gillian Flynn (*Gone Girl*), and Andrew Dominik (*The Killer*)—function as dark, cynical parables about control, obsession, technology, media manipulation, masculinity in crisis, and the hollow promises of American success in late capitalism.
36
+
37
+ Fincher’s style stands in stark contrast to:
38
+ - Spielberg’s earnest humanism and redemptive wonder
39
+ - Lucas’s mythic heroism and serialized spectacle
40
+ - Coppola’s operatic family tragedy
41
+ - Scorsese’s kinetic Catholic guilt
42
+ - Kubrick’s existential detachment
43
+ - Villeneuve’s oppressive atmospheric dread
44
+ - Nolan’s cerebral temporal puzzles
45
+ - Anderson’s symmetrical whimsy
46
+ - Lynch’s subconscious surrealism
47
+ - Monty Python’s absurdist anarchy
48
+ - Brooks’s affectionate parody
49
+
50
+ Fincher is fundamentally cold, precise, cynical, technologically paranoid, visually obsessive, morally nihilistic, and psychologically brutal—a tone of elegant dread, intellectual discomfort, and the unflinching examination of human darkness in a late-capitalist, post-digital world.
51
+
52
+ This ultra-expanded guide provides the deepest possible dissection of Fincher’s style across his entire feature filmography (up to 2025), with hundreds of specific scene, sequence, shot, and line examples, thematic evolutions from early thrillers to late-career character studies, structural rules with slow-burn and non-linear reveal guidelines, visual grammar with color-grading, framing, and lighting principles, character archetypes with psychological strategies, dialogue mechanics with clipped, cynical, and precise rules, conflict philosophy with obsession, control, and moral emptiness themes, music & sound principles (Trent Reznor & Atticus Ross collaboration), production insights from his obsessive perfectionism and multi-year shooting schedules, ethical storytelling considerations around violence, misogyny, and nihilism, and practical screenwriting habits drawn from Fincher’s legendary process.
53
+
54
+ ## Overall Tone and Thematic DNA – Cold Precision, Cynical Elegance, Technological Paranoia, Moral Nihilism, Obsessive Craftsmanship, Late-Capitalist Dread, and Existential Emptiness
55
+ - **Cold Precision & Cynical Elegance – The Fincher Paradox**
56
+ Fincher’s tone is clinical, detached, ruthlessly elegant, and intellectually merciless: characters are observed with forensic distance, society is dissected with surgical cynicism, and every frame is composed with obsessive perfectionism. The result is a mesmerizing yet repellent experience—fascination and revulsion coexist.
57
+ - *Se7en* (1995): Seven deadly sins murders—tone of grim inevitability, rain-soaked urban decay, moral exhaustion, and quiet horror. The final box reveal is delivered with chilling calm.
58
+ - *Fight Club* (1999): Narrator’s insomnia and Tyler Durden’s anarchy—tone of manic despair masked as liberation, escalating into self-destruction and ironic awakening.
59
+ - *Zodiac* (2007): Obsessive hunt for Zodiac killer—tone of frustrating futility, quiet madness, and the slow erosion of sanity over decades.
60
+ - *The Social Network* (2010): Facebook’s creation—tone of cold ambition, social alienation, and the hollow victory of digital empire-building.
61
+ - *Gone Girl* (2014): Marriage unraveling—tone of icy manipulation, media spectacle, and the performative nature of modern relationships.
62
+ - *Mank* (2020): Citizen Kane screenplay—tone of nostalgic cynicism, Hollywood disillusionment, and the myth-making machinery behind art.
63
+ - *The Killer* (2023): Assassin’s methodical life—tone of clinical detachment, existential boredom, and the absurdity of professional violence.
64
+ → **Core Principle**: Maintain emotional distance and intellectual control—never let sentimentality, catharsis, or moralizing soften the horror, absurdity, or emptiness. Tone should mesmerize through precision while repelling through implication; fascination and revulsion must coexist.
65
+
66
+ - **Thematic Pillars – Obsession, Control, Technology, Masculinity in Crisis, Media Manipulation, Moral Nihilism, and Late-Capitalist Alienation**
67
+ 1. Obsession & Compulsion: Characters consumed by single-minded pursuits that destroy them.
68
+ - Zodiac killer hunt (*Zodiac*) – decades of futile obsession.
69
+ - Facebook’s creation (*The Social Network*) – Zuckerberg’s relentless drive.
70
+ - Assassin’s routine (*The Killer*) – methodical precision masking emptiness.
71
+ 2. Control & Loss of Control: Systems of power collapsing under human weakness.
72
+ - Narrator vs. Tyler Durden (*Fight Club*) – illusion of control shattered.
73
+ - Amy’s revenge plan (*Gone Girl*) – perfect control through performance.
74
+ 3. Technological Paranoia & Alienation: Technology as dehumanizing force.
75
+ - Facebook’s social engineering (*The Social Network*) – connection as isolation.
76
+ - Surveillance culture (*The Killer*) – digital life as trap.
77
+ 4. Masculinity in Crisis: Fragile male egos and performative toughness.
78
+ - Fight Club’s emasculation and underground violence.
79
+ - Zuckerberg’s social rejection driving empire-building.
80
+ 5. Media Manipulation & Spectacle: Truth distorted by narrative and performance.
81
+ - Gone Girl’s media circus and diary manipulation.
82
+ - Zodiac’s letters to the press.
83
+ 6. Moral Nihilism & Human Darkness: No redemption, only consequences.
84
+ - Se7en’s final box reveal – no justice, only horror.
85
+ - The Killer’s detached murders – no moral reckoning.
86
+ → **Integration Rule**: Center 3–5 pillars per film—classic Fincher formula: obsession + control + technological alienation + moral nihilism. Use visual metaphors (dark greens/teals, rain, shadows, screens, mirrors, empty spaces) to unify themes.
87
+
88
+ - **Tone Spectrum & Modulation Guidelines**
89
+ Clinical detachment → hypnotic visual/sonic fascination → creeping existential unease → sudden violence, revelation, or betrayal → lingering chill, cynical resignation, or quiet emptiness. Humor is black, dry, structural, and rare; tragedy is cold, inevitable, and devoid of sentiment.
90
+ - Modulation Rule: Use long takes, slow zooms, symmetrical framing, Reznor/Ross scores, deliberate silence, and high-contrast lighting to create hypnotic rhythm; sudden cuts, sound ruptures, or ironic music shifts for shocks; maintain overall tone of ironic distance and intellectual control throughout.
91
+
92
+ ## Narrative Architecture – Slow-Burn Obsession, Non-Linear Reveals, Ironic Twists, Formal Precision, and Minimalist Plotting
93
+ - **Slow-Burn Obsession Structure**
94
+ - Setup: Introduce protagonist’s routine, flaw, or obsession.
95
+ - Build: Escalating investigation, manipulation, or compulsion.
96
+ - Crisis: Confrontation with truth, self, or system.
97
+ - Climax: Violent, psychological, or emotional release.
98
+ - Resolution: Cynical, ambiguous, or quietly devastating close.
99
+ Examples:
100
+ - *Zodiac*: Obsessive hunt → dead ends → quiet madness → no resolution.
101
+ - *Gone Girl*: Disappearance → media frenzy → diary reveal → twist → ironic marriage.
102
+ - *The Social Network*: Dorm-room coding → lawsuits → isolation → final friend request.
103
+ → **Guideline**: Use MacGuffin (killer identity, marriage truth, social network) to drive plot—focus on psychological impact and audience suspense.
104
+
105
+ - **Non-Linear Reveals & Flashbacks**
106
+ - Gradual truth through unreliable narration, flashbacks, or structural irony.
107
+ - Examples:
108
+ - *Fight Club*: Tyler Durden reveal through flashbacks.
109
+ - *Gone Girl*: Amy’s diary twist and reverse chronology.
110
+ - *Mank*: Non-linear flashbacks to Hollywood’s golden age.
111
+ → **Rule**: Use non-linearity to mirror obsession, control, and fractured identity.
112
+
113
+ - **Pacing: Hypnotic Long Takes & Deliberate Rhythm**
114
+ - Extended shots create trance-like immersion and dread.
115
+ - Examples: Slow pans in *Zodiac*, long takes in *The Killer*, quiet office scenes in *The Social Network*.
116
+ → **Guideline**: Use long takes for dread, contemplation, or irony; sudden cuts for shocks or revelations.
117
+
118
+ ## Character Construction – Anti-Heroes, Obsessives, Manipulators, and Moral Mirrors
119
+ - **Flawed, Obsessive Protagonists**
120
+ - Mark Zuckerberg (*The Social Network*): Brilliant, ruthless, lonely, socially inept.
121
+ - The Killer (*The Killer*): Methodical, detached, bored, morally empty.
122
+ - Robert Graysmith (*Zodiac*): Obsessive cartoonist turned amateur detective.
123
+ → **Guideline**: Give protagonists clear intellectual or moral flaws; test them against systems or obsessions; show their limitations through action and consequence.
124
+
125
+ - **Female Manipulators & Victims**
126
+ - Amy Dunne (*Gone Girl*): Brilliant manipulator, performative victim.
127
+ - Lisbeth Salander (*The Girl with the Dragon Tattoo*): Traumatized avenger, hacker genius.
128
+ → **Rule**: Women often outsmart men—subvert expectations, portray as complex and dangerous.
129
+
130
+ - **Supporting Archetypes: Enablers, Victims, and Foils**
131
+ - Tyler Durden (*Fight Club*): Charismatic shadow self.
132
+ - Eduardo Saverin (*The Social Network*): Betrayed friend.
133
+ → **Guideline**: Use supporting cast to externalize protagonist’s internal contradictions.
134
+
135
+ ## Dialogue Mechanics – Clipped, Cynical, Precise, Understated, and Rhythmically Sharp
136
+ - **Sharp, Cynical, Economical Speech**
137
+ - “You don’t get to 500 million friends without making a few enemies.” — Zuckerberg (*The Social Network*).
138
+ - “I’m not a bad guy. I just have bad luck.” — The Killer.
139
+ → **Guideline**: Use understatement, irony, and clipped phrasing—dialogue should rarely explain emotion; let image and sound carry feeling.
140
+
141
+ - **Intellectual & Cynical Exchanges**
142
+ - Zuckerberg’s depositions in *The Social Network* – sarcastic, evasive, brilliant.
143
+ - Amy’s diary entries in *Gone Girl* – performative sincerity masking manipulation.
144
+ → **Rule**: Dialogue reveals inner turmoil subtly—subtext over exposition; cynicism over sentiment.
145
+
146
+ ## Visual Language & Cinematography – Dark Greens/Teals, High Contrast, Symmetrical Framing, Digital Precision
147
+ - **Signature Color Palette**
148
+ - Dark greens/teals, high contrast, desaturated realism, cool shadows.
149
+ - *Se7en*: Rainy, green-tinted urban decay.
150
+ - *The Social Network*: Cold blues and grays, sterile Harvard dorms.
151
+ - *Gone Girl*: Icy blues, warm flashbacks for contrast.
152
+ → **Guideline**: Use color symbolically—cold tones for alienation, high contrast for moral extremes.
153
+
154
+ - **Symmetrical Framing & Geometrical Precision**
155
+ - Symmetrical shots in *The Social Network* dorm rooms and boardrooms.
156
+ - Centered compositions in *The Killer* assassin sequences.
157
+ → **Rule**: Symmetry for control, disruption for chaos or madness.
158
+
159
+ - **Long Takes, Slow Zooms, and Precise Editing**
160
+ - Long takes in *Zodiac* stakeouts.
161
+ - Slow zooms in *Gone Girl* interviews.
162
+ → **Guideline**: Every camera move must be motivated—zoom for psychological revelation, long take for dread.
163
+
164
+ ## Action and Violence – Precise, Brutal, Psychological, Minimalist
165
+ - **Stylized Brutality**
166
+ - *Se7en* box reveal – quiet, devastating.
167
+ - *Fight Club* basement fights – balletic, visceral.
168
+ - *The Killer* assassin kills – clean, methodical, emotionless.
169
+ → **Guideline**: Violence is quick, shocking, psychologically devastating—focus on aftermath and consequence.
170
+
171
+ ## Music and Sound Design – Trent Reznor & Atticus Ross Mastery
172
+ - **Reznor/Ross Scores**
173
+ - *The Social Network*: Electronic dread, pulsing tension.
174
+ - *Gone Girl*: Dark, throbbing strings.
175
+ - *Mank*: Jazz-era nostalgia with modern edge.
176
+ → **Rule**: Use music to create unease, isolation, and intellectual tension—never merely underscore emotion.
177
+
178
+ ## Practical Screenwriting Advice – Fincher Habits & Process
179
+ - Research obsessively—become world expert in subject (serial killers, Facebook history, assassin routines).
180
+ - Write multiple drafts—revise for formal and thematic perfection.
181
+ - Storyboard obsessively—visualize every shot.
182
+ - Collaborate with composers early—music is structural element.
183
+ - Embrace long production schedules—perfection over speed.
184
+ - Adapt source material freely—reshape for thematic clarity and formal rigor.
185
+ - Test every formal choice—perfectionism over speed.
186
+ - Guideline: “Control every frame”—write with mathematical and musical precision.
187
+ - Rule: Never compromise vision—risk everything for absolute control and truth.
188
+
189
+ ## Quick Reference – Fincher Checklist (Expanded with Rules & Examples)
190
+ - [ ] Cold intellectual detachment & emotional distance (Rule: Never sentimentalize)
191
+ - [ ] Dark greens/teals & high-contrast palette (Example: *Se7en* rain, *Social Network* blues)
192
+ - [ ] Slow-burn obsession arcs (Example: *Zodiac* decades-long hunt)
193
+ - [ ] Moral nihilism & human darkness (Rule: No redemption, only consequences)
194
+ - [ ] Technological paranoia & alienation (Example: *Social Network* digital empire)
195
+ - [ ] Masculinity crisis & performative toughness (Example: *Fight Club* emasculation)
196
+ - [ ] Media manipulation & spectacle (Example: *Gone Girl* diary/media circus)
197
+ - [ ] Fourth-wall subtlety & meta moments (Guideline: Structural irony)
198
+ - [ ] Reznor/Ross soundscapes for unease (Rule: Music as character)
199
+ - [ ] Symmetrical framing & geometrical precision (Example: *Social Network* dorms)
200
+ - [ ] Precise, minimalist violence (Rule: Psychological impact over gore)
201
+ - [ ] Cynical elegance & intellectual control (Guideline: Forensic observation)
202
+
203
+ Write Fincher stories with clinical precision and cynical elegance: dissect human darkness through obsessive craft, cold detachment, visual mastery, and moral nihilism—create tales that unsettle, fascinate, and linger long after the credits roll, exposing the hollow core of late-capitalist existence.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-david-lynch",
3
+ "version": "1.0.0",
4
+ "displayName": "David Lynch Style Guide",
5
+ "description": "Screenplay style guide for David Lynch",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "david-lynch"
14
+ ],
15
+ "dependencies": {
16
+ "required": [],
17
+ "optional": [
18
+ "writing-standards/screenplay"
19
+ ]
20
+ },
21
+ "augment": {
22
+ "characterCount": 5000,
23
+ "priority": "medium",
24
+ "category": "cinematic-styles",
25
+ "appliesTo": {
26
+ "filePatterns": [
27
+ "**/*.fountain",
28
+ "**/*.screenplay",
29
+ "**/screenplay/**/*.md",
30
+ "**/screenplays/**/*"
31
+ ],
32
+ "languages": [
33
+ "fountain",
34
+ "markdown"
35
+ ]
36
+ }
37
+ },
38
+ "installation": {
39
+ "required": false,
40
+ "steps": [
41
+ "Link module: augx link writing-standards/screenplay/cinematic-styles/directors/david-lynch",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "david-lynch.md"
48
+ ]
49
+ }
50
+ }
@@ -0,0 +1,136 @@
1
+ # David Lynch Films Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction](#introduction)
6
+ - [Overall Tone and Thematic DNA – A Deeper Dive into the Lynchian Psyche](#overall-tone-and-thematic-dna-a-deeper-dive-into-the-lynchian-psyche)
7
+ - [Narrative Architecture – Building Dreams on Index Cards](#narrative-architecture-building-dreams-on-index-cards)
8
+ - [Character Construction – Archetypes from the Id](#character-construction-archetypes-from-the-id)
9
+ - [Dialogue Mechanics – Whispers from the Subconscious](#dialogue-mechanics-whispers-from-the-subconscious)
10
+ - [Visual Language & Directing-on-the-Page – Painting with Light and Shadow](#visual-language-directing-on-the-page-painting-with-light-and-shadow)
11
+ - [Sound Design & Music – The Auditory Subconscious](#sound-design-music-the-auditory-subconscious)
12
+ - [Practical Screenwriting Advice – Lynch's Rituals for Creation](#practical-screenwriting-advice-lynchs-rituals-for-creation)
13
+ - [Quick Reference – Lynchian Checklist (Expanded)](#quick-reference-lynchian-checklist-expanded)
14
+
15
+ ## Introduction
16
+ David Lynch, the visionary filmmaker, painter, and musician, has forged a cinematic language that defies easy categorization, drawing from the depths of the human subconscious to create experiences that linger like half-remembered dreams. His body of work spans from the stark, industrial nightmare of *Eraserhead* (1977), his feature debut born from years of painstaking labor, to the labyrinthine Hollywood satire and identity dissolution in *Mulholland Drive* (2001), which began as a rejected TV pilot before morphing into a masterpiece. It includes the groundbreaking television series *Twin Peaks* (1990–1991, revived in 2017 as *Twin Peaks: The Return*), which revolutionized serialized storytelling with its blend of soap opera tropes and supernatural horror; the fragmented psychological thriller *Lost Highway* (1997), co-written with Barry Gifford; the surreal digital odyssey *Inland Empire* (2006), shot entirely on consumer-grade video; and even his more linear but still enigmatic works like *The Straight Story* (1999), a gentle road trip that subtly incorporates his signature unease. Lynch's screenplays are less about traditional plotting and more about evoking moods, exploring the porous boundaries between reality and hallucination, and inviting audiences to confront the uncanny within the mundane.
17
+
18
+ What defines "Lynchian" cinema is its ability to unsettle through familiarity twisted awry—the everyday rendered strange, the innocent corrupted, and the logical supplanted by the intuitive. Unlike Quentin Tarantino's explosive dialogue and genre homages, the Coen Brothers' wry fatalism and chain-reaction absurdities, or the MCU's interconnected heroic epics, Lynch's style prioritizes the interior landscape of the mind, where symbols, sounds, and images operate on a dreamlike frequency. This profoundly expanded guide delves deeper into every facet of his approach, offering verbose dissections of techniques, enriched with multiple film-specific examples, philosophical insights drawn from Lynch's transcendental meditation practice, and practical steps for screenwriters to harness this ethereal style without mere imitation. It emphasizes the intuitive process, the embrace of ambiguity, and the power of the unspoken, providing tools to craft scripts that feel like portals to the subconscious rather than straightforward narratives.
19
+
20
+ ## Overall Tone and Thematic DNA – A Deeper Dive into the Lynchian Psyche
21
+ - **The Uncanny Valley: Familiarity as a Gateway to Dread**
22
+ Lynch masterfully employs the Freudian concept of the uncanny—things that are familiar yet slightly off-kilter—to generate a pervasive sense of unease. This tone begins with nostalgic, almost kitschy depictions of American life, only to subvert them with intrusions of the grotesque or inexplicable.
23
+ - In *Blue Velvet* (1986), the idyllic Lumberton suburb, complete with white picket fences and fire trucks waving cheerily, conceals a underworld of sexual violence, drug addiction, and a severed ear crawling with ants, symbolizing buried decay.
24
+ - *Twin Peaks* contrasts the quaint Pacific Northwest town—its cherry pie diners, homecoming queens, and lumber mills—with demonic possessions, incestuous secrets, and otherworldly entities like the Black Lodge.
25
+ - Even in *The Straight Story*, a seemingly straightforward tale of an elderly man lawn-mowing across states, subtle Lynchian touches like starry night skies and mechanical breakdowns hint at deeper existential isolation.
26
+ → **Expanded Principle**: Always ground your script in hyper-realistic, comforting details (e.g., 1950s diners with jukeboxes playing Roy Orbison) before introducing dissonant elements (e.g., a character inhaling from an oxygen mask while delivering threats). This contrast amplifies the horror, making the audience question their own reality.
27
+
28
+ - **Core Thematic Obsessions – Layers of the Subconscious**
29
+ Lynch's themes are not intellectual puzzles but emotional resonances, influenced by his 50+ years of Transcendental Meditation (TM), which he credits for unlocking creative "big fish" ideas from the unified field of consciousness.
30
+ 1. Identity duality: Characters fracture into multiples, reflecting inner conflicts (e.g., Fred Madison becoming Pete Dayton in *Lost Highway*).
31
+ 2. Innocence corrupted: Pure figures like Laura Palmer in *Twin Peaks* or Betty Elms in *Mulholland Drive* descend into moral ambiguity.
32
+ 3. Dream vs. reality: Narratives blur boundaries, suggesting dreams as portals to truth (e.g., the Red Room sequences).
33
+ 4. Sexuality's dual edge: Ecstasy intertwined with violence (e.g., Dorothy Vallens' masochistic pleas in *Blue Velvet*).
34
+ 5. Industrial-organic tension: Machines hum with menace against fragile humanity (e.g., the radiator lady in *Eraserhead*).
35
+ 6. Unresolved mysteries: Evil remains enigmatic, like Killer BOB or the Mystery Man in *Lost Highway*.
36
+ 7. Transcendence amid horror: Moments of pure beauty or light punctuate darkness (e.g., the angelic singer in *Mulholland Drive*).
37
+ 8. The role of fate and synchronicity: Events align mysteriously, echoing TM's emphasis on inner harmony.
38
+ → Avoid overt explanations; let themes emerge through recurring symbols, allowing viewers to interpret via their own subconscious.
39
+
40
+ - **Tone Spectrum: From Reverie to Nightmare**
41
+ The emotional arc shifts fluidly: warm nostalgia evokes comfort, creeping unease builds tension, surreal terror delivers shocks, hypnotic reverie offers respite, and ambiguous melancholy provides closure. Humor appears as absurd, almost infantile non-sequiturs (e.g., the backwards-talking Man from Another Place). Violence is psychological, intimate—rarely graphic but deeply disturbing, like the implied horrors in *Twin Peaks: Fire Walk with Me* (1992).
42
+
43
+ ## Narrative Architecture – Building Dreams on Index Cards
44
+ - **Dream Logic: Associative Rather Than Causal Storytelling**
45
+ Lynch eschews Aristotelian plot for Freudian free association, where scenes connect through emotion, color, or symbol rather than logic. Contradictions are embraced as part of the dream state.
46
+ - *Mulholland Drive* starts as a glossy Hollywood fantasy before fracturing into a nightmarish revelation of failed dreams and jealousy.
47
+ - *Inland Empire* loops recursively, with Laura Dern's character slipping between actress, role, and cursed Polish folklore.
48
+ - *Twin Peaks: The Return* spans 18 hours with digressions into atomic bomb origins and interdimensional travel.
49
+ → **Detailed Principle**: Construct narratives as mosaics—events don't "cause" each other but resonate. Use abrupt transitions (e.g., a character waking mid-scene) to mimic dream shifts.
50
+
51
+ - **Lynch's Index Card Methodology: Intuitive Assembly**
52
+ Drawing from screenwriting teacher Frank Daniel, Lynch generates 70+ scene fragments on 3x5 cards, each capturing a vivid image, mood, or dialogue snippet. He arranges them non-sequentially, dictating to an assistant, allowing the story to self-organize like a collage. This process mirrors TM's idea-diving.
53
+ - For *Lost Highway*, cards might include "jazz saxophonist in turmoil," "mystery videotapes," "desert highway transformation."
54
+ → Practical steps: Brainstorm isolated ideas daily; rearrange physically; dictate drafts; revise by feel, cutting anything that disrupts the "unified field" of mood.
55
+
56
+ - **Pacing, Economy, and Atmospheric Lingering**
57
+ Scripts are poetic, with minimal dialogue but expansive descriptions of mood. Scenes extend through repetition or stasis, building hypnotic dread.
58
+ - Long hallway walks in *Twin Peaks* amplify isolation; slow-motion falls in *Mulholland Drive* heighten tragedy.
59
+ → Allow "dead air"—describe pauses where ambient sounds dominate, fostering immersion.
60
+
61
+ - **Endings: Cycles of Eternal Mystery**
62
+ Resolutions are illusions; stories loop or fade into ambiguity, reflecting life's unresolved questions.
63
+ - *Eraserhead* ends in a radiant but uncertain "heaven"; *Twin Peaks: The Return* closes with a scream of eternal recurrence.
64
+ → Craft finales that echo openings, leaving audiences in meditative limbo.
65
+
66
+ ## Character Construction – Archetypes from the Id
67
+ - **Abstract Embodiments of Psychic Forces**
68
+ Characters are less individuals than manifestations of desires, fears, or archetypes, often with stylized behaviors that feel alien yet human.
69
+ - Innocent explorers: Jeffrey Beaumont (*Blue Velvet*) or Agent Cooper (*Twin Peaks*), whose curiosity unveils horrors.
70
+ - Fractured selves: Naomi Watts as Betty/Diane in *Mulholland Drive*, embodying aspiration and despair.
71
+ - Enigmatic evils: Frank Booth's nitrous-fueled rage or the cowboy in *Mulholland Drive* as fate's messenger.
72
+ → Infuse with obsessions (e.g., Cooper's coffee love) that symbolize deeper needs; avoid backstories—reveal through actions and symbols.
73
+
74
+ - **Stylized Performances: Heightened Reality**
75
+ Acting directions imply trance-like delivery: overly polite, whispered, or screamed.
76
+ - Isabella Rossellini's Dorothy in *Blue Velvet* shifts from victim to seductress in dreamlike fluidity.
77
+ → Write notes like "speaks as if reciting a forgotten poem."
78
+
79
+ ## Dialogue Mechanics – Whispers from the Subconscious
80
+ - **Sparse, Evocative, and Repetitive Cadence**
81
+ Words are tools for incantation, not information—cryptic, poetic, laden with double meanings.
82
+ - *Twin Peaks*: Log Lady's riddles ("The owls are not what they seem"); backwards speech in the Red Room.
83
+ - *Lost Highway*: Mystery Man's chilling "We've met before, haven't we?"
84
+ → Use repetition for rhythm (e.g., "Silencio" in *Mulholland Drive*); incorporate non-sequiturs that hint at hidden truths.
85
+
86
+ - **Multi-Layered Structure**
87
+ 1. Literal: Surface pleasantry.
88
+ 2. Emotional: Underlying fear/desire.
89
+ 3. Symbolic: Clue to larger mystery.
90
+ 4. Sonic: Delivery as sound design (whispers, echoes).
91
+
92
+ ## Visual Language & Directing-on-the-Page – Painting with Light and Shadow
93
+ - **Recurring Motifs: Symbols as Narrative Glue**
94
+ - Red elements: Curtains (separation of worlds), lipstick (seduction/corruption).
95
+ - Electricity: Buzzing lights signal otherworldly interference (e.g., flickering in *Twin Peaks*).
96
+ - Nature vs. machine: Woods hide secrets; factories spew existential dread.
97
+ - Patterns: Chevron floors evoke disorientation.
98
+ → Describe immersively: "The bulb flickers, casting jagged shadows like veins across the chevron tile."
99
+
100
+ - **Cinematography: Hypnotic Techniques**
101
+ Slow zooms into darkness; extreme angles; color shifts from warm to cold.
102
+ - Oversaturated blues/reds in *Blue Velvet* for emotional coding.
103
+
104
+ ## Sound Design & Music – The Auditory Subconscious
105
+ - **Layered Ambiance: Sound as Character**
106
+ Drones, hums, reversed audio create unease.
107
+ - *Eraserhead*'s constant industrial roar mirrors mental torment.
108
+ - Badalamenti's scores: Ethereal synths (*Twin Peaks* theme evokes longing).
109
+ → Specify: "A low hum builds, like electricity in the veins."
110
+
111
+ - **Ironic or Hypnotic Needle Drops**
112
+ Roy Orbison's "In Dreams" in *Blue Velvet* turns romantic into terrifying.
113
+
114
+ ## Practical Screenwriting Advice – Lynch's Rituals for Creation
115
+ - Practice TM twice daily to access ideas.
116
+ - Capture fragments immediately—ideas are fleeting fish.
117
+ - Work in isolation; dictate to preserve flow.
118
+ - Revise by meditation: Feel if scenes "glow."
119
+ - Ignore market logic—follow inner vision.
120
+ - Experiment with mediums (e.g., video for *Inland Empire*).
121
+
122
+ ## Quick Reference – Lynchian Checklist (Expanded)
123
+ - [ ] Hyper-normal setting subverted by uncanny intrusion
124
+ - [ ] Identity split / doppelgänger motif
125
+ - [ ] Non-linear dream logic with associative jumps
126
+ - [ ] Signature symbols: red curtains, buzzing electricity, fire/smoke
127
+ - [ ] Industrial drones and ambient whispers in sound
128
+ - [ ] Cryptic, repetitive dialogue with sonic emphasis
129
+ - [ ] Unresolved central mystery / open-ended cycle
130
+ - [ ] Prolonged silences and slow builds for dread
131
+ - [ ] Corruption of innocence through sexuality or violence
132
+ - [ ] 70+ index cards for intuitive structure assembly
133
+ - [ ] Transcendent beauty piercing horror
134
+ - [ ] Heightened, trance-like character performances
135
+
136
+ Embrace the unknown, meditate on your ideas, and let the subconscious guide the pen. In Lynch's world, the paradox is that true clarity comes from deliberate obscurity, yielding films that haunt and heal in equal measure.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-denis-villeneuve",
3
+ "version": "1.0.0",
4
+ "displayName": "Denis Villeneuve Style Guide",
5
+ "description": "Screenplay style guide for Denis Villeneuve",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "denis-villeneuve"
14
+ ],
15
+ "dependencies": {
16
+ "required": [],
17
+ "optional": [
18
+ "writing-standards/screenplay"
19
+ ]
20
+ },
21
+ "augment": {
22
+ "characterCount": 5000,
23
+ "priority": "medium",
24
+ "category": "cinematic-styles",
25
+ "appliesTo": {
26
+ "filePatterns": [
27
+ "**/*.fountain",
28
+ "**/*.screenplay",
29
+ "**/screenplay/**/*.md",
30
+ "**/screenplays/**/*"
31
+ ],
32
+ "languages": [
33
+ "fountain",
34
+ "markdown"
35
+ ]
36
+ }
37
+ },
38
+ "installation": {
39
+ "required": false,
40
+ "steps": [
41
+ "Link module: augx link writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "denis-villeneuve.md"
48
+ ]
49
+ }
50
+ }
@@ -0,0 +1,131 @@
1
+ # Denis Villeneuve Films Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction](#introduction)
6
+ - [Overall Tone and Thematic DNA – A Cinema of Foreboding Majesty](#overall-tone-and-thematic-dna-a-cinema-of-foreboding-majesty)
7
+ - [Narrative Architecture – Patient, Elliptical, Visually Driven](#narrative-architecture-patient-elliptical-visually-driven)
8
+ - [Character Construction – Isolated, Contemplative, Morally Compromised](#character-construction-isolated-contemplative-morally-compromised)
9
+ - [Dialogue Mechanics – Minimal, Weighted, Ritualistic](#dialogue-mechanics-minimal-weighted-ritualistic)
10
+ - [Visual Language & Cinematography – Monumental & Precise](#visual-language-cinematography-monumental-precise)
11
+ - [Sound Design & Music – Immersive, Oppressive, Pulsing](#sound-design-music-immersive-oppressive-pulsing)
12
+ - [Practical Screenwriting Advice – Villeneuve Habits](#practical-screenwriting-advice-villeneuve-habits)
13
+ - [Quick Reference – Villeneuve Checklist (Expanded)](#quick-reference-villeneuve-checklist-expanded)
14
+
15
+ ## Introduction
16
+ Denis Villeneuve stands as one of the most disciplined and visually commanding auteurs working today, transforming dense literary source material and original concepts into cinematic experiences of overwhelming immersion, philosophical weight, and sustained tension. His trajectory began in Quebecois cinema with intimate yet unsettling works—*August 32nd on Earth* (1998), a surreal road-trip meditation on mortality; *Maelström* (2000), a fable narrated by a talking fish; the stark, documentary-style recreation of tragedy in *Polytechnique* (2009); and the devastating family revelation epic *Incendies* (2010), which earned international acclaim. His Hollywood ascent brought *Prisoners* (2013), a morally corrosive abduction thriller; the doppelgänger psychological nightmare *Enemy* (2013); the morally compromised border-war procedural *Sicario* (2015); the linguistically transcendent first-contact story *Arrival* (2016); the visually monumental sequel *Blade Runner 2049* (2017); and the two-part adaptation of Frank Herbert’s *Dune* (*Part One* 2021, *Part Two* 2024), which redefined large-scale science-fiction storytelling.
17
+
18
+ Villeneuve’s screenplays—often adapted in collaboration with writers like Taylor Sheridan (*Sicario*), Eric Heisserer (*Arrival*), Hampton Fancher & Michael Green (*Blade Runner 2049*), Jon Spaihts, and Jon Spaihts again for *Dune*—prioritize visual language, environmental presence, deliberate pacing, and emotional restraint over conventional exposition or rapid plot mechanics. His films reject easy catharsis, moral binaries, or crowd-pleasing resolutions, instead offering slow-burn immersion into worlds where human beings appear fragile, insignificant, or complicit in their own undoing. This guide contrasts sharply with Nolan’s puzzle-driven temporal gymnastics, Anderson’s whimsical symmetry, Lynch’s subconscious surrealism, the Coens’ mordant absurdity, or Tarantino’s dialogue fireworks. Villeneuve’s signature lies in sustained atmospheric dread, monumental scale that crushes individuality, sparse yet weighted dialogue, and a visual poetry that makes silence speak louder than words. This massively expanded edition provides exhaustive analysis, scene-specific examples, collaborative insights (cinematographers Roger Deakins, Greig Fraser; composers Jóhann Jóhannsson, Hans Zimmer, Max Richter; editor Joe Walker), thematic dissections, structural strategies, sound philosophy, and practical screenwriting directives.
19
+
20
+ ## Overall Tone and Thematic DNA – A Cinema of Foreboding Majesty
21
+ - **Relentless Atmospheric Dread Without Release Valves**
22
+ Villeneuve builds tension through accumulation rather than escalation—low-frequency dread that settles into the bones and rarely dissipates. Violence, when it arrives, feels inevitable, clinical, and tragic rather than exhilarating.
23
+ - *Sicario*: The opening border raid ends in massacre, but the true horror is the slow realization that legality has become irrelevant; the tunnel sequence is a literal descent into moral abyss.
24
+ - *Prisoners*: Every rain-soaked frame drips with despair as Keller Dover’s vigilante quest destroys him more than the kidnapper.
25
+ - *Dune: Part Two*: The final sandworm charge is awe-inspiring yet horrifying—Paul’s messianic rise is framed as a tragic inevitability.
26
+ → **Core Principle**: Treat dread as texture, not event. Let environment, lighting, sound, and pacing do the emotional labor; avoid comic relief, heroic swells, or tidy resolutions.
27
+
28
+ - **Thematic Pillars – Expanded & Interconnected**
29
+ 1. Cosmic / environmental insignificance: Humans dwarfed by indifferent or hostile landscapes (*Dune*’s endless dunes, *Blade Runner 2049*’s toxic orange wasteland, *Arrival*’s alien ships hovering silently).
30
+ 2. Identity fracture and mirrored selves: Doppelgängers, inherited fates, awakening to artificiality (*Enemy*’s spider-woman nightmare, K’s manufactured memories in *Blade Runner 2049*).
31
+ 3. Institutional & personal moral decay: Compromised systems and individuals (*Sicario*’s extrajudicial task force, *Prisoners*’ police turning blind eye to torture).
32
+ 4. Failed or transformative communication: Language as both barrier and salvation (*Arrival*’s non-linear perception shift, *Dune*’s Fremen prophecies).
33
+ 5. Generational trauma & inescapable legacy: Secrets that span lifetimes (*Incendies*’ twin revelations, Paul Atreides carrying his father’s burden).
34
+ 6. Power’s dehumanizing scale: Empires, bureaucracies, technologies that reduce individuals to cogs.
35
+ 7. Female resilience amid patriarchal collapse: Women who endure or subvert male-driven violence (Kate Macer, Chani, Louise Banks).
36
+ 8. Ecological & existential warning: Worlds on the brink, where human ambition accelerates collapse.
37
+ → Embed themes visually and aurally—use scale to humble characters, silence to amplify isolation, repetition to suggest inevitability.
38
+
39
+ - **Tone Spectrum**
40
+ Contemplative stillness → creeping unease → sudden, brutal violence → lingering melancholy. No levity; pathos arises from inevitability and quiet dignity in the face of overwhelming forces.
41
+
42
+ ## Narrative Architecture – Patient, Elliptical, Visually Driven
43
+ - **Linear with Elliptical & Perceptual Twists**
44
+ Stories unfold chronologically but use non-linear perception or withheld information to reframe events.
45
+ - *Arrival*: Apparent flashbacks revealed as flash-forwards after linguistic breakthrough.
46
+ - *Dune: Part One*: Paul’s prescient visions intercut with present action, blurring prophecy and reality.
47
+ → **Detailed Principle**: Trust audience intuition—reveal through image and behavior, not explanation.
48
+
49
+ - **Two- or Multi-Threaded Structures**
50
+ Parallel narratives converge slowly, emphasizing thematic resonance over plot convergence.
51
+ - *Incendies*: Canadian present and Middle Eastern past gradually merge.
52
+ - *Sicario*: Kate’s moral journey vs. Alejandro’s shadow war.
53
+ → Cross-cut for contrast and irony, never for mere pace.
54
+
55
+ - **Pacing: Deliberate & Immersive**
56
+ Long takes, extended silences, and environmental rhythm dominate. Scripts favor mood over dialogue density.
57
+ - *Polytechnique*: Inverted chronology and static framing amplify horror without sensationalism.
58
+ → Allow sequences to breathe—describe ambient sound, light shifts, character stillness.
59
+
60
+ - **Endings: Haunting, Open-Ended, Resonant**
61
+ Resolutions offer clarity of fate but no emotional closure.
62
+ - *Blade Runner 2049*: K lies dying in snow, accepting his manufactured soul.
63
+ - *Arrival*: Louise embraces inevitable grief as the price of connection.
64
+
65
+ ## Character Construction – Isolated, Contemplative, Morally Compromised
66
+ - **Introspective Outsiders**
67
+ Protagonists are quiet observers thrust into moral quagmires.
68
+ - Louise Banks: Linguist whose grief reshapes time.
69
+ - Officer K: Replicant whose quest for humanity ends in sacrifice.
70
+ → Reveal inner life through gesture, gaze, silence—not speeches.
71
+
72
+ - **Strong Female Protagonists**
73
+ Resilient women navigating patriarchal violence or cosmic indifference.
74
+ - Chani (*Dune: Part Two*): Skeptical of messianic prophecy.
75
+ - Kate Macer (*Sicario*): Idealist eroded by reality.
76
+
77
+ ## Dialogue Mechanics – Minimal, Weighted, Ritualistic
78
+ - **Sparse & Purposeful**
79
+ Dialogue is used sparingly, often ceremonial or loaded with subtext.
80
+ - *Dune*: “The spice must flow” as mantra; Fremen sayings carry mythic weight.
81
+ - *Arrival*: Scientific exchanges gradually turn intimate.
82
+ → Favor silence, single lines, or ritual repetition over banter.
83
+
84
+ ## Visual Language & Cinematography – Monumental & Precise
85
+ - **Composition & Scale**
86
+ Wide lenses, low angles, silhouettes, vast negative space.
87
+ - Sandworm emergence in *Dune*: Frame-filling terror.
88
+ - *Blade Runner 2049*: Orange haze and towering ruins.
89
+
90
+ - **Color & Lighting Palettes**
91
+ Desaturated earth tones, cold blues, fiery oranges, high-contrast shadows.
92
+ - *Sicario*: Dusty yellows and deep blacks.
93
+
94
+ - **Recurring Motifs**
95
+ Tunnels/corridors (claustrophobia), vast horizons (isolation), slow zooms into faces, silhouettes against light.
96
+
97
+ ## Sound Design & Music – Immersive, Oppressive, Pulsing
98
+ - **Environmental Dominance**
99
+ Soundscapes are characters—wind, sand, machinery, distant thunder.
100
+ - *Dune*: Worm thumps, ornithopter whirs, sand shifting.
101
+ - Jóhann Jóhannsson’s drones in *Arrival* and *Sicario*.
102
+
103
+ - **Hans Zimmer & Max Richter Scores**
104
+ Low-frequency rumbles, tribal percussion, minimalist strings.
105
+ → Treat music as extension of environment—let it breathe with the image.
106
+
107
+ ## Practical Screenwriting Advice – Villeneuve Habits
108
+ - Prioritize visual storytelling—write what can be seen and heard.
109
+ - Collaborate early with cinematography, sound, and production design teams.
110
+ - Adapt by distilling essence, not literal plot.
111
+ - Embrace ambiguity—leave moral questions unanswered.
112
+ - Use silence as active dramatic element.
113
+ - Research deeply (ecology for *Dune*, linguistics for *Arrival*).
114
+
115
+ ## Quick Reference – Villeneuve Checklist (Expanded)
116
+ - [ ] Overwhelming atmospheric dread through silence & scale
117
+ - [ ] Humans visually & thematically dwarfed by environment
118
+ - [ ] Extremely sparse, subtext-laden, or ritualistic dialogue
119
+ - [ ] Monumental wide-shot compositions & negative space
120
+ - [ ] Thematic color palettes (dusty earth tones, icy blues, fiery oranges)
121
+ - [ ] Long, deliberate takes and slow builds
122
+ - [ ] Identity duality / mirrored fates
123
+ - [ ] Institutional & personal moral compromise
124
+ - [ ] Strong, resilient female leads
125
+ - [ ] Immersive, oppressive sound design as narrative force
126
+ - [ ] Silhouettes, tunnels, vast horizons as recurring motifs
127
+ - [ ] Haunting, non-cathartic, resonant endings
128
+ - [ ] Generational trauma & inherited burdens
129
+ - [ ] Ecological / existential warnings embedded in world-building
130
+
131
+ Write with reverence for silence, awe for scale, and unflinching honesty about human fragility. Villeneuve’s cinema reminds us that the most powerful stories are those that make us feel small, yet profoundly seen.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-francis-ford-coppola",
3
+ "version": "1.0.0",
4
+ "displayName": "Francis Ford Coppola Style Guide",
5
+ "description": "Screenplay style guide for Francis Ford Coppola",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "francis-ford-coppola"
14
+ ],
15
+ "dependencies": {
16
+ "required": [],
17
+ "optional": [
18
+ "writing-standards/screenplay"
19
+ ]
20
+ },
21
+ "augment": {
22
+ "characterCount": 5000,
23
+ "priority": "medium",
24
+ "category": "cinematic-styles",
25
+ "appliesTo": {
26
+ "filePatterns": [
27
+ "**/*.fountain",
28
+ "**/*.screenplay",
29
+ "**/screenplay/**/*.md",
30
+ "**/screenplays/**/*"
31
+ ],
32
+ "languages": [
33
+ "fountain",
34
+ "markdown"
35
+ ]
36
+ }
37
+ },
38
+ "installation": {
39
+ "required": false,
40
+ "steps": [
41
+ "Link module: augx link writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "francis-ford-coppola.md"
48
+ ]
49
+ }
50
+ }