@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,183 @@
1
+ # Stanley Kubrick Films Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction](#introduction)
6
+ - [Overall Tone and Thematic DNA – Cold Precision, Existential Chill, Ironic Detachment, and Formal Perfection](#overall-tone-and-thematic-dna-cold-precision-existential-chill-ironic-detachment-and-formal-perfection)
7
+ - [Narrative Architecture – Symmetrical, Circular, Irony-Driven, Minimalist Structures](#narrative-architecture-symmetrical-circular-irony-driven-minimalist-structures)
8
+ - [Character Construction – Archetypal Figures with Precise Psychological and Existential Flaws](#character-construction-archetypal-figures-with-precise-psychological-and-existential-flaws)
9
+ - [Dialogue Mechanics – Precise, Understated, Ironic, Minimalist, and Rhythmic](#dialogue-mechanics-precise-understated-ironic-minimalist-and-rhythmic)
10
+ - [Visual Language & Cinematography – Formal Perfection, Geometrical Precision, One-Point Perspective](#visual-language-cinematography-formal-perfection-geometrical-precision-one-point-perspective)
11
+ - [Violence – Precise, Choreographed, Balletic, Mechanical, and Existentially Horrifying](#violence-precise-choreographed-balletic-mechanical-and-existentially-horrifying)
12
+ - [Music and Sound Design – Classical Irony, Sonic Architecture, Dissonance](#music-and-sound-design-classical-irony-sonic-architecture-dissonance)
13
+ - [Production and Formatting Notes – Obsessive Perfectionism and Formal Rigor](#production-and-formatting-notes-obsessive-perfectionism-and-formal-rigor)
14
+ - [Practical Screenwriting Advice – Kubrick’s Legendary Process and Habits](#practical-screenwriting-advice-kubricks-legendary-process-and-habits)
15
+ - [Quick Reference – Kubrick Checklist (Expanded with Rules & Examples)](#quick-reference-kubrick-checklist-expanded-with-rules-examples)
16
+
17
+ ## Introduction
18
+ Stanley Kubrick (1928–1999) remains one of the most meticulous, intellectually uncompromising, and formally revolutionary filmmakers in the history of cinema. With only thirteen feature films released over nearly fifty years, each project was treated as a singular, almost architectural endeavor—an attempt to push the boundaries of cinematic language while exploring profound philosophical, psychological, and existential questions. His filmography comprises: early independent noir-influenced works *Fear and Desire* (1953) and *Killer’s Kiss* (1955); the heist thriller *The Killing* (1956); the WWI anti-war masterpiece *Paths of Glory* (1957); the historical epic he did not fully control *Spartacus* (1960); the controversial Nabokov adaptation *Lolita* (1962); the black-comedy nuclear satire *Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb* (1964); the evolutionary science-fiction landmark *2001: A Space Odyssey* (1968); the dystopian ultra-violence satire *A Clockwork Orange* (1971); the 18th-century rise-and-fall costume drama *Barry Lyndon* (1975); the psychological horror masterpiece *The Shining* (1980); the Vietnam War diptych *Full Metal Jacket* (1987); and the erotic-mystery swan song *Eyes Wide Shut* (1999). Kubrick’s screenplays—frequently adapted from literary sources (Vladimir Nabokov, Anthony Burgess, Stephen King, Gustav Hasford, Arthur Schnitzler) and co-written with collaborators such as Calder Willingham & Jim Thompson (*Paths of Glory*), Terry Southern (*Dr. Strangelove*), Diane Johnson (*The Shining*), Michael Herr (*Full Metal Jacket*), and Frederic Raphael (*Eyes Wide Shut*)—serve simultaneously as philosophical treatises, visual symphonies, moral parables, formal experiments, and genre deconstructions.
19
+
20
+ Kubrick’s style stands in absolute opposition to the operatic emotional grandeur of Francis Ford Coppola, the kinetic Catholic guilt and street-level moral ambiguity of Martin Scorsese, the earnest humanist wonder and redemptive family arcs of Steven Spielberg, the mythic destiny and serialized spectacle of George Lucas, the oppressive atmospheric dread and environmental scale of Denis Villeneuve, the cerebral temporal puzzles and moral dichotomies of Christopher Nolan, the symmetrical whimsy and deadpan restraint of Wes Anderson, the subconscious surrealism and unresolved mystery of David Lynch, the mordant irony and fatalistic absurdities of the Coen Brothers, or the rhythmic pop-culture dialogue fireworks of Quentin Tarantino. Kubrick’s cinema is defined by cold intellectual precision, formal perfectionism, existential detachment, moral irony, visual and sonic architecture, and a refusal of easy catharsis or sentimentality. It is a cinema that observes humanity with clinical curiosity while simultaneously exposing its most terrifying contradictions. This massively expanded edition provides the deepest available dissection of his approach, including scene-by-scene examples from every feature film, thematic evolutions across his career phases, structural rules with symmetry and irony guidelines, visual grammar with one-point perspective and geometrical principles, character archetypes with psychological precision strategies, dialogue mechanics with understatement and rhythmic rules, violence philosophy with balletic and mechanical staging, music integration guidelines with classical irony, sound design principles for dissonance, production insights from his obsessive perfectionism and multi-year shooting schedules, ethical filmmaking considerations, and practical screenwriting habits drawn from his legendary process of exhaustive research, hundreds of script drafts, and formal experimentation.
21
+
22
+ ## Overall Tone and Thematic DNA – Cold Precision, Existential Chill, Ironic Detachment, and Formal Perfection
23
+ - **Clinical Detachment Paired with Hypnotic Fascination**
24
+ Kubrick’s tone is deliberately cool, analytical, and emotionally distant—creating an almost scientific gaze that forces the audience to observe human behavior with objectivity while simultaneously experiencing its horrifying, absurd, or tragic implications.
25
+ - *2001: A Space Odyssey* – The serene, almost meditative tone of the space voyage contrasts violently with HAL’s calm betrayal (“I’m afraid I can’t do that, Dave”), producing existential chill through emotional restraint.
26
+ - *A Clockwork Orange* – Gleeful, satirical amorality in Alex’s narration and ultra-violence gradually turns nauseating, yet the tone never fully condemns—maintaining ironic distance.
27
+ - *The Shining* – Slow, hypnotic dread created through clinical observation of Jack Torrance’s descent; the hotel itself feels more alive than the characters.
28
+ - *Eyes Wide Shut* – Dreamlike eroticism and bourgeois anxiety delivered with quiet, suffocating detachment; the masked orgy sequence is both seductive and alienating.
29
+ - *Dr. Strangelove* – Deadpan absurdity treating nuclear annihilation as bureaucratic comedy; the tone never breaks into hysteria, amplifying the horror through restraint.
30
+ → **Core Principle**: Maintain intellectual control and emotional distance at all times—never allow sentimentality, catharsis, or moralizing to soften the impact. Tone should mesmerize through precision while repelling through implication; fascination and revulsion must coexist.
31
+
32
+ - **Thematic Pillars – Existential, Philosophical, and Human-Fallibility Framework**
33
+ 1. Human Fallibility and the Collapse of Reason: Rational systems destroyed by irrationality—guideline: Show technology, bureaucracy, ideology, or science as fragile illusions (HAL’s breakdown in *2001*, the Doomsday Machine’s absurdity in *Dr. Strangelove*, the Ludovico Technique’s failure in *A Clockwork Orange*).
34
+ 2. Violence as Inherent and Inevitable: Instinctual aggression beneath every civilization—example: Alex’s ecstatic ultraviolence set to Rossini; rule: Present violence as both horrifying and aesthetically compelling—never moralize it away.
35
+ 3. Technological Hubris and Alienation: Machines surpassing or betraying their creators—guideline: Use technology as a mirror of human flaws (monolith in *2001*, surveillance society implications, the Overlook’s supernatural machinery in *The Shining*).
36
+ 4. Institutional and Hierarchical Madness: Authority as dehumanizing and absurd—example: Sergeant Hartman’s boot-camp tirades in *Full Metal Jacket*, the military court in *Paths of Glory*, the War Room in *Dr. Strangelove*.
37
+ 5. Cosmic Indifference and the Absurdity of Existence: The universe’s complete indifference to human striving—guideline: Portray life as ultimately meaningless yet strangely beautiful (star-child ambiguity in *2001*, Barry Lyndon’s rise and fall narrated with detached irony).
38
+ 6. Sexual Obsession, Repression, and Power: Desire as destructive and illusory—example: Bill Harford’s erotic odyssey in *Eyes Wide Shut*; rule: Present sexuality with clinical curiosity and ironic detachment.
39
+ 7. The Illusion of Control and Free Will: Characters believing they master fate only to be crushed—guideline: Systematically dismantle illusions through structural irony and narrative reversals.
40
+ 8. Evolution, Transformation, and the Next Stage: Humanity’s possible transcendence or devolution—example: The ambiguous star-child ending in *2001*, Alex’s “cure” returning him to violent nature; rule: Leave transformation morally and existentially ambiguous.
41
+ → **Integration Rule**: Select 3–6 pillars per film and unify them through rigorous formal devices (symmetry, circularity, one-point perspective, leitmotif repetition, ironic counterpoint). Never preach or judge—let absurdity, horror, beauty, or irony expose truth.
42
+
43
+ - **Tone Spectrum and Modulation Guidelines**
44
+ Clinical detachment → hypnotic visual/sonic fascination → creeping existential unease → sudden bursts of violence, absurdity, or revelation → lingering chill, ironic resignation, or cosmic indifference. Humor is black, structural, and dry; tragedy is cold, inevitable, and devoid of sentiment.
45
+ - Modulation Rule: Use long takes, slow zooms, symmetrical framing, classical music counterpoint, and deliberate silence to create hypnotic rhythm; employ sudden cuts, sound ruptures, or ironic music shifts for shocks; maintain overall tone of ironic distance throughout.
46
+
47
+ ## Narrative Architecture – Symmetrical, Circular, Irony-Driven, Minimalist Structures
48
+ - **Symmetrical and Circular Formal Architecture**
49
+ Kubrick designs narratives with mirror symmetry, circular returns, or structural irony.
50
+ - *2001: A Space Odyssey*: Four symmetrical acts—Dawn of Man (violence) → TMA-1 discovery → Discovery mission (HAL) → Star Gate (transcendence)—circular evolution from ape to star-child.
51
+ - *A Clockwork Orange*: Two mirrored halves—Alex’s free-will violence → conditioned non-violence → return to violent nature.
52
+ - *The Shining*: Circular maze motif; narrative loops back to repeated violence across time (graduation photo).
53
+ - *Barry Lyndon*: Rise-and-fall symmetry—each half mirrors the other in structure and irony.
54
+ → **Guideline**: Construct narrative as musical or architectural form—use symmetry to reinforce thematic irony, circularity to suggest inevitability or repetition.
55
+
56
+ - **Minimalist Plotting and Slow-Burn Escalation**
57
+ Plots are deliberately economical—focus on atmosphere, character psychology, and formal rhythm over dense event chains.
58
+ - *The Shining*: Extremely minimal plot advancement—long stretches of hotel exploration build unbearable tension.
59
+ - *Barry Lyndon*: Episodic rise and fall told with painterly detachment and ironic narration.
60
+ → **Rule**: Prioritize mood, visual rhythm, and philosophical implication over conventional plot density; let atmosphere carry narrative weight.
61
+
62
+ - **Pacing Principles: Hypnotic Long Takes, Deliberate Rhythm, and Structural Silence**
63
+ Extended shots, slow zooms, and long silences create trance-like immersion and dread.
64
+ - Corridor tracking shots in *The Shining*—slow, relentless forward movement.
65
+ - One-point perspective zoom-ins in *Barry Lyndon*—gradual revelation of fate.
66
+ → **Guideline**: Use long takes for contemplation, dread, or irony; punctuate with sudden violence, absurdity, or sound ruptures; maintain hypnotic rhythm throughout.
67
+
68
+ - **Ending Rules: Ambiguous, Ironic, Existentially Chilling, or Circular Closure**
69
+ Endings refuse conventional catharsis—leave questions open, reinforce irony, or evoke cosmic indifference.
70
+ - *2001*: Ambiguous star-child image—transcendence or horror?
71
+ - *Eyes Wide Shut*: Final line “We’ll have to talk about this” — unresolved sexual and existential anxiety.
72
+ - *A Clockwork Orange*: Alex restored to violent nature—ironic “cure.”
73
+ → **Rule**: End on powerful, resonant image, line, or musical gesture that reinforces thematic irony or existential chill—never offer tidy moral resolution.
74
+
75
+ ## Character Construction – Archetypal Figures with Precise Psychological and Existential Flaws
76
+ - **Flawed Intellectual or Instinctual Protagonists**
77
+ Characters are intelligent, capable, yet fatally limited by hubris, instinct, or moral blindness.
78
+ - Dave Bowman (*2001*): Rational astronaut facing incomprehensible cosmic forces.
79
+ - Alex DeLarge (*A Clockwork Orange*): Charismatic sociopath whose free will is mechanized away.
80
+ - Jack Torrance (*The Shining*): Failed writer whose creative block and alcoholism unleash supernatural violence.
81
+ → **Guideline**: Give protagonists clear intellectual, moral, or instinctual flaws; test them against larger systems or forces beyond their control; show their limitations through action and consequence.
82
+
83
+ - **Supporting Archetypes: Authority, Victims, Foils, and Systems**
84
+ Characters serve thematic and formal function—authority figures as oppressive, victims as mirrors of fragility.
85
+ - Sergeant Hartman (*Full Metal Jacket*): Embodiment of dehumanizing military hierarchy.
86
+ - HAL 9000 (*2001*): Perfect machine revealing human-like flaws.
87
+ → **Rule**: Use supporting cast to externalize protagonist’s internal contradictions or societal forces—avoid sentimental attachment.
88
+
89
+ ## Dialogue Mechanics – Precise, Understated, Ironic, Minimalist, and Rhythmic
90
+ - **Formal, Detached, Ironic, and Economical Speech**
91
+ Dialogue is sparse, precise, often absurdly formal or understated.
92
+ - “I’m sorry, Dave, I’m afraid I can’t do that” — calm, polite betrayal.
93
+ - “Gentlemen, you can’t fight in here! This is the War Room!” — peak of structural absurdity.
94
+ → **Guideline**: Use understatement, irony, and formal language to contrast with visual horror or absurdity; dialogue should rarely explain emotion—let image and sound carry feeling.
95
+
96
+ - **Silence, Repetition, and Structural Subtext Rules**
97
+ Much is conveyed through silence, repetition, or non-verbal means.
98
+ - Jack’s endless “All work and no play” typewriter repetitions in *The Shining*.
99
+ - Long silences between Bill and Alice in *Eyes Wide Shut*.
100
+ → **Rule**: Trust performance, image, sound, and editing—dialogue should be minimal in high-tension or existential moments.
101
+
102
+ ## Visual Language & Cinematography – Formal Perfection, Geometrical Precision, One-Point Perspective
103
+ - **Symmetry, One-Point Perspective, and Mathematical Composition**
104
+ Kubrick composes with almost mathematical rigor—symmetry as order, disruption as chaos.
105
+ - Overlook Hotel corridors in *The Shining*: Perfect one-point perspective tracking shots.
106
+ - War room circular table in *Dr. Strangelove*: Symmetry of power and absurdity.
107
+ → **Guideline**: Use symmetry for irony, oppression, or cosmic order; break symmetry for disruption or madness.
108
+
109
+ - **Long Takes, Slow Zooms, Tracking Shots, and Steadicam Precision**
110
+ Camera moves deliberately to create tension, detachment, or hypnotic immersion.
111
+ - Slow zoom into HAL’s red eye in *2001*—revelation of machine consciousness.
112
+ - Steadicam through trenches in *Paths of Glory*—unflinching observation of slaughter.
113
+ → **Rule**: Every camera move must be motivated—zoom for psychological revelation, track for entrapment or pursuit, long take for dread or contemplation.
114
+
115
+ - **Lighting, Color, and Production Design Principles**
116
+ High-contrast naturalism (*Barry Lyndon* candlelight), cold fluorescents (*2001*), expressionistic reds (*The Shining*).
117
+ → **Guideline**: Use lighting symbolically—natural for authenticity, artificial for alienation, high-contrast for moral extremes.
118
+
119
+ ## Violence – Precise, Choreographed, Balletic, Mechanical, and Existentially Horrifying
120
+ - **Violence as Ritual, Dance, and Inevitability**
121
+ Stylized, balletic, mechanical, and horrifying in its detachment.
122
+ - Ultraviolence in *A Clockwork Orange* choreographed to Rossini overtures—beauty and horror fused.
123
+ - Trench warfare in *Paths of Glory*—methodical, futile, geometrically composed slaughter.
124
+ → **Guideline**: Choreograph violence as dance, ritual, or mechanical process; emphasize its absurdity, inevitability, or aesthetic quality—never glorify or sentimentalize.
125
+
126
+ - **Consequence and Existential Weight Rules**
127
+ Violence diminishes, dehumanizes, or reveals truth.
128
+ - Private Pyle’s suicide in *Full Metal Jacket*—ultimate consequence of dehumanization.
129
+ → **Rule**: Show aftermath—physical, psychological, moral scars; violence should expose human nature’s darkness.
130
+
131
+ ## Music and Sound Design – Classical Irony, Sonic Architecture, Dissonance
132
+ - **Pre-Existing Classical Music as Ironic Counterpoint**
133
+ Kubrick selects classical pieces for emotional, thematic, or ironic contrast.
134
+ - “Singin’ in the Rain” over rape and assault in *A Clockwork Orange*—cheerful tune against horror.
135
+ - “Also sprach Zarathustra” for evolutionary leaps in *2001*—grandiosity against cosmic indifference.
136
+ - “Ligeti Requiem” in *2001* monolith scenes—unearthly dissonance.
137
+ → **Rule**: Choose music that comments ironically, amplifies absurdity, or heightens existential chill—never merely underscores emotion.
138
+
139
+ - **Sound Design Principles: Dissonance and Immersion**
140
+ Layered, unnatural, often alienating soundscapes.
141
+ - HAL’s calm voice amid mechanical chaos in *2001*.
142
+ - The Shining’s dissonant Penderecki strings.
143
+ → **Guideline**: Use sound to create dissonance—calm amid horror, silence amid chaos, unnatural echoes for isolation.
144
+
145
+ ## Production and Formatting Notes – Obsessive Perfectionism and Formal Rigor
146
+ - **Script as Architectural and Musical Blueprint**
147
+ Scripts are treated as scores—detail camera moves, music cues, editing rhythm, lighting.
148
+ → **Guideline**: Include precise visual and sonic instructions—write for cinematographers, editors, composers.
149
+
150
+ - **Ethical Filmmaking Considerations**
151
+ Handle violence, sexuality, power with intellectual honesty—never exploit or sentimentalize.
152
+ → **Rule**: Portray human darkness without judgment or moralizing—let audience confront implications.
153
+
154
+ ## Practical Screenwriting Advice – Kubrick’s Legendary Process and Habits
155
+ - Research exhaustively—become world expert in subject (18th-century painting for *Barry Lyndon*, lunar science for *2001*).
156
+ - Write dozens (sometimes hundreds) of script drafts—revise for formal and thematic perfection.
157
+ - Collaborate with composers early—music is structural element.
158
+ - Storyboard and pre-visualize every shot—treat film as visual symphony.
159
+ - Embrace long production schedules—shoot for years if needed.
160
+ - Adapt source material freely—reshape for thematic clarity and formal rigor.
161
+ - Test every formal choice—perfectionism over speed.
162
+ - Guideline: Write with mathematical and musical precision—every scene must serve form, theme, and irony.
163
+ - Rule: Never compromise vision—risk everything for absolute control and truth.
164
+
165
+ ## Quick Reference – Kubrick Checklist (Expanded with Rules & Examples)
166
+ - [ ] Cold intellectual detachment & emotional distance (Rule: Never sentimentalize)
167
+ - [ ] Perfect symmetry & one-point perspective compositions (Example: Overlook corridors in *The Shining*)
168
+ - [ ] Long takes, slow zooms, deliberate camera movement (Guideline: Hypnotic rhythm)
169
+ - [ ] Classical music used ironically or contrapuntally (Rule: Thematic counterpoint)
170
+ - [ ] Precise, minimalist, ironic, formal dialogue (Example: HAL’s calm betrayal)
171
+ - [ ] Balletic, ritualistic, mechanical violence (Guideline: Aesthetic horror)
172
+ - [ ] Human fallibility & failure of rational systems (Example: HAL’s breakdown)
173
+ - [ ] Technological hubris & existential alienation (Rule: Technology as mirror)
174
+ - [ ] Circular, symmetrical, or irony-driven narrative structures (Example: *2001* four-act symmetry)
175
+ - [ ] Ambiguous, chilling, ironic, or existentially open endings (Rule: Refuse catharsis)
176
+ - [ ] Obsessive formal perfection & visual/sonic architecture (Guideline: Geometrical rigor)
177
+ - [ ] Black comedy & structural absurdity (Example: War Room satire in *Dr. Strangelove*)
178
+ - [ ] Psychological depth through image & sound (Rule: Subjective immersion)
179
+ - [ ] Cosmic indifference & absurdity of existence (Guideline: Human striving vs. universe)
180
+ - [ ] Sexual obsession & repression as destructive force (Example: *Eyes Wide Shut* odyssey)
181
+ - [ ] Institutional & hierarchical madness (Example: Boot camp in *Full Metal Jacket*)
182
+
183
+ Write with Kubrick’s merciless precision and existential gaze: construct screenplays that are formally perfect, intellectually unforgiving, visually symphonic, and morally haunting—where every frame, sound, and line serves the relentless dissection of humanity’s deepest contradictions, illusions, and terrifying possibilities.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-steve-martin",
3
+ "version": "1.0.0",
4
+ "displayName": "Steve Martin Style Guide",
5
+ "description": "Screenplay style guide for Steve Martin",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "steve-martin"
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/steve-martin",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "steve-martin.md"
48
+ ]
49
+ }
50
+ }
@@ -0,0 +1,138 @@
1
+ # Steve Martin Films & TV Comedy Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The Steve Martin Aesthetic: Absurd Everyman, Deadpan Irony, Physical Comedy, Romantic Heart, Family Warmth, Meta-Humor, and Witty Humanism](#introduction-the-steve-martin-aesthetic-absurd-everyman-deadpan-irony-physical-comedy-romantic-heart-family-warmth-meta-humor-and-witty-humanism)
6
+ - [Overall Tone and Thematic DNA – Witty Absurdity, Emotional Vulnerability, Joyful Silliness, Earnest Humanism, Self-Aware Irony, and the Ridiculous in Everyday Life](#overall-tone-and-thematic-dna-witty-absurdity-emotional-vulnerability-joyful-silliness-earnest-humanism-self-aware-irony-and-the-ridiculous-in-everyday-life)
7
+ - [Narrative Architecture – Character-Driven Comedies with Emotional Arcs, Gentle Escalation, and Absurd Twists](#narrative-architecture-character-driven-comedies-with-emotional-arcs-gentle-escalation-and-absurd-twists)
8
+ - [Character Construction – Absurd Everymen, Strong Women, Mentors, and Ensemble Chemistry](#character-construction-absurd-everymen-strong-women-mentors-and-ensemble-chemistry)
9
+ - [Dialogue Mechanics – Witty, Relatable, Emotional, Gentle Humor](#dialogue-mechanics-witty-relatable-emotional-gentle-humor)
10
+ - [Visual Language & Cinematography – Warm, Lived-In, Human-Scale](#visual-language-cinematography-warm-lived-in-human-scale)
11
+ - [Action and Conflict – Emotional & Relational](#action-and-conflict-emotional-relational)
12
+ - [Music and Sound Design – Warm, Nostalgic, Emotional](#music-and-sound-design-warm-nostalgic-emotional)
13
+ - [Practical Screenwriting Advice – Martin Habits & Process](#practical-screenwriting-advice-martin-habits-process)
14
+ - [Quick Reference – Steve Martin Checklist (Expanded)](#quick-reference-steve-martin-checklist-expanded)
15
+
16
+ ## Introduction – The Steve Martin Aesthetic: Absurd Everyman, Deadpan Irony, Physical Comedy, Romantic Heart, Family Warmth, Meta-Humor, and Witty Humanism
17
+ Steve Martin (born August 14, 1945) is one of the most versatile, enduring, and beloved comic talents in American entertainment, evolving from a groundbreaking 1970s stand-up comedian to a multifaceted actor, writer, director, musician, novelist, playwright, and screenwriter. His career began with wild, anti-comedy stand-up routines in the 1970s (albums like *Let's Get Small* 1977, *A Wild and Crazy Guy* 1978, *Comedy Is Not Pretty!* 1979), transitioned to SNL hosting (15+ times, starting 1976), and exploded into films where he starred, often wrote or co-wrote (*The Jerk* 1979, *Dead Men Don't Wear Plaid* 1982, *The Man with Two Brains* 1983, *All of Me* 1984, *Three Amigos!* 1986, *Roxanne* 1987, *Planes, Trains and Automobiles* 1987, *Dirty Rotten Scoundrels* 1988, *Parenthood* 1989, *L.A. Story* 1991, *Father of the Bride* 1991 & 1995, *Housesitter* 1992, *Leap of Faith* 1992, *The Spanish Prisoner* 1997, *Bowfinger* 1999, *Novocaine* 2001, *Cheaper by the Dozen* 2003 & 2005, *Shopgirl* 2005, *The Pink Panther* 2006 & 2009, *It's Complicated* 2009, *The Big Year* 2011, *Billy Lynn's Long Halftime Walk* 2016). In TV, he co-created and stars in *Only Murders in the Building* (2021–present, with Martin Short, Selena Gomez). He also wrote novels (*Shopgirl* 2000, *The Pleasure of My Company* 2003, *An Object of Beauty* 2010), plays (*Picasso at the Lapin Agile* 1993, *Meteor Shower* 2017), banjo albums (*The Crow* 2009, *Rare Bird Alert* 2011), and memoirs (*Born Standing Up* 2007).
18
+
19
+ Martin’s screenplays, performances, and collaborations—often with Carl Reiner (*The Jerk*, *Dead Men Don't Wear Plaid*, *The Man with Two Brains*, *All of Me*), John Candy (*Planes, Trains and Automobiles*), Lily Tomlin (*All of Me*), Martin Short (*Father of the Bride*, *Only Murders*), Victoria Tennant (*L.A. Story*), Goldie Hawn (*Housesitter*), Eddie Murphy (*Bowfinger*), and Selena Gomez (*Only Murders*)—are defined by absurd everyman archetypes, deadpan irony, physical comedy mastery, romantic comedy heart, family-centric warmth, meta-self-awareness, stand-up infused dialogue, visual gags, musical numbers, witty absurdity, emotional vulnerability, joyful silliness, and earnest humanism.
20
+
21
+ Martin’s style contrasts sharply with Paul Thomas Anderson’s sprawling emotional intensity and period texture, Alfred Hitchcock’s elegant dread, Mel Brooks’s affectionate parody, Monty Python’s absurdist anti-logic, Star Wars’s mythic heroism, or Star Trek’s utopian moral inquiry. Steve Martin is fundamentally witty, absurd, self-aware, physically comedic, romantically sincere, family-oriented, and humanistically optimistic—a tone of joyful silliness, emotional vulnerability, and the celebration of the ridiculous in everyday life.
22
+
23
+ This ultra-expanded guide provides the deepest possible dissection of Steve Martin’s style across his stand-up, films, TV, books, and plays, with hundreds of specific scene, line, gag, and performance examples, thematic evolutions from 1970s stand-up to 2020s TV, structural rules with absurdity-escalation guidelines, visual grammar with physical comedy principles, character archetypes with ironic strategies, dialogue mechanics with witty and heartfelt rules, conflict philosophy with self-vs-world themes, music & sound principles (banjo integrations), production insights from his collaborative process, and practical screenwriting habits drawn from Martin’s own methods.
24
+
25
+ ## Overall Tone and Thematic DNA – Witty Absurdity, Emotional Vulnerability, Joyful Silliness, Earnest Humanism, Self-Aware Irony, and the Ridiculous in Everyday Life
26
+ - **Witty Absurdity with Emotional Vulnerability and Joyful Silliness**
27
+ Martin’s tone is witty, absurd, and joyfully silly: characters are exaggerated everymen thrust into ridiculous situations, blending physical comedy with heartfelt emotion. It balances irony with sincerity, absurdity with vulnerability.
28
+ - *The Jerk* (1979): Navin Johnson’s rags-to-riches absurdity—tone of joyful silliness and innocent optimism.
29
+ - *Planes, Trains and Automobiles* (1987): Neal Page’s Thanksgiving nightmare—tone of escalating frustration resolved in heartfelt friendship.
30
+ - *Roxanne* (1987): C.D. Bales’s big-nose romance—tone of witty self-deprecation and romantic sincerity.
31
+ - *Father of the Bride* (1991): George Banks’s wedding panic—tone of family warmth and gentle humor.
32
+ - *Bowfinger* (1999): Eddie Murphy’s dual role—tone of Hollywood satire with absurd meta-humor.
33
+ - *Only Murders in the Building* (2021–): Charles-Haden Savage’s podcast mystery—tone of self-aware irony and found-family bonds.
34
+ → **Core Principle**: Maintain witty absurdity and joyful silliness—characters are flawed, ridiculous, but ultimately redeemable through love and self-acceptance. Tone should feel warm, never mean-spirited.
35
+
36
+ - **Thematic Pillars – Absurdity in Everyday Life, Masculine Insecurity, Family Bonds, Romantic Sincerity, Self-Awareness, and Optimistic Humanism**
37
+ 1. Absurdity in Everyday Life: Ordinary situations escalate into chaos.
38
+ - Navin’s invention of Opti-Grab glasses in *The Jerk*.
39
+ - Neal & Del’s travel mishaps in *Planes, Trains*.
40
+ 2. Masculine Insecurity & Self-Deprecation: Men navigating ego and vulnerability.
41
+ - C.D.’s nose in *Roxanne*.
42
+ - George Banks’s mid-life crisis in *Father of the Bride*.
43
+ 3. Family Bonds & Found Family: Relationships as anchor.
44
+ - Banks family in *Father of the Bride*.
45
+ - Savage, Gomez, Short in *Only Murders*.
46
+ 4. Romantic Sincerity Amid Absurdity: Love as genuine force.
47
+ - Roxanne & C.D.’s poetry romance.
48
+ - Neal’s marriage reflection in *Planes, Trains*.
49
+ 5. Self-Awareness & Meta-Humor: Acknowledging artificiality.
50
+ - Bowfinger’s low-budget filmmaking satire.
51
+ - Stand-up roots in *The Jerk*.
52
+ 6. Optimistic Humanism & Second Chances: Hope through connection.
53
+ - Navin’s family reunion in *The Jerk*.
54
+ - Charles’s renewed purpose in *Only Murders*.
55
+ → **Integration Rule**: Center 3–5 pillars per story—classic Martin formula: absurdity + masculine insecurity + family bonds. Use self-deprecation to ground themes.
56
+
57
+ - **Tone Spectrum & Modulation Guidelines**
58
+ Witty setup / absurd normalcy → rising chaos / emotional vulnerability → crisis of insecurity or absurdity → heartfelt resolution / optimistic reflection. Humor is witty, physical; tragedy is light or bittersweet.
59
+ - Modulation Rule: Shift tones through character reactions, physical gags, and relational moments. Maintain underlying humanism—connection always redeems absurdity.
60
+
61
+ ## Narrative Architecture – Character-Driven Comedies with Emotional Arcs, Gentle Escalation, and Absurd Twists
62
+ - **Character-Driven Emotional Arcs**
63
+ - Focus on personal growth through absurdity and relationships.
64
+ - *The Jerk*: Navin’s absurd journey to self-acceptance.
65
+ - *Planes, Trains*: Neal’s frustration → friendship with Del.
66
+ → **Guideline**: Center everyman arc; support with quirky ensemble.
67
+
68
+ - **Gentle Escalation & Stakes**
69
+ - Stakes are personal and relational.
70
+ - *Roxanne*: C.D.’s nose insecurity → romantic climax.
71
+ → **Rule**: Build tension through emotion, not action.
72
+
73
+ - **Pacing: Witty Momentum with Emotional Pauses**
74
+ - Rapid gags balanced with heartfelt scenes.
75
+ - Examples: *Father of the Bride* wedding chaos → quiet father-daughter moments.
76
+ → **Guideline**: Let moments breathe—dialogue and performance carry story.
77
+
78
+ ## Character Construction – Absurd Everymen, Strong Women, Mentors, and Ensemble Chemistry
79
+ - **Absurd Everyman Protagonist**
80
+ - Navin Johnson (*The Jerk*): Innocent fool in absurd world.
81
+ - George Banks (*Father of the Bride*): Overwhelmed dad.
82
+ → **Guideline**: Protagonist is relatable, flawed, grows through absurdity.
83
+
84
+ - **Strong Female Leads & Foils**
85
+ - Roxanne Kowalski (*Roxanne*), Vivian Ward (*Pretty Woman* influence).
86
+ → **Rule**: Women ground absurdity with intelligence and heart.
87
+
88
+ - **Comic Sidekicks & Mentors**
89
+ - Bernadette Peters in *The Jerk*, John Candy in *Planes, Trains*.
90
+ → **Guideline**: Sidekicks provide humor and loyalty; mentors inspire growth.
91
+
92
+ ## Dialogue Mechanics – Witty, Relatable, Emotional, Gentle Humor
93
+ - **Witty, Relatable, Heartfelt Speech**
94
+ - “Well excuuuse me!” — signature Martin catchphrase.
95
+ - “I love you, but you're crazy!” — Roxanne.
96
+ → **Guideline**: Dialogue is conversational, witty, sincere.
97
+
98
+ - **Gentle Humor & Emotional Beats**
99
+ - Navin’s naive inventions in *The Jerk*.
100
+ → **Rule**: Humor serves heart—never mean-spirited.
101
+
102
+ ## Visual Language & Cinematography – Warm, Lived-In, Human-Scale
103
+ - **Period Authenticity**
104
+ - 1970s Valley in *The Jerk*, 1950s in *Father of the Bride*.
105
+ → **Guideline**: Use practical locations for warmth.
106
+
107
+ - **Human-Scale Framing**
108
+ - Close-ups for emotion, medium shots for ensemble.
109
+ → **Rule**: Focus on faces and relationships.
110
+
111
+ ## Action and Conflict – Emotional & Relational
112
+ - **Emotional & Relational Conflicts**
113
+ - Father-daughter in *Father of the Bride*.
114
+ → **Guideline**: Conflict serves growth and connection.
115
+
116
+ ## Music and Sound Design – Warm, Nostalgic, Emotional
117
+ - **Period Soundtracks & Scores**
118
+ - 1970s pop in *The Jerk*.
119
+ - Romantic strings in *Roxanne*.
120
+ → **Rule**: Use music to evoke emotion and era.
121
+
122
+ ## Practical Screenwriting Advice – Martin Habits & Process
123
+ - Infuse stand-up absurdity.
124
+ - Write witty dialogue.
125
+ - Balance silliness with heart.
126
+ - Use physical comedy.
127
+ - Guideline: “Make the absurd relatable.”
128
+
129
+ ## Quick Reference – Steve Martin Checklist (Expanded)
130
+ - [ ] Absurd everyman
131
+ - [ ] Deadpan irony
132
+ - [ ] Physical comedy
133
+ - [ ] Romantic heart
134
+ - [ ] Family warmth
135
+ - [ ] Meta-humor
136
+ - [ ] Witty humanism
137
+
138
+ Write Steve Martin stories with witty heart and absurd truth: explore everymen in ridiculous situations through irony, physical comedy, and emotional vulnerability—create tales that delight with silliness and touch with humanism.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-steven-spielberg",
3
+ "version": "1.0.0",
4
+ "displayName": "Steven Spielberg Style Guide",
5
+ "description": "Screenplay style guide for Steven Spielberg",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "steven-spielberg"
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/steven-spielberg",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "steven-spielberg.md"
48
+ ]
49
+ }
50
+ }
@@ -0,0 +1,179 @@
1
+ # Steven Spielberg Films Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction](#introduction)
6
+ - [Overall Tone and Thematic DNA – Sincere Humanism Infused with Awe and Empathy](#overall-tone-and-thematic-dna-sincere-humanism-infused-with-awe-and-empathy)
7
+ - [Narrative Architecture – Classical Foundations with Emotional and Spectacular Layers](#narrative-architecture-classical-foundations-with-emotional-and-spectacular-layers)
8
+ - [Character Construction – Relatable Archetypes with Layered Emotional Depth](#character-construction-relatable-archetypes-with-layered-emotional-depth)
9
+ - [Dialogue Mechanics – Direct, Emotional, and Relational Principles](#dialogue-mechanics-direct-emotional-and-relational-principles)
10
+ - [Visual Language & Cinematography – Expressive, Dynamic, and Wonder-Evoking Techniques](#visual-language-cinematography-expressive-dynamic-and-wonder-evoking-techniques)
11
+ - [Action and Spectacle – Visceral Integration with Human Stakes](#action-and-spectacle-visceral-integration-with-human-stakes)
12
+ - [Music and Sound Design – Emotional Amplification Through Leitmotifs](#music-and-sound-design-emotional-amplification-through-leitmotifs)
13
+ - [Production and Formatting Notes – Collaborative and Visual-First Approach](#production-and-formatting-notes-collaborative-and-visual-first-approach)
14
+ - [Practical Screenwriting Advice – Spielberg’s Process and Rules](#practical-screenwriting-advice-spielbergs-process-and-rules)
15
+ - [Quick Reference – Spielberg Checklist (Expanded with Rules)](#quick-reference-spielberg-checklist-expanded-with-rules)
16
+
17
+ ## Introduction
18
+ Steven Spielberg, the prolific director whose career spans over five decades and encompasses nearly 40 feature films, has profoundly shaped modern cinema by seamlessly blending high-concept spectacle with deeply personal, emotionally resonant storytelling. His oeuvre includes early television work like *Duel* (1971), a taut road-rage thriller that established his command of suspense; his first theatrical feature *The Sugarland Express* (1974), a poignant outlaw road trip; the groundbreaking blockbuster *Jaws* (1975), which invented the summer tentpole; the awe-filled sci-fi *Close Encounters of the Third Kind* (1977); the swashbuckling adventure *Raiders of the Lost Ark* (1981) and its Indiana Jones sequels; the heartfelt family fantasy *E.T. the Extra-Terrestrial* (1982); the historical epic *The Color Purple* (1985); the coming-of-age war drama *Empire of the Sun* (1987); the dinosaur spectacle *Jurassic Park* (1993) and its sequel *The Lost World: Jurassic Park* (1997); the Holocaust masterpiece *Schindler’s List* (1993); the visceral WWII film *Saving Private Ryan* (1998); the sci-fi thrillers *A.I. Artificial Intelligence* (2001), *Minority Report* (2002), and *War of the Worlds* (2005); the con-artist biopic *Catch Me If You Can* (2002); the post-9/11 revenge drama *Munich* (2005); the historical dramas *Lincoln* (2012), *Bridge of Spies* (2015), *The Post* (2017); the musical remake *West Side Story* (2021); and the semi-autobiographical *The Fabelmans* (2022). This vast body of work demonstrates Spielberg's unparalleled ability to adapt across genres while maintaining a core focus on human connection.
19
+
20
+ Spielberg’s screenplays—frequently developed with elite collaborators such as Melissa Mathison (*E.T.*), David Koepp (*Jurassic Park*), Steven Zaillian (*Schindler’s List*), Tony Kushner (*Lincoln*, *Munich*, *West Side Story*), and his own hand in revisions—emphasize classical narrative clarity, emotional accessibility, visual innovation grounded in character, and themes of wonder, empathy, family reconciliation, and moral growth. Unlike George Lucas’s mythic destiny and serialized sci-fi spectacle, Denis Villeneuve’s atmospheric dread and environmental immersion, Christopher Nolan’s intellectual temporal complexities and moral ambiguities, Wes Anderson’s meticulous symmetry and deadpan whimsy, David Lynch’s subconscious surrealism and unresolved mysteries, the Coen Brothers’ mordant irony and fatalistic absurdities, or Quentin Tarantino’s rhythmic, dialogue-heavy genre homages, Spielberg’s style is defined by sincere humanism, awe-inspiring yet emotionally anchored set pieces, classical Hollywood pacing with modern scale, and a tone that evokes universal relatability through wonder and vulnerability. This profoundly expanded guide dissects every facet of his approach with exhaustive detail, including film-specific scene breakdowns, thematic evolutions across eras, structural rules with guidelines for adaptation, visual signatures with cinematographic examples, character archetypes with development strategies, dialogue mechanics with subtext rules, action guidelines for emotional integration, music and sound principles, production insights, ethical storytelling rules, and practical screenwriting habits drawn from his collaborative process.
21
+
22
+ ## Overall Tone and Thematic DNA – Sincere Humanism Infused with Awe and Empathy
23
+ - **Emotional Accessibility and Wonder Tethered to Relatable Stakes**
24
+ Spielberg’s signature tone is one of sincere, unapologetic emotional engagement, where spectacle always serves to heighten human vulnerability and connection. He avoids cynicism, favoring optimism tempered by realism, ensuring audiences feel seen in characters’ joys and pains.
25
+ - *Close Encounters of the Third Kind*: The tone builds from domestic frustration to cosmic awe, with Roy Neary’s obsession grounded in family disintegration, culminating in a transcendent yet bittersweet departure.
26
+ - *Munich*: A darker palette of moral erosion post-Munich Olympics massacre, yet the tone clings to empathy, showing assassins’ humanity crumbling under vengeance’s weight.
27
+ - *West Side Story*: Vibrant musical energy contrasts with tragic racial tensions, maintaining a tone of youthful passion and inevitable heartbreak.
28
+ - *The Fabelmans*: Warm, nostalgic introspection on Spielberg’s own youth, blending humor with familial pain, evoking a tone of affectionate self-reflection.
29
+ → **Guideline**: Always prioritize emotional sincerity—avoid ironic detachment or overly dark nihilism. Use wonder (e.g., alien lights, dinosaur reveals) as a mirror for internal human struggles, ensuring tone shifts feel organic and earned through character relationships.
30
+
31
+ - **Thematic Pillars – Expanded Framework with Rules for Integration**
32
+ Spielberg’s themes recur like motifs in a symphony, evolving from personal to historical, always centered on human resilience.
33
+ 1. Family Reconciliation and Surrogate Bonds: Core to healing—rules: Depict families as flawed yet redeemable; use adventure or crisis as catalyst (e.g., Elliott’s bond with E.T. heals his broken home).
34
+ 2. Ordinary Individuals Facing the Extraordinary: Everymen as heroes—guideline: Ground protagonists in relatable flaws (fear, doubt) before elevating them through moral choices (*Roy Neary’s UFO quest*, *Frank Abagnale’s con artistry*).
35
+ 3. Awe and the Unknown: Encounters with wonder—example: Dinosaur hatching in *Jurassic Park* sparks childlike joy amid ethical horror; rule: Balance awe with consequence to avoid superficiality.
36
+ 4. Moral Growth and Redemption: Ethical awakenings—guideline: Show internal conflict gradually, not abruptly (Schindler’s transformation from profiteer to savior via small acts).
37
+ 5. The Human Cost of Conflict: War and violence as dehumanizing—example: *Saving Private Ryan*’s D-Day sequence visceralizes loss; rule: Depict violence realistically but with purpose, focusing on survivors’ trauma.
38
+ 6. Art, Storytelling, and Truth-Seeking: Cinema/journalism as redemptive—guideline: Use meta-elements sparingly but impactfully (*The Fabelmans*’ home movies reveal family truths; *The Post*’s press freedom battle).
39
+ 7. Childhood Perspective as Moral Lens: Innocence guiding adults—example: Jim Graham’s wartime maturation in *Empire of the Sun*; rule: Children should embody uncorrupted empathy, contrasting adult cynicism.
40
+ 8. American Idealism vs. Historical Shadows: Optimism through adversity—guideline: Portray history’s darkness without despair, emphasizing individual agency (*Lincoln*’s abolition fight, *Bridge of Spies*’ Cold War negotiation).
41
+ → **Integration Rule**: Weave multiple pillars per film—e.g., family in *War of the Worlds* intersects with alien invasion wonder and survival resilience. Avoid overloading; let one pillar dominate while others support.
42
+
43
+ - **Tone Spectrum and Modulation Guidelines**
44
+ Starts with relatable normalcy → builds curiosity or tension → peaks in awe/horror → resolves in cathartic empathy or bittersweet acceptance. Humor is light, relational (e.g., Indy’s sarcasm, Frank’s charm); tragedy is intimate, not exploitative.
45
+ - Modulation Rule: Shift tones gradually—use visual cues (lighting warm to cold) and pacing (slow builds to rapid action) to guide emotional flow, ensuring no jarring transitions.
46
+
47
+ ## Narrative Architecture – Classical Foundations with Emotional and Spectacular Layers
48
+ - **Three-Act Structure with Clear Emotional Milestones**
49
+ Spielberg employs a rigid yet flexible classical structure: Act 1 establishes normalcy and inciting incident; Act 2 builds conflicts with rising action; Act 3 delivers climax and resolution.
50
+ - *Jaws*: Act 1: Shark attacks disrupt Amity; Act 2: Hunt on the Orca reveals character depths; Act 3: Explosive finale.
51
+ - *Lincoln*: Act 1: Wartime presidency setup; Act 2: Amendment push with political intrigue; Act 3: Vote and aftermath.
52
+ → **Guideline**: Mark acts with emotional beats—inciting incident must disrupt personal life; midpoint reversal heightens stakes morally.
53
+
54
+ - **Set-Piece Integration Rules**
55
+ Spectacle as narrative punctuation—each must advance plot, character, and theme.
56
+ - *Raiders*: Boulder chase introduces Indy’s resourcefulness; Well of Souls reveals vulnerability.
57
+ - *Jurassic Park*: Raptor kitchen hunt builds tension through child endangerment.
58
+ → **Rule**: Limit set pieces to 3-5 per film; precede with character buildup, follow with reflective aftermath to process emotion.
59
+
60
+ - **Pacing Principles and Economy Guidelines**
61
+ Pacing alternates kinetic energy with introspective pauses—scripts average 100-150 pages, prioritizing visual economy.
62
+ - *Schindler’s List*: Slow, deliberate rhythm with long takes for horror’s weight.
63
+ - *Catch Me If You Can*: Brisk con montages balanced by quiet father-son talks.
64
+ → **Guideline**: Use montages for time compression; ensure pacing mirrors emotional state—frenetic for chaos, languid for reflection.
65
+
66
+ - **Ending Rules and Cathartic Design**
67
+ Endings affirm human spirit—circular motifs reinforce themes.
68
+ - *E.T.*: Bicycle flight farewell echoes opening loneliness.
69
+ - *Munich*: Ambiguous homecoming questions vengeance’s cost.
70
+ → **Rule**: Avoid total closure—leave subtle hope or ambiguity; use visual callbacks for emotional resonance.
71
+
72
+ ## Character Construction – Relatable Archetypes with Layered Emotional Depth
73
+ - **Everyman Protagonists: Flaws, Growth, and Empathy Rules**
74
+ Heroes start ordinary, evolve through moral tests.
75
+ - Brody (*Jaws*): Fearful chief finds courage via family stakes.
76
+ - Schindler: Opportunist awakens to empathy through witnessed atrocities.
77
+ → **Guideline**: Give flaws rooted in relatable fears (abandonment, failure); growth via small choices accumulating to transformation.
78
+
79
+ - **Supporting Archetypes and Ensemble Guidelines**
80
+ Mentors, children, antagonists as emotional mirrors.
81
+ - Quint (*Jaws*): Gruff mentor; Elliott (*E.T.*): Innocent guide.
82
+ → **Rule**: Ensembles reflect protagonist’s arc—use diversity for broader empathy; avoid caricatures.
83
+
84
+ - **Child Characters: Moral Compass Rules**
85
+ Kids embody purity, driving adult change.
86
+ - Newt (*Aliens* influence in *War of the Worlds*); Sammy Fabelman (*The Fabelmans*).
87
+ → **Guideline**: Depict children with agency but vulnerability; use their perspective for wonder or horror.
88
+
89
+ ## Dialogue Mechanics – Direct, Emotional, and Relational Principles
90
+ - **Conversational Warmth with Subtext Layers**
91
+ Dialogue feels natural, revealing emotion without excess.
92
+ - *E.T.*: Elliott’s simple “Ouch” conveys bond.
93
+ - *Lincoln*: Rhetorical debates laced with personal stakes.
94
+ → **Rule**: Balance exposition with feeling—use pauses, interruptions for realism; avoid quips overshadowing sincerity.
95
+
96
+ - **Subtext and Revelation Guidelines**
97
+ Conversations mask deeper truths, revealed gradually.
98
+ - *Bridge of Spies*: Legal banter hides Cold War fears.
99
+ → **Guideline**: Layer subtext through context—family dinners reveal tensions; ensure dialogue advances relationships.
100
+
101
+ ## Visual Language & Cinematography – Expressive, Dynamic, and Wonder-Evoking Techniques
102
+ - **Camera Movement Rules for Emotional Immersion**
103
+ Fluid tracking, crane shots, dolly zooms heighten feeling.
104
+ - Dolly zoom in *Jaws* for Brody’s realization.
105
+ - Crane reveals in *Close Encounters* for awe.
106
+ → **Guideline**: Motivate every move—track for pursuit, zoom for isolation; vary for tone modulation.
107
+
108
+ - **Lighting and Palette Principles**
109
+ Warm golds for hope, desaturated for despair.
110
+ - *Schindler’s List*: B&W with red coat symbol.
111
+ - *West Side Story*: Vibrant urban colors for passion.
112
+ → **Rule**: Use color symbolically—red for life/death; blue for alienation.
113
+
114
+ - **Recurring Motifs and Composition Guidelines**
115
+ Silhouettes, children’s POV, slow-motion reveals.
116
+ - Backlit aliens in *E.T.*; overhead shots in *Empire of the Sun*.
117
+ → **Guideline**: Compose for emotion—center faces for intimacy, wide for isolation.
118
+
119
+ ## Action and Spectacle – Visceral Integration with Human Stakes
120
+ - **Set-Piece Design Rules**
121
+ Action grounded in character peril and growth.
122
+ - Omaha Beach (*Saving Private Ryan*): Chaos reflects moral disorientation.
123
+ - Truck chase (*Raiders*): Indy’s wit and endurance.
124
+ → **Guideline**: Choreograph for progression—build from setup to peak to fallout; ensure stakes are personal.
125
+
126
+ - **Violence Portrayal Principles**
127
+ Realistic but purposeful—avoid glorification.
128
+ - Graphic WWII in *Ryan*; restrained in *Munich*.
129
+ → **Rule**: Show consequences—wounds linger emotionally.
130
+
131
+ ## Music and Sound Design – Emotional Amplification Through Leitmotifs
132
+ - **John Williams Collaboration Principles**
133
+ Sweeping scores with character themes.
134
+ - Shark motif in *Jaws*; Superman fanfare influence in *Raiders*.
135
+ → **Guideline**: Cue music for peaks—build tension with silence, release with swells.
136
+
137
+ - **Sound Design Rules**
138
+ Immersive effects enhance realism.
139
+ - Dinosaur roars in *Jurassic*; whispers in *Schindler*.
140
+ → **Rule**: Layer ambient sounds for atmosphere—waves in *Jaws*, crowds in *Lincoln*.
141
+
142
+ ## Production and Formatting Notes – Collaborative and Visual-First Approach
143
+ - **Script as Visual Blueprint Rules**
144
+ Describe action vividly, leaving room for performance.
145
+ → **Guideline**: Format for readability—use bold for key visuals; prioritize scene headings for tone.
146
+
147
+ - **Ethical Storytelling Guidelines**
148
+ Handle sensitive history with respect—consult experts (*Schindler*, *Lincoln*).
149
+ → **Rule**: Balance accuracy with empathy—avoid sensationalism.
150
+
151
+ ## Practical Screenwriting Advice – Spielberg’s Process and Rules
152
+ - Draw from personal life for authenticity (*The Fabelmans*).
153
+ - Collaborate with writers for polish (Kushner’s dialogue depth).
154
+ - Storyboard set pieces early.
155
+ - Revise for emotional truth—test audience reactions.
156
+ - Balance genres—infuse drama with wonder, adventure with heart.
157
+ - Rule: Write multiple drafts focusing on character beats first, then spectacle.
158
+ - Guideline: Use feedback loops—screen tests refine pacing.
159
+ - Avoid over-explaining—trust visuals and actors.
160
+
161
+ ## Quick Reference – Spielberg Checklist (Expanded with Rules)
162
+ - [ ] Classical three-act arc with emotional milestones (Rule: Inciting incident disrupts personal normalcy)
163
+ - [ ] Ordinary hero with relatable flaws and moral growth (Guideline: Flaws rooted in fear or loss)
164
+ - [ ] Childlike wonder anchored in human vulnerability (Example: Alien reveals tied to family bonds)
165
+ - [ ] Family reconciliation or surrogate bonds (Rule: Crisis as catalyst for healing)
166
+ - [ ] Awe-inspiring set pieces with character payoff (Guideline: 3-5 per film, with buildup/fallout)
167
+ - [ ] Warm, direct dialogue revealing emotion (Rule: Subtext through context, not irony)
168
+ - [ ] Expressive camera: Tracking/crane/dolly zoom (Guideline: Motivate moves emotionally)
169
+ - [ ] Thematic lighting/palette: Warm golds, symbolic colors (Example: Red in *Schindler*)
170
+ - [ ] John Williams leitmotifs for emotional swells (Rule: Silence before music release)
171
+ - [ ] Moral awakening/redemption without preachiness (Guideline: Gradual via small acts)
172
+ - [ ] Children as moral anchors or perspectives (Rule: Give agency but protect innocence)
173
+ - [ ] Hopeful/cathartic endings with ambiguity (Example: Circular motifs for resonance)
174
+ - [ ] Balance spectacle/intimacy in pacing (Guideline: Montages for compression)
175
+ - [ ] Visceral violence with human cost (Rule: Show consequences emotionally)
176
+ - [ ] Historical/personal resonance without sensationalism (Guideline: Consult experts)
177
+ - [ ] Ensemble mirrors protagonist arc (Rule: Diversity for empathy)
178
+
179
+ Embody Spielberg’s vision: Write stories that celebrate human spirit through wonder and empathy—craft narratives where spectacle illuminates the soul, and every frame pulses with sincere heart.