@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,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-alfred-hitchcock",
3
+ "version": "1.0.0",
4
+ "displayName": "Alfred Hitchcock Style Guide",
5
+ "description": "Screenplay style guide for Alfred Hitchcock",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "alfred-hitchcock"
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/alfred-hitchcock",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "alfred-hitchcock.md"
48
+ ]
49
+ }
50
+ }
@@ -0,0 +1,168 @@
1
+ # Alfred Hitchcock Films Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The Hitchcock Legacy: Master of Suspense, Visual Poet of Dread, Psychological Thriller Architect, and Cinematic Manipulator](#introduction-the-hitchcock-legacy-master-of-suspense-visual-poet-of-dread-psychological-thriller-architect-and-cinematic-manipulator)
6
+ - [Overall Tone and Thematic DNA – Elegant Dread, Intellectual Intrigue, Moral Ambiguity, Psychological Tension, Human Frailty, Voyeuristic Gaze, and Cinematic Manipulation](#overall-tone-and-thematic-dna-elegant-dread-intellectual-intrigue-moral-ambiguity-psychological-tension-human-frailty-voyeuristic-gaze-and-cinematic-manipulation)
7
+ - [Narrative Architecture – Slow-Burn Suspense Builds, MacGuffin-Driven Plots, Ironic Twists, Wrong-Man Structures](#narrative-architecture-slow-burn-suspense-builds-macguffin-driven-plots-ironic-twists-wrong-man-structures)
8
+ - [Character Construction – Flawed Protagonists, Blonde Heroines, Charming Villains, and Moral Mirrors](#character-construction-flawed-protagonists-blonde-heroines-charming-villains-and-moral-mirrors)
9
+ - [Dialogue Mechanics – Witty, Understated, Ironic, Psychological, and Economical](#dialogue-mechanics-witty-understated-ironic-psychological-and-economical)
10
+ - [Visual Language & Cinematography – Tension Through Frame, Shadow, Zoom, and Composition](#visual-language-cinematography-tension-through-frame-shadow-zoom-and-composition)
11
+ - [Action and Violence – Sudden Shocks, Psychological Impact, Minimalist Brutality](#action-and-violence-sudden-shocks-psychological-impact-minimalist-brutality)
12
+ - [Music and Sound Design – Bernard Herrmann Mastery](#music-and-sound-design-bernard-herrmann-mastery)
13
+ - [Practical Screenwriting Advice – Hitchcock Habits](#practical-screenwriting-advice-hitchcock-habits)
14
+ - [Quick Reference – Hitchcock Checklist (Expanded with Rules & Examples)](#quick-reference-hitchcock-checklist-expanded-with-rules-examples)
15
+
16
+ ## Introduction – The Hitchcock Legacy: Master of Suspense, Visual Poet of Dread, Psychological Thriller Architect, and Cinematic Manipulator
17
+ Alfred Hitchcock (1899–1980), universally known as the "Master of Suspense," directed 53 feature films across a 60-year career in Britain and Hollywood, fundamentally shaping the thriller, suspense, mystery, and psychological horror genres. His British period (1920s–1930s) includes early silents (*The Lodger* 1927), breakthrough thrillers (*Blackmail* 1929 – first British sound film), and international successes (*The 39 Steps* 1935, *The Lady Vanishes* 1938). His Hollywood era (1940–1976) produced classics: *Rebecca* (1940 – his only Best Picture Oscar), *Shadow of a Doubt* (1943), *Spellbound* (1945), *Notorious* (1946), *Rope* (1948), *Strangers on a Train* (1951), *Dial M for Murder* (1954), *Rear Window* (1954), *To Catch a Thief* (1955), *The Trouble with Harry* (1955), *The Man Who Knew Too Much* (1956), *Vertigo* (1958), *North by Northwest* (1959), *Psycho* (1960), *The Birds* (1963), *Marnie* (1964), *Torn Curtain* (1966), *Topaz* (1969), *Frenzy* (1972), and *Family Plot* (1976). He also created and hosted the anthology series *Alfred Hitchcock Presents* (1955–1965) and *The Alfred Hitchcock Hour* (1962–1965).
18
+
19
+ Hitchcock’s screenplays—often adapted from novels, plays, or short stories and co-written with screenwriters like Charles Bennett, John Michael Hayes, Ernest Lehman, Samuel Taylor, and his wife Alma Reville (who contributed uncredited script work throughout his career)—are masterclasses in tension-building, visual symbolism, psychological depth, moral ambiguity, ironic twists, and audience manipulation disguised as mainstream entertainment. His style is instantly recognizable: slow-burn suspense through anticipation rather than shock, voyeuristic camera placement, mistaken identity/wrong-man plots, MacGuffin devices, recurring blonde heroine archetypes, ironic humor amid dread, visual storytelling over dialogue, moral grayness without easy resolution, and a tone that blends elegant sophistication with chilling human frailty.
20
+
21
+ Hitchcock contrasts sharply with Mel Brooks’s affectionate parody and chaotic excess, Monty Python’s absurdist anti-logic, Star Wars’s mythic heroism, Star Trek’s utopian moral inquiry, Key & Peele’s race-conscious social observation, or the operatic grandeur of Coppola. Hitchcock is fundamentally suspenseful, visually poetic, psychologically probing, morally ambiguous, and cinematically manipulative—a tone of elegant dread, intellectual intrigue, and the thrill of the unknown that makes the audience complicit in the story’s tension.
22
+
23
+ This ultra-expanded guide provides the deepest possible dissection of Hitchcock’s style across his entire filmography (British & Hollywood periods), with hundreds of specific scene, sequence, and shot examples, thematic evolutions from silent era to late career, structural rules with suspense-build and MacGuffin guidelines, visual grammar with camera placement and editing principles, character archetypes with psychological strategies, dialogue mechanics with ironic and understated rules, conflict philosophy with wrong-man and suspense theories, music & sound principles (Bernard Herrmann collaboration), production insights from his obsessive pre-production and storyboarding, ethical storytelling considerations around voyeurism and violence, and practical screenwriting habits drawn from Hitchcock’s own methods (the “bomb under the table” theory, storyboarding every shot, visual-first scripting, audience manipulation techniques).
24
+
25
+ ## Overall Tone and Thematic DNA – Elegant Dread, Intellectual Intrigue, Moral Ambiguity, Psychological Tension, Human Frailty, Voyeuristic Gaze, and Cinematic Manipulation
26
+ - **Elegant Dread with Psychological Tension and Moral Ambiguity**
27
+ Hitchcock’s tone is sophisticated, tense, and psychologically immersive: ordinary people are thrust into extraordinary peril, forcing moral choices amid mounting dread. It balances elegance (glamorous stars, stylish settings, witty dialogue) with terror (sudden violence, ironic twists, psychological unraveling).
28
+ - *Vertigo* (1958): James Stewart’s acrophobia and obsession with Kim Novak’s Madeleine/Judy—tone of romantic elegance descending into psychological nightmare and tragic guilt.
29
+ - *Psycho* (1960): Janet Leigh’s Marion Crane steals $40,000 → arrives at Bates Motel → infamous shower murder → Norman Bates’s cover-up → Lila Crane’s investigation → basement reveal of Mrs. Bates. Tone shifts from mundane crime thriller to shocking horror to psychological revelation.
30
+ - *Rear Window* (1954): L.B. Jeffries (James Stewart) confined to wheelchair, voyeuristically watches neighbors → suspects murder → tone of confined tension, ethical voyeurism, and moral ambiguity (is he right to spy?).
31
+ - *North by Northwest* (1959): Advertising executive Roger Thornhill (Cary Grant) mistaken for spy → crop-duster chase → Mount Rushmore climax. Tone of witty elegance amid life-threatening absurdity.
32
+ - *The Birds* (1963): Melanie Daniels’s flirtation with Mitch Brenner → unexplained bird attacks on Bodega Bay → tone of normalcy shattered by inexplicable terror.
33
+ - *Strangers on a Train* (1951): Bruno Anthony proposes “criss-cross” murder to Guy Haines → polite conversation turns sinister → tone of charming menace.
34
+ - *Rope* (1948): Two students strangle a classmate → host dinner party with body in chest → tone of single-take tension and moral horror.
35
+ - *Rebecca* (1940): Young woman marries Maxim de Winter → haunted by dead wife Rebecca → tone of gothic dread and psychological insecurity.
36
+ → **Core Principle**: Build tone through slow, visual, psychological tension—dread comes from anticipation (“bomb under the table” theory), not gore. Moral ambiguity leaves audiences unsettled; elegance (costumes, sets, stars) contrasts with human frailty and moral compromise.
37
+
38
+ - **Thematic Pillars – Suspense, Voyeurism, Mistaken Identity, Moral Ambiguity, Human Frailty, Cinematic Manipulation, and Psychological Depth**
39
+ 1. Suspense & Tension Building (“Bomb Under the Table” Theory): Audience knows danger, characters don’t—guideline: Show threat early, prolong anticipation.
40
+ - *Rear Window*: We see Thorwald’s suspicious behavior before Jeff does.
41
+ - *Psycho*: We know Norman is dangerous; Marion doesn’t.
42
+ 2. Voyeurism & the Gaze: Watching as complicity and moral transgression.
43
+ - *Rear Window*: Entire film from Jeff’s apartment view—audience becomes voyeur.
44
+ - *Psycho*: Norman watches Marion through peephole.
45
+ - *Vertigo*: Scotty obsessively watches Madeleine.
46
+ 3. Mistaken Identity & Wrong-Man Plot: Innocent accused, identity crisis.
47
+ - *North by Northwest*: Thornhill mistaken for George Kaplan.
48
+ - *The Wrong Man* (1957): Based on true story—innocent man arrested.
49
+ - *The 39 Steps*: Richard Hannay wrongly accused.
50
+ 4. Moral Ambiguity & Guilt: Characters face ethical gray areas.
51
+ - *Strangers on a Train*: Guy tempted by Bruno’s plan.
52
+ - *Vertigo*: Scotty’s obsession and manipulation of Judy.
53
+ - *Marnie* (1964): Kleptomaniac’s trauma and moral compromise.
54
+ 5. Human Frailty & Psychological Depth: Flawed protagonists driven by obsession, fear, guilt.
55
+ - *Psycho*: Norman Bates’s split personality and mother fixation.
56
+ - *Marnie*: Kleptomania rooted in childhood trauma.
57
+ - *Vertigo*: Scotty’s acrophobia and obsessive love.
58
+ 6. MacGuffin & Plot Device: Object drives plot but is irrelevant to deeper themes.
59
+ - Microfilm in *North by Northwest*.
60
+ - Uranium in *Notorious*.
61
+ - Money in *Psycho*.
62
+ 7. Blonde Heroine Archetype: Beautiful, cool, vulnerable women who attract danger.
63
+ - Madeleine/Judy (*Vertigo*), Marion Crane (*Psycho*), Grace Kelly in *To Catch a Thief*, *Rear Window*, *Dial M for Murder*.
64
+ 8. Ironic Humor Amid Dread: Witty dialogue, dark comedy in tense moments.
65
+ - *The Trouble with Harry* – corpse comedy.
66
+ - *North by Northwest* – Cary Grant’s dry wit amid chases.
67
+ → **Integration Rule**: Center 3–5 pillars per film—classic Hitchcock formula: suspense + voyeurism + mistaken identity + moral ambiguity. Use visual metaphors (stairs, shadows, birds, reflections, keys, handcuffs) to unify themes.
68
+
69
+ - **Tone Spectrum & Modulation Guidelines**
70
+ Everyday normalcy / witty elegance → rising psychological tension / voyeuristic unease → moral crisis / ironic twist → violent or tragic climax → ambiguous resolution or chilling coda. Humor is dry, ironic, black; tragedy is psychological and intimate.
71
+ - Modulation Rule: Shift tones through visual cues (dolly zooms, shadows, point-of-view shots), sound (Bernard Herrmann scores), and editing (slow builds to sudden shocks). Maintain underlying dread—suspense is in anticipation, not explosion.
72
+
73
+ ## Narrative Architecture – Slow-Burn Suspense Builds, MacGuffin-Driven Plots, Ironic Twists, Wrong-Man Structures
74
+ - **Slow-Burn Tension Structure**
75
+ - Setup: Introduce normalcy & MacGuffin / mistaken identity.
76
+ - Build: Rising suspicion, voyeurism, psychological pressure.
77
+ - Crisis: Moral dilemma or confrontation.
78
+ - Climax: Violent revelation or ironic twist.
79
+ - Resolution: Ambiguous close or ironic coda.
80
+ Examples:
81
+ - *Psycho*: Marion’s theft (MacGuffin money) → hotel arrival → shower murder (climax) → Lila’s investigation → basement reveal (Norman’s mother).
82
+ - *Vertigo*: Scotty’s acrophobia (flaw) → Madeleine obsession → faked death → Judy transformation → tower climax.
83
+ - *Rear Window*: Jeff’s boredom → voyeurism → suspected murder → confrontation with Thorwald.
84
+ → **Guideline**: Use MacGuffin to drive plot—focus on psychological impact and audience suspense.
85
+
86
+ - **Pacing: Deliberate Build with Sudden Shocks**
87
+ - Slow, visual tension punctuated by violence or revelation.
88
+ - Examples: Shower scene in *Psycho* — build through mundane routine → rapid cuts.
89
+ - Crop-duster sequence in *North by Northwest* — long, slow build → sudden attack.
90
+ → **Guideline**: Let suspense breathe—long takes, shadows, music; sudden cuts or shocks for release.
91
+
92
+ ## Character Construction – Flawed Protagonists, Blonde Heroines, Charming Villains, and Moral Mirrors
93
+ - **Flawed Protagonist / Wrong Man**
94
+ - Ordinary man in extraordinary peril, often with personal flaw.
95
+ - Roger Thornhill (*North by Northwest*): Ad man mistaken for spy—charming, witty, flawed by arrogance.
96
+ - L.B. Jeffries (*Rear Window*): Photographer confined to wheelchair—flaw: voyeurism.
97
+ - Scotty Ferguson (*Vertigo*): Detective with acrophobia—flaw: obsession.
98
+ → **Guideline**: Protagonist grows (or falls) through moral choices; flaw drives suspense.
99
+
100
+ - **Blonde Heroine Archetype**
101
+ - Cool, beautiful, vulnerable, often in danger.
102
+ - Madeleine/Judy (*Vertigo*), Marion Crane (*Psycho*), Grace Kelly (*Rear Window*, *To Catch a Thief*, *Dial M for Murder*).
103
+ → **Rule**: Heroine embodies mystery, desire, and danger—often central to protagonist’s obsession.
104
+
105
+ - **Charming / Psychopathic Villain**
106
+ - Bruno Anthony (*Strangers on a Train*): Sociopathic charm, tennis obsession.
107
+ - Norman Bates (*Psycho*): Polite, shy, deadly.
108
+ → **Guideline**: Villains are intelligent, manipulative, often charming—contrast with protagonist’s morality.
109
+
110
+ ## Dialogue Mechanics – Witty, Understated, Ironic, Psychological, and Economical
111
+ - **Witty & Ironic Exchanges**
112
+ - “We all go a little mad sometimes.” — Norman Bates (*Psycho*).
113
+ - “I always say a kiss is a lovely trick designed by nature to stop speech when words become superfluous.” — John Robie (*To Catch a Thief*).
114
+ → **Guideline**: Use irony to underscore tension; witty dialogue contrasts with dread.
115
+
116
+ - **Psychological Revelation & Subtext**
117
+ - Scotty’s obsessive monologues in *Vertigo*.
118
+ - Bruno’s “criss-cross” proposal in *Strangers on a Train*.
119
+ → **Rule**: Dialogue reveals inner turmoil subtly—subtext over exposition.
120
+
121
+ ## Visual Language & Cinematography – Tension Through Frame, Shadow, Zoom, and Composition
122
+ - **Dolly Zoom / Vertigo Effect**
123
+ - Zoom in while dollying out—distorts space, creates disorientation.
124
+ - *Vertigo* tower scene (Scotty’s acrophobia).
125
+ → **Guideline**: Use for psychological disorientation or vertigo.
126
+
127
+ - **Voyeuristic Camera & Long Takes**
128
+ - *Rear Window*: Entire film from Jeff’s apartment view—audience becomes voyeur.
129
+ - *Rope*: Single-take illusion (hidden body in chest).
130
+ → **Rule**: Camera as character—observing, intruding, manipulating audience gaze.
131
+
132
+ - **Lighting, Shadow, and Composition Principles**
133
+ - High-contrast shadows, chiaroscuro (*Psycho* house), expressionistic angles (*Vertigo* tower).
134
+ → **Guideline**: Use lighting symbolically—shadows for guilt, light for revelation.
135
+
136
+ ## Action and Violence – Sudden Shocks, Psychological Impact, Minimalist Brutality
137
+ - **Sudden, Iconic Violence**
138
+ - *Psycho* shower stabbing — rapid cuts, screeching score.
139
+ - *The Birds* — slow-burn buildup to avian attacks.
140
+ → **Guideline**: Violence is quick, shocking, psychologically devastating—focus on aftermath.
141
+
142
+ ## Music and Sound Design – Bernard Herrmann Mastery
143
+ - **Herrmann Scores**
144
+ - *Psycho* screeching strings, *Vertigo* swirling themes, *North by Northwest* urgent rhythms.
145
+ → **Rule**: Use music to build dread, irony, or emotional release.
146
+
147
+ ## Practical Screenwriting Advice – Hitchcock Habits
148
+ - Use MacGuffin to drive plot but focus on psychological impact.
149
+ - Storyboard every shot—pre-visualize tension.
150
+ - Build suspense visually (camera placement, editing).
151
+ - Write witty, understated dialogue.
152
+ - Guideline: “Bomb under the table” — show danger early, prolong anticipation.
153
+ - Rule: Never let audience feel safe—suspense is in knowing more than characters.
154
+
155
+ ## Quick Reference – Hitchcock Checklist (Expanded with Rules & Examples)
156
+ - [ ] Slow-burn suspense through anticipation (Rule: “Bomb under the table”)
157
+ - [ ] Voyeurism & audience complicity (Example: *Rear Window* gaze)
158
+ - [ ] Mistaken identity / wrong-man plot (Example: *North by Northwest*)
159
+ - [ ] Moral ambiguity & guilt (Guideline: No easy heroes)
160
+ - [ ] Human frailty & psychological depth (Example: Scotty’s obsession)
161
+ - [ ] MacGuffin plot device (Rule: Irrelevant to deeper themes)
162
+ - [ ] Blonde heroine archetype (Example: Grace Kelly roles)
163
+ - [ ] Ironic humor amid dread (Example: *North by Northwest* wit)
164
+ - [ ] Visual mastery (dolly zoom, shadows, long takes)
165
+ - [ ] Bernard Herrmann score for tension (Rule: Music as character)
166
+ - [ ] Sudden shocks & iconic violence (Example: *Psycho* shower)
167
+
168
+ Write Hitchcock thrillers with visual mastery and psychological precision: build tension through anticipation, expose human frailty through irony, manipulate the audience with elegant dread, and create tales that haunt, thrill, and unsettle long after the lights come up.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-ari-aster",
3
+ "version": "1.0.0",
4
+ "displayName": "Ari Aster Style Guide",
5
+ "description": "Screenplay style guide for Ari Aster",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "ari-aster"
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/ari-aster",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "ari-aster.md"
48
+ ]
49
+ }
50
+ }