@mytechtoday/augment-extensions 1.6.0 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +231 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +19 -1
@@ -0,0 +1,447 @@
1
+ # Robert Altman-Type Films - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Ensemble Mosaic Satire](#the-ensemble-mosaic-satire)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Ensemble Over Individual: The Collective as Protagonist**](#1-ensemble-over-individual-the-collective-as-protagonist)
9
+ - [2. **Naturalistic Dialogue: Overlaps, Interruptions, and Ambiguity**](#2-naturalistic-dialogue-overlaps-interruptions-and-ambiguity)
10
+ - [3. **Multi-Threaded Narratives: Mosaic Structure Over Linear Plot**](#3-multi-threaded-narratives-mosaic-structure-over-linear-plot)
11
+ - [4. **Satirical Observation: Subtle Critique Through Irony**](#4-satirical-observation-subtle-critique-through-irony)
12
+ - [5. **Improvisational Freedom: Script as Starting Point**](#5-improvisational-freedom-script-as-starting-point)
13
+ - [6. **Visual and Aural Layering: Zoom Lenses and Sound Design**](#6-visual-and-aural-layering-zoom-lenses-and-sound-design)
14
+ - [Narrative Structure](#narrative-structure)
15
+ - [The Altman Mosaic Framework](#the-altman-mosaic-framework)
16
+ - [Character Development](#character-development)
17
+ - [The Observed Human: Flaws in Context](#the-observed-human-flaws-in-context)
18
+ - [Altman Character Archetypes](#altman-character-archetypes)
19
+ - [Scene Construction](#scene-construction)
20
+ - [The "Crowd Mosaic" Scene](#the-crowd-mosaic-scene)
21
+ - [The "Overlapping Conversation" Scene](#the-overlapping-conversation-scene)
22
+ - [The "Intimate Vignette" Scene](#the-intimate-vignette-scene)
23
+ - [The "Satirical Set Piece" Scene](#the-satirical-set-piece-scene)
24
+ - [The "Improvised Riff" Scene](#the-improvised-riff-scene)
25
+ - [The "Symbolic Montage" Scene](#the-symbolic-montage-scene)
26
+
27
+ ## The Ensemble Mosaic Satire
28
+
29
+ **Films Analyzed**:
30
+ - M*A*S*H (1970)
31
+ - McCabe & Mrs. Miller (1971)
32
+ - The Long Goodbye (1973)
33
+ - California Split (1974)
34
+ - Nashville (1975)
35
+ - 3 Women (1977)
36
+ - A Wedding (1978)
37
+ - Popeye (1980)
38
+ - Streamers (1983)
39
+ - Secret Honor (1984)
40
+ - Fool for Love (1985)
41
+ - The Player (1992)
42
+ - Short Cuts (1993)
43
+ - Prêt-à-Porter (1994)
44
+ - Kansas City (1996)
45
+ - The Gingerbread Man (1998)
46
+ - Cookie's Fortune (1999)
47
+ - Dr. T & the Women (2000)
48
+ - Gosford Park (2001)
49
+ - The Company (2003)
50
+ - A Prairie Home Companion (2006)
51
+
52
+ **Primary Writers/Collaborators**: Robert Altman (director and frequent co-writer), Joan Tewkesbury (Nashville), Brian McKay (California Split), Michael Tolkin (The Player), Raymond Carver (source for Short Cuts), Julian Fellowes (Gosford Park), Garrison Keillor (A Prairie Home Companion)
53
+ **Genre**: Ensemble Drama / Satirical Mosaic / Multi-Narrative Social Commentary
54
+ **Core Concept**: Interwoven lives in chaotic social tapestries, emphasizing naturalistic dialogue, ensemble dynamics, and subtle critiques of human folly and institutional absurdities through overlapping narratives and improvisational realism.
55
+
56
+ ---
57
+
58
+ ## Overview
59
+
60
+ Robert Altman's filmmaking style represents a radical departure from conventional Hollywood narratives, prioritizing the collective human experience over individual heroism. His films create intricate mosaics of interconnected stories, where large ensembles of characters navigate the absurdities of life, society, and culture. Unlike the plot-driven spectacles of mainstream cinema, Altman's works thrive on ambiguity, naturalism, and the raw unpredictability of human interaction. Overlapping dialogues mimic real-life conversations, where voices blend, interrupt, and fade, reflecting the cacophony of existence. Satire is woven subtly into the fabric, critiquing everything from war and politics to fame and class structures without overt moralizing. This style guide distills the essence of Altman's approach, drawing from his vast oeuvre to provide writers with tools for crafting screenplays that feel alive, multifaceted, and profoundly observational. By emphasizing ensemble over ego, improvisation over rigidity, and social observation over simplistic resolutions, Altman's style invites audiences to eavesdrop on the messy, unscripted drama of life itself. His influence extends to modern filmmakers like Paul Thomas Anderson and Alejandro G. Iñárritu, but the core remains uniquely Altman: a celebration of the ensemble as a microcosm of society, where no single thread dominates the weave.
61
+
62
+ Altman's career spanned over five decades, evolving from early experiments in television to groundbreaking features that challenged narrative conventions. Beginning with M*A*S*H, which satirized the Vietnam War through the lens of Korean War surgeons, Altman developed a signature style that rejected linear storytelling in favor of episodic, vignette-driven structures. Films like Nashville, with its 24 characters converging on a political rally, exemplify his mastery of multi-threaded narratives, where plot emerges organically from character interactions rather than imposed dramatic arcs. In The Player, he turned his satirical eye inward on Hollywood itself, using meta-narrative techniques to blur fiction and reality. Short Cuts adapted Raymond Carver's minimalist stories into a sprawling Los Angeles panorama, highlighting themes of disconnection and coincidence. Gosford Park, his late-career triumph, infused the upstairs-downstairs class drama with whodunit elements, earning an Oscar nomination for its screenplay. Even in lesser-known works like 3 Women, Altman explored psychological depths through dreamlike sequences and identity fluidity. Across these films, common threads emerge: a fascination with American institutions (military, entertainment, politics), a commitment to actor freedom, and a visual-aural style that captures the ebb and flow of group dynamics. This guide will break down these elements into principles, structures, and techniques, offering a blueprint for writers seeking to emulate Altman's immersive, satirical worldview.
63
+
64
+ In an era dominated by blockbuster formulas, Altman's style stands as a counterpoint, reminding us that cinema can be a mirror to society's complexities rather than an escape from them. His screenplays—often collaborative and evolving through production—prioritize authenticity over polish, allowing characters to reveal themselves through mundane actions and fragmented conversations. The result is films that feel discovered rather than constructed, where humor arises from irony, tragedy from banality, and meaning from the interplay of multiple perspectives. Whether depicting the hedonistic gamblers of California Split or the eccentric radio performers of A Prairie Home Companion, Altman's work underscores the fragility of human connections in an indifferent world. By studying this guide, writers can learn to craft stories that resonate on multiple levels, inviting repeated viewings to uncover new layers of interaction and insight.
65
+
66
+ ---
67
+
68
+ ## Core Principles
69
+
70
+ ### 1. **Ensemble Over Individual: The Collective as Protagonist**
71
+ In Altman films, the group is the star; no single character carries the narrative burden. This principle shifts focus from heroic journeys to social ecosystems, where individual stories intersect and influence one another without clear hierarchies.
72
+
73
+ **Key Philosophy**:
74
+ - Society as character: Institutions and communities drive the drama
75
+ - No clear protagonists: Everyone has agency, flaws, and moments
76
+ - Interdependence: Characters' fates entwine through coincidence and choice
77
+ - Democratic storytelling: Equal weight to stars and supporting roles
78
+
79
+ **Examples from Films**:
80
+ - In Nashville, 24 characters from diverse backgrounds converge on a music festival and political rally; no one dominates, but their collective energy critiques American celebrity culture.
81
+ - Short Cuts weaves nine interconnected stories based on Raymond Carver's tales, showing how random events like earthquakes or fishing trips link disparate lives in suburban Los Angeles.
82
+ - Gosford Park features over 30 characters in an English manor, with upstairs aristocrats and downstairs servants equally vital to the murder mystery and class satire.
83
+ - M*A*S*H centers on the 4077th Mobile Army Surgical Hospital unit, where surgeons Hawkeye, Trapper, and others blend into a chaotic ensemble resisting military bureaucracy.
84
+
85
+ **Writing Approach**:
86
+ WRONG: "Hawkeye Pierce, the brilliant surgeon, single-handedly saves the day by outwitting the colonel."
87
+ RIGHT: "In the crowded OR, Hawkeye cracks a joke while stitching a wound. Trapper interrupts with a quip, Radar scurries for supplies, Hot Lips fumes in the corner. Outside, choppers bring more wounded—the war's endless tide washing over them all."
88
+
89
+ This approach ensures the scene captures the group's dynamic, not isolating one hero. Expand descriptions to include multiple actions and reactions, layering the environment with sounds, interruptions, and subplots.
90
+
91
+ ### 2. **Naturalistic Dialogue: Overlaps, Interruptions, and Ambiguity**
92
+ Altman's signature sound design features overlapping conversations, mimicking real-life cacophony. Dialogue is fragmented, improvisational, and laden with subtext, revealing character through how they speak—or fail to communicate.
93
+
94
+ **Dialogue Guidelines**:
95
+ - **Overlaps for realism**: Multiple voices compete, with key lines emerging from the noise
96
+ - **Improvisation encouragement**: Scripts as blueprints, allowing actor input for authenticity
97
+ - **Subtext over exposition**: Characters talk around issues, hinting at deeper truths
98
+ - **Humor in irony**: Wit arises from misunderstandings or social awkwardness
99
+
100
+ **Dialogue Ratio**:
101
+ - Ensemble scenes: 50% overlaps/interruptions, 30% clear exchanges, 20% silence/ambient noise
102
+ - Intimate moments: 40% pauses/hesitations, 60% layered meanings
103
+ - Satirical sequences: Rapid-fire banter with ironic undertones
104
+
105
+ **Character Voice Examples**:
106
+ HAWKEYE PIERCE (Sardonic, anti-authoritarian, quick-witted)
107
+ Listen, Frank, if God wanted us to fight wars, he'd have given us brains instead of martinis.
108
+ BARBARA JEAN (Vulnerable, star-struck, fragmented)
109
+ I... I just want to sing, you know? For the people. But the lights... they blur everything.
110
+ GRIFFIN MILL (Smooth, manipulative, Hollywood-insider)
111
+ We can always rewrite the ending. Happy endings sell tickets.
112
+ ANN FINNIGAN (Desperate, suburban, evasive)
113
+ It's not like that. Earl just... he drinks sometimes. We all do.
114
+ SIR WILLIAM McCORDLE (Arrogant, detached, upper-class)
115
+ One doesn't discuss such matters at table, my dear. Pass the port.
116
+ MILLIE LAMOREAUX (Dreamy, obsessive, identity-fluid)
117
+ You look just like me. Or do I look like you? It's all mixed up now.
118
+
119
+ These voices reflect Altman's emphasis on personality through speech patterns—Hawkeye's sarcasm critiques war, Barbara Jean's fragmentation highlights fame's toll, Griffin's slickness satirizes industry cynicism.
120
+
121
+ ### 3. **Multi-Threaded Narratives: Mosaic Structure Over Linear Plot**
122
+ Altman rejects traditional cause-effect storytelling for fragmented, intersecting vignettes. Plots emerge from accumulations of moments, with themes unifying the chaos rather than a central conflict.
123
+
124
+ **Narrative Techniques**:
125
+ - **Vignette-based progression**: Short scenes build a larger picture
126
+ - **Coincidental intersections**: Characters cross paths unexpectedly
127
+ - **Thematic unity**: Recurring motifs (e.g., music in Nashville, death in Short Cuts) tie threads
128
+ - **Ambiguous resolutions**: Endings suggest continuation, not closure
129
+
130
+ **Examples from Films**:
131
+ - Nashville intercuts between a political campaign, country music performances, and personal dramas, culminating in an assassination that echoes national turmoil.
132
+ - Short Cuts follows multiple families through crises like infidelity, accidents, and natural disasters, with Carver's minimalist style amplified into a web of urban alienation.
133
+ - The Player uses a long tracking shot to introduce Hollywood players, blending murder mystery with industry satire through meta cameos and narrative loops.
134
+ - A Wedding juggles 48 characters at a chaotic nuptial event, satirizing class and family dynamics through a series of mishaps and revelations.
135
+
136
+ **Writing Approach**:
137
+ MULTI-THREAD SCENE STRUCTURE:
138
+
139
+ Introduce thread A (character setup, minor conflict)
140
+ Cut to thread B (parallel action, thematic echo)
141
+ Overlap via location or event (characters intersect)
142
+ Build tension across threads (escalating parallels)
143
+ Climax in convergence (group event reveals connections)
144
+
145
+
146
+ This mosaic builds depth by layering perspectives, allowing satire to emerge from contrasts.
147
+
148
+ ### 4. **Satirical Observation: Subtle Critique Through Irony**
149
+ Altman's films comment on society without preachiness, using irony, exaggeration, and observation to expose hypocrisies in institutions like war, Hollywood, politics, and class.
150
+
151
+ **Satire Principles**:
152
+ - **Institutional folly**: Bureaucracy and power structures as absurd
153
+ - **Human vulnerabilities**: Characters' flaws mirror societal issues
154
+ - **Understated humor**: Irony in everyday absurdities
155
+ - **Non-judgmental lens**: Observation over condemnation
156
+
157
+ **Satire Philosophy**:
158
+ NOT: Direct diatribe against war
159
+ BUT: Surgeons in MAS*H perform gore-filled operations while cracking jokes and drinking, highlighting the insanity of military life through contrast.
160
+
161
+ In Gosford Park, class divides are satirized through servants' gossip and aristocrats' obliviousness, revealing systemic inequalities without overt lectures.
162
+
163
+ ### 5. **Improvisational Freedom: Script as Starting Point**
164
+ Altman encouraged actors to deviate from the page, fostering natural performances that enhance realism and discovery.
165
+
166
+ **Improvisation Guidelines**:
167
+ - **Loose scripting**: Dialogue outlines, not verbatim lines
168
+ - **Actor collaboration**: Incorporate personal insights
169
+ - **On-set evolution**: Scenes adapt to performances
170
+ - **Natural pacing**: Allow for pauses, stumbles, real emotions
171
+
172
+ **Examples**:
173
+ - In California Split, Elliott Gould and George Segal's gambling banter feels authentic due to improvised riffs on addiction and friendship.
174
+ - 3 Women's dream sequences evolved from Shelley Duvall and Sissy Spacek's input, blurring identity themes.
175
+ - The Company, set in a ballet troupe, used real dancers' routines, blending documentary and fiction.
176
+
177
+ This principle ensures vitality, making films feel lived-in rather than rehearsed.
178
+
179
+ ### 6. **Visual and Aural Layering: Zoom Lenses and Sound Design**
180
+ Though screenplay-focused, Altman's style influences writing by emphasizing descriptions that support multi-layered visuals and sounds.
181
+
182
+ **Descriptive Techniques**:
183
+ - **Zoom-ins for intimacy**: Scripts note gradual focuses on details amid crowds
184
+ - **Ambient sound cues**: Describe overlapping noises, music, dialogues
185
+ - **Fluid camera movement**: Suggest tracking through groups
186
+ - **Symbolic motifs**: Recurring images (e.g., rain in McCabe & Mrs. Miller) for mood
187
+
188
+ **Example Description**:
189
+ INT. NASHVILLE AIRPORT - DAY
190
+ Crowd mills about. Zoom slowly past arriving celebrities. In foreground, Opal chatters to BBC crew. Background, Linnea prays with children. Overlapping announcements blend with country tunes from speakers. Cut to Haven Hamilton greeting fans, his voice drowning in the din.
191
+
192
+ This layering mirrors life's complexity, guiding directors toward Altman's aesthetic.
193
+
194
+ ---
195
+
196
+ ## Narrative Structure
197
+
198
+ ### The Altman Mosaic Framework
199
+
200
+ Unlike traditional three-act structures, Altman's narratives resemble tapestries, with threads weaving in and out. Time is fluid, plots episodic, and climaxes collective rather than individual.
201
+
202
+ #### Setup: World Introduction + Character Web (0-30 minutes)
203
+ **Goal**: Immerse audience in the social landscape, introducing multiple characters without info-dumps.
204
+
205
+ **Key Elements**:
206
+ - **Panoramic opening**: Long takes or montages establishing setting
207
+ - **Character vignettes**: Short scenes revealing personalities
208
+ - **Thematic seeds**: Hint at satire through ironies
209
+ - **Intersecting paths**: Early coincidences link threads
210
+ - **Tone establishment**: Blend humor, drama, absurdity
211
+
212
+ **Pacing**:
213
+ - Slow build with observational details
214
+ - No central inciting incident; multiple mini-hooks
215
+ - Ambient sounds and overlaps set naturalistic rhythm
216
+ - Emotional investment through relatable flaws
217
+
218
+ **Examples**:
219
+ - Nashville: Opens with a recording studio session, intercutting traffic jams and character arrivals, setting the stage for cultural collision.
220
+ - Short Cuts: Begins with helicopter spraying for medflies over LA suburbs, symbolizing intrusion, then dives into family breakfasts and arguments.
221
+ - The Player: Famous eight-minute tracking shot through studio lot, introducing Griffin Mill amid pitches and gossip, satirizing Hollywood hustle.
222
+
223
+ #### Rising Action: Thread Interweaving + Escalating Chaos (30-90 minutes)
224
+ **Goal**: Deepen connections, build tensions through parallels and contrasts.
225
+
226
+ **Escalation Pattern**:
227
+ 1. **Individual struggles**: Characters face personal crises
228
+ 2. **Group interactions**: Parties, events force minglings
229
+ 3. **Satirical escalations**: Institutional absurdities amplify
230
+ 4. **Coincidental crises**: Accidents or revelations link stories
231
+ 5. **Emotional undercurrents**: Subtext builds toward convergence
232
+
233
+ **Key Techniques**:
234
+ - **Cross-cutting montages**: Parallel actions highlight themes
235
+ - **Improvised detours**: Side stories add texture
236
+ - **Humor in escalation**: Irony punctuates drama
237
+ - **World expansion**: Details enrich satire
238
+
239
+ **Examples**:
240
+ - In Gosford Park, dinner conversations overlap with servant gossip, building mystery and class tensions.
241
+ - M*A*S*H cycles through surgeries, pranks, and downtime, escalating anti-war satire.
242
+ - Prêt-à-Porter intercuts fashion shows with personal scandals, critiquing industry's superficiality.
243
+
244
+ #### Crisis: Convergence + Collective Catharsis (90-120 minutes)
245
+ **Goal**: Threads collide in a group event, revealing societal truths without resolution.
246
+
247
+ **Midpoint Crisis**:
248
+ - **Major event**: Rally, wedding, disaster unites characters
249
+ - **Revelations**: Secrets surface through interactions
250
+ - **Group fracture**: Conflicts peak in chaos
251
+ - **Satirical peak**: Absurdities exposed
252
+
253
+ **Examples**:
254
+ - Nashville: Parthenon concert turns violent, symbolizing political disillusionment.
255
+ - Short Cuts: Earthquake shakes literal and metaphorical foundations.
256
+ - A Wedding: Ceremony descends into farce with deaths and scandals.
257
+
258
+ #### Resolution: Ambiguous Aftermath + Lingering Echoes (120+ minutes)
259
+ **Goal**: Suggest continuity, leaving audiences to ponder implications.
260
+
261
+ **Resolution Principles**:
262
+ - **No tidy endings**: Lives continue in flux
263
+ - **Thematic closure**: Motifs resolve symbolically
264
+ - **Ensemble reflection**: Final montages show changed dynamics
265
+ - **Bittersweet tone**: Humor tempers tragedy
266
+
267
+ **Final Convergence Structure**:
268
+
269
+ EVENT BUILD - Threads draw toward focal point
270
+ CHAOS PEAK - Overlaps intensify in group scene
271
+ CATHARSIS - Emotional releases amid absurdity
272
+ FALLOUT - Characters scatter with subtle changes
273
+ MONTAGE CLOSE - Parallel glimpses of ongoing lives
274
+ FINAL IMAGE - Symbolic shot encapsulating theme
275
+
276
+
277
+ **Examples**:
278
+ - The Company ends with a ballet performance, blending art and life.
279
+ - Cookie's Fortune concludes with a funeral turning celebratory, satirizing Southern mores.
280
+
281
+ ---
282
+
283
+ ## Character Development
284
+
285
+ ### The Observed Human: Flaws in Context
286
+
287
+ **Core Traits**:
288
+ - **Relatable imperfections**: Ambition, insecurity, hypocrisy
289
+ - **Social roles**: Defined by institutions yet rebelling
290
+ - **Ensemble interdependence**: Growth through interactions
291
+ - **Subtle arcs**: Evolution implied, not explicit
292
+
293
+ **Character Arc Template**:
294
+ SETUP: Character in social niche (Hawkeye's cynicism in war)
295
+ CHALLENGE: Interactions expose flaws (pranks backfire)
296
+ CRISIS: Group event forces confrontation (surgery amid bombardment)
297
+ GROWTH: Momentary insight (vulnerability shared)
298
+ RESOLUTION: Adapted stance, but ambiguity remains
299
+
300
+ ### Altman Character Archetypes
301
+
302
+ **The Opportunist** (Griffin Mill, McCabe):
303
+ - Ambitious schemer in corrupt systems
304
+ - Charismatic but morally flexible
305
+ - Satirizes capitalism/Hollywood
306
+ - Arc: Success tainted by consequences
307
+
308
+ **The Dreamer** (Barbara Jean, Millie Lamoreaux):
309
+ - Idealistic amid harsh realities
310
+ - Fragile psyche, identity struggles
311
+ - Represents artistic/personal aspirations
312
+ - Arc: Dreams shattered or transformed
313
+
314
+ **The Rebel** (Hawkeye Pierce, Philip Marlowe):
315
+ - Anti-authority wit in rigid structures
316
+ - Sarcasm as weapon
317
+ - Critiques institutions
318
+ - Arc: Cynicism softened by connections
319
+
320
+ **The Outsider** (Opal, Mantis in Company):
321
+ - Eccentric observer/commentator
322
+ - Provides comic relief/insight
323
+ - Highlights group norms
324
+ - Arc: Integration or alienation
325
+
326
+ **The Authority Figure** (Frank Burns, Sir William):
327
+ - Hypocritical leader
328
+ - Exposes power absurdities
329
+ - Often ridiculed
330
+ - Arc: Humiliation or downfall
331
+
332
+ **The Everyman** (Bill in California Split, Doreen in Short Cuts):
333
+ - Ordinary in extraordinary chaos
334
+ - Relatable struggles
335
+ - Grounds satire
336
+ - Arc: Resilience amid folly
337
+
338
+ **The Ensemble Anchor** (Haven Hamilton, Garrison Keillor):
339
+ - Central but not dominant
340
+ - Represents cultural values
341
+ - Provides continuity
342
+ - Arc: Tradition vs. change
343
+
344
+ These archetypes allow for diverse casts, with development emerging from ensemble friction.
345
+
346
+ ---
347
+
348
+ ## Scene Construction
349
+
350
+ ### The "Crowd Mosaic" Scene
351
+ Large group gatherings where multiple stories unfold simultaneously.
352
+
353
+ **Structure**:
354
+ 1. **Establish space**: Describe layered environment
355
+ 2. **Multiple foci**: Shift between subgroups
356
+ 3. **Overlaps**: Dialogue and actions intersect
357
+ 4. **Thematic build**: Ironies accumulate
358
+ 5. **Climax moment**: Collective reaction
359
+
360
+ **Example Template**:
361
+ INT. PARTHENON CONCERT - NIGHT
362
+ Crowd surges. On stage, Haven belts a patriotic tune. Zoom past fans to Linnea in audience, phone ringing—husband's crisis. Background, Sueleen strips nervously. Opal interviews a soldier. Music swells, voices overlap. Suddenly, gunshot—chaos erupts, threads collide in panic.
363
+
364
+ ### The "Overlapping Conversation" Scene
365
+ Naturalistic talks where subtext shines through interruptions.
366
+
367
+ **Elements**:
368
+ - **Setup**: Casual setting (dinner, party)
369
+ - **Layered dialogue**: Multiple threads
370
+ - **Interruptions**: Real-life flow
371
+ - **Subtext reveal**: Unsaid tensions
372
+ - **Payoff**: Insight or humor
373
+
374
+ **Timing Rules**:
375
+ - Overlaps during peaks
376
+ - Pauses for emphasis
377
+ - No clean resolutions
378
+ - Ambient sounds enhance
379
+
380
+ **Examples**:
381
+ WRONG (Linear):
382
+ Character A: I hate this war.
383
+ Character B: Me too.
384
+ RIGHT (Altman-esque):
385
+ HAWKEYE (over martini pour): This whole setup's a joke—
386
+ TRAPPER (interrupting): Pass the olives, will ya? Frank's on his high horse again.
387
+ HOT LIPS (from corner): You two are disgraceful!
388
+ RADAR (whispering): Choppers incoming...
389
+ Voices blend as sirens wail.
390
+
391
+ ### The "Intimate Vignette" Scene
392
+ Quiet moments amid chaos, revealing depths.
393
+
394
+ **Required Elements**:
395
+ - **Contrast to ensemble**: Isolation highlights
396
+ - **Subtle performances**: Gestures over words
397
+ - **Thematic echo**: Mirrors larger satire
398
+ - **Ambiguous emotion**: No clear catharsis
399
+ - **Transition out**: Cut to group noise
400
+
401
+ **Examples**:
402
+ - In 3 Women, Pinky and Millie's bathroom mirror scene explores identity mirroring.
403
+ - Short Cuts' Ann and Howard's hospital vigil on their comatose son builds quiet despair.
404
+ - McCabe's solitary opium dreams contrast town's bustle.
405
+
406
+ ### The "Satirical Set Piece" Scene
407
+ Exaggerated event exposing follies.
408
+
409
+ **Structure**:
410
+ 1. **Build expectation**: Hype the occasion
411
+ 2. **Subversion**: Things go awry
412
+ 3. **Ensemble reactions**: Varied responses
413
+ 4. **Ironic payoff**: Critique revealed
414
+ 5. **Lingering effect**: Ripples to other threads
415
+
416
+ **Examples**:
417
+ - A Wedding's ceremony interrupted by storms, deaths, revelations.
418
+ - Prêt-à-Porter's nude fashion show satirizing industry's excess.
419
+ - Kansas City's jazz club performance blending music with crime.
420
+
421
+ ### The "Improvised Riff" Scene
422
+ Actor-driven moments for authenticity.
423
+
424
+ **Guidelines**:
425
+ - Script loosely: Indicate tone, not lines
426
+ - Describe possibilities: "Actors improvise banter on theme"
427
+ - Focus on reactions: Group dynamics evolve
428
+ - End organically: Fade into next thread
429
+
430
+ **Example**:
431
+ In Fool for Love, Sam Shepard's script allowed Altman to layer incestuous tensions with physical improvisations.
432
+
433
+ ### The "Symbolic Montage" Scene
434
+ Wordless sequences tying themes.
435
+
436
+ **Elements**:
437
+ - **Visual parallels**: Cut between actions
438
+ - **Music overlay**: Folk, jazz, or original scores
439
+ - **Emotional build**: Without dialogue
440
+ - **Satirical undertone**: Irony in images
441
+
442
+ **Example**:
443
+ Nashville's traffic montage with radio broadcasts linking characters' journeys.
444
+
445
+ These scenes embody Altman's style, prioritizing observation and interaction over conventional drama.
446
+
447
+ ---
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-robert-eggers",
3
+ "version": "1.0.0",
4
+ "displayName": "Robert Eggers Style Guide",
5
+ "description": "Screenplay style guide for Robert Eggers",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "robert-eggers"
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/robert-eggers",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "robert-eggers.md"
48
+ ]
49
+ }
50
+ }