@mytechtoday/augment-extensions 1.6.0 → 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 (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 +115 -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 +4 -1
@@ -0,0 +1,429 @@
1
+ # Michael Curtiz - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Classic Hollywood Epic](#the-classic-hollywood-epic)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Story First, Visuals in Service**](#1-story-first-visuals-in-service)
9
+ - [2. **Dynamic Dialogue with Moral Subtext**](#2-dynamic-dialogue-with-moral-subtext)
10
+ - [3. **Ensemble Dynamics Through Conflict and Loyalty**](#3-ensemble-dynamics-through-conflict-and-loyalty)
11
+ - [4. **Expressionistic Visuals Grounded in Reality**](#4-expressionistic-visuals-grounded-in-reality)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Curtiz Three-Act Formula](#the-curtiz-three-act-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Reluctant Rebel](#the-reluctant-rebel)
16
+ - [Curtiz Character Archetypes](#curtiz-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Moral Dilemma" Scene](#the-moral-dilemma-scene)
19
+ - [The "Swashbuckling Duel" Scene](#the-swashbuckling-duel-scene)
20
+ - [The "Shadow Play Revelation" Scene](#the-shadow-play-revelation-scene)
21
+ - [The "Musical Integration" Scene](#the-musical-integration-scene)
22
+ - [The "Redemption Sacrifice" Scene](#the-redemption-sacrifice-scene)
23
+
24
+ ## The Classic Hollywood Epic
25
+
26
+ **Films Analyzed**:
27
+ - Casablanca (1942)
28
+ - The Adventures of Robin Hood (1938)
29
+ - Yankee Doodle Dandy (1942)
30
+ - Mildred Pierce (1945)
31
+ - Captain Blood (1935)
32
+ - Angels with Dirty Faces (1938)
33
+ - White Christmas (1954)
34
+ - The Charge of the Light Brigade (1936)
35
+ - The Sea Wolf (1941)
36
+ - Passage to Marseille (1944)
37
+ - The Breaking Point (1950)
38
+ - Dodge City (1939)
39
+ - The Private Lives of Elizabeth and Essex (1939)
40
+ - Life with Father (1947)
41
+ - We're No Angels (1955)
42
+ - King Creole (1958)
43
+ - The Egyptian (1954)
44
+ - Noah's Ark (1928)
45
+ - Doctor X (1932)
46
+ - Mystery of the Wax Museum (1933)
47
+
48
+ **Primary Writers**: Casey Robinson, Seton I. Miller, Julius J. Epstein, Philip G. Epstein, Howard Koch, Robert Buckner, Norman Reilly Raine, Rafael Sabatini (adaptations), Jack London (adaptations), Hal B. Wallis (production influence)
49
+ **Genre**: Classic Hollywood Adventure / Drama / Musical / Film Noir / Swashbuckler
50
+ **Core Concept**: Timeless narratives of moral ambiguity, rebellious heroism, and romantic passion, infused with dynamic visual storytelling, expressionistic flair, and a relentless pace that captures the human spirit under pressure.
51
+
52
+ ---
53
+
54
+ ## Overview
55
+
56
+ Michael Curtiz, the prolific Hungarian-born director who helmed over 180 films across six decades, epitomized the golden age of Hollywood filmmaking. His work transformed studio assignments into cinematic masterpieces by blending European expressionism with American efficiency, creating stories that resonate with emotional depth, visual innovation, and narrative drive. From the swashbuckling escapades of Errol Flynn in The Adventures of Robin Hood to the shadowy moral dilemmas of Humphrey Bogart in Casablanca, Curtiz's films embody a style that prioritizes storytelling while employing fluid camera work, dramatic lighting, and forceful character interactions. This style guide distills the essence of Curtiz-type films, offering a blueprint for crafting epics that feel both grand and intimately human, where rebels confront authority, love battles cynicism, and spectacle serves the soul of the story.
57
+
58
+ Curtiz's approach was rooted in his immigrant experience, absorbing American culture while infusing it with Old World artistry. He mastered genres without being confined to them, directing everything from Technicolor adventures to gritty noirs, musical extravaganzas to historical dramas. His films often explore themes of redemption, loyalty, and defiance against oppressive systems, delivered through a visual language that emphasizes movement, shadow, and composition. Unlike modern auteurs with signature motifs, Curtiz was the ultimate studio craftsman—versatile, relentless, and collaborative—yet his consistent use of aggressive visuals, quick pacing, and character-driven conflicts creates a recognizable imprint. This guide examines how to replicate that imprint in screenplays, ensuring narratives pulse with energy, characters evolve through adversity, and visuals enhance emotional stakes without overwhelming the plot.
59
+
60
+ In an era of studio dominance, Curtiz's success lay in his ability to elevate scripts through direction, but this guide focuses on writing principles that align with his vision: stories that move swiftly, characters who rebel reluctantly, and scenes built on tension and release. By studying his techniques, writers can create works that echo the enduring appeal of his classics—films that entertain masses while probing the human condition. Whether crafting a wartime romance like Casablanca or a rousing adventure like Captain Blood, the Curtiz style demands authenticity, visual poetry, and a commitment to the "genius of the system," where collaboration yields timeless art.
61
+
62
+ ---
63
+
64
+ ## Core Principles
65
+
66
+ ### 1. **Story First, Visuals in Service**
67
+ In Curtiz-type films, narrative drive is paramount; every visual element, from lighting to camera movement, enhances the story without distracting from it. Spectacle exists to reveal character motivations and heighten emotional conflicts, not for its own sake.
68
+
69
+ **Key Philosophy**:
70
+ - Narrative momentum trumps stylistic indulgence
71
+ - Visuals metaphorically underscore internal struggles
72
+ - Pacing builds relentlessly toward emotional climaxes
73
+ - Moral stakes ground even the most adventurous tales
74
+
75
+ **Examples from Films**:
76
+ - In Casablanca, the fog-shrouded airport finale symbolizes Rick's internal fog of cynicism lifting, allowing him to sacrifice love for a greater cause.
77
+ - The Adventures of Robin Hood uses vibrant Technicolor not just for beauty but to contrast the lush Sherwood Forest (freedom) with the dark castle interiors (oppression).
78
+ - Yankee Doodle Dandy's musical numbers reveal George M. Cohan's patriotism and personal regrets, turning song-and-dance into character exposition.
79
+ - Mildred Pierce employs noir shadows to mirror the protagonist's descent into moral ambiguity, where her ambition casts long, distorting shades on her family life.
80
+
81
+ **Writing Approach**:
82
+ WRONG: "The camera cranes high over the battlefield as swords clash in colorful chaos."
83
+ RIGHT: "As Robin's men charge, the camera cranes from the oppressed villagers' fearful faces to Robin's defiant grin, his sword gleaming like a beacon of hope. The clash isn't just steel on steel—it's justice piercing tyranny, each parry revealing Robin's growing resolve to protect the innocent."
84
+
85
+ This ensures visuals are tied to character arcs, making the story feel organic and immersive. Expand on motivations: Why does the hero fight? What personal loss fuels the action? Layer subtext so that every frame advances the plot while deepening empathy.
86
+
87
+ ### 2. **Dynamic Dialogue with Moral Subtext**
88
+ Curtiz films feature crisp, purposeful dialogue that blends wit, tension, and revelation. Words are weapons—sharp, economical, and laced with underlying conflicts, often reflecting characters' inner turmoil or societal pressures.
89
+
90
+ **Dialogue Guidelines**:
91
+ - **Reveals character through conflict** - Each line exposes flaws, desires, or rebellions
92
+ - **Tension in brevity** - Short, punchy exchanges build suspense
93
+ - **Subtext drives emotion** - Unsaid feelings simmer beneath the surface
94
+ - **Cultural authenticity** - Dialogue grounds characters in their era and milieu
95
+
96
+ **Dialogue Ratio**:
97
+ - Action sequences: 20% commands/dialogue, 80% visual/physical
98
+ - Dramatic scenes: 50% direct confrontation, 50% implied meaning
99
+ - Romantic interludes: 40% banter, 60% vulnerable honesty
100
+ - Ensemble moments: Overlapping lines for realism and pace
101
+
102
+ **Character Voice Examples**:
103
+ RICK BLAINE (Cynical, world-weary, reluctantly heroic - Casablanca)
104
+ Of all the gin joints in all the towns in all the world, she walks into mine. (Subtext: Pain masked by sarcasm, hinting at unresolved love.)
105
+ ROBIN HOOD (Dashing, defiant, charismatic - The Adventures of Robin Hood)
106
+ You speak treason! (Subtext: Bold challenge to authority, revealing his rebel spirit.)
107
+ MILDRED PIERCE (Ambitious, tormented, maternal - Mildred Pierce)
108
+ I've worked too hard to let you throw it all away. (Subtext: Desperation born of sacrifice, exposing her controlling nature.)
109
+ JAMES CAGNEY AS GEORGE M. COHAN (Energetic, patriotic, reflective - Yankee Doodle Dandy)
110
+ My mother thanks you. My father thanks you. My sister thanks you. And I thank you. (Subtext: Humble bravado covering deep national pride.)
111
+ VELMA FORRESTER (Manipulative, vulnerable - Mildred Pierce)
112
+ You think just because you made a little money you can get a new hairdo and some expensive clothes and turn yourself into a lady. (Subtext: Jealousy revealing class tensions and familial betrayal.)
113
+ CAPTAIN THORPE (Adventurous, honorable, swashbuckling - Captain Blood)
114
+ I'm not in the habit of taking orders from slaves! (Subtext: Defiance against injustice, foreshadowing his transformation from slave to pirate hero.)
115
+
116
+ Dialogue should propel the plot while peeling back layers, using irony and implication to engage audiences intellectually and emotionally. Avoid exposition dumps; instead, integrate backstory through heated exchanges.
117
+
118
+ ### 3. **Ensemble Dynamics Through Conflict and Loyalty**
119
+ Curtiz excelled at balancing large casts, where supporting characters enhance the protagonist's journey through alliances, betrayals, and redemptions.
120
+
121
+ **Ensemble Techniques**:
122
+ - **Strategic pairings** - Contrast personalities for dramatic friction
123
+ - **Individual arcs within group stories** - Every role has purpose
124
+ - **Shifting alliances** - Loyalties evolve, testing morals
125
+ - **Diverse archetypes** - Heroes, villains, mentors, and foils intermingle
126
+
127
+ **Pairing Examples from Films**:
128
+ - Rick and Renault (Casablanca) - Cynic and opportunist form unlikely bond through mutual respect and shared redemption.
129
+ - Robin and Little John (The Adventures of Robin Hood) - Leader and loyal giant clash initially, forging unbreakable camaraderie.
130
+ - Rocky and Jerry (Angels with Dirty Faces) - Gangster and priest embody moral opposites, highlighting themes of choice and influence.
131
+ - Mildred and Veda (Mildred Pierce) - Mother-daughter rivalry drives the noir narrative, exploring ambition and ingratitude.
132
+ - Cohan and his family (Yankee Doodle Dandy) - Personal relationships ground the biographical musical in emotional authenticity.
133
+
134
+ **Writing Approach**:
135
+ ENSEMBLE SCENE STRUCTURE:
136
+
137
+ Introduce group tension (ideological clash or external threat)
138
+ Highlight individual motivations (brief spotlights on 2-3 characters)
139
+ Build to confrontation (dialogue escalates to action)
140
+ Resolve with shifted dynamics (new alliance or deepened rift)
141
+ Foreshadow larger arc (hint at future betrayals or unities)
142
+
143
+
144
+ This structure ensures ensembles feel alive, with each member contributing to the thematic tapestry.
145
+
146
+ ### 4. **Expressionistic Visuals Grounded in Reality**
147
+ Curtiz's style draws from German Expressionism, using shadows, angles, and movement to convey psychology, while rooting spectacles in authentic settings.
148
+
149
+ **Visual Principles**:
150
+ - **Shadow play for mood** - Darkness symbolizes inner turmoil
151
+ - **Fluid camera for energy** - Tracks and cranes emphasize motion
152
+ - **Compositions for tension** - Shoulder-to-shoulder shots build intimacy
153
+ - **Technological innovation** - Color, sound, widescreen enhance immersion
154
+
155
+ **Visual Philosophy**:
156
+ NOT: Static wide shot of a city street.
157
+ BUT: The camera tracks fluidly through Casablanca's bustling market, shadows from overhanging awnings casting bars across Rick's face, mirroring his emotional imprisonment as he navigates the crowd, his eyes darting—alert to threats, haunted by memories.
158
+
159
+ Visuals must serve the story's emotional core, using practical effects and sets to blend realism with artistry.
160
+
161
+ ---
162
+
163
+ ## Narrative Structure
164
+
165
+ ### The Curtiz Three-Act Formula
166
+
167
+ Curtiz films follow a classic Hollywood structure but infuse it with moral complexity, visual dynamism, and escalating personal stakes, building to cathartic resolutions.
168
+
169
+ #### Act 1: Establishment and Incitement (0-30 minutes)
170
+ **Goal**: Introduce the world, hero's flaw, and initial conflict, hooking with visual flair and character depth.
171
+
172
+ **Key Elements**:
173
+ - **World-building through visuals** - Establish setting with expressive shots
174
+ - **Hero's baseline** - Show reluctant rebel in ordinary circumstances
175
+ - **Internal conflict** - Reveal moral dilemma or personal wound
176
+ - **Inciting incident** - External force disrupts status quo
177
+ - **Call to action** - Hero resists but is drawn in
178
+
179
+ **Pacing**:
180
+ - Quick establishment via montages or tracking shots
181
+ - Early action or tension sequence
182
+ - Emotional anchor by minute 15
183
+ - Visual motifs introduced (e.g., shadows for noir, color for adventure)
184
+
185
+ **Examples**:
186
+ - Casablanca: Rick's café introduced with fluid camera sweeping through patrons, establishing his cynical exile; Ilsa's arrival incites old wounds.
187
+ - The Adventures of Robin Hood: Vibrant forest shots set the oppressed world; Robin's defiance at the banquet sparks rebellion.
188
+ - Mildred Pierce: Flashback structure reveals Mildred's rise; her daughter's ingratitude incites the central conflict.
189
+ - Captain Blood: Thorpe's enslavement establishes injustice; escape opportunity calls him to piracy.
190
+
191
+ In writing, layer visuals with subtext: Use crane shots to convey isolation or unity, ensuring the act ends with the hero committed, albeit reluctantly.
192
+
193
+ #### Act 2A: Escalation and Alliances (30-60 minutes)
194
+ **Goal**: Build tensions, form relationships, and confront initial obstacles, expanding the world through dynamic sequences.
195
+
196
+ **Escalation Pattern**:
197
+ 1. **Hero's initial resistance** - Attempts lone solutions, fails
198
+ 2. **Allies emerge** - Reluctant partnerships form
199
+ 3. **First major conflict** - Victory at cost or defeat
200
+ 4. **Antagonist's depth revealed** - Not pure evil, but complex
201
+ 5. **Internal fractures** - Doubts or betrayals arise
202
+
203
+ **Key Techniques**:
204
+ - **Montages for progression** - Show time passing with visual energy
205
+ - **Character contrasts** - Highlight differences for growth
206
+ - **Rising action with visuals** - Increasing shadow play or pace
207
+ - **Thematic expansion** - Deepen moral themes like loyalty vs. self-interest
208
+
209
+ **Examples**:
210
+ - Angels with Dirty Faces: Rocky's gang life contrasts Jerry's priesthood; alliances tested in street confrontations.
211
+ - White Christmas: Bing Crosby's character forms showbiz partnerships; romantic tensions escalate through musical numbers.
212
+ - The Sea Wolf: Crew alliances against tyrannical captain build through stormy sea sequences.
213
+ - Dodge City: Lawman hero assembles deputies amid escalating frontier violence.
214
+
215
+ Scripts should interweave personal and plot developments, using dialogue subtext to reveal evolving loyalties.
216
+
217
+ #### Act 2B: Crisis and Despair (60-90 minutes)
218
+ **Goal**: Push hero to breaking point, fracturing alliances and amplifying stakes.
219
+
220
+ **Midpoint Crisis**:
221
+ - **Major setback** - Loss of ally, moral compromise
222
+ - **Personal revelation** - Hero confronts flaw
223
+ - **Group dissolution** - Betrayals or separations
224
+ - **Deepest doubt** - Questions identity or purpose
225
+
226
+ **Examples**:
227
+ - Casablanca: Rick's bitterness peaks with Ilsa's confession; Vichy control tightens.
228
+ - Mildred Pierce: Veda's manipulations lead to Mildred's financial ruin and emotional collapse.
229
+ - Yankee Doodle Dandy: Cohan's career highs crash into personal losses.
230
+ - The Breaking Point: Fisher's desperate smuggling venture unravels, isolating him.
231
+
232
+ Build intensity with visual metaphors—darkening lighting, tighter shots—to mirror psychological descent.
233
+
234
+ #### Act 3: Confrontation and Resolution (90-120+ minutes)
235
+ **Goal**: Hero rallies, faces antagonist, achieves bittersweet victory.
236
+
237
+ **Resolution Principles**:
238
+ - **Moral choice** - Hero embraces rebellion or sacrifice
239
+ - **Unified effort** - Allies contribute uniquely
240
+ - **Climactic spectacle** - Visual payoff with emotional weight
241
+ - **Catharsis** - Resolution with lingering ambiguity
242
+ - **Thematic closure** - Affirm human resilience
243
+
244
+ **Final Confrontation Structure**:
245
+
246
+ RALLY - Hero finds resolve, reunites allies
247
+ PLAN - Strategic or improvised approach
248
+ ASSAULT - Dynamic action with personal stakes
249
+ REVERSAL - Antagonist's advantage
250
+ TURNING POINT - Hero overcomes flaw
251
+ CLIMAX - Decisive moral/action blow
252
+ DENOUEMENT - Emotional aftermath, new equilibrium
253
+ VISUAL CODA - Iconic image sealing theme
254
+
255
+
256
+ **Examples**:
257
+ - Casablanca: Rick's airport sacrifice, fog symbolizing transition.
258
+ - The Adventures of Robin Hood: Castle siege, Robin's duel with Guy of Gisbourne.
259
+ - King Creole: Elvis's character confronts mobsters in musical showdown.
260
+
261
+ End with emotional resonance, avoiding tidy bows—Curtiz favored nuanced victories.
262
+
263
+ ---
264
+
265
+ ## Character Development
266
+
267
+ ### The Reluctant Rebel
268
+
269
+ **Core Traits**:
270
+ - **Exceptional ability** - Skill, charm, or intellect
271
+ - **Moral flaw** - Cynicism, ambition, or rigidity
272
+ - **Ethical core** - Innate sense of justice
273
+ - **Transformation via conflict** - Grows through adversity
274
+
275
+ **Character Arc Template**:
276
+ SETUP: Hero defined by reluctance (Rick's isolation, Robin's nobility in hiding)
277
+ CHALLENGE: Flaw exacerbates problems (creates enemies, loses love)
278
+ CRISIS: Flaw causes downfall (betrayal, loss)
279
+ GROWTH: Embraces rebellion (sacrifices self-interest)
280
+ RESOLUTION: Redeemed identity (heroic figure emerges)
281
+
282
+ Elaborate arcs with subplots: Rick's past with Ilsa informs his cynicism; Mildred's drive stems from abandonment fears. Use visuals to track evolution—lighter shadows as heroism dawns.
283
+
284
+ ### Curtiz Character Archetypes
285
+
286
+ **The Cynical Exile** (Rick Blaine, Harry Morgan in The Breaking Point):
287
+ - World-weary but capable
288
+ - Masks pain with sarcasm
289
+ - Reluctant involvement in larger causes
290
+ - Redeems through sacrifice
291
+
292
+ Expand: These characters start detached, drawn into conflict by personal ties. Dialogue sharpens their wit, visuals isolate them in frames.
293
+
294
+ **The Dashing Swashbuckler** (Robin Hood, Peter Blood):
295
+ - Charismatic leader against tyranny
296
+ - Witty in defiance
297
+ - Physical prowess with moral code
298
+ - Unites outcasts
299
+
300
+ Detail: Action reveals grace under pressure; romances add vulnerability. Pair with loyal sidekicks for banter.
301
+
302
+ **The Ambitious Matriarch** (Mildred Pierce, Joan Crawford roles):
303
+ - Driven by family/security
304
+ - Moral compromises for success
305
+ - Tormented by ingratitude
306
+ - Finds strength in adversity
307
+
308
+ Verbose: Explore gender dynamics; shadows emphasize internal strife.
309
+
310
+ **The Patriotic Performer** (George M. Cohan, Bing Crosby in White Christmas):
311
+ - Energetic, showman-like
312
+ - Hides regrets behind flair
313
+ - Patriotism as redemption
314
+ - Grows through reflection
315
+
316
+ Elaborate: Musical numbers externalize emotions; ensembles amplify charisma.
317
+
318
+ **The Redeemable Gangster** (Rocky Sullivan, Edward G. Robinson roles):
319
+ - Charismatic criminal
320
+ - Seeks redemption indirectly
321
+ - Influences youth/morals
322
+ - Tragic end with heroism
323
+
324
+ Detail: Forceful acting; quick cuts heighten intensity.
325
+
326
+ **The Tyrannical Authority** (Wolf Larsen in The Sea Wolf, Prince John):
327
+ - Complex villain, not caricature
328
+ - Intellectual/physical dominance
329
+ - Mirrors hero's potential dark side
330
+ - Defeat affirms justice
331
+
332
+ Expand: Humanize with backstories; confrontations build thematic depth.
333
+
334
+ **The Loyal Confidant** (Sam in Casablanca, Little John):
335
+ - Wise, supportive
336
+ - Provides comic relief or wisdom
337
+ - Tests hero's decisions
338
+ - Sacrifices for greater good
339
+
340
+ Verbose: Ground ensembles; dialogue reveals hero's heart.
341
+
342
+ ---
343
+
344
+ ## Scene Construction
345
+
346
+ ### The "Moral Dilemma" Scene
347
+ Central to Curtiz films, where heroes face choices defining their rebellion.
348
+
349
+ **Structure**:
350
+ 1. **Setup context** - Visuals establish stakes (shadowy room for tension)
351
+ 2. **Conflicting arguments** - Dialogue exposes options
352
+ 3. **Internal struggle** - Close-ups on faces, subtle expressions
353
+ 4. **Decision moment** - Fluid camera tracks reaction
354
+ 5. **Consequence hint** - Foreshadow outcome
355
+
356
+ **Example Template**:
357
+ INT. RICK'S CAFÉ - NIGHT
358
+ Shadows dance from the piano as Sam plays softly. Rick pours whiskey, face etched with conflict.
359
+ ILSA
360
+ You have to help us, Rick. For old times' sake.
361
+ RICK
362
+ (eyes hardening)
363
+ I stick my neck out for nobody.
364
+ Camera tracks closer: Ilsa's plea, Rick's flicker of pain. He turns away, shadow engulfing him—decision deferred, but turmoil evident.
365
+
366
+ ### The "Swashbuckling Duel" Scene
367
+ High-energy action showcasing heroism and visuals.
368
+
369
+ **Elements**:
370
+ - **Build-up** - Banter establishes personal grudge
371
+ - **Choreography** - Fluid movements, unusual angles
372
+ - **Environment interaction** - Use settings dynamically
373
+ - **Emotional beat** - Victory tied to moral triumph
374
+ - **Pacing** - Quick cuts, crane shots for scope
375
+
376
+ **Timing Rules**:
377
+ - Banter before clash (heightens anticipation)
378
+ - Intercuts during (personal reactions)
379
+ - Silence post-victory (reflection)
380
+ - Avoid gratuitous violence; tie to character
381
+
382
+ **Examples**:
383
+ WRONG (Generic fight):
384
+ Robin swings sword at Gisbourne.
385
+ RIGHT (Character-driven):
386
+ Robin leaps onto the banquet table, sword flashing. 'For King Richard!' Gisbourne sneers, parrying. Shadows from torches elongate their forms, each thrust revealing Robin's agility vs. Gisbourne's brutality. Camera circles, capturing Robin's grin—defiance personified.
387
+
388
+ ### The "Shadow Play Revelation" Scene
389
+ Uses expressionistic lighting for emotional uncovers.
390
+
391
+ **Required Elements**:
392
+ - **Atmospheric setup** - Dim lights, angled shadows
393
+ - **Revelation dialogue** - Subtext-heavy confession
394
+ - **Visual metaphor** - Shadows distort truth
395
+ - **Character reaction** - Forceful acting, close-ups
396
+ - **Resolution shift** - Light change signals change
397
+
398
+ **Examples**:
399
+ - Casablanca: Rick's shadow on the wall during Ilsa's story, symbolizing hidden past.
400
+ - Mildred Pierce: Veda's betrayal in noir lighting, shadows caging Mildred.
401
+
402
+ ### The "Musical Integration" Scene
403
+ In musicals, songs advance plot and character.
404
+
405
+ **Structure**:
406
+ 1. **Emotional trigger** - Conflict sparks performance
407
+ 2. **Visual flair** - Crane shots, fluid transitions
408
+ 3. **Lyric subtext** - Words reveal inner thoughts
409
+ 4. **Ensemble involvement** - Builds community
410
+ 5. **Payoff** - Advances arc
411
+
412
+ **Examples**:
413
+ - Yankee Doodle Dandy: "Yankee Doodle Boy" showcases Cohan's energy, revealing ambition.
414
+ - White Christmas: "White Christmas" song ties romance to nostalgia.
415
+
416
+ ### The "Redemption Sacrifice" Scene
417
+ Hero's ultimate act of rebellion/selflessness.
418
+
419
+ **Structure**:
420
+ 1. **Impossible odds** - Stakes peak
421
+ 2. **Hero's resolve** - Moral choice made
422
+ 3. **Allied pleas** - Heighten emotion
423
+ 4. **Act of sacrifice** - Dynamic visuals
424
+ 5. **Aftermath** - Bittersweet closure
425
+
426
+ **Example**:
427
+ - Angels with Dirty Faces: Rocky's fake cowardice to save kids, shadows emphasizing tragedy.
428
+
429
+ This guide, drawing from Curtiz's vast oeuvre, provides a framework for crafting films that endure. By emphasizing narrative integrity, visual expression, and character depth, writers can evoke the magic of classic Hollywood, where stories of rebels and romantics continue to captivate generations.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-michael-mann",
3
+ "version": "1.0.0",
4
+ "displayName": "Michael Mann Style Guide",
5
+ "description": "Screenplay style guide for Michael Mann",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "michael-mann"
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/michael-mann",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "michael-mann.md"
48
+ ]
49
+ }
50
+ }