@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,426 @@
1
+ # Jim Jarmusch-Type Films - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Minimalist Existential Wanderer](#the-minimalist-existential-wanderer)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Minimalism Over Spectacle: Less Is More**](#1-minimalism-over-spectacle-less-is-more)
9
+ - [2. **Deadpan Humor Through Contrast and Irony**](#2-deadpan-humor-through-contrast-and-irony)
10
+ - [3. **Episodic Structure with Narrative Drift**](#3-episodic-structure-with-narrative-drift)
11
+ - [4. **Integration of Music and Eastern Philosophy**](#4-integration-of-music-and-eastern-philosophy)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Jarmusch Episodic Drift Formula](#the-jarmusch-episodic-drift-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Passive Wanderer](#the-passive-wanderer)
16
+ - [Jarmusch Character Archetypes](#jarmusch-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Chance Encounter" Scene](#the-chance-encounter-scene)
19
+ - [The "Silent Observation" Scene](#the-silent-observation-scene)
20
+ - [The "Philosophical Banter" Scene](#the-philosophical-banter-scene)
21
+ - [The "Episodic Fade" Scene](#the-episodic-fade-scene)
22
+
23
+ ## The Minimalist Existential Wanderer
24
+
25
+ **Films Analyzed**:
26
+ - Stranger Than Paradise (1984)
27
+ - Down by Law (1986)
28
+ - Mystery Train (1989)
29
+ - Night on Earth (1991)
30
+ - Dead Man (1995)
31
+ - Ghost Dog: The Way of the Samurai (1999)
32
+ - Coffee and Cigarettes (2003)
33
+ - Broken Flowers (2005)
34
+ - The Limits of Control (2009)
35
+ - Only Lovers Left Alive (2013)
36
+ - Paterson (2016)
37
+ - The Dead Don't Die (2019)
38
+ - Father Mother Sister Brother (2024)
39
+
40
+ **Primary Writers**: Jim Jarmusch (often sole writer, with occasional collaborations on dialogue and improvisation)
41
+ **Genre**: Independent Art-House Drama / Deadpan Comedy / Existential Minimalism
42
+ **Core Concept**: Poetic observation of ordinary lives, cultural displacements, and existential wanderings through minimalist narratives, deadpan humor, and contemplative pacing that emphasizes the beauty and absurdity in the mundane.
43
+
44
+ ---
45
+
46
+ ## Overview
47
+
48
+ Jim Jarmusch's filmmaking style represents a cornerstone of American independent cinema, characterized by its deliberate rejection of mainstream Hollywood conventions in favor of a more introspective, minimalist approach that draws heavily from European art cinema, Japanese masters like Yasujirō Ozu, and French New Wave influences such as Robert Bresson and Jean-Luc Godard. His films often explore themes of isolation, cultural clash, and the search for meaning in a fragmented world, using passive protagonists who drift through episodic narratives rather than driving goal-oriented plots. This style guide distills the essential elements that define Jarmusch's cinematic universe, where spectacle is eschewed for subtlety, humor arises from deadpan delivery and ironic contrasts, and the narrative prioritizes character introspection and human interaction over dramatic conflict or resolution.
49
+
50
+ Jarmusch's work emerged in the 1980s as part of the indie film movement, alongside directors like Spike Lee and Richard Linklater, but his approach stands out for its formal rigor, musicality, and philosophical undertones. Films like Stranger Than Paradise introduced audiences to his signature black-and-white aesthetic, long static shots, and episodic structure, setting the tone for a career that consistently privileges the margins of society—loners, outsiders, and misfits navigating abandoned urban landscapes or existential voids. His screenplays are not blueprints for high-stakes adventures but rather frameworks for observing the quiet rhythms of life, where journeys lack clear destinations, and revelations come through subtle gestures rather than grand epiphanies.
51
+
52
+ This guide examines how Jarmusch's style balances improvisation with structural precision, incorporating elements like Eastern philosophy, literary references, and musical motifs to create films that feel both improvised and meticulously crafted. By focusing on the interplay between characters and their environments, Jarmusch crafts narratives that invite viewers to reflect on the absurdity and poetry of existence, making his films resonate on a deeply personal level. Whether depicting a hitman's adherence to samurai code in Ghost Dog or a bus driver's poetic routine in Paterson, Jarmusch's screenplays emphasize authenticity, cultural hybridity, and the beauty found in stillness, offering a counterpoint to the fast-paced, plot-heavy blockbusters of contemporary cinema.
53
+
54
+ In essence, Jarmusch's style is about reduction—to essential emotions, interactions, and observations—allowing the audience to fill in the gaps with their own interpretations. This creates an open-ended quality where stories don't conclude but linger, much like the fading echoes of a conversation over coffee and cigarettes. As we delve into the core principles, narrative structures, character developments, and scene constructions, this guide will provide detailed insights into replicating this style, complete with examples, templates, and philosophical underpinnings drawn from across his oeuvre.
55
+
56
+ ---
57
+
58
+ ## Core Principles
59
+
60
+ ### 1. **Minimalism Over Spectacle: Less Is More**
61
+ Jarmusch's philosophy centers on stripping away excess to reveal the essence of human experience, where silence, stillness, and subtlety convey more than action or dialogue ever could.
62
+
63
+ **Key Philosophy**:
64
+ - Spectacle distracts from introspection; minimalism invites contemplation
65
+ - Environments reflect inner states—abandoned spaces symbolize isolation
66
+ - Pacing is deliberate and slow, allowing moments to breathe
67
+ - Improvisation within structure fosters authenticity without chaos
68
+
69
+ **Examples from Films**:
70
+ - In Stranger Than Paradise, the vast, empty landscapes of Cleveland and Florida underscore the characters' emotional voids, with long drives serving as metaphors for aimless existence rather than plot progression.
71
+ - Dead Man's journey through the American West uses sparse dialogue and monochromatic visuals to evoke a dreamlike meditation on death and transformation, drawing from Native American mysticism and William Blake's poetry.
72
+ - Paterson's repetitive daily routines—waking, driving the bus, writing poetry—highlight the poetry in the ordinary, with no major conflicts but profound insights into creativity and contentment.
73
+ - Only Lovers Left Alive transforms the vampire genre into a minimalist exploration of immortality's ennui, where centuries-old lovers Adam and Eve wander decaying Detroit, contemplating art, music, and human folly without traditional horror elements.
74
+
75
+ **Writing Approach**:
76
+ WRONG: "The hitman bursts into the room, guns blazing, taking down enemies in a hail of bullets."
77
+ RIGHT: "Ghost Dog stands silently on the rooftop, pigeons fluttering around him. He recites a passage from the Hagakure. Below, the city hums indifferently. He adjusts his sword, steps into the shadows—his path chosen not by vengeance, but by code."
78
+
79
+ This approach emphasizes internal motivation over external action, using description to build atmosphere and imply deeper philosophical layers. Descriptions should be economical yet evocative, focusing on sensory details like the sound of wind through empty streets or the flicker of neon lights on rain-slicked pavement, to immerse the reader in the character's contemplative state.
80
+
81
+ To expand on this principle, consider how Jarmusch's minimalism extends to production design and cinematography cues in the screenplay. Scripts often specify static camera setups, long takes without cuts, and fades to black between scenes, creating a rhythmic flow akin to poetry stanzas. This technique, inspired by Ozu's pillow shots—transitional images of everyday objects—allows for reflective pauses, where the audience processes the subtle shifts in character dynamics or thematic resonances. In Mystery Train, for instance, the episodic tales linked by a Memphis hotel use these fades to connect disparate stories thematically, emphasizing coincidence and cultural intersection without overt narrative links.
82
+
83
+ Furthermore, minimalism in Jarmusch's work isn't mere austerity; it's a deliberate choice to amplify contrasts—between silence and sudden bursts of music, deadpan faces and ironic situations, or mundane routines and fleeting epiphanies. Writers aiming to emulate this should layer descriptions with subtle ironies, such as a character reciting ancient wisdom amid modern decay, as in Ghost Dog's urban samurai ethos clashing with gritty New York streets. This creates a tension that drives the narrative forward not through plot twists but through accumulating observations, building a mosaic of human absurdity and beauty.
84
+
85
+ In practice, when drafting scenes, aim for brevity in action lines while infusing them with poetic detail. Avoid adverbs and adjectives unless they serve a specific atmospheric purpose; instead, let verbs and nouns carry the weight, evoking a sense of languid inevitability. This principle also influences dialogue, which remains sparse and elliptical, revealing character through what is unsaid as much as said, fostering a sense of authenticity that feels improvised yet precisely tuned.
86
+
87
+ ### 2. **Deadpan Humor Through Contrast and Irony**
88
+ Humor in Jarmusch's films arises organically from character mismatches, cultural clashes, and the absurdity of existence, delivered with straight-faced sincerity rather than overt punchlines.
89
+
90
+ **Key Philosophy**:
91
+ - Humor deflates pretension without mockery
92
+ - Deadpan delivery masks deeper emotions
93
+ - Irony emerges from situational contrasts
94
+ - Laughter stems from recognition of life's absurdities
95
+
96
+ **Examples from Films**:
97
+ - Coffee and Cigarettes features vignettes where celebrities like Iggy Pop and Tom Waits discuss mundane topics with grave seriousness, their rock-star personas clashing hilariously with trivial conversations about nicotine and caffeine.
98
+ - In Down by Law, the Italian immigrant Roberto's mangled English and optimistic naivety contrast with the cynicism of American cellmates Jack and Zack, leading to comedic moments like his enthusiastic "I scream, you scream, we all scream for ice cream" chant during their escape.
99
+ - The Dead Don't Die subverts zombie tropes with meta-humor, where characters like Adam Driver's cop deadpan about the script's inevitability, blending horror with satirical commentary on consumerism and climate change.
100
+ - Broken Flowers sees Bill Murray's Don Johnston embarking on a road trip to visit ex-lovers, his impassive face amplifying the awkward, ironic encounters that reveal his emotional detachment.
101
+
102
+ **Dialogue Guidelines**:
103
+ - **Humor through repetition and non-sequiturs** - Characters echo phrases or veer into unrelated tangents
104
+ - **Cultural misunderstandings** - Language barriers create comedic friction
105
+ - **Understatement in absurdity** - React minimally to bizarre events
106
+ - **Musicality in speech** - Rhythms mimic jazz improvisation
107
+
108
+ **Dialogue Ratio**:
109
+ - Conversational scenes: 50% silence/pauses, 30% deadpan statements, 20% ironic retorts
110
+ - Ensemble interactions: Overlapping voices with minimal resolution
111
+ - Solitary moments: Internal monologues or recited texts for subtle wit
112
+
113
+ **Character Voice Examples**:
114
+ WILLIE (Stranger Than Paradise - Detached, sardonic, immigrant-weary)
115
+ You know, it's funny. You come to someplace new, and everything looks just the same.
116
+ ROBERTO (Down by Law - Enthusiastic, broken English, optimistic)
117
+ In America, you have TV dinners. But in Italy, we have real dinners. But here, no dinner at all!
118
+ GHOST DOG (Ghost Dog - Stoic, philosophical, rhythmic)
119
+ It is a good viewpoint to see the world as a dream. When you have something like a nightmare, you will wake up and tell yourself that it was only a dream.
120
+ PATERSON (Paterson - Quiet, observant, poetic)
121
+ Sometimes empty page presents most possibilities.
122
+ EVE (Only Lovers Left Alive - Elegant, world-weary, cultured)
123
+ Darling, the zombies are destroying everything. But at least we have our guitars.
124
+
125
+ These voices reflect Jarmusch's interest in linguistic play, where accents, repetitions, and philosophical asides create humor without forcing laughs. To achieve this, writers should script pauses as "beats" or describe facial expressions minimally—"a faint smile cracks his stoic facade"—allowing actors to infuse deadpan delivery.
126
+
127
+ Elaborating further, Jarmusch's humor often draws from Eastern influences like Zen koans, where paradoxes provoke insight through laughter. In The Limits of Control, the assassin's repetitive encounters with cryptic contacts—exchanging matchboxes while discussing art—build a cumulative irony, satirizing spy thrillers by reducing them to minimalist rituals. This contrast principle extends to visual gags, such as the slow-motion zombie attacks in The Dead Don't Die, where horror is undercut by characters' blasé responses, commenting on societal numbness.
128
+
129
+ Writers must balance this humor with pathos; it's not cynicism but affectionate observation. Avoid slapstick or sarcasm; instead, let irony emerge from authentic character clashes, like the Japanese tourists in Mystery Train mistaking Memphis for a rock 'n' roll paradise, their wide-eyed wonder clashing with the city's decay. This creates verbose layers in scripting: Describe settings to heighten contrasts, script dialogue with rhythmic patterns, and use subtext to imply unspoken absurdities, ensuring humor serves thematic depth.
130
+
131
+ ### 3. **Episodic Structure with Narrative Drift**
132
+ Jarmusch favors loose, vignette-based narratives where stories unfold through connected episodes rather than linear plots, allowing for thematic exploration over causal progression.
133
+
134
+ **Key Philosophy**:
135
+ - Drift replaces drive; journeys lack destinations
136
+ - Episodes linked by motifs, locations, or coincidences
137
+ - Open-endedness invites interpretation
138
+ - Passive protagonists propelled by circumstance
139
+
140
+ **Examples from Films**:
141
+ - Night on Earth consists of five separate taxi rides in different cities, each a self-contained episode exploring human connection, unified by the theme of nocturnal encounters.
142
+ - Mystery Train interweaves three stories in a Memphis hotel, connected by a gunshot and Elvis references, emphasizing cultural tourism and coincidence without overarching resolution.
143
+ - The Limits of Control follows an assassin's cryptic missions across Spain, each encounter an episode building a mosaic of art, philosophy, and espionage, drifting toward an ambiguous climax.
144
+ - Father Mother Sister Brother (his latest) presents three unrelated familial vignettes, linked by themes of relationships and quiet revelations, exemplifying his evolving episodic form.
145
+
146
+ **Episodic Techniques**:
147
+ - **Thematic threads** - Recurring symbols like coffee, cigarettes, or poetry
148
+ - **Cultural hybridity** - Characters from diverse backgrounds intersect
149
+ - **Fades and transitions** - Blackouts signal shifts, providing reflective space
150
+ - **Improvisational flexibility** - Scripts allow actor input for natural flow
151
+
152
+ **Writing Approach**:
153
+ EPISODIC SCENE STRUCTURE:
154
+
155
+ Establish location/character isolation (static shot, minimal action)
156
+ Introduce interaction (chance encounter or routine disruption)
157
+ Build through dialogue/exchange (deadpan, philosophical)
158
+ Peak in subtle revelation (irony or insight, no big twist)
159
+ Fade out unresolved (hint at continuation or echo)
160
+
161
+
162
+ This structure mirrors life's unpredictability, avoiding contrived conflicts. To verbose this, consider how episodes accumulate meaning: In Coffee and Cigarettes, each vignette explores addiction and conversation, building a cumulative portrait of human frailty. Writers should map episodes thematically first, then script individually, ensuring loose connections—e.g., a radio song linking scenes in Mystery Train—foster unity without forcing plot.
163
+
164
+ Expanding, Jarmusch's drift draws from road movie traditions but subverts them; characters wander without transformation, as in Broken Flowers' circular quest ending in ambiguity. This requires detailed world-building in scripts: Describe environments verbosely to evoke mood—crumbling factories, neon-lit diners—while keeping action passive, like observing passersby or listening to ambient sounds. Philosophical undertones, often from literature or Eastern texts, infuse episodes with depth, encouraging writers to interweave quotes seamlessly, as Ghost Dog's Hagakure recitations guide his episodic hits.
165
+
166
+ ### 4. **Integration of Music and Eastern Philosophy**
167
+ Music isn't background in Jarmusch's films; it's integral to rhythm and theme, often featuring musicians as actors, while Eastern mysticism provides a lens for existential themes.
168
+
169
+ **Key Philosophy**:
170
+ - Music shapes pacing and emotion
171
+ - Philosophy offers passive wisdom
172
+ - Musicians bring authentic energy
173
+ - Sound design enhances minimalism
174
+
175
+ **Examples from Films**:
176
+ - Ghost Dog's hip-hop score by RZA underscores the samurai-rap fusion, with Forest Whitaker's character finding zen in urban chaos.
177
+ - Only Lovers Left Alive features a psychedelic rock soundtrack, with Tilda Swinton and Tom Hiddleston's vampires as eternal music connoisseurs, their discussions blending Sufi poetry and Motown.
178
+ - Dead Man's score by Neil Young uses improvised guitar to evoke the protagonist's hallucinatory journey, merging Western genre with Native spirituality.
179
+ - Paterson incorporates Adam Driver's poetry readings set to ambient jazz, reflecting the film's meditative rhythm.
180
+
181
+ **Sound and Philosophy Guidelines**:
182
+ - **Musical motifs** - Recurring themes tied to characters
183
+ - **Philosophical inserts** - Quotes from Hagakure, Blake, or Rumi
184
+ - **Actor-musicians** - Cast like Tom Waits, Iggy Pop for natural cadence
185
+ - **Ambient integration** - City sounds as philosophical counterpoint
186
+
187
+ **Writing Approach**:
188
+ INCORPORATING MUSIC/PHILOSOPHY:
189
+ FADE IN:
190
+ EXT. DETROIT STREET - NIGHT
191
+ Adam strums a lute, notes echoing through ruins. Eve quotes Rumi softly.
192
+ EVE
193
+ The wound is the place where the Light enters you.
194
+ Music swells—ethereal guitar— as they walk, shadows dancing on decayed walls.
195
+
196
+ This weaves audio cues into action lines, enhancing verbosity. Elaborate on how music dictates scene length: Long takes sync with tracks, allowing philosophical dialogues to unfold naturally. Eastern elements promote passivity—characters observe rather than act—adding layers to scripts through detailed notations on sound design and quoted texts, ensuring thematic richness without overt exposition.
197
+
198
+ ---
199
+
200
+ ## Narrative Structure
201
+
202
+ ### The Jarmusch Episodic Drift Formula
203
+
204
+ Jarmusch's narratives eschew traditional three-act structures for a more fluid, vignette-based form inspired by literary short stories and musical compositions, where progression is thematic rather than linear.
205
+
206
+ #### Episode 1: Establishment of Isolation (0-30 minutes)
207
+ **Goal**: Introduce the protagonist's ordinary world and inner void, setting a contemplative tone.
208
+
209
+ **Key Elements**:
210
+ - **Character introduction** - Through routine actions, revealing passivity
211
+ - **Environmental immersion** - Detailed descriptions of mundane or abandoned settings
212
+ - **Initial motif** - Introduce recurring symbols like journeys or conversations
213
+ - **Subtle incitement** - A minor disruption hints at drift
214
+
215
+ **Pacing**:
216
+ - Slow, with long takes and minimal cuts
217
+ - Ambient sounds build atmosphere
218
+ - Dialogue sparse, internal
219
+ - Philosophical undertone established early
220
+
221
+ **Examples**:
222
+ - Stranger Than Paradise: Willie and Eddie's New York routine disrupted by cousin Eva's arrival, initiating cultural clash.
223
+ - Paterson: The bus driver's weekly cycle begins, poetry notebook as motif for inner life.
224
+ - Broken Flowers: Don's sedentary life interrupted by a letter, prompting reluctant quest.
225
+
226
+ To elaborate verbosely, this episode serves as a foundation for thematic exploration, using verbose descriptions to paint the character's isolation—e.g., "Willie stares at the flickering TV screen, cigarette smoke curling like forgotten dreams in the dim apartment light." Writers should layer sensory details to immerse readers, avoiding action for observation, building anticipation through subtlety rather than hooks. This setup mirrors Zen principles of presence, where the "ordinary world" is the story's heart, not a prelude.
227
+
228
+ #### Episode 2A: Encounters and Clashes (30-60 minutes)
229
+ **Goal**: Introduce interactions that propel drift, exploring contrasts without resolution.
230
+
231
+ **Escalation Pattern**:
232
+ 1. **Chance meetings** - Characters cross paths organically
233
+ 2. **Cultural/personal friction** - Deadpan humor in misunderstandings
234
+ 3. **Thematic deepening** - Motifs recur, philosophy emerges
235
+ 4. **Passive progression** - No active goals, just responses
236
+ 5. **Episodic shifts** - Fades separate vignettes
237
+
238
+ **Key Techniques**:
239
+ - **Improvisational dialogue** - Scripts note room for actor input
240
+ - **Location changes** - From urban to rural, symbolizing inner shifts
241
+ - **Musical interludes** - Songs punctuate transitions
242
+ - **World-expansion** - Introduce secondary characters for contrast
243
+
244
+ **Examples**:
245
+ - Down by Law: Jail cell encounters between Jack, Zack, and Roberto lead to escape, but focus on banter over plot.
246
+ - Night on Earth: Each taxi ride a mini-episode of connection and disconnection.
247
+ - Only Lovers Left Alive: Adam and Eve's nocturnal wanderings intersect with sister Ava, clashing lifestyles.
248
+
249
+ Verbosity here involves detailed character interactions: Describe gestures, pauses, and subtexts extensively—"Roberto's eyes light up with childlike wonder, his broken English tumbling out like a melody, while Jack's frown deepens, a silent storm brewing in his cynicism." This builds cumulative depth, allowing themes like alienation to unfold through accumulation rather than escalation, with each encounter echoing previous ones thematically.
250
+
251
+ #### Episode 2B: Deepening Drift and Reflection (60-90 minutes)
252
+ **Goal**: Amplify isolation amid connections, leading to subtle insights without crisis.
253
+
254
+ **Midpoint Reflection**:
255
+ - **Accumulated absurdities** - Ironies pile up
256
+ - **Philosophical pivot** - Character contemplates existence
257
+ - **Temporary bonds** - Fleeting alliances form/dissolve
258
+ - **Environmental metaphor** - Settings mirror inner turmoil
259
+
260
+ **Examples**:
261
+ - Dead Man: Blake's wounded journey encounters Native guide Nobody, blending mysticism and mortality.
262
+ - Ghost Dog: Assassin's routine disrupted by betrayals, reflecting on code amid chaos.
263
+ - The Dead Don't Die: Zombie apocalypse unfolds slowly, characters reflecting on end times deadpan.
264
+
265
+ This phase emphasizes verbosity in introspection: Script monologues or silent observations at length, using poetic language to convey existential weight—"The desert stretches endlessly, a canvas of forgotten histories, as Blake's breath labors, each step a question unanswered." Avoid climactic confrontations; instead, let drift intensify through passive acceptance, preparing for open-ended closure.
266
+
267
+ #### Episode 3: Ambiguous Resolution and Lingering Echo (90-120 minutes)
268
+ **Goal**: Conclude without closure, leaving themes to resonate.
269
+
270
+ **Resolution Principles**:
271
+ - **Circular return** - Back to motifs or starting points
272
+ - **Subtle transformation** - If any, internal and minimal
273
+ - **Open-ended fade** - No definitive answers
274
+ - **Philosophical coda** - Final quote or observation
275
+
276
+ **Drift Culmination Structure**:
277
+
278
+ FINAL ENCOUNTER - Last interaction echoes themes
279
+ REFLECTIVE PAUSE - Character alone, contemplating
280
+ MOTIF REPRISE - Music or symbol returns
281
+ FADE OUT - Ambiguity lingers
282
+ OPTIONAL EPILOGUE - Hint at continuation
283
+
284
+
285
+ **Examples**:
286
+ - Broken Flowers: Don's quest ends in uncertainty, staring at a possible son.
287
+ - Paterson: Destroyed notebook reborn through inspiration.
288
+ - Father Mother Sister Brother: Vignettes end on quiet notes of familial understanding.
289
+
290
+ Elaborate with verbose aftermath: Describe fading images poetically, encouraging reflection—"The screen darkens, but the echo of their words hangs in the air, a whisper of what might have been." This structure prioritizes emotional resonance over plot satisfaction, mirroring life's unresolved nature.
291
+
292
+ ---
293
+
294
+ ## Character Development
295
+
296
+ ### The Passive Wanderer
297
+
298
+ **Core Traits**:
299
+ - **Outsider status** - Displaced culturally or emotionally
300
+ - **Contemplative passivity** - Observes more than acts
301
+ - **Philosophical bent** - Guided by codes or poetry
302
+ - **Subtle evolution** - Growth through accumulation, not arcs
303
+
304
+ **Character Arc Template** (or Drift Path):
305
+ SETUP: Character in routine isolation (Willie's boredom, Paterson's contentment)
306
+ CHALLENGE: External disruption prompts drift (visitor, letter)
307
+ REFLECTION: Encounters reveal absurdities (clashes, insights)
308
+ ACCUMULATION: Themes build without resolution (philosophy integrates)
309
+ LINGER: Return to altered routine (subtle shift, ambiguity)
310
+
311
+ Unlike heroic arcs, this is a path of observation, with verbosity in internal descriptions: "Paterson's eyes trace the waterfall's cascade, words forming unspoken in his mind, a quiet rebellion against the mundane."
312
+
313
+ ### Jarmusch Character Archetypes
314
+
315
+ **The Urban Loner** (Willie in Stranger Than Paradise, Zack in Down by Law):
316
+ - Detached from society, sarcastic shield
317
+ - Drifts through cities, seeking undefined connection
318
+ - Humor in cynicism, growth in reluctant bonds
319
+ - Verbose example: "Willie slouches on the couch, TV droning like a distant memory, his Hungarian roots clashing with American ennui."
320
+
321
+ **The Philosophical Assassin** (Ghost Dog, Lone Man in Limits of Control):
322
+ - Adheres to ancient codes in modern world
323
+ - Silent, methodical, mystical
324
+ - Clashes with chaos, finds zen in routine
325
+ - Elaborate: "Ghost Dog meditates on the roof, pigeons his only companions, Hagakure verses anchoring him amid urban decay."
326
+
327
+ **The Eternal Observer** (Adam and Eve in Only Lovers Left Alive):
328
+ - World-weary immortals, cultural connoisseurs
329
+ - Contemplate humanity's follies
330
+ - Elegance masks melancholy
331
+ - Detailed: "Eve glides through Tangier nights, centuries of knowledge in her gaze, music her eternal solace."
332
+
333
+ **The Poetic Everyman** (Paterson, Don in Broken Flowers):
334
+ - Finds beauty in routine, quiet creativity
335
+ - Passive to disruptions, internal richness
336
+ - Growth through subtle inspirations
337
+ - Verbose: "Paterson grips the steering wheel, verses bubbling like the Passaic River, his wife's dreams weaving into his lines."
338
+
339
+ **The Cultural Misfit** (Roberto in Down by Law, Japanese tourists in Mystery Train):
340
+ - Optimistic outsider, language barriers for humor
341
+ - Bridges gaps with enthusiasm
342
+ - Highlights absurdity in clashes
343
+ - Example: "Roberto gestures wildly, English fracturing like ice, his joy infecting the sullen Americans."
344
+
345
+ **The Meta Undead** (Characters in The Dead Don't Die):
346
+ - Deadpan in apocalypse, satirical edge
347
+ - Reflect on consumerism, fate
348
+ - Blend horror with philosophy
349
+ - Elaborate: "Cliff stares at the rising dead, coffee mug in hand, muttering about the script's predictability."
350
+
351
+ These archetypes allow verbose exploration: Scripts detail backstories implicitly through actions, dialogues infused with philosophy, ensuring characters feel lived-in, their drifts authentic journeys of self-discovery amid absurdity.
352
+
353
+ ---
354
+
355
+ ## Scene Construction
356
+
357
+ ### The "Chance Encounter" Scene
358
+ Characters meet unexpectedly, sparking deadpan interaction and thematic resonance.
359
+
360
+ **Structure**:
361
+ 1. **Setting establishment** - Minimalist location description
362
+ 2. **Arrival moments** - Passive entries
363
+ 3. **Initial silence** - Beats build tension
364
+ 4. **Dialogue ignition** - Non-sequitur starts conversation
365
+ 5. **Contrast buildup** - Humor/philosophy emerges
366
+
367
+ **Example Template**:
368
+ INT. MEMPHIS HOTEL LOBBY - NIGHT
369
+ Jun and Mitsuko enter, luggage in tow, eyes wide at Elvis portraits.
370
+ JUN
371
+ This is America?
372
+ MITSUKO
373
+ Elvis everywhere. Like ghost.
374
+ They sit. Radio plays faint rockabilly. Clerk deadpans trivia.
375
+ CLERK
376
+ You know, Elvis shot his TV once.
377
+ Pause. They nod politely, cultural gulf widening comically.
378
+
379
+ Verbose additions: Describe lighting, sounds extensively—"Neon buzzes like a trapped bee, casting shadows that dance with memories of rock legends."
380
+
381
+ ### The "Silent Observation" Scene
382
+ Character alone, contemplating environment, building introspection.
383
+
384
+ **Elements**:
385
+ - **Static shot cues** - No movement, long duration
386
+ - **Ambient details** - Sounds, visuals evoke mood
387
+ - **Internal hint** - Subtle gesture or voiceover
388
+ - **Philosophical tie** - Link to motif
389
+
390
+ **Timing Rules**:
391
+ - Hold for 30-60 seconds scripted
392
+ - No dialogue unless recited text
393
+ - Transition with fade
394
+
395
+ **Examples**:
396
+ WRONG (Rushed): "Paterson looks at waterfall."
397
+ RIGHT (Verbose): "Paterson sits on the bench, lunchbox open. The waterfall roars softly, mist veiling the air like unspoken thoughts. He pulls out his notebook, pen hovering, the rhythm of water inspiring lines about love and transience."
398
+
399
+ This scene's verbosity lies in sensory immersion, allowing themes to percolate without words.
400
+
401
+ ### The "Philosophical Banter" Scene
402
+ Characters exchange deadpan wisdom over mundane activities.
403
+
404
+ **Required Elements**:
405
+ - **Routine anchor** - Coffee, driving, walking
406
+ - **Quote integration** - Literature or Eastern text
407
+ - **Irony layer** - Contrast with setting
408
+ - **Open end** - No resolution
409
+
410
+ **Examples**:
411
+ - Coffee and Cigarettes: Bill Murray and RZA discuss health over smokes, blending hip-hop and zen.
412
+ - Ghost Dog: Ice cream truck chats with Haitian vendor, language barriers transcended by gestures.
413
+
414
+ ### The "Episodic Fade" Scene
415
+ Transition between vignettes, providing reflection.
416
+
417
+ **Structure**:
418
+ 1. **Climax of interaction** - Subtle peak
419
+ 2. **Lingering shot** - On object or landscape
420
+ 3. **Fade to black** - With ambient sound
421
+ 4. **Echo in next** - Motif carries over
422
+
423
+ **Examples**:
424
+ - Mystery Train: Gunshot heard across stories, fading to train whistles.
425
+
426
+ Verbose scripting: "The sound lingers, a punctuation in the night's narrative, as the screen darkens, leaving echoes of coincidence."
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-john-carpenter",
3
+ "version": "1.0.0",
4
+ "displayName": "John Carpenter Style Guide",
5
+ "description": "Screenplay style guide for John Carpenter",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "john-carpenter"
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/john-carpenter",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "john-carpenter.md"
48
+ ]
49
+ }
50
+ }