@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,353 @@
1
+ # Gus Van Sant - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Introspective Indie Character Study](#the-introspective-indie-character-study)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Observation Over Exposition**](#1-observation-over-exposition)
9
+ - [2. **Naturalistic Dialogue and Improvisation**](#2-naturalistic-dialogue-and-improvisation)
10
+ - [3. **Fluid Camera and Long Takes for Immersion**](#3-fluid-camera-and-long-takes-for-immersion)
11
+ - [4. **Thematic Focus on Margins and Vulnerability**](#4-thematic-focus-on-margins-and-vulnerability)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Van Sant Non-Linear Observational Arc](#the-van-sant-non-linear-observational-arc)
14
+ - [Character Development](#character-development)
15
+ - [The Vulnerable Outsider](#the-vulnerable-outsider)
16
+ - [Van Sant Character Archetypes](#van-sant-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Tracking Wander" Scene](#the-tracking-wander-scene)
19
+ - [The "Improvised Confession" Scene](#the-improvised-confession-scene)
20
+ - [The "Dreamlike Interlude" Scene](#the-dreamlike-interlude-scene)
21
+ - [The "Marginal Encounter" Scene](#the-marginal-encounter-scene)
22
+
23
+ ## The Introspective Indie Character Study
24
+
25
+ **Films Analyzed**:
26
+ - Mala Noche (1985)
27
+ - Drugstore Cowboy (1989)
28
+ - My Own Private Idaho (1991)
29
+ - To Die For (1995)
30
+ - Good Will Hunting (1997)
31
+ - Psycho (1998)
32
+ - Finding Forrester (2000)
33
+ - Gerry (2002)
34
+ - Elephant (2003)
35
+ - Last Days (2005)
36
+ - Paranoid Park (2007)
37
+ - Milk (2008)
38
+ - Restless (2011)
39
+ - Promised Land (2012)
40
+ - The Sea of Trees (2015)
41
+ - Don't Worry, He Won't Get Far on Foot (2018)
42
+
43
+ **Primary Writers**: Gus Van Sant (often as writer-director), Matt Damon & Ben Affleck (Good Will Hunting), Buck Henry (To Die For), Dustin Lance Black (Milk), Jason Lew (Restless), Matt Damon (Promised Land)
44
+ **Genre**: Independent Drama / Experimental Art Cinema
45
+ **Core Concept**: Observational exploration of human vulnerability, alienation, and marginal existence through minimalist narratives, improvisation, and atmospheric visuals.
46
+
47
+ ---
48
+
49
+ ## Overview
50
+
51
+ Gus Van Sant has carved a unique niche in American cinema by blending introspective indie sensibilities with occasional mainstream accessibility, creating films that prioritize emotional authenticity over conventional plotting. His work often delves into the lives of outsiders—youth, addicts, queer individuals, and those grappling with grief or identity—using experimental techniques to foster a sense of immersion and ambiguity. Influenced by avant-garde filmmakers like Béla Tarr, Chantal Akerman, and Alan Clarke, Van Sant's style emphasizes long takes, naturalistic performances, and a rejection of Hollywood conventions, resulting in films that feel poetic, haunting, and deeply human. This guide distills the elements that define his approach, from the "Death Trilogy" (Gerry, Elephant, Last Days) to Oscar-winning hits like Good Will Hunting and Milk, offering a blueprint for crafting screenplays that capture the quiet chaos of existence.
52
+
53
+ ---
54
+
55
+ ## Core Principles
56
+
57
+ ### 1. **Observation Over Exposition**
58
+ Van Sant's films privilege showing over telling, allowing audiences to infer emotions and motivations through behavior, environment, and silence rather than dialogue or narration.
59
+
60
+ **Key Philosophy**:
61
+ - Ambiguity fosters empathy
62
+ - Silence reveals inner turmoil
63
+ - Environments mirror psychological states
64
+ - Minimalism amplifies emotional resonance
65
+
66
+ **Examples from Films**:
67
+ - In Elephant, the Columbine-inspired school shooting unfolds through mundane routines, with no explicit explanations for the killers' motives.
68
+ - My Own Private Idaho uses dreamlike sequences to convey Mike's narcolepsy and longing without overt psychologizing.
69
+ - Gerry's wandering protagonists embody existential drift, their sparse dialogue underscoring isolation.
70
+ - Last Days mirrors Kurt Cobain's final haze with aimless meandering, letting visuals convey despair.
71
+
72
+ **Writing Approach**:
73
+ WRONG: "Mike feels abandoned by his family. He narrates his pain."
74
+ RIGHT: "Mike stares at the Idaho landscape. Clouds drift. He collapses into sleep. In dream: A house falls from sky. His mother's voice echoes faintly."
75
+
76
+ ### 2. **Naturalistic Dialogue and Improvisation**
77
+ Dialogue feels lived-in, often improvised or loosely scripted, reflecting real speech patterns—halting, repetitive, mundane—to ground characters in authenticity.
78
+
79
+ **Dialogue Guidelines**:
80
+ - **Improvisation reveals truth** - Actors draw from personal experiences
81
+ - **Subtext through silence** - Pauses and non-sequiturs convey unspoken feelings
82
+ - **Everyday language** - Avoid polished monologues; favor fragments
83
+ - **Humor in absurdity** - Dry wit emerges from discomfort
84
+
85
+ **Dialogue Ratio**:
86
+ - Introspective scenes: 20% dialogue, 80% action/description
87
+ - Ensemble moments: Overlapping, natural chatter
88
+ - Climactic exchanges: Sparse, loaded with implication
89
+
90
+ **Character Voice Examples**:
91
+ MIKE WATERS (My Own Private Idaho: Dreamy, fragmented, vulnerable)
92
+ I could always tell where I was by the way the road looked. Like I just knew I'd been there before. I was just like a... a lost person.
93
+ BOB PIGEON (Drugstore Cowboy: Cynical, street-wise, philosophical)
94
+ Most people don't know how they're gonna feel from one moment to the next. But a dope fiend has a pretty good idea. All you gotta do is look at the labels on the little bottles.
95
+ BLAKE (Last Days: Mumbled, detached, introspective)
96
+ I'm not... I don't know. Just... wandering.
97
+ ALEX (Elephant: Quiet, ominous, matter-of-fact)
98
+ You know, like, Beethoven was deaf, but he still wrote symphonies.
99
+ HARVEY MILK (Milk: Charismatic, earnest, inspirational)
100
+ If a bullet should enter my brain, let that bullet destroy every closet door.
101
+ WILL HUNTING (Good Will Hunting: Defensive, witty, guarded)
102
+ You think I know the first thing about how hard your life has been? How you feel? Who you are? 'Cause I read Oliver Twist? Does that encapsulate you?
103
+
104
+ ### 3. **Fluid Camera and Long Takes for Immersion**
105
+ Visual storytelling relies on extended shots and tracking to create a contemplative pace, drawing viewers into characters' worlds.
106
+
107
+ **Visual Techniques**:
108
+ - **Tracking shots** - Follow characters through spaces to build tension or intimacy
109
+ - **Minimal editing** - Long durations emphasize real-time experience
110
+ - **Natural lighting** - Enhances realism and mood
111
+ - **Dreamlike elements** - Slow motion, non-linear inserts for psychological depth
112
+
113
+ **Examples from Films**:
114
+ - Elephant's hallway tracking shots loop through time, heightening dread.
115
+ - Paranoid Park uses skateboard sequences with fluid camera to mirror inner chaos.
116
+ - Gerry's endless desert walks in long takes evoke existential monotony.
117
+ - Psycho remake faithfully recreates Hitchcock's shots but infuses modern detachment.
118
+
119
+ **Writing Approach**:
120
+ SCENE DESCRIPTION:
121
+ NOT: Quick cuts between faces in conversation.
122
+ BUT: Camera tracks behind John as he wanders empty halls. Footsteps echo. He pauses at locker, stares blankly. Time stretches. Cut only when emotional beat demands.
123
+
124
+ ### 4. **Thematic Focus on Margins and Vulnerability**
125
+ Stories center on outsiders navigating identity, loss, and societal fringes, with empathy for human fragility.
126
+
127
+ **Thematic Principles**:
128
+ - **Alienation as universal** - Even "normal" characters feel displaced
129
+ - **Grief and death** - Recurrent motifs, handled with restraint
130
+ - **Queer perspectives** - Subtle integration without sensationalism
131
+ - **Youth and rebellion** - Adolescents as symbols of uncertainty
132
+
133
+ **Philosophy**:
134
+ NOT: Villains and heroes in black-and-white.
135
+ BUT: Complex individuals shaped by circumstance. In Milk, Harvey's activism stems from personal pain; in Drugstore Cowboy, addiction is a flawed coping mechanism.
136
+
137
+ ---
138
+
139
+ ## Narrative Structure
140
+
141
+ ### The Van Sant Non-Linear Observational Arc
142
+
143
+ Van Sant often subverts traditional three-act structures, favoring episodic or cyclical narratives that mirror life's unpredictability.
144
+
145
+ #### Act 1: Immersion in the Ordinary (0-30 minutes)
146
+ **Goal**: Establish characters' worlds through routine, hinting at underlying tensions.
147
+
148
+ **Key Elements**:
149
+ - **Character introduction via action** - Show daily lives without backstory dumps
150
+ - **Atmospheric setup** - Locations as characters (e.g., Portland streets, Idaho roads)
151
+ - **Subtle foreshadowing** - Mundane details build unease
152
+ - **Inciting drift** - No clear "incident"; gradual pull into conflict
153
+
154
+ **Pacing**:
155
+ - Slow build with long takes
156
+ - Minimal dialogue; visual storytelling
157
+ - Emotional hook through empathy, not plot
158
+
159
+ **Examples**:
160
+ - Drugstore Cowboy: Bob's pharmacy heists as routine, revealing addiction's grip.
161
+ - Elephant: Students' school day, intersecting paths.
162
+ - Good Will Hunting: Will's janitor life contrasts genius.
163
+
164
+ #### Act 2A: Exploration and Fragmentation (30-60 minutes)
165
+ **Goal**: Deepen character psyches through wandering, relationships, and small revelations.
166
+
167
+ **Escalation Pattern**:
168
+ 1. **Interpersonal connections** - Unlikely bonds form (e.g., mentor-student)
169
+ 2. **Internal conflicts surface** - Flaws emerge in quiet moments
170
+ 3. **Experimental detours** - Non-linear flashbacks or dreams
171
+ 4. **Rising ambiguity** - Questions accumulate without answers
172
+ 5. **Fractures appear** - Relationships strain under unspoken pressures
173
+
174
+ **Key Techniques**:
175
+ - Improvised scenes for authenticity
176
+ - Tracking through environments
177
+ - Thematic motifs (e.g., falling houses in Idaho)
178
+ - World-building via margins (queer subcultures, youth culture)
179
+
180
+ #### Act 2B: Descent into Crisis (60-90 minutes)
181
+ **Goal**: Characters confront voids, leading to emotional nadirs.
182
+
183
+ **Midpoint Crisis**:
184
+ - **Isolation peaks** - Physical/emotional separation
185
+ - **Loss or revelation** - Death, betrayal, self-realization
186
+ - **Ambiguous turning point** - No clear victory; deeper introspection
187
+ - **Dissonance builds** - Style amplifies unease (repetitive shots)
188
+
189
+ **Examples**:
190
+ - My Own Private Idaho: Mike's search for mother ends in abandonment.
191
+ - Last Days: Blake's seclusion spirals into suicide.
192
+ - Milk: Assassination looms amid political triumphs.
193
+ - The Sea of Trees: Suicide attempt in Aokigahara forest.
194
+
195
+ #### Act 3: Ambiguous Resolution (90-120 minutes)
196
+ **Goal**: Offer catharsis through acceptance, not closure, leaving room for interpretation.
197
+
198
+ **Resolution Principles**:
199
+ - **Emotional release** - Quiet epiphanies or connections
200
+ - **Cyclical elements** - End echoes beginning
201
+ - **No tidy endings** - Lingering questions
202
+ - **Humanity affirmed** - Empathy amid tragedy
203
+
204
+ **Climactic Structure**:
205
+
206
+ CONFRONTATION - Character faces core vulnerability
207
+ INTROSPECTION - Long take on emotional processing
208
+ CONNECTION - Brief bond or understanding
209
+ RELEASE - Act of letting go (death, departure)
210
+ AFTERMATH - Open-ended reflection, often visual
211
+ THEMATIC ECHO - Motif returns for resonance
212
+ FADE TO AMBIGUITY - No final answers
213
+
214
+
215
+ ---
216
+
217
+ ## Character Development
218
+
219
+ ### The Vulnerable Outsider
220
+
221
+ **Core Traits**:
222
+ - **Marginal identity** - Queer, addicted, grieving, youthful
223
+ - **Internal conflict** - Alienation vs. connection
224
+ - **Quiet resilience** - Strength in subtlety
225
+ - **Growth through observation** - Learns via experiences, not arcs
226
+
227
+ **Character Arc Template**:
228
+ SETUP: Character defined by isolation (Mike's narcolepsy, Will's defenses)
229
+ CHALLENGE: Encounters disrupt routine (road trip, therapy)
230
+ CRISIS: Confronts loss (mother's absence, emotional breakthrough)
231
+ GROWTH: Accepts vulnerability (confession, suicide)
232
+ RESOLUTION: Partial integration, lingering ambiguity
233
+
234
+ ### Van Sant Character Archetypes
235
+
236
+ **The Drifter** (Mike Waters, Gerry protagonists):
237
+ - Wanders physically/emotionally
238
+ - Dreamy detachment
239
+ - Seeks elusive connection
240
+ - Minimal dialogue, expressive silences
241
+
242
+ **The Addict/Outlaw** (Bob Pigeon, John Callahan):
243
+ - Battles dependencies
244
+ - Cynical humor masks pain
245
+ - Redemption through art/community
246
+ - Street-smart philosophy
247
+
248
+ **The Youth in Crisis** (Alex & Eric in Elephant, Gabe in Paranoid Park):
249
+ - Navigates adolescence's uncertainties
250
+ - Naturalistic, improvised behavior
251
+ - Faces violence or guilt
252
+ - Symbolizes societal fractures
253
+
254
+ **The Mentor Figure** (Sean Maguire, Forrester):
255
+ - Guides with empathy
256
+ - Haunted by past
257
+ - Facilitates self-discovery
258
+ - Blends authority with vulnerability
259
+
260
+ **The Activist/Icon** (Harvey Milk, Suzanne Stone):
261
+ - Charismatic yet flawed
262
+ - Driven by ambition/justice
263
+ - Confronts societal norms
264
+ - Tragic arc with inspirational legacy
265
+
266
+ **The Haunted Artist** (Blake, Enoch in Restless):
267
+ - Grapples with death/creativity
268
+ - Introspective, mumbled speech
269
+ - Surreal coping mechanisms
270
+ - Finds solace in connections
271
+
272
+ ---
273
+
274
+ ## Scene Construction
275
+
276
+ ### The "Tracking Wander" Scene
277
+ Characters move through spaces, camera following, building immersion and tension.
278
+
279
+ **Structure**:
280
+ 1. **Entry into space** - Character begins journey
281
+ 2. **Fluid movement** - Long take tracks behind/ahead
282
+ 3. **Environmental details** - Sounds, visuals enhance mood
283
+ 4. **Internal revelation** - Subtle shifts in demeanor
284
+ 5. **Intersection** - Paths cross with others
285
+
286
+ **Example Template**:
287
+ INT. HIGH SCHOOL HALLWAY - DAY
288
+ Camera tracks behind MICHELLE as she walks. Lockers blur past. Chatter fades. She pauses at bulletin board, fingers trace flyer. Footsteps continue. Time feels endless.
289
+ Cut to: Tracking ALEX in parallel hall. Gun concealed. Paths converge at corner.
290
+
291
+ ### The "Improvised Confession" Scene
292
+ Vulnerable moments emerge organically, often in therapy or intimate settings.
293
+
294
+ **Elements**:
295
+ - **Setup** - Safe space established
296
+ - **Build through silence** - Pauses invite truth
297
+ - **Improvisation** - Dialogue feels unscripted
298
+ - **Emotional peak** - Breakthrough without melodrama
299
+ - **Aftermath** - Quiet absorption
300
+
301
+ **Timing Rules**:
302
+ - Extend beats with description
303
+ - Avoid overwrought language
304
+ - Let subtext carry weight
305
+ - Follow with visual respite
306
+
307
+ **Examples**:
308
+ WRONG (Forced drama):
309
+ Will screams his trauma.
310
+ RIGHT (Natural emergence):
311
+ SEAN
312
+ It's not your fault.
313
+ WILL
314
+ (avoiding eyes)
315
+ I know.
316
+ SEAN
317
+ It's not your fault.
318
+ WILL
319
+ (tears welling)
320
+ Don't fuck with me.
321
+ Repetition builds. Will breaks. Hug. No music swells; just raw connection.
322
+
323
+ ### The "Dreamlike Interlude" Scene
324
+ Surreal inserts convey psychological states.
325
+
326
+ **Required Elements**:
327
+ - **Transition from reality** - Slow dissolve or abrupt cut
328
+ - **Symbolic imagery** - Falling objects, vast landscapes
329
+ - **Minimal sound** - Ambient or sparse score
330
+ - **Return to present** - Jarring or seamless
331
+ - **Thematic tie** - Reflects character's subconscious
332
+
333
+ **Examples**:
334
+ - Idaho: Houses falling from sky symbolize instability.
335
+ - Last Days: Blake's hallucinatory wanderings.
336
+ - Restless: Ghostly conversations with death.
337
+
338
+ ### The "Marginal Encounter" Scene
339
+ Interactions on society's edges reveal character depths.
340
+
341
+ **Structure**:
342
+ 1. **Chance meeting** - In streets, woods, or institutions
343
+ 2. **Tentative exchange** - Halting dialogue
344
+ 3. **Shared vulnerability** - Moment of connection
345
+ 4. **Parting ambiguity** - No resolution
346
+ 5. **Lingering impact** - Visual echo
347
+
348
+ **Examples**:
349
+ - Drugstore Cowboy: Bob's hospital visit with priest.
350
+ - Milk: Harvey's rallies blending politics and personal.
351
+ - Don't Worry: AA meetings mixing humor and pain.
352
+
353
+ This guide encapsulates Gus Van Sant's approach, emphasizing empathy, experimentation, and the beauty in human imperfection. By adhering to these principles, screenplays can evoke the introspective power that defines his cinema.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-james-ivory-ismail-merchant",
3
+ "version": "1.0.0",
4
+ "displayName": "James Ivory Ismail Merchant Style Guide",
5
+ "description": "Screenplay style guide for James Ivory Ismail Merchant",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "james-ivory-ismail-merchant"
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/james-ivory-ismail-merchant",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "james-ivory-ismail-merchant.md"
48
+ ]
49
+ }
50
+ }
@@ -0,0 +1,164 @@
1
+ # James Ivory / Ismail Merchant Films Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Overview](#overview)
6
+ - [Core Principles](#core-principles)
7
+ - [1. Restrained Emotional Expression: Subtlety Over Spectacle](#1-restrained-emotional-expression-subtlety-over-spectacle)
8
+ - [2. Sumptuous Visual and Production Design: Aesthetic as Narrative Tool](#2-sumptuous-visual-and-production-design-aesthetic-as-narrative-tool)
9
+ - [3. Subtext-Laden Dialogue: Politeness as a Veil](#3-subtext-laden-dialogue-politeness-as-a-veil)
10
+ - [4. Cultural and Class Intersections: Outsider Perspectives](#4-cultural-and-class-intersections-outsider-perspectives)
11
+ - [5. Nuanced Performances and Ensemble Balance: Actor-Centric Storytelling](#5-nuanced-performances-and-ensemble-balance-actor-centric-storytelling)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [Merchant-Ivory Three-Act Formula](#merchant-ivory-three-act-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Repressed Protagonist](#the-repressed-protagonist)
16
+ - [Merchant-Ivory Archetypes](#merchant-ivory-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [Dialogue Principles](#dialogue-principles)
19
+ - [Pacing and Rhythm](#pacing-and-rhythm)
20
+ - [Visual Style Guidelines](#visual-style-guidelines)
21
+ - [Sound Design and Music](#sound-design-and-music)
22
+ - [Common Mistakes](#common-mistakes)
23
+ - [Thematic Elements](#thematic-elements)
24
+ - [Practical Writing Tips](#practical-writing-tips)
25
+ - [Example Scene Breakdown](#example-scene-breakdown)
26
+ - [Final Notes](#final-notes)
27
+
28
+ ## Overview
29
+
30
+ The films produced by the legendary partnership of Ismail Merchant and James Ivory, often scripted by Ruth Prawer Jhabvala, represent a pinnacle of cinematic elegance and emotional subtlety in the realm of period dramas and literary adaptations. This style guide distills the essence of their collaborative filmmaking approach, drawing from a rich catalog of works that span cultures, eras, and human experiences. Key films analyzed include *A Room with a View* (1985), *Maurice* (1987), *Howards End* (1992), *The Remains of the Day* (1993), *Heat and Dust* (1983), *The Europeans* (1979), *Quartet* (1981), *Mr. & Mrs. Bridge* (1990), *Jefferson in Paris* (1995), *Surviving Picasso* (1996), *The Golden Bowl* (2000), *Le Divorce* (2003), and *The White Countess* (2005). These productions, frequently adapted from novels by authors like E.M. Forster, Henry James, Kazuo Ishiguro, and Jhabvala herself, showcase a consistent aesthetic that blends meticulous historical recreation with profound psychological insight.
31
+
32
+ The primary creative trio—director James Ivory (American), producer Ismail Merchant (Indian), and screenwriter Ruth Prawer Jhabvala (German-Jewish, later Indian and British)—brought an outsider's perspective to their subjects, often exploring British, European, and Indian societies with a keen eye for cultural nuances and social hierarchies. Their films are characterized by a restrained narrative style that prioritizes internal conflicts over overt action, using sumptuous visuals to underscore themes of repression, desire, class division, and personal transformation. Unlike more flamboyant genres, Merchant-Ivory productions emphasize the quiet drama of everyday life, where seismic emotional shifts occur beneath polite facades.
33
+
34
+ Genre: Period Drama / Literary Adaptation / Intimate Character Study. Core concept: Elegant restraint in exploring the tensions between societal expectations and personal desires, achieved through nuanced performances, exquisite production design, and a delicate balance of nostalgia and critique. This approach creates films that feel timeless, inviting viewers to reflect on human frailties amid beautiful, lived-in worlds. The partnership's success lies in their ability to transform literary sources into visually poetic cinema, often on modest budgets, by leveraging location shooting, period authenticity, and ensemble casts of acclaimed actors like Helena Bonham Carter, Anthony Hopkins, Emma Thompson, Vanessa Redgrave, and Hugh Grant.
35
+
36
+ Merchant-Ivory films often evoke a sense of wistful nostalgia, but this is tempered by subtle critiques of imperialism, class rigidity, and emotional suppression. Their outsider status—Ivory as an American observing European mores, Merchant navigating cross-cultural production challenges, and Jhabvala infusing scripts with multicultural depth—infuses their work with a unique authenticity. For instance, in adapting E.M. Forster's novels, they capture the author's fascination with passion clashing against propriety, while in original stories like *Heat and Dust*, they parallel colonial pasts with modern explorations. This guide outlines how to emulate their style in screenwriting, focusing on structure, character, dialogue, and visual elements to craft stories that resonate with intellectual depth and aesthetic beauty.
37
+
38
+ The Merchant-Ivory aesthetic has influenced countless period pieces, from *Downton Abbey* to modern adaptations like *The Crown*, but their originals stand out for their unhurried pacing and emotional authenticity. Writers aiming to replicate this must prioritize subtext over exposition, allowing visuals and performances to convey unspoken truths. In an era of fast-paced blockbusters, their films remind us of cinema's power to illuminate the soul through subtlety.
39
+
40
+ ## Core Principles
41
+
42
+ ### 1. Restrained Emotional Expression: Subtlety Over Spectacle
43
+ At the heart of Merchant-Ivory films is a commitment to emotional restraint, where characters' inner turmoil is conveyed through understated gestures, lingering glances, and meaningful silences rather than overt declarations or dramatic outbursts. This principle stems from the trio's fascination with societies bound by rigid etiquette, such as Edwardian England or colonial India, where expressing true feelings could lead to social ostracism. Action, when present, is minimal and serves to highlight internal conflicts rather than drive plot forward. For example, in *The Remains of the Day*, Stevens (Anthony Hopkins) suppresses his affection for Miss Kenton (Emma Thompson) throughout the film, revealing his regret only in fleeting moments like a hesitant touch or a paused conversation. This builds a profound sense of pathos, as the audience infers the depth of his repression from what is left unsaid.
44
+
45
+ In contrast to genres like action-adventures, where emotions are amplified for immediate impact, Merchant-Ivory scripts demand patience from the writer and viewer. Emotions are layered: surface politeness masks underlying passion or pain. Guidelines include: Use physical props or settings as metaphors for emotional states—e.g., the rain-soaked meeting in *The Remains of the Day* symbolizes unspoken longing; avoid direct confrontations, opting instead for indirect revelations through letters, diaries, or third-party observations; ensure that climactic moments feel earned through gradual buildup, not sudden explosions. In *A Room with a View*, Lucy Honeychurch's (Helena Bonham Carter) internal struggle with societal expectations is shown through her piano playing—vigorous and passionate—contrasting her demure demeanor in social settings.
46
+
47
+ This principle extends to ensemble dynamics, where multiple characters' restrained interactions create a web of unspoken tensions. In *Howards End*, the Schlegel sisters' progressive ideals clash subtly with the Wilcox family's conservatism, revealed through polite dinners that simmer with ideological undercurrents. Writers should aim for a 70/30 ratio: 70% implication through behavior and visuals, 30% explicit dialogue. Examples abound: In *Maurice*, the protagonist's homosexual awakening is depicted through stolen glances and tentative touches, reflecting the era's taboos without sensationalism. This approach not only honors the source material but elevates the screenplay to a study in human psychology, making the films intellectually engaging and emotionally resonant.
48
+
49
+ To implement this, screenwriters must master the art of "showing without telling." Describe actions in detail—e.g., "Stevens polishes the silver with meticulous care, his eyes briefly flickering to the doorway where Miss Kenton lingers"—to convey obsession with duty masking personal desire. Avoid melodrama; instead, let repression build to quiet devastation, as in *The Golden Bowl*, where marital infidelities unfold through elegant, agonizing restraint.
50
+
51
+ ### 2. Sumptuous Visual and Production Design: Aesthetic as Narrative Tool
52
+ Merchant-Ivory films are renowned for their lush, immersive visuals that transform settings into characters themselves. Production design, costumes, and cinematography are not mere backdrops but integral to storytelling, evoking era-specific authenticity while symbolizing themes. Drawing from Ivory's background in fine arts and Merchant's resourcefulness in securing locations, their films feature opulent interiors, verdant landscapes, and meticulously crafted wardrobes that feel lived-in rather than staged. For instance, in *A Room with a View*, the Italian countryside's golden hues contrast with England's gray restraint, mirroring Lucy's journey from repression to liberation.
53
+
54
+ Guidelines: Prioritize location shooting for realism—e.g., filming in actual Tuscan villas or English country houses; use color palettes to reflect emotional tones (warm earth tones for passion, cool blues for isolation); ensure costumes enhance character arcs, like the evolving attire in *Heat and Dust* paralleling the protagonist's cultural immersion. The partnership's low-budget ingenuity meant relying on natural light and practical sets, creating a tactile sense of history. In *Howards End*, the titular house symbolizes class inheritance, its rambling gardens and cozy rooms visually underscoring familial bonds and divisions.
55
+
56
+ This principle demands descriptive screenwriting that integrates visuals narratively. Describe scenes with sensory detail: "Sunlight filters through lace curtains, casting intricate shadows on the Persian rug as Margaret sips tea, her silk dress whispering with each movement." Avoid generic descriptions; specify period details like Art Nouveau furniture or Edwardian hats to immerse the audience. Examples: *The White Countess* uses Shanghai's exotic locales to heighten cultural clashes; *Jefferson in Paris* employs Versailles' grandeur to highlight Jefferson's internal conflicts amid opulence.
57
+
58
+ Costume designer Jenny Bevan's approach—seeking authentic fabrics and ensuring clothes look worn—adds layers: In *Maurice*, the characters' formal suits constrain their bodies, metaphorically representing societal binds. Cinematography favors long takes and tracking shots to allow environments to breathe, as in the bluebell woods scene in *Howards End*, where nature's beauty amplifies romantic tension. This visual elegance not only captivates but critiques: The beauty often masks underlying social inequities, inviting viewers to question the nostalgia.
59
+
60
+ ### 3. Subtext-Laden Dialogue: Politeness as a Veil
61
+ Dialogue in Merchant-Ivory films is formal, witty, and rich with subtext, reflecting the characters' social milieus where directness is rare. Scripts by Jhabvala masterfully weave irony, implication, and cultural nuance, allowing unspoken truths to emerge between lines. This contrasts with quippy, explicit modern dialogue, favoring a more literary style. For example, in *The Remains of the Day*, Stevens' exchanges with Miss Kenton are laced with professional courtesy that barely conceals mutual attraction: "One must maintain standards," he says, implying far more about his emotional barriers.
62
+
63
+ Guidelines: Balance verbosity with economy—conversations are elaborate but purposeful; incorporate period-specific language without archaism; use silence and pauses as punctuation. Dialogue ratio: 50% surface politeness, 30% subtle irony, 20% rare emotional breakthroughs. Character voices vary: Forster adaptations feature idealistic progressives (Schlegels in *Howards End*) versus pragmatic conservatives (Wilcoxes), their banter revealing class divides.
64
+
65
+ In *A Room with a View*, Cecil's pompous proposals contrast George's passionate simplicity, highlighting subtext in social pretensions. Writers should layer meanings: A comment on weather might allude to inner turmoil, as in *Heat and Dust*'s discussions of Indian heat symbolizing colonial discomfort. Examples: *Maurice*'s coded conversations about friendship veil homosexual longing; *The Golden Bowl*'s drawing-room talks dissect marital deceptions with exquisite tact.
66
+
67
+ This principle ensures dialogue drives character development subtly, building tension through what is omitted. Avoid exposition dumps; let implications accumulate, culminating in poignant revelations.
68
+
69
+ ### 4. Cultural and Class Intersections: Outsider Perspectives
70
+ Leveraging their multicultural backgrounds, Merchant-Ivory films explore clashes between cultures, classes, and identities, often from an outsider's vantage. Themes of belonging and alienation permeate, critiquing imperialism and social norms without didacticism. In *Heat and Dust*, parallel narratives link British colonial past with modern India, highlighting enduring cultural divides.
71
+
72
+ Guidelines: Pair characters from different worlds for dynamic tension; use settings to symbolize intersections (e.g., English gardens vs. Indian bazaars); infuse scripts with authentic details from research. Examples: *Shakespeare Wallah* (1965) depicts itinerant actors navigating post-colonial India; *The Europeans* contrasts American expatriates with European aristocracy.
73
+
74
+ This principle adds depth, making films commentaries on human connectivity amid divisions.
75
+
76
+ ### 5. Nuanced Performances and Ensemble Balance: Actor-Centric Storytelling
77
+ Ivory's directing style grants actors freedom, resulting in performances that convey complexity through subtlety. Ensembles are balanced, with no character overshadowed. In *Howards End*, Thompson, Bonham Carter, and Hopkins each shine in intertwined arcs.
78
+
79
+ Guidelines: Write roles with psychological depth; rotate focus in scenes; use close-ups for emotional intimacy. Examples: *Mr. & Mrs. Bridge* explores marital mundanity through Paul Newman and Joanne Woodward's understated interplay.
80
+
81
+ ## Narrative Structure
82
+
83
+ ### Merchant-Ivory Three-Act Formula
84
+ Merchant-Ivory narratives unfold deliberately, adapting literary structures to cinema with emphasis on character evolution over plot twists.
85
+
86
+ - **Act 1 (Setup and Inciting Incident)**: Introduce the world and protagonists' constraints. Establish social norms, internal flaws, and subtle incitements. In *A Room with a View*, Lucy's Italian trip disrupts her complacency, planting seeds of rebellion. Pacing is leisurely, allowing immersion: First 20-30 minutes build atmosphere through descriptive scenes of daily life, hinting at underlying tensions. Emotional hooks come via small revelations, like a stolen kiss or overheard conversation. Examples: *The Remains of the Day* opens with Stevens' routine, flashing back to pre-war England; *Howards End* introduces classes through a chance meeting.
87
+
88
+ Writers should focus on visual establishment: Describe opulent settings to contrast characters' emotional poverty. Avoid rushed setups; let the era's rhythm dictate tempo. Inciting incidents are often interpersonal—a letter, visit, or cultural encounter—rather than catastrophic events. In *Maurice*, a university debate sparks the protagonist's self-awareness. This act ends with a quiet commitment to change, setting up conflicts.
89
+
90
+ - **Act 2A (Rising Tensions and Complications)**: Deepen relationships and escalate subtle conflicts. Characters navigate social minefields, with desires clashing against norms. Alliances form, secrets emerge. In *Howards End*, Margaret's engagement to Henry Wilcox complicates class dynamics. Techniques: Interweave subplots (e.g., Leonard Bast's aspirations); use montages of social gatherings; build irony through misunderstandings. Humor is dry, derived from social faux pas.
91
+
92
+ Examples: *Heat and Dust* alternates timelines to heighten parallels; *The Golden Bowl* layers deceptions in transatlantic settings. Pacing accelerates slightly, with scenes of 3-5 minutes focusing on dialogues that reveal character layers. Conflicts are internal or relational, not physical—betrayals, unrequited loves.
93
+
94
+ - **Act 2B (Crisis and Dark Night)**: Heighten repression to breaking point. Major revelations or losses force confrontations. In *The Remains of the Day*, Stevens' road trip uncovers missed opportunities. Examples: *Maurice*'s breakup amid societal pressure; *Surviving Picasso*'s emotional unraveling.
95
+
96
+ This act features introspective moments, often in solitary settings, building to emotional nadirs.
97
+
98
+ - **Act 3 (Resolution and Reflection)**: Characters confront truths, achieving partial resolutions. Endings are bittersweet, emphasizing growth amid loss. In *A Room with a View*, Lucy embraces passion; *Howards End* unites classes symbolically. Structure: Climactic conversation; reflective denouement; lingering ambiguity. Examples: *The White Countess* ends with tentative hope; *Le Divorce* with cultural reconciliation.
99
+
100
+ Pacing slows for contemplation, with visuals reinforcing themes.
101
+
102
+ ## Character Development
103
+
104
+ ### The Repressed Protagonist
105
+ Central figures are often emotionally guarded, their arcs involving gradual liberation or tragic acceptance. Traits: Adherence to duty; hidden passions; social conformity. Arc template: Introduction (flaw in routine); Challenge (disruptive force); Crisis (confrontation); Growth (partial release); Resolution (new equilibrium).
106
+
107
+ Examples: Stevens in *The Remains of the Day*—duty-bound butler learns regret; Lucy in *A Room with a View*—from propriety to authenticity.
108
+
109
+ ### Merchant-Ivory Archetypes
110
+ - The Idealistic Outsider (Margaret Schlegel, Olivia in *Heat and Dust*): Progressive, empathetic; navigates classes; grows through empathy.
111
+ - The Dutiful Traditionalist (Stevens, Henry Wilcox): Rigid, honorable; arc involves vulnerability.
112
+ - The Passionate Rebel (George Emerson, Maurice Hall): Challenges norms; inspires change.
113
+ - The Cultural Bridge (Narrator in *The White Countess*, Eugenia in *The Europeans*): Mediates worlds; explores identity.
114
+ - The Artistic Soul (Picasso in *Surviving Picasso*, Mary in *Quartet*): Creative but flawed; examines genius vs. humanity.
115
+
116
+ Detailed arcs include subplots revealing backstories through flashbacks or anecdotes.
117
+
118
+ ## Scene Construction
119
+
120
+ - **Drawing-Room Conversation Scene**: Polite exchanges reveal subtext. Template: Establish setting; layered dialogue; physical cues; emotional undercurrent. Example: *Howards End*'s tea scenes.
121
+
122
+ - **Garden Walk or Landscape Interlude**: Characters reflect amid nature. Beats: Stroll; tentative revelations; visual metaphors. Example: *A Room with a View*'s Italian fields.
123
+
124
+ - **Intimate Confession Scene**: Rare breakthroughs. Structure: Build tension; vulnerable admission; aftermath silence. Example: *Maurice*'s love declaration.
125
+
126
+ - **Cultural Clash Encounter**: Outsiders meet natives. Examples: *Jefferson in Paris*'s salons.
127
+
128
+ ## Dialogue Principles
129
+
130
+ Merchant-Ivory voice is literary, polite, ironic. Techniques: Subtext-heavy; period idioms; pauses for emphasis.
131
+
132
+ Silence usage: Convey unspoken emotions, as in *The Remains of the Day*'s farewells.
133
+
134
+ ## Pacing and Rhythm
135
+
136
+ Deliberate tempo: Slow build, contemplative scenes. Scene lengths: Dialogues 4-7 min; visuals 2-4 min. Montages: Travel or seasonal changes.
137
+
138
+ ## Visual Style Guidelines
139
+
140
+ Cinematography: Long takes, natural light; signature shots: Window gazes, ensemble dinners. Color palette: Earthy tones, pastels. Production design: Authentic, detailed.
141
+
142
+ ## Sound Design and Music
143
+
144
+ Scores: Classical, evocative (e.g., Puccini in *A Room with a View*). Sound effects: Ambient (birds, rain); subtle.
145
+
146
+ ## Common Mistakes
147
+
148
+ Don't: Rush emotions; ignore subtext; overdo spectacle. Do: Layer implications; balance beauty with critique.
149
+
150
+ ## Thematic Elements
151
+
152
+ Core themes: Repression vs. passion; class divides; cultural hybridity; identity quests. Moral complexity: Nuanced views on empire, love.
153
+
154
+ ## Practical Writing Tips
155
+
156
+ Scene checklist: Subtext presence; visual integration. Dialogue checklist: Politeness level; irony.
157
+
158
+ ## Example Scene Breakdown
159
+
160
+ *The Remains of the Day* rain scene: Detailed analysis of restraint, visuals, subtext.
161
+
162
+ ## Final Notes
163
+
164
+ Core equation: Subtlety + elegance + depth = timeless cinema. Use for period dramas with heart.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-jim-jarmusch",
3
+ "version": "1.0.0",
4
+ "displayName": "Jim Jarmusch Style Guide",
5
+ "description": "Screenplay style guide for Jim Jarmusch",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "jim-jarmusch"
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/jim-jarmusch",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "jim-jarmusch.md"
48
+ ]
49
+ }
50
+ }