@mytechtoday/augment-extensions 1.5.2 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/README.md +62 -9
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -0
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +740 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  218. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  219. package/augment-extensions/writing-standards/screenplay/module.json +48 -1
  220. package/cli/AGENTS.md +22 -0
  221. package/cli/dist/__test_hook-system.d.ts +2 -0
  222. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  223. package/cli/dist/__test_hook-system.js +4 -0
  224. package/cli/dist/__test_hook-system.js.map +1 -0
  225. package/cli/dist/cli.js +21 -0
  226. package/cli/dist/cli.js.map +1 -1
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  230. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  234. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  236. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  238. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  242. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  282. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  286. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  290. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  294. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  298. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  302. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  306. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  310. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  314. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  318. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  322. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  326. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  330. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  334. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  338. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  342. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  346. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  348. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  349. package/cli/dist/commands/generate-shot-list.js +115 -0
  350. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  351. package/cli/dist/index.d.ts +7 -0
  352. package/cli/dist/index.d.ts.map +1 -0
  353. package/cli/dist/index.js +10 -0
  354. package/cli/dist/index.js.map +1 -0
  355. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  356. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  357. package/cli/dist/utils/mcp-integration.js +102 -13
  358. package/cli/dist/utils/mcp-integration.js.map +1 -1
  359. package/package.json +4 -1
