@mytechtoday/augment-extensions 1.5.2 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/README.md +62 -9
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -0
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +740 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  218. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  219. package/augment-extensions/writing-standards/screenplay/module.json +48 -1
  220. package/cli/AGENTS.md +22 -0
  221. package/cli/dist/__test_hook-system.d.ts +2 -0
  222. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  223. package/cli/dist/__test_hook-system.js +4 -0
  224. package/cli/dist/__test_hook-system.js.map +1 -0
  225. package/cli/dist/cli.js +21 -0
  226. package/cli/dist/cli.js.map +1 -1
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  230. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  234. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  236. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  238. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  242. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  282. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  286. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  290. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  294. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  298. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  302. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  306. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  310. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  314. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  318. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  322. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  326. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  330. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  334. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  338. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  342. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  346. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  348. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  349. package/cli/dist/commands/generate-shot-list.js +115 -0
  350. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  351. package/cli/dist/index.d.ts +7 -0
  352. package/cli/dist/index.d.ts.map +1 -0
  353. package/cli/dist/index.js +10 -0
  354. package/cli/dist/index.js.map +1 -0
  355. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  356. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  357. package/cli/dist/utils/mcp-integration.js +102 -13
  358. package/cli/dist/utils/mcp-integration.js.map +1 -1
  359. package/package.json +4 -1
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-sydney-pollack",
3
+ "version": "1.0.0",
4
+ "displayName": "Sydney Pollack Style Guide",
5
+ "description": "Screenplay style guide for Sydney Pollack",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "sydney-pollack"
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/sydney-pollack",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "sydney-pollack.md"
48
+ ]
49
+ }
50
+ }
@@ -0,0 +1,356 @@
1
+ # Sydney Pollack-Type Films - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Character-Driven Dramatic Epic](#the-character-driven-dramatic-epic)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Character Depth Over Plot Mechanics**](#1-character-depth-over-plot-mechanics)
9
+ - [2. **Subtle Dialogue with Profound Subtext**](#2-subtle-dialogue-with-profound-subtext)
10
+ - [3. **Balanced Ensemble Through Relational Dynamics**](#3-balanced-ensemble-through-relational-dynamics)
11
+ - [4. **Elegant Visuals Grounded in Emotional Reality**](#4-elegant-visuals-grounded-in-emotional-reality)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Pollack Three-Act Formula](#the-pollack-three-act-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Complex Protagonist](#the-complex-protagonist)
16
+ - [Pollack Character Archetypes](#pollack-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Intimate Confrontation" Scene](#the-intimate-confrontation-scene)
19
+ - [The "Moral Dilemma" Scene](#the-moral-dilemma-scene)
20
+ - [The "Romantic Epiphany" Scene](#the-romantic-epiphany-scene)
21
+ - [The "Ethical Reckoning" Scene](#the-ethical-reckoning-scene)
22
+
23
+ ## The Character-Driven Dramatic Epic
24
+
25
+ **Films Analyzed**:
26
+ - They Shoot Horses, Don't They? (1969)
27
+ - Jeremiah Johnson (1972)
28
+ - The Way We Were (1973)
29
+ - Three Days of the Condor (1975)
30
+ - The Yakuza (1975)
31
+ - Bobby Deerfield (1977)
32
+ - The Electric Horseman (1979)
33
+ - Absence of Malice (1981)
34
+ - Tootsie (1982)
35
+ - Out of Africa (1985)
36
+ - Havana (1990)
37
+ - The Firm (1993)
38
+ - Sabrina (1995)
39
+ - Random Hearts (1999)
40
+ - The Interpreter (2005)
41
+ - Sketches of Frank Gehry (2005, documentary, for stylistic insights)
42
+ - Additional Influences: Pollack's acting roles in films like Eyes Wide Shut (1999) and Michael Clayton (2007), which echo his directorial themes of moral complexity and human vulnerability.
43
+
44
+ **Primary Directors and Collaborators**: Sydney Pollack (primary director), with key screenwriters such as Robert Towne (The Yakuza, The Firm), Alvin Sargent (The Way We Were), Lorenzo Semple Jr. and David Rayfiel (Three Days of the Condor), Kurt Luedtke (Out of Africa, Absence of Malice), and collaborations with stars like Robert Redford, Meryl Streep, Dustin Hoffman, Tom Cruise, and Nicole Kidman. Pollack's style often involved close partnerships with writers to refine scripts for emotional authenticity and narrative depth.
45
+
46
+ **Genre**: Character-Driven Drama / Romantic Thriller / Moral Epic
47
+ **Core Concept**: Intimate explorations of human frailty, moral dilemmas, and personal transformation set against sweeping social, political, or cultural backdrops, emphasizing subtle performances, elegant visuals, and layered storytelling that prioritizes emotional truth over spectacle.
48
+
49
+ ---
50
+
51
+ ## Overview
52
+
53
+ Sydney Pollack's filmmaking legacy is defined by a sophisticated blend of intellectual depth, emotional resonance, and visual elegance. His films often adapt literary sources or real-life inspirations into narratives that probe the complexities of human relationships, ethical ambiguities, and the intersection of personal lives with larger historical or societal forces. Unlike the bombastic action of superhero epics, Pollack-type films thrive on understatement, allowing character motivations and interpersonal dynamics to drive the plot. This style guide distills the essential techniques that make Pollack's work enduringly compelling: a focus on authentic dialogue, nuanced character arcs, and a cinematic language that uses location, cinematography, and pacing to enhance thematic depth.
54
+
55
+ Pollack's approach revolutionized dramatic filmmaking by treating audiences as intelligent participants in the story, inviting them to grapple with moral gray areas rather than providing easy resolutions. His films balance intimate character studies with broader canvases—whether the vast African landscapes of Out of Africa or the claustrophobic intrigue of Three Days of the Condor—creating a sense of epic intimacy. This guide explores how to replicate that balance in screenplays, drawing from Pollack's oeuvre to provide actionable principles for writers aiming to craft films that linger in the mind long after the credits roll.
56
+
57
+ In Pollack-type films, the narrative is never rushed; instead, it unfolds with a deliberate rhythm that mirrors the characters' internal journeys. Visuals are not mere backdrop but integral to storytelling, often symbolizing emotional states or thematic contrasts. Dialogue is sparse yet profound, revealing subtext through what is unsaid as much as what is spoken. Characters are flawed, multifaceted individuals whose decisions stem from deep-seated motivations, making their stories universally relatable despite often exotic or high-stakes settings.
58
+
59
+ This style emphasizes collaboration in the writing process, much like Pollack's own method of workshopping scripts with actors and writers to hone authenticity. The result is cinema that feels lived-in, with performances that transcend the page through subtle gestures and unspoken tensions. By following this guide, screenwriters can create works that echo Pollack's mastery of blending personal drama with universal themes, ensuring emotional investment and intellectual engagement.
60
+
61
+ ---
62
+
63
+ ## Core Principles
64
+
65
+ ### 1. **Character Depth Over Plot Mechanics**
66
+ In Pollack-type films, every plot development emerges organically from character choices and internal conflicts, ensuring that the story feels driven by human agency rather than contrived events.
67
+
68
+ **Key Philosophy**:
69
+ - Characters are the engine of the narrative; plot serves to illuminate their psyches.
70
+ - Moral ambiguities define actions—heroes are not infallible, villains are often sympathetic.
71
+ - Personal transformation occurs through relational dynamics, not isolated epiphanies.
72
+ - Themes of isolation, connection, and ethical compromise are woven into character backstories.
73
+
74
+ **Examples from Films**:
75
+ - In Out of Africa, Karen Blixen's (Meryl Streep) independence and romantic idealism clash with the harsh realities of colonial Kenya, symbolized by her farm's struggles and her affair with Denys Finch Hatton (Robert Redford). Her arc isn't about conquering the land but accepting loss and impermanence.
76
+ - Three Days of the Condor features Joe Turner (Robert Redford), a CIA analyst whose intellectual curiosity leads to paranoia and moral reckoning; his survival depends on questioning institutional loyalties.
77
+ - Tootsie showcases Michael Dorsey (Dustin Hoffman), whose cross-dressing disguise forces him to confront his own sexism and emotional unavailability, turning a comedy into a profound character study.
78
+ - The Firm's Mitch McDeere (Tom Cruise) grapples with ambition versus integrity, his legal prowess undermined by ethical compromises in a corrupt firm.
79
+ - Absence of Malice explores Megan Carter's (Sally Field) journalistic zeal, which blinds her to the human cost of her stories, leading to a crisis of conscience.
80
+
81
+ **Writing Approach**:
82
+ To embody this principle, screenwriters should begin by crafting detailed character biographies that include psychological motivations, past traumas, and relational histories. Avoid plot twists that feel external; instead, let revelations stem from character interactions.
83
+ WRONG: "Mitch discovers the firm's corruption through a anonymous tip."
84
+ RIGHT: "Mitch pores over files late at night, his ambition fueling his diligence. A discrepancy catches his eye—not just numbers, but the human stories behind them. Avery's (Gene Hackman) casual dismissal of ethics echoes Mitch's own doubts about his marriage and career. He confronts Abby (Jeanne Tripplehorn), his vulnerability cracking: 'What if we're part of something rotten?' This personal exchange propels him deeper into the investigation."
85
+
86
+ Expand on this by ensuring every scene reveals a layer of character. For instance, in romantic subplots, use physical proximity to highlight emotional distance, as in The Way We Were where Katie Morosky (Barbra Streisand) and Hubbell Gardiner (Robert Redford) share passionate moments undercut by ideological differences. Verbose development here involves describing not just actions but internal monologues implied through dialogue pauses and visual cues.
87
+
88
+ Further, integrate thematic motifs early: In Havana, Jack Weil's (Robert Redford) gambling addiction mirrors his risky romance amid the Cuban Revolution, symbolizing the gamble of love in turbulent times. Screenplays should layer these symbols subtly, allowing audiences to infer connections without overt exposition.
89
+
90
+ This principle demands verbosity in character descriptions: Dedicate pages to exploring backstories through flashbacks or conversations that feel natural, not info-dumps. For example, in Random Hearts, Dutch Van Den Broeck (Harrison Ford) and Kay Chandler (Kristin Scott Thomas) bond over shared grief, their dialogues meandering through personal histories to build authentic connection.
91
+
92
+ ### 2. **Subtle Dialogue with Profound Subtext**
93
+ Dialogue in Pollack-type films is economical yet loaded, relying on implication, pauses, and non-verbal cues to convey deeper meanings.
94
+
95
+ **Dialogue Guidelines**:
96
+ - **Revelation through restraint** - Characters say less than they feel, creating tension.
97
+ - **Subtext drives conflict** - Unspoken desires or resentments fuel interactions.
98
+ - **Authentic rhythms** - Speech patterns reflect social class, era, or cultural background.
99
+ - **Emotional layering** - Humor, irony, or deflection mask vulnerability.
100
+
101
+ **Dialogue Ratio**:
102
+ - Intimate scenes: 50% spoken, 50% implied through silence or action.
103
+ - Confrontational scenes: 60% direct, 40% evasive or metaphorical.
104
+ - Ensemble moments: Balanced exchanges that reveal group dynamics without chaos.
105
+
106
+ **Character Voice Examples**:
107
+ KAREN BLIXEN (Out of Africa) (Poetic, resilient, introspective)
108
+ I had a farm in Africa, at the foot of the Ngong Hills. The equator runs across these highlands, a hundred miles to the north, and the farm lay at an altitude of over six thousand feet. In the day-time you felt that you had got high up, near to the sun, but the early mornings and evenings were limpid and restful, and the nights were cold.
109
+ JOE TURNER (Three Days of the Condor) (Paranoid, intellectual, urgent)
110
+ I told them a story. You play games, I told them a story. 'Oh, that's nice,' they said. 'You have imagination.' But I was wrong. It wasn't a story at all. It was real.
111
+ MICHAEL DORSEY (Tootsie) (Sarcastic, defensive, transformative)
112
+ I was a better man with you as a woman than I ever was with a woman as a man. Know what I mean?
113
+ MITCH MCDEERE (The Firm) (Ambitious, conflicted, determined)
114
+ I didn't come from money. I worked my way through Harvard waiting tables. This firm... it's everything I dreamed of. But if it's built on lies, what does that make me?
115
+ MEGAN CARTER (Absence of Malice) (Driven, ethical, regretful)
116
+ The truth is a commodity, Michael. And sometimes, it's expensive.
117
+ ARTURO DURAN (Havana) (Passionate, revolutionary, romantic)
118
+ In Cuba, we fight for what we believe. But love... love is the real revolution.
119
+
120
+ To expand verbosely, consider how dialogue evolves across a film's arc. In early scenes, characters use banter to test boundaries, as in Sabrina where Linus Larrabee (Harrison Ford) and Sabrina Fairchild (Julia Ormond) exchange witty remarks that hide growing attraction. Mid-film, dialogues deepen into confessions, revealing vulnerabilities. By the climax, words carry the weight of accumulated history, often leading to cathartic releases.
121
+
122
+ Avoid redundancy by varying sentence structures: Mix short, punchy lines with longer, reflective monologues. In The Interpreter, Silvia Broome's (Nicole Kidman) multilingual background informs her precise, evasive speech, contrasting with Sean Penn's Tobin Keller's blunt interrogations.
123
+
124
+ ### 3. **Balanced Ensemble Through Relational Dynamics**
125
+ Even in films with central protagonists, supporting characters are fully realized, their interactions shaping the lead's journey.
126
+
127
+ **Ensemble Techniques**:
128
+ - **Interdependent arcs** - No character exists in isolation; relationships catalyze growth.
129
+ - **Contrasting perspectives** - Pair characters with opposing worldviews for dramatic tension.
130
+ - **Subtle power shifts** - Dynamics evolve, reflecting thematic changes.
131
+ - **Cultural or social contrasts** - Use backgrounds to highlight themes of connection and division.
132
+
133
+ **Pairing Examples from Films**:
134
+ - Karen and Denys (Out of Africa) - Independence vs. freedom, colonial settler vs. adventurer.
135
+ - Joe and Kathy (Three Days of the Condor) - Trust vs. suspicion, intellectual vs. everyday survivor.
136
+ - Michael and Julie (Tootsie) - Gender roles reversed, leading to mutual respect.
137
+ - Mitch and Avery (The Firm) - Mentee vs. mentor, idealism vs. cynicism.
138
+ - Megan and Michael (Absence of Malice) - Journalist vs. subject, ethics vs. justice.
139
+ - Jack and Roberta (Havana) - Cynic vs. idealist, amid revolution.
140
+
141
+ **Writing Approach**:
142
+ ENSEMBLE SCENE STRUCTURE:
143
+
144
+ Establish relational context (shared history or immediate tension).
145
+ Exchange perspectives (dialogue reveals differing motivations).
146
+ Build to conflict (unspoken issues surface subtly).
147
+ Partial resolution (shift in understanding, not full closure).
148
+ Foreshadow growth (hint at future dynamics).
149
+
150
+
151
+ Verbosity here involves detailing non-verbal elements: In scenes, describe glances, body language, and environmental influences. For instance, in The Way We Were, Katie and Hubbell's arguments are heightened by period settings—McCarthy-era paranoia adding layers to their ideological clashes. Expand with multiple variants: Romantic pairs emphasize intimacy, professional ones focus on power, familial on legacy.
152
+
153
+ ### 4. **Elegant Visuals Grounded in Emotional Reality**
154
+ Spectacle is subtle, with cinematography serving emotional and thematic purposes.
155
+
156
+ **Visual Principles**:
157
+ - **Location as character** - Settings symbolize internal states (e.g., Africa's vastness for isolation).
158
+ - **Naturalistic lighting** - Soft, realistic to enhance authenticity.
159
+ - **Long takes for tension** - Allow performances to breathe.
160
+ - **Symbolic motifs** - Recurring images reinforce themes without overtness.
161
+
162
+ **Cinematic Philosophy**:
163
+ NOT: Flashy cuts for excitement.
164
+ BUT: A lingering shot on Karen's face as she watches Denys fly away, the African horizon blurring her tears, symbolizing unattainable freedom. The camera pulls back slowly, emphasizing her solitude amid the expansive landscape.
165
+
166
+ To achieve verbosity, describe visual styles in depth: Pollack's use of widescreen compositions in Out of Africa to contrast human scale with nature's grandeur. In thrillers like The Firm, tight framing builds paranoia, with shadows suggesting hidden threats. Expand with comparisons to collaborators like cinematographer John Seale (The Firm) or Owen Roizman (Tootsie), noting how their techniques amplify Pollack's vision.
167
+
168
+ ---
169
+
170
+ ## Narrative Structure
171
+
172
+ ### The Pollack Three-Act Formula
173
+
174
+ #### Act 1: Establishment of World and Inner Conflict (0-30 minutes)
175
+ **Goal**: Introduce the protagonist's status quo, hint at dissatisfaction, and present the inciting dilemma.
176
+
177
+ **Key Elements**:
178
+ - **Character immersion** - Show daily life through actions revealing personality.
179
+ - **Thematic setup** - Establish moral or emotional landscape.
180
+ - **Relational hooks** - Introduce key relationships with subtle tensions.
181
+ - **Inciting incident** - A disruption that forces introspection.
182
+ - **Foreshadowing** - Hint at larger conflicts without revealing all.
183
+
184
+ **Pacing**:
185
+ - Deliberate build-up, with visual exposition over dialogue.
186
+ - Emotional undercurrents in mundane scenes.
187
+ - Hook by minute 15 with a personal revelation.
188
+
189
+ **Examples**:
190
+ - Out of Africa: Karen arrives in Kenya, marries Bror, establishes farm—her optimism clashes with colonial realities.
191
+ - Three Days of the Condor: Joe's routine CIA work turns deadly with a massacre, forcing him on the run.
192
+ - Tootsie: Michael's acting struggles lead to his desperate disguise as Dorothy.
193
+ - The Firm: Mitch's job offer promises success but hints at underlying corruption.
194
+ - Absence of Malice: Megan's story publication sets off ethical chain reactions.
195
+
196
+ Verbosity: Expand each example with scene breakdowns. For Out of Africa, describe the train journey to Kenya: Karen's elegant attire contrasting dusty landscapes, her voiceover narrating expectations vs. reality. Detail dialogue snippets, visual motifs (e.g., wildlife symbolizing untamed emotions), and how this act sets up arcs.
197
+
198
+ #### Act 2A: Escalation of Dilemmas and Alliances (30-60 minutes)
199
+ **Goal**: Deepen conflicts, form alliances or rivalries, and raise stakes through personal revelations.
200
+
201
+ **Escalation Pattern**:
202
+ 1. **Initial response** - Protagonist attempts to maintain control.
203
+ 2. **Allies emerge** - Relationships tested and strengthened.
204
+ 3. **First confrontation** - Moral or emotional clash.
205
+ 4. **Deepening threat** - Personal costs become apparent.
206
+ 5. **Internal fracture** - Doubt creeps in.
207
+
208
+ **Key Techniques**:
209
+ - **Dialogue-driven exploration** - Conversations unpack backstories.
210
+ - **Location shifts** - Move to new settings to mirror emotional changes.
211
+ - **Subtle suspense** - Build tension through implication.
212
+ - **Thematic integration** - Social issues intersect personal stories.
213
+
214
+ Examples: In Havana, Jack's arrival in Cuba introduces revolutionary turmoil, his romance with Roberta escalating amid political upheaval. Verbose analysis: Break down scenes like the casino encounter, detailing wardrobe, music, and dialogue subtext to show cultural clash.
215
+
216
+ #### Act 2B: Crisis and Moral Reckoning (60-90 minutes)
217
+ **Goal**: Push characters to their lowest point, forcing confrontation with flaws.
218
+
219
+ **Midpoint Crisis**:
220
+ - **Major setback** - Loss of control or betrayal.
221
+ - **Emotional nadir** - Isolation or grief.
222
+ - **Relational breakdown** - Alliances strain.
223
+ - **Self-doubt** - Question core beliefs.
224
+
225
+ **Examples**:
226
+ - Out of Africa: Karen's farm fails, Denys dies—culminating in profound loss.
227
+ - The Firm: Mitch discovers FBI involvement, endangering his family.
228
+ - Tootsie: Michael's dual life unravels, exposing lies.
229
+ - Random Hearts: Revelations about spouses' affair shatter illusions.
230
+
231
+ Expand: For each, provide multi-paragraph dissections, including alternative scripting approaches to heighten drama without melodrama.
232
+
233
+ #### Act 3: Resolution and Transformation (90-120+ minutes)
234
+ **Goal**: Characters confront truths, achieve bittersweet closure.
235
+
236
+ **Resolution Principles**:
237
+ - **Cathartic confrontation** - Direct but nuanced.
238
+ - **Relational reconciliation** - Partial, realistic.
239
+ - **Thematic payoff** - Insights into human condition.
240
+ - **Open-ended elements** - Lingering ambiguities.
241
+
242
+ **Climax Structure**:
243
+
244
+ CONFRONTATION - Face the core conflict.
245
+ REVELATION - Truths uncovered.
246
+ SACRIFICE - Personal cost for growth.
247
+ TRANSFORMATION - New understanding.
248
+ AFTERMATH - Reflective closure.
249
+
250
+
251
+ Examples: In The Interpreter, Silvia's testimony at the UN resolves intrigue but leaves emotional scars. Verbose: Detail pacing, visual transitions, and how voiceovers or music underscore themes.
252
+
253
+ ---
254
+
255
+ ## Character Development
256
+
257
+ ### The Complex Protagonist
258
+
259
+ **Core Traits**:
260
+ - **Layered motivations** - Ambition tempered by doubt.
261
+ - **Moral ambiguity** - Choices in gray areas.
262
+ - **Relational dependence** - Growth through others.
263
+ - **Resilience amid vulnerability** - Strength from facing weaknesses.
264
+
265
+ **Character Arc Template**:
266
+ SETUP: Define by ambition or ideal (Karen's romanticism).
267
+ CHALLENGE: External forces expose flaws (colonial hardships).
268
+ CRISIS: Loss forces reckoning (Denys' death).
269
+ GROWTH: Acceptance of impermanence.
270
+ RESOLUTION: Transformed perspective.
271
+
272
+ Verbosity: Provide arcs for 10+ characters, with detailed progressions and script excerpts.
273
+
274
+ ### Pollack Character Archetypes
275
+
276
+ **The Ambitious Idealist** (Karen Blixen, Katie Morosky):
277
+ - Drives narrative with passion.
278
+ - Clashes with reality.
279
+ - Learns compromise.
280
+
281
+ **The Cynical Survivor** (Joe Turner, Jack Weil):
282
+ - World-weary but redeemable.
283
+ - Trusts reluctantly.
284
+ - Finds hope in connections.
285
+
286
+ **The Ethical Professional** (Mitch McDeere, Megan Carter):
287
+ - Career defines identity.
288
+ - Faces corruption.
289
+ - Seeks integrity.
290
+
291
+ **The Transformative Outsider** (Michael Dorsey, Sabrina Fairchild):
292
+ - Disguise or change reveals self.
293
+ - Challenges norms.
294
+ - Achieves authenticity.
295
+
296
+ **The Stoic Mentor** (Denys Finch Hatton, Avery Tolar):
297
+ - Wisdom with flaws.
298
+ - Guides but needs saving.
299
+ - Sacrificial role.
300
+
301
+ Expand each with film examples, voice samples, arc breakdowns—aiming for 2,000+ words per section.
302
+
303
+ ---
304
+
305
+ ## Scene Construction
306
+
307
+ ### The "Intimate Confrontation" Scene
308
+ Characters face emotional truths in private settings.
309
+
310
+ **Structure**:
311
+ 1. **Setting establishment** - Symbolic location.
312
+ 2. **Build-up** - Subtle tension.
313
+ 3. **Exchange** - Layered dialogue.
314
+ 4. **Climax** - Emotional peak.
315
+ 5. **Resolution** - Lingering impact.
316
+
317
+ **Example Template**:
318
+ INT. KENYAN FARMHOUSE - NIGHT
319
+ Karen pours tea, hands trembling slightly.
320
+ Denys sits, staring at the fire.
321
+ KAREN
322
+ You come and go like the seasons.
323
+ DENYS
324
+ Freedom isn't possession, Karen.
325
+ She touches his arm. Silence speaks volumes.
326
+ They part, the door creaking like their hearts.
327
+
328
+ ### The "Moral Dilemma" Scene
329
+ Character weighs choices with high stakes.
330
+
331
+ **Elements**:
332
+ - **Internal monologue implied**.
333
+ - **Advisor input**.
334
+ - **Decision moment**.
335
+ - **Consequence hint**.
336
+
337
+ Examples: Mitch's late-night firm office in The Firm. Verbose: Multiple variants from films.
338
+
339
+ ### The "Romantic Epiphany" Scene
340
+ Love realized amid conflict.
341
+
342
+ **Required Elements**:
343
+ - **Scenic beauty**.
344
+ - **Vulnerable admission**.
345
+ - **Physical intimacy**.
346
+ - **Bittersweet tone**.
347
+
348
+ ### The "Ethical Reckoning" Scene
349
+ Confrontation with consequences.
350
+
351
+ **Structure**:
352
+ 1. **Accusation**.
353
+ 2. **Defense**.
354
+ 3. **Revelation**.
355
+ 4. **Apology or acceptance**.
356
+ 5. **Forward movement**.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-terry-gilliam",
3
+ "version": "1.0.0",
4
+ "displayName": "Terry Gilliam Style Guide",
5
+ "description": "Screenplay style guide for Terry Gilliam",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "terry-gilliam"
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/terry-gilliam",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "terry-gilliam.md"
48
+ ]
49
+ }
50
+ }