@mytechtoday/augment-extensions 1.6.0 → 1.6.2

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 (358) 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/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +231 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +19 -1
@@ -0,0 +1,445 @@
1
+ # Brian De Palma - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Voyeuristic Psychological Thriller](#the-voyeuristic-psychological-thriller)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Visual Primacy: Cinema as the Language of the Gaze**](#1-visual-primacy-cinema-as-the-language-of-the-gaze)
9
+ - [2. **Voyeurism and Obsession: The Watched and the Watcher**](#2-voyeurism-and-obsession-the-watched-and-the-watcher)
10
+ - [3. **Stylistic Excess: Technique as Theme**](#3-stylistic-excess-technique-as-theme)
11
+ - [4. **Paranoia and Conspiracy: The Hidden Web**](#4-paranoia-and-conspiracy-the-hidden-web)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The De Palma Three-Act Labyrinth](#the-de-palma-three-act-labyrinth)
14
+ - [Character Development](#character-development)
15
+ - [The Obsessed Observer](#the-obsessed-observer)
16
+ - [De Palma Character Archetypes](#de-palma-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Gaze Ignition" Scene](#the-gaze-ignition-scene)
19
+ - [The "Split-Screen Duplicity" Scene](#the-split-screen-duplicity-scene)
20
+ - [The "Long Take Pursuit" Scene](#the-long-take-pursuit-scene)
21
+ - [The "Erotic Deception" Scene](#the-erotic-deception-scene)
22
+ - [The "Conspiratorial Unraveling" Scene](#the-conspiratorial-unraveling-scene)
23
+
24
+ ## The Voyeuristic Psychological Thriller
25
+
26
+ **Films Analyzed**:
27
+ - Greetings (1968)
28
+ - Hi, Mom! (1970)
29
+ - Sisters (1973)
30
+ - Phantom of the Paradise (1974)
31
+ - Carrie (1976)
32
+ - Obsession (1976)
33
+ - The Fury (1978)
34
+ - Dressed to Kill (1980)
35
+ - Blow Out (1981)
36
+ - Scarface (1983)
37
+ - Body Double (1984)
38
+ - Wise Guys (1986)
39
+ - The Untouchables (1987)
40
+ - Casualties of War (1989)
41
+ - The Bonfire of the Vanities (1990)
42
+ - Raising Cain (1992)
43
+ - Carlito's Way (1993)
44
+ - Mission: Impossible (1996)
45
+ - Snake Eyes (1998)
46
+ - Mission to Mars (2000)
47
+ - Femme Fatale (2002)
48
+ - The Black Dahlia (2006)
49
+ - Redacted (2007)
50
+ - Passion (2012)
51
+ - Domino (2019)
52
+
53
+ **Primary Writers**: Brian De Palma (often writing or co-writing his own scripts), Paul Schrader (Obsession, Raising Cain), Oliver Stone (Scarface), David Rabe (Casualties of War, The Untouchables), David Koepp (Mission: Impossible, Snake Eyes), Bill Pankow (editorial influence on many), and others including adaptations from novels by Stephen King (Carrie), John Farris (The Fury), and James Ellroy (The Black Dahlia).
54
+ **Genre**: Psychological Thriller / Suspense / Crime Drama / Horror
55
+ **Core Concept**: Voyeuristic narratives that explore obsession, deception, moral ambiguity, and the human psyche through innovative cinematic techniques, blending Hitchcockian suspense with stylistic excess to create a heightened reality where the act of watching becomes central to the story's tension and thematic depth.
56
+
57
+ ---
58
+
59
+ ## Overview
60
+
61
+ Brian De Palma's cinematic universe is a labyrinth of gazes, where characters peer into forbidden worlds, and the audience is implicated in the act of voyeurism. Emerging from the New Hollywood era alongside contemporaries like Martin Scorsese, Francis Ford Coppola, and Steven Spielberg, De Palma distinguished himself with a style that marries technical virtuosity to psychological intrigue. His films often homage classic directors—most notably Alfred Hitchcock—but transcend mere imitation by infusing them with contemporary themes of paranoia, eroticism, and violence. De Palma's work revolutionized thriller filmmaking by prioritizing visual language over expository dialogue, using tools like split-screen, long tracking shots, and slow motion to manipulate time, space, and perception. This creates an immersive experience where suspense builds not just from plot twists but from the very mechanics of cinema itself.
62
+
63
+ At the heart of De Palma's style is the exploration of the "gaze"—the way characters observe others, often through windows, cameras, or mirrors, reflecting broader themes of surveillance, desire, and deception. His protagonists are frequently flawed observers: sound technicians capturing unintended truths (Blow Out), detectives unraveling conspiracies (The Untouchables), or ordinary people thrust into extraordinary obsessions (Body Double). De Palma's films balance spectacle with introspection, using graphic violence and sensuality not for shock value alone but to probe the darker recesses of human nature. While criticized for perceived misogyny and excess, his body of work reveals a consistent fascination with power dynamics, identity fragmentation, and the unreliability of perception.
64
+
65
+ This style guide distills the techniques that define De Palma's oeuvre, offering a blueprint for crafting screenplays that emphasize cinematic innovation, psychological depth, and thematic resonance. By analyzing his core principles, narrative structures, character archetypes, and signature scene constructions, writers can emulate De Palma's ability to turn the screen into a mirror of the soul, where every frame pulses with intention and every cut reveals a hidden truth. De Palma's influence extends beyond thrillers, impacting action films (Mission: Impossible) and dramas (Carlito's Way), proving that his methods can elevate any genre through meticulous visual storytelling.
66
+
67
+ De Palma's early career in the 1960s and 1970s was marked by experimental, countercultural films like Greetings and Hi, Mom!, which blended satire, documentary-style realism, and absurdity to critique American society. These works laid the groundwork for his later thrillers, introducing elements like split-screen to juxtapose realities and heighten irony. By the mid-1970s, with Carrie and Obsession, De Palma honed his Hitchcockian homages, using slow-motion prom sequences and vertigo-inducing spirals to amplify emotional climaxes. The 1980s saw his commercial peak with Scarface and The Untouchables, where operatic violence and moral ambiguity took center stage, while films like Dressed to Kill and Body Double pushed boundaries with erotic thrillers that interrogated voyeurism head-on.
68
+
69
+ In the 1990s and beyond, De Palma adapted to blockbuster demands with Mission: Impossible, incorporating high-tech gadgets and intricate set-pieces, yet retained his signature paranoia in Snake Eyes and Femme Fatale. Even in later works like Passion and Domino, he revisited themes of duplication and deception, using digital tools to echo his analog innovations. Throughout, De Palma's scripts are vehicles for directorial flair, with dialogue serving as punctuation to visual symphonies. This guide encourages writers to think like De Palma: not just telling stories, but orchestrating them through the lens, where the camera is the ultimate protagonist.
70
+
71
+ ---
72
+
73
+ ## Core Principles
74
+
75
+ ### 1. **Visual Primacy: Cinema as the Language of the Gaze**
76
+ De Palma's films assert that cinema is primarily a visual medium, where images convey subtext, emotion, and narrative more effectively than words. Dialogue is sparse and functional, serving to punctuate visuals rather than drive the plot.
77
+
78
+ **Key Philosophy**:
79
+ - The camera is an active participant, often embodying the voyeur's perspective.
80
+ - Visual motifs (mirrors, windows, screens) symbolize fractured identities and hidden truths.
81
+ - Techniques like split diopter focus depth and psychological layers simultaneously.
82
+ - Perception is unreliable; what characters (and audiences) see is manipulated for suspense.
83
+
84
+ **Examples from Films**:
85
+ - In Blow Out, Jack Terry's sound recordings reveal visual deceptions, culminating in a 360-degree pan that merges auditory and visual paranoia.
86
+ - Dressed to Kill uses museum tracking shots to build erotic tension without dialogue, the gaze itself becoming the inciting incident.
87
+ - Scarface employs opulent visuals—Tony Montana's mansion as a gilded cage—to illustrate his rise and fall, with minimal exposition.
88
+ - Carrie’s telekinetic outbursts are visualized through slow-motion destruction, her eyes as windows to repressed rage.
89
+ - Body Double features pornographic sets as meta-commentary on Hollywood's voyeurism, with Jake Scully's telescope mirroring Rear Window's binoculars.
90
+
91
+ **Writing Approach**:
92
+ WRONG: "Jake explains to Holly that he's obsessed with watching the neighbor."
93
+ RIGHT: "Jake peers through the telescope. The woman's silhouette dances in the window across the street. His breath fogs the lens. Cut to: Her room, split-screen with Jake's widening eyes. No words—only the thrum of desire."
94
+
95
+ This principle demands scripts that describe visuals in vivid detail, leaving room for directorial interpretation while ensuring every scene advances through imagery.
96
+
97
+ To elaborate further, De Palma's visual primacy stems from his early influences in physics and engineering, treating the screenplay as a blueprint for mechanical precision. In Sisters, the split-screen surgery sequence isn't just shocking; it visually dissects themes of duality and separation. Writers should prioritize action lines that evoke camera movement—tracking, panning, zooming—to create rhythm. Avoid overwriting dialogue; instead, use it to contrast with visuals, as in The Untouchables, where Eliot Ness's stoic lines underscore the balletic train station shootout. This approach ensures the screenplay feels cinematic from the page, inviting collaboration with cinematographers like Vilmos Zsigmond or Stephen H. Burum, who amplified De Palma's visions.
98
+
99
+ Moreover, visual primacy extends to sound design, often integrated visually. In Blow Out, the scream dub isn't heard but seen in waveforms, blending senses. Scripts should note sonic-visual synergies, like the echoing gunshots in Carlito's Way that visualize regret. By making the gaze central, De Palma implicates the audience, turning passive viewing into active complicity, a technique that heightens thriller stakes.
100
+
101
+ ### 2. **Voyeurism and Obsession: The Watched and the Watcher**
102
+ Central to De Palma's narratives is the theme of voyeurism, where characters' obsessions drive the plot, and the audience shares in the forbidden gaze.
103
+
104
+ **Key Philosophy**:
105
+ - Protagonists are often passive observers who become active participants through watching.
106
+ - Obsession leads to moral compromise, blurring lines between victim and perpetrator.
107
+ - Eroticism and violence are intertwined, the gaze amplifying both desire and danger.
108
+ - Deception is visual—disguises, doubles, and illusions challenge perception.
109
+
110
+ **Examples from Films**:
111
+ - Obsession recreates Vertigo's spiral of fixation, with Michael Courtland's gaze resurrecting a lost love through deception.
112
+ - In Femme Fatale, Laure's con games are framed through surveillance cameras, making the audience complicit in her manipulations.
113
+ - Raising Cain uses multiple personalities visualized via mirrors and flashbacks, the protagonist's obsession fracturing reality.
114
+ - Mission: Impossible's NOC list theft is a voyeuristic heist, with Ethan Hunt watching through high-tech lenses.
115
+ - Snake Eyes opens with a 12-minute tracking shot that establishes Rick Santoro's opportunistic gaze amid chaos.
116
+
117
+ **Dialogue Guidelines**:
118
+ - **Sparse and revealing** - Words expose inner obsessions indirectly.
119
+ - **Subtext through silence** - Pauses and looks convey more than monologues.
120
+ - **Erotic undertones** - Dialogue laced with double entendres during voyeuristic scenes.
121
+ - **Paranoid inflection** - Characters question what they've seen, heightening tension.
122
+
123
+ **Dialogue Ratio**:
124
+ - Suspense sequences: 20% dialogue, 80% visual/sonic cues.
125
+ - Character confrontations: 50% verbal sparring, 50% physical/gestural.
126
+ - Climactic revelations: Dialogue peaks but is undercut by visual twists.
127
+
128
+ **Character Voice Examples**:
129
+ JACK TERRY (Paranoid, obsessive, technical - Blow Out)
130
+ I heard it. The tire blowout—then the gunshot. It's on the tape. They're covering it up.
131
+ KATE MILLER (Sensual, conflicted, vulnerable - Dressed to Kill)
132
+ I feel like someone's watching me. In the museum, those eyes... they followed me.
133
+ TONY MONTANA (Ambitious, volatile, immigrant - Scarface)
134
+ The world is yours? Say hello to my little friend! (Gaze fixed on empire's illusion.)
135
+ CARRIE WHITE (Repressed, innocent, vengeful - Carrie)
136
+ They're all gonna laugh at you. (Eyes burning with unseen power.)
137
+ JAKE SCULLY (Naive, aroused, entangled - Body Double)
138
+ She's perfect. Every night, the same dance. I can't look away.
139
+
140
+ This principle requires scripts to build layers of observation, with scenes structured around what is seen versus what is hidden. In practice, De Palma's voyeurism critiques societal surveillance, as in Redacted, where war footage exposes atrocities. Writers should weave motifs of watching—binoculars, cameras, peepholes—into the narrative fabric, ensuring obsession escalates from curiosity to catastrophe.
141
+
142
+ Expanding on this, De Palma's obsession theme often intersects with gender dynamics, portraying women as both objects and agents of the gaze. In Passion, Christine and Isabelle's rivalry is visualized through mirrored ambitions, subverting traditional roles. Scripts must handle these sensitively, using voyeurism to explore power rather than exploit it. By making the watcher vulnerable, as in Casualties of War, where Eriksson's observation leads to moral crisis, De Palma adds depth, turning thrillers into psychological studies.
143
+
144
+ ### 3. **Stylistic Excess: Technique as Theme**
145
+ De Palma embraces excess—graphic violence, sensuality, and formal experimentation—to mirror characters' overindulgences and societal decays.
146
+
147
+ **Key Philosophy**:
148
+ - Excess isn't gratuitous; it reflects thematic extremes like greed (Scarface) or rage (The Fury).
149
+ - Techniques (slow motion, Dutch angles) distort reality to convey subjective states.
150
+ - Homages to classics aren't copies but amplifications, blending old with new.
151
+ - Pacing alternates between languid builds and explosive releases.
152
+
153
+ **Examples from Films**:
154
+ - The Untouchables' Odessa Steps homage in the train station shootout uses slow motion to elevate a gunfight to opera.
155
+ - Phantom of the Paradise's rock opera excess satirizes fame, with split-screens fracturing the Faustian bargain.
156
+ - The Black Dahlia's lurid crime scenes excess visualizes Hollywood's underbelly.
157
+ - Wise Guys' comedic excess contrasts with De Palma's thrillers, using slapstick to explore mob absurdity.
158
+ - Domino's international intrigue excesses global paranoia through fragmented editing.
159
+
160
+ **Writing Approach**:
161
+ WRONG: "Tony shoots the rivals."
162
+ RIGHT: "Tony's machine gun roars in slow motion. Blood sprays like confetti across white suits. The chandelier shatters, crystals raining down as bodies crumple. His laugh echoes—manic, triumphant, doomed."
163
+
164
+ Stylistic excess demands scripts that describe techniques explicitly, like "SPLIT-SCREEN: Left—victim flees; Right—killer pursues." This guides production while embedding theme. De Palma's excess often courts controversy, as in Dressed to Kill's transphobic elements, but when harnessed, it creates unforgettable set-pieces.
165
+
166
+ To delve deeper, excess in De Palma serves as a critique of American excess—consumerism in Scarface, war in Casualties of War. Writers should balance it with restraint, using quiet moments to amplify explosions, as in Mission to Mars' cosmic awe. This principle ensures films feel alive, the style pulsating with the story's heart.
167
+
168
+ ### 4. **Paranoia and Conspiracy: The Hidden Web**
169
+ De Palma's worlds are laced with conspiracies, where personal obsessions uncover larger systemic deceptions.
170
+
171
+ **Key Philosophy**:
172
+ - Paranoia is justified; institutions (government, Hollywood, mobs) hide truths.
173
+ - Protagonists unravel plots through evidence gathering, often auditory or visual.
174
+ - Twists reveal layers of betrayal, with doubles and disguises compounding distrust.
175
+ - Resolution is ambiguous, victory pyrrhic.
176
+
177
+ **Examples from Films**:
178
+ - Blow Out's political assassination cover-up paranoia echoes Watergate.
179
+ - The Fury's psychic experiments expose governmental exploitation.
180
+ - Carlito's Way's parole traps illustrate inescapable criminal webs.
181
+ - Redacted's Iraq War footage uncovers military atrocities.
182
+ - Mission: Impossible's mole hunt paranoia drives gadget-filled intrigue.
183
+
184
+ **Ensemble Techniques** (when applicable):
185
+ - Pair observers with skeptics for dynamic tension.
186
+ - Micro-conspiracies within larger plots.
187
+ - Rotating perspectives via split-screen.
188
+ - Distinct investigative styles showcase paranoia levels.
189
+
190
+ **Writing Approach**:
191
+ PARANOIA SCENE STRUCTURE:
192
+
193
+ Inciting glimpse (seen/heard anomaly)
194
+ Investigation (gathering clues)
195
+ Confrontation (betrayal revealed)
196
+ Escalation (chase/confrontation)
197
+ Ambiguous close (truth partial)
198
+
199
+
200
+ This principle infuses scripts with tension, making everyday settings suspect. De Palma's paranoia often draws from real events, grounding excess in reality.
201
+
202
+ ---
203
+
204
+ ## Narrative Structure
205
+
206
+ ### The De Palma Three-Act Labyrinth
207
+
208
+ #### Act 1: The Gaze Awakens + Inciting Observation (0-30 minutes)
209
+ **Goal**: Establish the protagonist's ordinary world and the voyeuristic hook that disrupts it.
210
+
211
+ **Key Elements**:
212
+ - **Protagonist introduction** - Through a gaze or observation, reveal personality and flaw.
213
+ - **Baseline reality** - Mundane settings contrast with emerging obsession.
214
+ - **Internal obsession** - Hint at psychological vulnerability.
215
+ - **Inciting gaze** - A seen event (murder, seduction) pulls them in.
216
+ - **Call to watch** - Protagonist compelled to investigate.
217
+
218
+ **Pacing**:
219
+ - Slow builds with tracking shots.
220
+ - Initial set-piece within 15 minutes.
221
+ - Subtle humor or irony sets tone.
222
+ - Psychological hook by minute 25.
223
+
224
+ **Examples**:
225
+ - Dressed to Kill: Kate's museum flirtation awakens desire, leading to fatal encounter.
226
+ - Blow Out: Jack records a "accident," uncovering gunshot.
227
+ - Scarface: Tony's immigration interview reveals ambition, inciting rise.
228
+ - Carrie: Locker room humiliation awakens powers.
229
+ - Body Double: Jake's acting failure leads to telescopic obsession.
230
+
231
+ In this act, scripts should focus on visual establishment, using action lines to describe gazes and environments in detail. De Palma often starts with long takes to immerse viewers, as in Snake Eyes' arena opener. Build paranoia subtly, planting clues that pay off later. Avoid heavy exposition; let visuals imply backstory, like Tony's scars in Scarface symbolizing past violence.
232
+
233
+ Verbose expansion: The inciting observation is crucial, transforming passive protagonists into active ones. In Obsession, Courtland's gaze at a painting resurrects lost love, setting a spiral. Writers must ensure the gaze feels organic yet fateful, drawing from Hitchcock but amplifying with De Palma's excess—perhaps a split diopter showing foreground doubt and background mystery. This act sets the thematic tone, whether erotic (Femme Fatale) or political (Redacted), ensuring the audience shares the protagonist's fixation.
234
+
235
+ #### Act 2A: Deepening Obsession + Web of Deception (30-60 minutes)
236
+ **Goal**: Escalate the gaze into action, assembling clues and allies while revealing deceptions.
237
+
238
+ **Escalation Pattern**:
239
+ 1. **Solo pursuit** - Protagonist investigates alone, facing initial failures.
240
+ 2. **Allies/doubles introduced** - Reluctant helpers or deceptive mirrors.
241
+ 3. **First confrontation** - Encounter with antagonist, visual twist.
242
+ 4. **Deception layers** - Illusions compound, paranoia builds.
243
+ 5. **Fracture** - Personal cost emerges.
244
+
245
+ **Key Techniques**:
246
+ - **Montage of observation** - Clues gathered via cameras, tapes.
247
+ - **Character clashes** - Ideological or sexual tensions.
248
+ - **Erotic/suspense interludes** - Heighten stakes.
249
+ - **World expansion** - Reveal conspiracy scope.
250
+
251
+ Examples include Jack's tape analysis in Blow Out, Tony's drug empire build in Scarface. Scripts should interweave personal and plot arcs, using techniques like slow motion for emotional beats.
252
+
253
+ Detailed: This sub-act mirrors De Palma's love for build-up, as in The Untouchables' team assembly. Use Dutch angles for unease, split-screens for parallel actions. Verbosity allows exploration of subplots, like Carlito's romance amid mob threats, ensuring obsession consumes the protagonist.
254
+
255
+ #### Act 2B: Descent into Paranoia + Darkest Gaze (60-90 minutes)
256
+ **Goal**: Protagonist hits rock bottom, obsessions leading to isolation and major setback.
257
+
258
+ **Midpoint Crisis**:
259
+ - **Major revelation** - Conspiracy exposed, but at cost.
260
+ - **Personal betrayal** - Ally turns or illusion shatters.
261
+ - **Isolation** - Protagonist doubts own perceptions.
262
+ - **Hero's fracture** - Obsession consumes identity.
263
+
264
+ **Examples**:
265
+ - Carrie: Prom humiliation fractures psyche.
266
+ - Blow Out: Sally's danger isolates Jack.
267
+ - Scarface: Family betrayal leads to downfall.
268
+ - Casualties of War: Rape witness isolates Eriksson.
269
+ - Passion: Murder accusation fractures relationships.
270
+
271
+ Scripts emphasize subjective visuals—hallucinations, flashbacks—to convey descent. De Palma uses excess here, like Fury's exploding heads, to visualize breakdown.
272
+
273
+ Expansion: This act tests character resilience, with paranoia peaking. Writers can employ non-linear elements, as in Femme Fatale's time loops, to disorient. Ensure emotional weight, making setbacks feel inevitable yet poignant.
274
+
275
+ #### Act 3: Climactic Revelation + Pyrrhic Resolution (90-120+ minutes)
276
+ **Goal**: Confrontation unveils truths, but victory is tainted.
277
+
278
+ **Resolution Principles**:
279
+ - **Rally the gaze** - Protagonist uses observation tools for counterattack.
280
+ - **Everyone's role** - Allies contribute uniquely.
281
+ - **Sacrifice gaze** - Risk exposure or loss.
282
+ - **Psychological climax** - Obsession resolved internally.
283
+ - **Ambiguous end** - Lingering doubt.
284
+
285
+ **Climactic Structure**:
286
+
287
+ REVELATION - Truth uncovered visually.
288
+ STRATEGY - Improvised use of techniques (e.g., tape playback).
289
+ ASSAULT - Stylized set-piece.
290
+ SETBACK - Antagonist's twist.
291
+ TURNING POINT - Overcome flaw via gaze.
292
+ FINAL GAZE - Decisive visual confrontation.
293
+ RESOLUTION - Bittersweet, often open-ended.
294
+ AFTERMATH - Reflection on obsession's cost.
295
+
296
+
297
+ Examples: Carrie's apocalyptic prom, Mission: Impossible's helicopter chase. Scripts end with visual poetry, like Scarface's fall amid excess.
298
+
299
+ Verbose: De Palma's acts often extend for spectacle, as in Snake Eyes' rewind. Ensure thematic closure, with gazes symbolizing growth or doom.
300
+
301
+ ---
302
+
303
+ ## Character Development
304
+
305
+ ### The Obsessed Observer
306
+
307
+ **Core Traits**:
308
+ - **Perceptive ability** - Keen senses or tools for watching.
309
+ - **Relatable obsession** - Driven by loss, desire, or justice.
310
+ - **Moral ambiguity** - Gaze leads to ethical lapses.
311
+ - **Transformation through watching** - Evolves from passive to active.
312
+
313
+ **Character Arc Template**:
314
+ SETUP: Defined by gaze (Jack's recording habit).
315
+ CHALLENGE: Gaze uncovers danger (conspiracy).
316
+ CRISIS: Gaze causes isolation (betrayals).
317
+ GROWTH: Weaponizes gaze (exposes truth).
318
+ RESOLUTION: Altered perspective (scarred but wiser).
319
+
320
+ De Palma's heroes are everymen in extraordinary gazes, like Jake in Body Double.
321
+
322
+ ### De Palma Character Archetypes
323
+
324
+ **The Sound/Vision Technician** (Jack Terry, Winslow Leach):
325
+ - Masters media to uncover truths.
326
+ - Obsession with perfection leads to peril.
327
+ - Technology as extension of self.
328
+ - Quips mask trauma.
329
+
330
+ Verbose: These characters embody De Palma's meta-cinema, using tools like in Phantom's masks or Blow Out's mics to critique industry.
331
+
332
+ **The Lawman** (Eliot Ness, Carlito Brigante):
333
+ - Duty clashes with corruption.
334
+ - Struggles with violence.
335
+ - Tactical gaze on criminals.
336
+ - Inspirational yet flawed.
337
+
338
+ Expansion: Ness's unyielding gaze in Untouchables contrasts Carlito's weary one, exploring redemption.
339
+
340
+ **The Femme Fatale/Double** (Laure Ash, Dominique/Danielle):
341
+ - Manipulates through seduction and deception.
342
+ - Dual identities fracture gaze.
343
+ - Empowered yet tragic.
344
+ - Journey from control to vulnerability.
345
+
346
+ Detailed: In Sisters or Passion, they subvert expectations, using gaze against watchers.
347
+
348
+ **The Innocent Victim** (Carrie White, Kate Miller):
349
+ - Repressed desires erupt violently.
350
+ - Gaze inward, then outward vengeance.
351
+ - Sympathetic flaw.
352
+ - Grows into power.
353
+
354
+ **The Paranoid Conspirator** (Tony Montana, Kirk):
355
+ - Builds empires on suspicion.
356
+ - Excess leads to paranoia.
357
+ - Charismatic defense.
358
+ - Redemption elusive.
359
+
360
+ **The Witness** (Eriksson, Rick Santoro):
361
+ - Observes atrocity, compelled to act.
362
+ - Moral compass tested.
363
+ - Seeks belonging through truth.
364
+ - Sacrifice for justice.
365
+
366
+ **The Experimenter** (Peter Sandza, Cain Carter):
367
+ - Pushes boundaries, often self-destructive.
368
+ - Scientific/mad gaze.
369
+ - Secretly yearns connection.
370
+ - Redemption via confrontation.
371
+
372
+ Archetypes allow verbose exploration, with examples spanning films.
373
+
374
+ ---
375
+
376
+ ## Scene Construction
377
+
378
+ ### The "Gaze Ignition" Scene
379
+ Protagonist's first forbidden look sets obsession.
380
+
381
+ **Structure**:
382
+ 1. **Setup normalcy** - Everyday setting.
383
+ 2. **Inciting view** - Window/camera reveals anomaly.
384
+ 3. **Lingering pan** - Camera dwells on gaze.
385
+ 4. **Internal reaction** - Subtle expression change.
386
+ 5. **Hook** - Decision to pursue.
387
+
388
+ **Example Template**:
389
+ INT. APARTMENT - NIGHT
390
+ Jake slumps on couch. Bored. Picks up telescope idly.
391
+ Through lens: Neighbor's window glows. Woman begins sensual dance.
392
+ Camera tracks slowly, Jake's eye filling frame. Breath quickens.
393
+ Split diopter: Foreground—Jake's transfixed face; Background—her silhouette.
394
+ He leans closer. Can't look away. Obsession born.
395
+
396
+ ### The "Split-Screen Duplicity" Scene
397
+ Juxtaposes parallel actions for irony/tension.
398
+
399
+ **Elements**:
400
+ - **Dual realities** - Victim/perpetrator.
401
+ - **Timing sync** - Actions mirror/contrast.
402
+ - **Build to convergence** - Screens merge metaphorically.
403
+ - **Sonic overlap** - Sounds bleed between.
404
+
405
+ **Timing Rules**:
406
+ - Use for mid-act escalations.
407
+ - Avoid overkill; reserve for thematic peaks.
408
+ - Silence one side for emphasis.
409
+
410
+ **Examples**:
411
+ WRONG (Flat): "Murder happens while detective searches."
412
+ RIGHT: "SPLIT-SCREEN: Left—killer stalks; Right—detective pieces clue. Knife raises as phone rings—convergence missed by seconds."
413
+
414
+ ### The "Long Take Pursuit" Scene
415
+ Unbroken camera follows chase, building immersion.
416
+
417
+ **Required Elements**:
418
+ - **Spatial awareness** - Clear geography.
419
+ - **Escalating obstacles** - Physical/emotional.
420
+ - **Subjective POV** - Camera as pursuer/pursued.
421
+ - **Climactic cut** - Release tension.
422
+
423
+ **Examples**:
424
+ - Mission: Impossible's Langley heist.
425
+ - Carlito's Way's station escape.
426
+
427
+ ### The "Erotic Deception" Scene
428
+ Sensuality masks danger.
429
+
430
+ **Structure**:
431
+ 1. **Visual seduction** - Slow pans on bodies.
432
+ 2. **Gaze exchange** - Eyes lock.
433
+ 3. **Twist reveal** - Deception uncovered.
434
+ 4. **Violent shift** - From desire to dread.
435
+ 5. **Aftermath gaze** - Reflection on illusion.
436
+
437
+ ### The "Conspiratorial Unraveling" Scene
438
+ Clues assemble into revelation.
439
+
440
+ **Structure**:
441
+ 1. **Montage buildup** - Visual evidence.
442
+ 2. **Paranoid monologue** - If needed.
443
+ 3. **Visual proof** - Tape/photo.
444
+ 4. **Betrayal confrontation** - Gaze meets gaze.
445
+ 5. **Escape or trap** - Action ensues.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-buster-keaton",
3
+ "version": "1.0.0",
4
+ "displayName": "Buster Keaton Style Guide",
5
+ "description": "Screenplay style guide for Buster Keaton",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "buster-keaton"
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/buster-keaton",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "buster-keaton.md"
48
+ ]
49
+ }
50
+ }