@@ -0,0 +1,178 @@
1
+ # Joseph Campbell's Heroic Journey (Monomyth) Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The Monomyth as the Deep Structure of All Great Stories](#introduction-the-monomyth-as-the-deep-structure-of-all-great-stories)
6
+ - [Overall Tone and Thematic DNA – Mythic Elevation, Psychological Initiation, Symbolic Alchemy, Cyclical Renewal, and Universal Human Truth](#overall-tone-and-thematic-dna-mythic-elevation-psychological-initiation-symbolic-alchemy-cyclical-renewal-and-universal-human-truth)
7
+ - [Narrative Architecture – 17-Stage Monomyth Cycle (Campbell) + Modern 12-Stage Adaptation (Vogler)](#narrative-architecture-17-stage-monomyth-cycle-campbell-modern-12-stage-adaptation-vogler)
8
+ - [Character Construction – Archetypal Figures with Psychological & Symbolic Depth](#character-construction-archetypal-figures-with-psychological-symbolic-depth)
9
+ - [Dialogue Mechanics – Mythic, Resonant, Archetypal, Emotional](#dialogue-mechanics-mythic-resonant-archetypal-emotional)
10
+ - [Visual Language & Symbolic Grammar – Mythic Motifs & Archetypal Imagery](#visual-language-symbolic-grammar-mythic-motifs-archetypal-imagery)
11
+ - [Practical Screenwriting Advice – Applying the Monomyth](#practical-screenwriting-advice-applying-the-monomyth)
12
+ - [Quick Reference – Monomyth Checklist (Expanded)](#quick-reference-monomyth-checklist-expanded)
13
+
14
+ ## Introduction – The Monomyth as the Deep Structure of All Great Stories
15
+ Joseph Campbell (1904–1987), the comparative mythologist, lecturer, and author, distilled thousands of years of global storytelling into a single, elegant pattern he called the "monomyth" or "hero's journey" in his landmark 1949 book *The Hero with a Thousand Faces*. Drawing from Jungian archetypes, world mythology (Greek, Norse, Hindu, Native American, African, Aboriginal, Mesopotamian, Celtic, Arthurian, Biblical, Buddhist, Taoist, shamanic traditions), fairy tales, and rites of passage, Campbell demonstrated that virtually every enduring hero tale follows the same psychological and symbolic structure: a hero leaves the ordinary world, enters a realm of supernatural wonder, faces trials that test body, mind, and spirit, dies to the old self, is reborn with new wisdom, and returns to transform the world they left behind.
16
+
17
+ This is not a rigid template but a flexible map of human transformation. George Lucas openly modeled the original *Star Wars* trilogy on Campbell’s framework (with direct consultation via Campbell’s PBS series *The Power of Myth*). The pattern appears in *The Lord of the Rings*, *Harry Potter*, *The Matrix*, *The Lion King*, *The Wizard of Oz*, *The Karate Kid*, *Iron Man*, *Moana*, *Black Panther*, *Dune* (Paul Atreides arc), *The Silence of the Lambs* (Clarice Starling), *The Shawshank Redemption*, Pixar’s *Finding Nemo*, *Up*, *Inside Out*, and countless video games (*The Legend of Zelda*, *The Last of Us*, *God of War*). The Hero’s Journey is not genre-specific; it adapts to fantasy, science fiction, coming-of-age, war stories, crime dramas, biographies, sports narratives, love stories, and even corporate leadership journeys.
18
+
19
+ Unlike Kubrick’s existential detachment, Coppola’s operatic tragedy, Scorsese’s Catholic guilt, Spielberg’s redemptive humanism, Lucas’s serialized spectacle, Villeneuve’s atmospheric dread, Nolan’s temporal puzzles, Anderson’s symmetrical whimsy, Lynch’s surreal subconscious, the Coens’ mordant irony, or Tarantino’s pop-culture dialogue, Campbell’s monomyth is psychologically universal, symbolically rich, spiritually oriented, emotionally transformative, and archetypally optimistic—it affirms that every individual carries the potential for heroic growth, no matter how ordinary or broken they begin.
20
+
21
+ This ultra-expanded guide dissects the full 17-stage monomyth (as outlined by Campbell), with modern 12-stage adaptations (Vogler), real-world and mythic examples from every continent and era, scene-by-scene breakdowns from major films, structural rules with genre adaptation guidelines, symbolic grammar, character archetypes with psychological depth, dialogue mechanics with archetypal resonance, conflict philosophy with trial principles, motif integration guidelines, visual & auditory principles for screen & prose, ethical storytelling considerations, cross-media application rules (film, novels, games, comics), and practical writing habits drawn from Campbell-influenced creators (Lucas, Vogler, Rowling, Pixar, Nolan, Villeneuve, etc.).
22
+
23
+ ## Overall Tone and Thematic DNA – Mythic Elevation, Psychological Initiation, Symbolic Alchemy, Cyclical Renewal, and Universal Human Truth
24
+ - **Transformative Optimism Grounded in Real Struggle and Symbolic Death/Rebirth**
25
+ The Hero’s Journey tone is one of mythic elevation and psychological realism: it begins in relatable discontent or limitation, moves through perilous wonder and soul-crushing trial, reaches ecstatic revelation or tragic crisis, and resolves in hard-won renewal that benefits both hero and community.
26
+ - *The Odyssey* (Homer, ~8th century BCE): Odysseus begins in war-weary longing for home → endures twenty years of supernatural trials (Cyclops, Sirens, Scylla & Charybdis, Calypso) → symbolically dies and is reborn through disguise and trials on Ithaca → returns to restore order. Tone: epic adventure laced with tragic loss and triumphant homecoming.
27
+ - *Star Wars: A New Hope* (1977): Luke begins in farm-boy discontent → receives call (Leia’s message) → refuses then accepts (aunt/uncle killed) → faces trials (Death Star rescue) → achieves revelation (destroys Death Star with Force trust) → returns as hero. Tone: childlike wonder meets real loss and earned triumph.
28
+ - *The Lord of the Rings* (Tolkien): Frodo begins in idyllic Shire → called to destroy Ring → refuses comfort → endures soul-destroying trials (Shelob, Mordor) → symbolically dies under Ring’s weight → is saved by Sam → returns to heal Shire. Tone: pastoral innocence → epic tragedy → quiet, bittersweet renewal.
29
+ - *The Matrix* (1999): Neo begins in existential discontent → called by Morpheus → refuses then accepts red pill → endures training and death → resurrects with full realization → returns to free others. Tone: philosophical unease → cyberpunk action → transcendent hope.
30
+ - *Moana* (Disney, 2016): Moana begins in island-bound frustration → called by ocean → refuses parental safety → endures trials (Te Kā, Maui) → symbolically dies confronting heart of Te Fiti → restores life to ocean. Tone: vibrant wonder → mythic peril → ecological redemption.
31
+ → **Core Principle**: Journey tone must evolve from ordinary limitation → adventurous wonder → soul-crushing ordeal → revelatory insight → hard-won renewal. Optimism is earned through real suffering; never cheapen transformation with easy wins.
32
+
33
+ - **Thematic Pillars – A Comprehensive Mythic-Psychological-Symbolic Framework**
34
+ 1. Separation / Departure: Leaving the known world—guideline: Hero must be discontent or called away (Bilbo’s boredom, Simba’s exile).
35
+ 2. Initiation / Descent: Entering the unknown, facing death/rebirth—example: Jonah in whale, Christ in tomb, Neo’s “death.”
36
+ 3. Return / Integration: Bringing elixir back to heal society—guideline: Hero must return transformed (Frodo returns with wisdom, though scarred).
37
+ 4. Threshold Guardians & Shapeshifters: Tests of commitment—rule: Use to reveal hero’s fears and growth.
38
+ 5. Shadow Confrontation: Meeting the dark self—example: Luke vs. Vader, Harry vs. Voldemort.
39
+ 6. Atonement with the Father: Reconciling with authority/power—guideline: Often literal (Luke & Vader) or symbolic.
40
+ 7. Apotheosis: Hero becomes god-like through insight—example: Neo as The One, Simba as true king.
41
+ 8. Ultimate Boon / Elixir: Gift that renews world—rule: Can be wisdom, object, or self-realization.
42
+ 9. Refusal of the Return: Hero hesitates to leave bliss—guideline: Creates tension before final integration.
43
+ 10. Magic Flight / Rescue from Without: Escape with boon—example: Odysseus aided by Athena.
44
+ 11. Crossing the Return Threshold: Re-entering ordinary world—rule: Hero must integrate wisdom into everyday life.
45
+ 12. Master of Two Worlds / Freedom to Live: Hero lives in balance—guideline: Ends in harmony or new cycle.
46
+ → **Integration Rule**: Adapt the 17 stages freely—modern stories often condense to 8–12 beats. Use symbols (sword, ring, elixir, dragon, mentor, threshold) to unify narrative across acts.
47
+
48
+ - **Tone Spectrum and Modulation Guidelines**
49
+ Ordinary-world limitation / restlessness → adventurous wonder / call → perilous dread / trials → tragic crisis / symbolic death → ecstatic revelation / rebirth → triumphant return / renewal. Humor lightens early stages; tragedy peaks in ordeal; hope resolves.
50
+ - Modulation Rule: Shift tones through symbolic events, mentor wisdom, shadow confrontations, and elixir return—use music, visual motifs, and character relationships to guide emotional arc.
51
+
52
+ ## Narrative Architecture – 17-Stage Monomyth Cycle (Campbell) + Modern 12-Stage Adaptation (Vogler)
53
+ - **Departure (Stages 1–5)**
54
+ 1. Ordinary World: Establish hero’s normal life and flaw.
55
+ - Luke on Tatooine; Harry in cupboard under stairs.
56
+ 2. Call to Adventure: Catalyst disrupts status quo.
57
+ - Leia’s hologram; Dumbledore’s letter.
58
+ 3. Refusal of the Call: Hero hesitates (fear, doubt).
59
+ - Luke: “I can’t get involved.”
60
+ 4. Meeting the Mentor: Wise guide provides aid.
61
+ - Obi-Wan gives lightsaber; Gandalf pushes Frodo.
62
+ 5. Crossing the First Threshold: Irreversible commitment.
63
+ - Leaving Tatooine; entering Mordor.
64
+ → **Rule**: Make refusal relatable—show real fear before commitment.
65
+
66
+ - **Initiation (Stages 6–11)**
67
+ 6. Tests, Allies, Enemies: Build team, face challenges.
68
+ - Han, Leia, Chewie; Ron & Hermione.
69
+ 7. Approach to the Inmost Cave: Prepare for supreme ordeal.
70
+ - Death Star trench; Mount Doom.
71
+ 8. Ordeal: Symbolic death & rebirth.
72
+ - Luke trusts Force; Frodo & Sam at Cracks of Doom.
73
+ 9. Reward (Seizing the Sword): Gains boon.
74
+ - Death Star plans; Ring destroyed (partial).
75
+ 10. The Road Back: Return journey begins.
76
+ - Escape from Death Star; flight from Mordor.
77
+ 11. Resurrection: Final test of transformation.
78
+ - Luke’s final trench run; Aragorn’s coronation battle.
79
+ → **Rule**: Ordeal must be ego-death moment; resurrection proves change.
80
+
81
+ - **Return (Stages 12–17)**
82
+ 12. Return with the Elixir: Hero brings gift home.
83
+ - Hope for Rebellion; renewed Shire.
84
+ 13. Refusal of the Return (optional): Hesitation to reintegrate.
85
+ - Frodo’s reluctance to stay in Shire.
86
+ 14. Magic Flight / Rescue from Without: Escape with boon.
87
+ - Eagles rescue Frodo & Sam.
88
+ 15. Crossing the Return Threshold: Re-entering ordinary world.
89
+ - Luke’s medal ceremony; Simba’s Pride Rock return.
90
+ 16. Master of Two Worlds: Balances ordinary & special.
91
+ - Luke as Jedi and farm boy; Harry as wizard and orphan.
92
+ 17. Freedom to Live: Lives without fear of death.
93
+ - Hero at peace with destiny.
94
+ → **Rule**: Return must show transformation—hero renews ordinary world.
95
+
96
+ ## Character Construction – Archetypal Figures with Psychological & Symbolic Depth
97
+ - **The Hero**
98
+ Ordinary individual with latent greatness.
99
+ - Luke: Orphan farmer with Force potential.
100
+ - Frodo: Reluctant ring-bearer.
101
+ → **Guideline**: Hero begins flawed (fear, doubt, comfort); ends transformed.
102
+
103
+ - **Mentor**
104
+ Wise guide providing knowledge, tools, motivation.
105
+ - Obi-Wan/Yoda; Gandalf; Dumbledore.
106
+ → **Rule**: Mentor often dies/sacrifices to force independence.
107
+
108
+ - **Threshold Guardian**
109
+ Tests commitment.
110
+ - Jabba’s palace guards; Whomping Willow.
111
+ → **Guideline**: Overcome through wit, courage, or ally.
112
+
113
+ - **Herald**
114
+ Issues call to adventure.
115
+ - R2-D2’s message; Harry’s Hogwarts letter.
116
+ → **Rule**: Herald disrupts status quo dramatically.
117
+
118
+ - **Shapeshifter**
119
+ Ambiguous ally/enemy.
120
+ - Han Solo (cynic to hero); Severus Snape.
121
+ → **Guideline**: Creates doubt and growth.
122
+
123
+ - **Shadow**
124
+ Hero’s dark mirror.
125
+ - Darth Vader (Luke’s father); Voldemort.
126
+ → **Rule**: Confrontation is self-confrontation.
127
+
128
+ - **Trickster**
129
+ Comic relief, rule-breaker.
130
+ - Han Solo; Fred & George Weasley.
131
+ → **Guideline**: Lightens tension, reveals truth.
132
+
133
+ ## Dialogue Mechanics – Mythic, Resonant, Archetypal, Emotional
134
+ - **Iconic, Quotable, Archetypal Lines**
135
+ Dialogue is direct, mythic, emotionally clear.
136
+ - “May the Force be with you.”
137
+ - “Do or do not. There is no try.”
138
+ - “All we have to decide is what to do with the time that is given us.”
139
+ → **Guideline**: Craft lines for legacy and emotional resonance.
140
+
141
+ - **Mentor Wisdom & Hero Declarations**
142
+ Mentor speaks in proverbs; hero speaks from heart.
143
+ - Yoda’s inverted syntax; Luke’s “I’ll never join you!”
144
+ → **Rule**: Use dialogue to reveal transformation.
145
+
146
+ ## Visual Language & Symbolic Grammar – Mythic Motifs & Archetypal Imagery
147
+ - **Core Symbols**
148
+ - Sword (power, destiny)
149
+ - Elixir (boon, wisdom)
150
+ - Dragon/shadow (fear, repressed self)
151
+ - Threshold (door, gate, portal)
152
+ - Mentor gift (lightsaber, wand, ring)
153
+ → **Guideline**: Use recurring symbols across acts.
154
+
155
+ ## Practical Screenwriting Advice – Applying the Monomyth
156
+ - Read Campbell & Vogler deeply.
157
+ - Map story against 12/17 stages first.
158
+ - Adapt flexibly—modern stories often condense.
159
+ - Internalize journey psychologically.
160
+ - Use symbols consistently.
161
+ - Balance external adventure with internal growth.
162
+ - Guideline: Write character arc first, plot second.
163
+
164
+ ## Quick Reference – Monomyth Checklist (Expanded)
165
+ - [ ] Ordinary World with clear discontent
166
+ - [ ] Call to Adventure (external catalyst)
167
+ - [ ] Refusal of the Call (fear/doubt)
168
+ - [ ] Meeting the Mentor (gift/tool)
169
+ - [ ] Crossing the Threshold (irreversible)
170
+ - [ ] Tests, Allies, Enemies (team-building)
171
+ - [ ] Approach to Inmost Cave (preparation)
172
+ - [ ] Ordeal (death/rebirth)
173
+ - [ ] Reward (boon/elixir)
174
+ - [ ] Road Back (return journey)
175
+ - [ ] Resurrection (final test)
176
+ - [ ] Return with Elixir (renewal)
177
+
178
+ Write with Campbell’s mythic vision: craft stories that mirror the soul’s journey—where every hero’s adventure is every human’s initiation into greater wholeness.
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "cinematic-styles-narrative-theory",
3
+ "version": "1.0.0",
4
+ "displayName": "Cinematic Styles - Narrative Theory",
5
+ "description": "Foundational narrative theory and storytelling frameworks",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles",
8
+ "tags": [
9
+ "screenplay",
10
+ "narrative-theory",
11
+ "hero-journey",
12
+ "mythology",
13
+ "structure"
14
+ ],
15
+ "augment": {
16
+ "characterCount": 18000,
17
+ "priority": "high",
18
+ "subModules": [
19
+ {
20
+ "id": "joseph-campbell",
21
+ "name": "Joseph Campbell",
22
+ "description": "Joseph Campbell style guide",
23
+ "path": "joseph-campbell/"
24
+ }
25
+ ]
26
+ }
27
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-producers-bruckheimer-and-simpson",
3
+ "version": "1.0.0",
4
+ "displayName": "Bruckheimer And Simpson Style Guide",
5
+ "description": "Screenplay style guide for Bruckheimer And Simpson",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/producers",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "producer",
12
+ "production",
13
+ "bruckheimer-and-simpson"
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/producers/bruckheimer-and-simpson",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "bruckheimer-and-simpson.md"
48
+ ]
49
+ }
50
+ }
@@ -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
+ }