@mytechtoday/augment-extensions 1.6.0 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +231 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +19 -1
@@ -0,0 +1,376 @@
1
+ # Bruckheimer and Simpson Films - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The High-Octane Action Spectacle](#the-high-octane-action-spectacle)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Spectacle-Driven Storytelling with Human Anchors**](#1-spectacle-driven-storytelling-with-human-anchors)
9
+ - [2. **Sharp, Banter-Filled Dialogue with Macho Edge**](#2-sharp-banter-filled-dialogue-with-macho-edge)
10
+
11
+ ## The High-Octane Action Spectacle
12
+
13
+ **Films Analyzed**:
14
+ - Beverly Hills Cop (1984)
15
+ - Top Gun (1986)
16
+ - Days of Thunder (1990)
17
+ - Bad Boys (1995)
18
+ - The Rock (1996)
19
+ - Crimson Tide (1995)
20
+ - Flashdance (1983)
21
+ - Con Air (1997)
22
+ - Armageddon (1998)
23
+ - Pearl Harbor (2001)
24
+ - Pirates of the Caribbean: The Curse of the Black Pearl (2003)
25
+ - National Treasure (2004)
26
+ - Enemy of the State (1998)
27
+ - Gone in 60 Seconds (2000)
28
+ - Coyote Ugly (2000)
29
+ - King Arthur (2004)
30
+ - Déjà Vu (2006)
31
+ - Prince of Persia: The Sands of Time (2010)
32
+ - The Lone Ranger (2013)
33
+
34
+ **Primary Producers**: Don Simpson (until 1996) and Jerry Bruckheimer
35
+ **Primary Directors**: Tony Scott, Michael Bay, Simon West, Antoine Fuqua, Gore Verbinski
36
+ **Primary Writers**: Michael Brandt, Daniel Pyne, Quentin Tarantino (uncredited on some), Tony Gilroy, Shane Black (influences)
37
+ **Genre**: High-Concept Action-Adventure / Buddy Cop / Military Thriller / Disaster Epic
38
+ **Core Concept**: Adrenaline-fueled narratives driven by charismatic leads, explosive set pieces, patriotic undertones, and a blend of humor, romance, and high-stakes drama in glossy, larger-than-life productions
39
+
40
+ ---
41
+
42
+ ## Overview
43
+
44
+ The films produced by the duo of Don Simpson and Jerry Bruckheimer, often referred to as "Simpson-Bruckheimer" productions during their partnership and later as Bruckheimer's solo ventures in a similar vein, epitomize the blockbuster era of the 1980s and 1990s, extending into the 2000s. These movies are characterized by their unapologetic embrace of spectacle, where high-energy action sequences are interspersed with sharp-witted dialogue, romantic subplots, and themes of heroism, loyalty, and redemption. Unlike more introspective or character-driven indie films, Simpson-Bruckheimer works prioritize visceral entertainment, using cutting-edge special effects (for their time), fast-paced editing, and bombastic soundtracks to create an immersive, escapist experience. The style revolutionized Hollywood by proving that high-concept ideas—often summed up in a single logline—could yield massive box office returns while appealing to a broad audience through relatable, everyman heroes thrust into extraordinary circumstances.
45
+
46
+ This style guide distills the essential elements that define the Bruckheimer-Simpson cinematic approach, from the relentless pacing that keeps viewers on the edge of their seats to the integration of humor and heart amid chaos. These films often feature underdog protagonists who defy authority, form unlikely alliances, and triumph through sheer willpower and ingenuity. The visual flair, influenced by directors like Tony Scott and Michael Bay, includes sweeping aerial shots, slow-motion explosions, and a palette of vibrant colors that enhance the sense of grandeur. Emotionally, they balance machismo with vulnerability, allowing tough-guy characters to reveal softer sides, particularly in romantic entanglements or moments of personal sacrifice. The interconnected themes of American exceptionalism, camaraderie, and the thrill of the chase make these films enduring icons of popcorn cinema, influencing countless action movies that followed.
47
+
48
+ The guide is structured to provide screenwriters, directors, and producers with actionable insights into replicating this style. It covers core principles that underpin every script, narrative structures that ensure escalating tension, character development archetypes that drive the story, and specific scene constructions that deliver the signature "wow" moments. By adhering to these guidelines, one can craft screenplays that capture the essence of Bruckheimer-Simpson films: stories that are not just watched but felt in the pulse-racing excitement they evoke.
49
+
50
+ ---
51
+
52
+ ## Core Principles
53
+
54
+ ### 1. **Spectacle-Driven Storytelling with Human Anchors**
55
+ In Bruckheimer-Simpson films, the action is the star, but it's always grounded in human emotions and relationships to prevent it from becoming mere pyrotechnics.
56
+
57
+ **Key Philosophy**:
58
+ - Action must advance the plot and reveal character traits, not exist in isolation.
59
+ - Spectacle amplifies emotional stakes, making victories feel earned and failures devastating.
60
+ - High-concept premises (e.g., "a cop chases thieves in a stolen car empire" in Gone in 60 Seconds) are elevated by personal motivations like family loyalty or revenge.
61
+ - Visual excess—explosions, chases, and stunts—serves as a metaphor for internal turmoil or triumph.
62
+
63
+ **Examples from Films**:
64
+ - In Top Gun, Maverick's aerial dogfights symbolize his reckless pursuit of excellence and his grief over his father's legacy, culminating in a redemption arc where skill meets emotional maturity.
65
+ - The Rock features Alcatraz as a battleground where chemical weapons threats mirror the protagonists' moral dilemmas, with Sean Connery's character representing lost honor regained through action.
66
+ - Armageddon's asteroid-drilling sequences are not just about saving Earth but about blue-collar heroes like Bruce Willis's Harry Stamper sacrificing for their loved ones, blending spectacle with heartfelt farewells.
67
+ - Bad Boys uses Miami's vibrant chaos for car chases that highlight the banter between Will Smith and Martin Lawrence, turning action into a showcase of their brotherly bond.
68
+
69
+ **Writing Approach**:
70
+ WRONG: "The car explodes in a fireball."
71
+ RIGHT: "Marcus grips the wheel, sweat beading as the stolen Porsche hurtles toward the blockade. 'Hold on, Mike!' he yells. The engine roars like his pounding heart. They crash through, flames erupting behind—mirroring the burning regret of their fractured partnership. Mike grins: 'That's how we do it in Miami.'"
72
+
73
+ This approach ensures that every explosion or chase scene ties back to character growth, making the spectacle resonant rather than gratuitous. Verbosity in descriptions allows for vivid imagery, but avoid redundancy by focusing on unique sensory details: the screech of tires, the acrid smell of gunpowder, the jolt of impact that echoes emotional shocks.
74
+
75
+ ### 2. **Sharp, Banter-Filled Dialogue with Macho Edge**
76
+ Dialogue in these films is quick, quotable, and laced with humor, often masking deeper insecurities or building tension through conflict.
77
+
78
+ **Dialogue Guidelines**:
79
+ - **Humor as tension relief**: Jokes punctuate high-stakes moments, revealing character coping mechanisms without derailing the drama.
80
+ - **Macho posturing with vulnerability**: Tough talk gives way to genuine emotional exchanges, especially in buddy dynamics or romantic arcs.
81
+ - **Subtext through sarcasm**: Conflicts are expressed via witty barbs, allowing for layered interactions.
82
+ - **Cultural specificity**: Incorporate regional slang or professional jargon (e.g., military lingo in Top Gun) to ground characters in their worlds.
83
+
84
+ **Dialogue Ratio**:
85
+ - Action sequences: 50% tactical commands/quips, 50% emotional outbursts.
86
+ - Character scenes: 40% banter, 60% plot-advancing revelations.
87
+ - Ensemble scenes: Overlapping dialogue for chaotic energy, with 30% humor to lighten heavy themes.
88
+
89
+ **Character Voice Examples**:
90
+ MAVERICK (Cocky, rebellious, charismatic - Top Gun)
91
+ You don't have time to think up there. If you think, you're dead.
92
+ AXEL FOLEY (Street-smart, improvisational, humorous - Beverly Hills Cop)
93
+ This is the cleanest and nicest police car I've ever been in in my life. This thing's nicer than my apartment.
94
+ COLE TRICKLE (Intense, competitive, vulnerable - Days of Thunder)
95
+ If you're not outta control, you're not in control.
96
+ MIKE LOWREY (Smooth, flirtatious, loyal - Bad Boys)
97
+ We ride together, we die together. Bad boys for life.
98
+ STANLEY GOODSPEED (Nerdy, sarcastic, heroic - The Rock)
99
+ I'm only borrowing your Humvee!
100
+ CAMERON POE (Stoic, determined, paternal - Con Air)
101
+ Put... the bunny... back... in the box.
102
+ HARRY STAMPER (Gruff, protective, sacrificial - Armageddon)
103
+ None of you have to go. We can all just sit here on Earth, wait for this big rock to crash into it, kill everything we know.
104
+ These voices are distinct, reflecting backgrounds: military precision for Top Gun characters, urban wit for Bad Boys. Verbose dialogue scenes build rhythm through repetition and escalation, but redundancy is avoided by varying sentence lengths—short punches for impact, longer rants for character depth.
105
+ 3. Buddy Dynamics and Unlikely Alliances
106
+ Central to the style is the formation of partnerships that drive the narrative, blending conflict with camaraderie.
107
+ Ensemble Techniques:
108
+
109
+ Contrast characters: Pair opposites (e.g., rule-follower vs. maverick) for organic tension and growth.
110
+ Arc through partnership: Individual flaws are resolved via mutual influence.
111
+ Rotating spotlights: In group scenes, shift focus to highlight each member's contribution.
112
+ Physical comedy in bonds: Use action to forge connections, like shared escapes or fights.
113
+
114
+ Pairing Examples from Films:
115
+
116
+ Axel Foley + Billy Rosewood/Taggart (Beverly Hills Cop) - Street smarts vs. by-the-book cops, leading to respect.
117
+ Maverick + Iceman (Top Gun) - Rivalry turns to alliance in combat.
118
+ Mike Lowrey + Marcus Burnett (Bad Boys) - Playboy vs. family man, united by loyalty.
119
+ Stanley Goodspeed + John Mason (The Rock) - FBI chemist vs. escaped convict, bonding over justice.
120
+ Cameron Poe + Various Inmates (Con Air) - Hero among villains, forming temporary truces.
121
+ Harry Stamper + A.J. (Armageddon) - Father-figure vs. hotshot, resolving familial tensions amid apocalypse.
122
+
123
+ Writing Approach:
124
+
125
+ BUDDY SCENE STRUCTURE:
126
+ 1. Initial clash (personality conflict, ideological difference)
127
+ 2. Forced collaboration (external threat demands teamwork)
128
+ 3. Shared vulnerability (reveal backstories during downtime)
129
+ 4. Trial by fire (action sequence tests bond)
130
+ 5. Strengthened alliance (mutual respect, often sealed with humor)
131
+ 6. Climactic payoff (sacrifice or victory together)
132
+ This structure ensures verbose development without redundancy: Each step builds on the last, layering emotional depth through repeated motifs like "trust issues" resolved progressively.
133
+ 4. Patriotic Heroism with High Stakes
134
+ Films often infuse American values—freedom, ingenuity, sacrifice—with global threats, making heroes symbols of resilience.
135
+ Heroism Principles:
136
+
137
+ Everyman elevation: Ordinary people (or specialists) become legends through grit.
138
+ Consequences with weight: Destruction affects innocents, heightening urgency.
139
+ Internal logic in chaos: Stunts follow plausible physics, amplified for drama.
140
+ Blend of practical and effects: Real locations/stunts mixed with CGI for authenticity.
141
+
142
+ Action Philosophy:
143
+
144
+ NOT: Random shootout in a city.
145
+ BUT: Axel dodges bullets in Beverly Hills mansion, protecting a witness while cracking jokes about LA excess. Each shot misses narrowly, emphasizing his quick thinking born from Detroit streets, and the destruction of opulent decor underscores class themes.
146
+ Verbose descriptions in scripts detail motivations, sensory experiences, and thematic ties, ensuring every sequence advances multiple narrative threads without repeating ideas.
147
+
148
+ Narrative Structure
149
+ The Bruckheimer-Simpson Three-Act Formula
150
+ Act 1: Setup and Inciting Thrill (0-30 minutes)
151
+ Goal: Introduce the hero's world, flaw, and the high-concept hook that propels them into action.
152
+ Key Elements:
153
+
154
+ Hero introduction via action: Show personality in high-energy opening (e.g., chase or stunt).
155
+ Status quo disruption: Establish what's at stake personally (family, career, honor).
156
+ Internal conflict: Reveal flaw (arrogance, fear) through interactions.
157
+ Villain tease: Hint at antagonist's plan without full reveal.
158
+ Call to adventure: Hero commits after a pivotal event.
159
+
160
+ Pacing:
161
+
162
+ Open with bang (action in first 5 minutes).
163
+ Build world through montage (training, daily life).
164
+ Inject humor early to set tone.
165
+ Emotional investment by minute 25.
166
+
167
+ Examples:
168
+
169
+ Top Gun: Maverick's daring flight demo → Goose's introduction → rivalry with Iceman.
170
+ Bad Boys: Drug heist gone wrong → Mike and Marcus assigned case.
171
+ Armageddon: Asteroid discovery → Harry's team recruited.
172
+ The Rock: Chemical theft → Goodspeed's lab work interrupted.
173
+
174
+ Verbose act ones layer backstory through dialogue and visuals, avoiding redundancy by interweaving exposition with escalating mini-conflicts.
175
+ Act 2A: Escalation and Alliances (30-60 minutes)
176
+ Goal: Build tension through chases, investigations, and forming bonds, leading to first major confrontation.
177
+ Escalation Pattern:
178
+
179
+ Solo attempts fail: Hero tries alone, highlighting flaw.
180
+ Allies assemble: Reluctant partnerships form.
181
+ Mid-act battle: Partial victory or costly win.
182
+ Villain escalation: Threat intensifies (e.g., personal attacks).
183
+ Internal strife: Alliances strain under pressure.
184
+
185
+ Key Techniques:
186
+
187
+ Montages for momentum: Quick cuts of preparation, travel, or pursuits.
188
+ Romantic subplot integration: Tension relief via flirtation or conflict.
189
+ Humor amid peril: Banter during escapes.
190
+ World expansion: Introduce secondary locations/characters for scope.
191
+
192
+ Detailed, verbose sequences describe environmental interactions (e.g., Miami heat in Bad Boys affecting chases), building immersion without repeating descriptions.
193
+ Act 2B: Crisis and Despair (60-90 minutes)
194
+ Goal: Heroes hit rock bottom, alliances fracture, stakes peak.
195
+ Midpoint Crisis:
196
+
197
+ Devastating loss: Key ally hurt, plan fails.
198
+ Betrayal or revelation: Hidden truths surface.
199
+ Isolation: Hero alone or team scattered.
200
+ Doubt intensification: Flaw seems insurmountable.
201
+
202
+ Examples:
203
+
204
+ Top Gun: Goose's death, Maverick's guilt.
205
+ Bad Boys: Witness kidnapping, partnership strain.
206
+ Armageddon: Shuttle crash, team deaths.
207
+ The Rock: Mason's recapture attempt, chemical launch.
208
+
209
+ Verbose crises delve into psychological impacts, using internal monologues or dialogues to explore emotions deeply, ensuring each beat feels unique.
210
+ Act 3: Climax and Resolution (90-120+ minutes)
211
+ Goal: Reunion, epic showdown, triumphant yet costly victory.
212
+ Resolution Principles:
213
+
214
+ Rally cry: Hero inspires team.
215
+ Unique contributions: Each character shines.
216
+ Sacrifice element: Risk everything.
217
+ Arc completion: Flaw overcome.
218
+ Bittersweet end: Victory with losses, hint of future.
219
+
220
+ Final Battle Structure:
221
+
222
+ 1. REUNION - Allies regroup amid chaos.
223
+ 2. PLAN - Improvised strategy with high risks.
224
+ 3. ASSAULT - Coordinated attacks, showcasing skills.
225
+ 4. SETBACK - Villain counters, near-defeat.
226
+ 5. PIVOT - Hero uses flaw as strength.
227
+ 6. TEAM SYNERGY - Combined efforts overwhelm foe.
228
+ 7. DECISIVE STRIKE - Protagonist's heroic moment.
229
+ 8. AFTERMATH - Emotional closures, romantic resolutions.
230
+ Verbose finals detail every beat's visuals, sounds, and emotions, creating epic scope without redundant phrasing.
231
+
232
+ Character Development
233
+ The Maverick Hero
234
+ Core Traits:
235
+
236
+ Exceptional skill: Expert in field (pilot, cop, thief).
237
+ Rebellious streak: Defies rules for results.
238
+ Moral code: Loyal to friends/family, despite flaws.
239
+ Evolution via trials: Grows from self-centered to selfless.
240
+
241
+ Character Arc Template:
242
+
243
+ SETUP: Hero showcases talent but flaw causes issues (Maverick's recklessness).
244
+ CHALLENGE: Flaw exacerbates conflicts (leads to accidents).
245
+ CRISIS: Rock bottom (loss of ally).
246
+ GROWTH: Learns humility/teamwork.
247
+ RESOLUTION: Heroic integration of skill and maturity.
248
+ Verbose arcs explore backstories in flashbacks or conversations, layering motivations.
249
+ Bruckheimer-Simpson Character Archetypes
250
+ The Hotshot Rebel (Maverick, Axel Foley):
251
+
252
+ Thrives on adrenaline.
253
+ Charms with wit, hides pain.
254
+ Skill trumps authority.
255
+ Arc: From lone wolf to team player.
256
+
257
+ The Loyal Partner (Goose, Marcus Burnett):
258
+
259
+ Grounds rebel with reason.
260
+ Family-oriented, risk-averse.
261
+ Provides comic relief.
262
+ Arc: Gains confidence through adventure.
263
+
264
+ The Gruff Mentor (Viper in Top Gun, Harry Stamper):
265
+
266
+ Experienced, cynical.
267
+ Imparts wisdom harshly.
268
+ Sacrificial tendencies.
269
+ Arc: Rediscovers purpose.
270
+
271
+ The Ruthless Villain (Victor Maitland in Beverly Hills Cop, Johnny Tapia in Bad Boys II):
272
+
273
+ Charismatic evil.
274
+ Personal vendettas.
275
+ Elaborate schemes.
276
+ Demise: Spectacular, ironic.
277
+
278
+ The Love Interest (Charlie in Top Gun, Julie in Bad Boys):
279
+
280
+ Independent, challenging.
281
+ Sparks growth.
282
+ Romantic tension amid action.
283
+ Arc: Mutual respect.
284
+
285
+ The Comic Relief Sidekick (Billy Rosewood, Cyrus in Con Air):
286
+
287
+ Eccentric, supportive.
288
+ Lightens mood.
289
+ Unexpected heroism.
290
+ Arc: From bumbling to brave.
291
+
292
+ Verbose profiles include multiple film examples, dialogue snippets, and thematic analyses for depth.
293
+
294
+ Scene Construction
295
+ The "High-Speed Chase" Scene
296
+ Signature of the style, blending speed, danger, and banter.
297
+ Structure:
298
+
299
+ Setup pursuit: Hero spots target or flees.
300
+ Escalation: Obstacles multiply (traffic, jumps).
301
+ Banter exchange: Dialogue amid chaos.
302
+ Stunts peak: Signature move (e.g., 360 spin).
303
+ Resolution: Capture or escape, with twist.
304
+
305
+ Example Template:
306
+
307
+ EXT. MIAMI STREETS - DAY
308
+
309
+ Mike floors the Ferrari, sirens wailing behind.
310
+
311
+ MARCUS
312
+ You're gonna get us killed!
313
+
314
+ MIKE
315
+ Relax, I got this.
316
+
317
+ They weave through traffic. A truck blocks the way. Mike ramps over.
318
+
319
+ MARCUS
320
+ I hate you!
321
+
322
+ Gunfire. Mike returns fire one-handed.
323
+
324
+ They lose pursuers in alley. Panting, they laugh.
325
+
326
+ MIKE
327
+ See? Piece of cake.
328
+ Verbose descriptions include vehicle sounds, cityscapes, character reactions for immersion.
329
+ The "Explosive Confrontation" Scene
330
+ Builds to massive set pieces with personal stakes.
331
+ Elements:
332
+
333
+ Tension build: Verbal standoff.
334
+ Trigger: Betrayal or attack.
335
+ Chaos ensues: Fights, explosions.
336
+ Heroic save: Protects innocents.
337
+ Aftermath: Reflection or escape.
338
+
339
+ Timing Rules:
340
+
341
+ Build slowly, explode suddenly.
342
+ Intercut personal moments.
343
+ No humor post-tragedy.
344
+ Silence for impact.
345
+
346
+ Examples:
347
+
348
+ WRONG (No stakes):
349
+ Building blows up.
350
+
351
+ RIGHT (Emotional tie):
352
+ Harry rigs the asteroid. Timer ticks. He thinks of Grace. 'I love you, kid.' Detonates, saving team. Debris flies, his sacrifice echoes in silence.
353
+ The "Buddy Banter" Scene
354
+ Downtime where bonds deepen.
355
+ Required Elements:
356
+
357
+ Casual setting: Bar, car ride.
358
+ Story sharing: Past traumas.
359
+ Humor deflection: Jokes mask feelings.
360
+ Conflict resolution: Apology or understanding.
361
+ Foreshadowing: Hints at climax.
362
+
363
+ Examples:
364
+
365
+ Mike and Marcus arguing family vs. fun in Bad Boys.
366
+ Maverick and Iceman post-fight respect in Top Gun.
367
+
368
+ The "Heroic Sacrifice" Scene
369
+ Climactic emotional peak.
370
+ Structure:
371
+
372
+ Dilemma: No win scenario.
373
+ Decision: Chooses others.
374
+ Farewell: Emotional goodbye.
375
+ Act: Performs deed.
376
+ Impact: Team's grief/triumph.
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "cinematic-styles-producers",
3
+ "version": "1.0.0",
4
+ "displayName": "Cinematic Styles - Producers",
5
+ "description": "Producer team style guides for distinctive production approaches",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles",
8
+ "tags": [
9
+ "screenplay",
10
+ "producers",
11
+ "production",
12
+ "blockbuster"
13
+ ],
14
+ "augment": {
15
+ "characterCount": 12000,
16
+ "priority": "high",
17
+ "subModules": [
18
+ {
19
+ "id": "bruckheimer-and-simpson",
20
+ "name": "Bruckheimer And Simpson",
21
+ "description": "Bruckheimer And Simpson style guide",
22
+ "path": "bruckheimer-and-simpson/"
23
+ }
24
+ ]
25
+ }
26
+ }