@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,985 @@
1
+ # Marvel Cinematic Universe (Avengers) - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Ensemble Superhero Epic](#the-ensemble-superhero-epic)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Character First, Spectacle Second**](#1-character-first-spectacle-second)
9
+ - [2. **Quippy Dialogue with Emotional Depth**](#2-quippy-dialogue-with-emotional-depth)
10
+ - [3. **Ensemble Balance Through Micro-Arcs**](#3-ensemble-balance-through-micro-arcs)
11
+ - [4. **Grounded Spectacle**](#4-grounded-spectacle)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The MCU Three-Act Formula](#the-mcu-three-act-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Flawed Hero](#the-flawed-hero)
16
+ - [MCU Character Archetypes](#mcu-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Avengers Assemble" Scene](#the-avengers-assemble-scene)
19
+ - [The "Quip During Action" Scene](#the-quip-during-action-scene)
20
+ - [The "Mentor-Student" Scene](#the-mentor-student-scene)
21
+ - [The "Sacrifice Play" Scene](#the-sacrifice-play-scene)
22
+ - [Dialogue Principles](#dialogue-principles)
23
+ - [The MCU Voice](#the-mcu-voice)
24
+ - [When to Use Silence](#when-to-use-silence)
25
+ - [Pacing and Rhythm](#pacing-and-rhythm)
26
+ - [The MCU Tempo](#the-mcu-tempo)
27
+ - [Scene Length Variation](#scene-length-variation)
28
+ - [The MCU Montage](#the-mcu-montage)
29
+ - [Visual Style Guidelines](#visual-style-guidelines)
30
+ - [Cinematography](#cinematography)
31
+ - [Color Palette](#color-palette)
32
+ - [Production Design](#production-design)
33
+ - [Sound Design and Music](#sound-design-and-music)
34
+ - [Score Philosophy](#score-philosophy)
35
+ - [Sound Effects](#sound-effects)
36
+ - [Common Mistakes to Avoid](#common-mistakes-to-avoid)
37
+ - [DON'T:](#dont)
38
+ - [DO:](#do)
39
+ - [Thematic Elements](#thematic-elements)
40
+ - [Core Themes](#core-themes)
41
+ - [Moral Complexity](#moral-complexity)
42
+ - [Practical Writing Tips](#practical-writing-tips)
43
+ - [Scene Checklist](#scene-checklist)
44
+ - [Action Sequence Checklist](#action-sequence-checklist)
45
+ - [Dialogue Checklist](#dialogue-checklist)
46
+ - [Example Scene Breakdown](#example-scene-breakdown)
47
+ - [SCENE: The Avengers Assemble (Endgame Final Battle)](#scene-the-avengers-assemble-endgame-final-battle)
48
+ - [Final Notes](#final-notes)
49
+ - [The MCU Formula](#the-mcu-formula)
50
+ - [When to Use This Style](#when-to-use-this-style)
51
+ - [Recommended Viewing](#recommended-viewing)
52
+ - [Conclusion](#conclusion)
53
+
54
+ ## The Ensemble Superhero Epic
55
+
56
+ **Films Analyzed**:
57
+ - Avengers: Endgame (2019)
58
+ - Avengers: Infinity War (2018)
59
+ - The Avengers (2012)
60
+ - Avengers: Age of Ultron (2015)
61
+ - Iron Man 1-3 (2008-2013)
62
+ - Captain America 1-3 (2011-2016)
63
+ - Thor 1-3 (2011-2017)
64
+ - Black Panther (2018)
65
+ - Guardians of the Galaxy 1-2 (2014-2017)
66
+ - Ant-Man 1-2 (2015-2018)
67
+ - Doctor Strange (2016)
68
+ - Spider-Man: Homecoming, Far From Home, No Way Home (2017-2021)
69
+ - Black Widow (2021)
70
+ - The Incredible Hulk (2008)
71
+ - Captain Marvel (2019)
72
+
73
+ **Primary Writers**: Christopher Markus & Stephen McFeely, Joss Whedon, James Gunn, Jon Watts, Ryan Coogler
74
+ **Genre**: Superhero Action-Adventure / Ensemble Epic
75
+ **Core Concept**: Character-driven spectacle with heart, humor, and interconnected world-building
76
+
77
+ ---
78
+
79
+ ## Overview
80
+
81
+ The Marvel Cinematic Universe revolutionized blockbuster filmmaking by balancing massive ensemble casts, spectacular action sequences, witty dialogue, and genuine emotional stakes. This style guide captures the techniques that make MCU films both commercially successful and emotionally resonant, creating a shared universe where heroes feel human despite their extraordinary abilities.
82
+
83
+ ---
84
+
85
+ ## Core Principles
86
+
87
+ ### 1. **Character First, Spectacle Second**
88
+ Every action sequence serves character development and emotional arcs.
89
+
90
+ **Key Philosophy**:
91
+ - Spectacle without character is empty
92
+ - Action reveals character under pressure
93
+ - Emotional stakes drive physical stakes
94
+ - Powers are metaphors for internal struggles
95
+
96
+ **Examples from Films**:
97
+ - Tony Stark's arc reactor represents his heart/humanity (Iron Man)
98
+ - Captain America's shield represents his values and moral compass
99
+ - Thor's hammer represents worthiness and responsibility
100
+ - Hulk represents Banner's struggle with anger and control
101
+
102
+ **Writing Approach**:
103
+ ```
104
+ WRONG: "Iron Man flies through the city, blasting robots."
105
+ RIGHT: "Tony's HUD flashes warnings. Pepper's in danger. He pushes
106
+ the suit past its limits, ignoring JARVIS's protests.
107
+ 'I'm coming, Pep.' The arc reactor flickers."
108
+ ```
109
+
110
+ ### 2. **Quippy Dialogue with Emotional Depth**
111
+ MCU dialogue balances humor with heart—characters joke to cope, not to undercut.
112
+
113
+ **Dialogue Guidelines**:
114
+ - **Humor reveals character** - Each hero has distinct comedic voice
115
+ - **Quips under pressure** - Jokes during action show personality
116
+ - **Emotional honesty** - Vulnerable moments earn the humor
117
+ - **Subtext in banter** - Conflict and connection through wit
118
+
119
+ **Dialogue Ratio**:
120
+ - Action sequences: 40% quips, 60% tactical/emotional
121
+ - Character scenes: 30% humor, 70% genuine emotion
122
+ - Ensemble scenes: Rapid-fire banter with emotional undercurrent
123
+
124
+ **Character Voice Examples**:
125
+ ```
126
+ TONY STARK (Sarcastic, defensive, brilliant)
127
+ Let's do a head count. Your brother, the demigod. A super
128
+ soldier, a living legend who kind of lives up to the legend.
129
+ A man with breathtaking anger management issues. A couple of
130
+ master assassins. And you've managed to piss off every single
131
+ one of them.
132
+
133
+ STEVE ROGERS (Earnest, tactical, inspirational)
134
+ I know we're not perfect. But the safest hands are still our own.
135
+
136
+ THOR (Grandiose, fish-out-of-water, sincere)
137
+ Your ancestors called it magic. You call it science. Where I
138
+ come from, they're one and the same.
139
+
140
+ PETER PARKER (Nervous, rambling, enthusiastic)
141
+ Hey, everyone. You guys remember me? I stole your shield.
142
+ Sorry about that. Mr. Stark said it was the best way to—
143
+
144
+ ROCKET RACCOON (Sarcastic, crude, secretly caring)
145
+ Ain't no thing like me, except me.
146
+
147
+ SHURI (Brilliant, playful, confident)
148
+ Don't scare me like that, colonizer!
149
+ ```
150
+
151
+ ### 3. **Ensemble Balance Through Micro-Arcs**
152
+ Every character gets a moment to shine, even in crowded scenes.
153
+
154
+ **Ensemble Techniques**:
155
+ - **Pair characters strategically** - Unlikely duos create fresh dynamics
156
+ - **Micro-arcs within macro-story** - Each hero has personal journey
157
+ - **Rotating focus** - Spotlight shifts between characters
158
+ - **Distinct fighting styles** - Action showcases individual abilities
159
+
160
+ **Pairing Examples from Films**:
161
+ - Thor + Rocket (Infinity War) - Grief and loss
162
+ - Tony + Peter (Homecoming) - Mentorship and responsibility
163
+ - Steve + Natasha (Winter Soldier) - Trust and identity
164
+ - Strange + Wong (Multiverse of Madness) - Duty vs. desire
165
+ - Drax + Mantis (Guardians 2) - Emotional honesty
166
+
167
+ **Writing Approach**:
168
+ ```
169
+ ENSEMBLE SCENE STRUCTURE:
170
+ 1. Establish group dynamic (banter, conflict)
171
+ 2. Rotate focus (2-3 character moments each)
172
+ 3. Unite for common goal (team-up moment)
173
+ 4. Individual heroics within team effort
174
+ 5. Emotional payoff (connection forged/strengthened)
175
+ ```
176
+
177
+ ### 4. **Grounded Spectacle**
178
+ Even cosmic battles have human emotional stakes.
179
+
180
+ **Spectacle Principles**:
181
+ - **Personal stakes in epic scale** - Save the world, but focus on individuals
182
+ - **Consequences matter** - Destruction has weight and aftermath
183
+ - **Physics with flair** - Powers feel powerful but follow internal logic
184
+ - **Practical + CGI** - Ground effects in real stunts and sets
185
+
186
+ **Action Philosophy**:
187
+ ```
188
+ NOT: Generic city destruction
189
+ BUT: Tony sees civilians trapped. Redirects Chitauri away from
190
+ populated areas. Saves falling workers. Exhausts himself
191
+ protecting people, not just fighting aliens.
192
+ ```
193
+
194
+ ---
195
+
196
+ ## Narrative Structure
197
+
198
+ ### The MCU Three-Act Formula
199
+
200
+ #### Act 1: Hero's World + Inciting Incident (0-30 minutes)
201
+ **Goal**: Establish character's status quo and what they'll lose
202
+
203
+ **Key Elements**:
204
+ - **Character introduction** - Show personality through action
205
+ - **Ordinary world** - Establish baseline (even for gods/billionaires)
206
+ - **Internal flaw** - Character's weakness/blind spot
207
+ - **External threat** - Villain's plan begins
208
+ - **Call to adventure** - Hero forced to act
209
+
210
+ **Pacing**:
211
+ - Fast-paced character establishment
212
+ - Action sequence within first 10 minutes
213
+ - Humor establishes tone
214
+ - Emotional hook by minute 20
215
+
216
+ **Examples**:
217
+ - Iron Man: Tony's weapons demo → captured → builds suit
218
+ - Guardians: Peter steals orb → chased → arrested
219
+ - Black Panther: T'Challa's coronation → Killmonger appears
220
+
221
+ #### Act 2A: Rising Action + Team Assembly (30-60 minutes)
222
+ **Goal**: Gather allies, establish villain threat, first confrontation
223
+
224
+ **Escalation Pattern**:
225
+ 1. **Hero attempts solo solution** - Fails or succeeds partially
226
+ 2. **Allies introduced** - Reluctant team-up
227
+ 3. **First battle** - Heroes lose or win at cost
228
+ 4. **Villain's power revealed** - Threat escalates
229
+ 5. **Team fractures** - Internal conflict
230
+
231
+ **Key Techniques**:
232
+ - **Montage sequences** - Training, preparation, investigation
233
+ - **Character clashes** - Ideological differences surface
234
+ - **Humor in tension** - Banter during high stakes
235
+ - **World-building** - Expand universe through details
236
+
237
+ #### Act 2B: Dark Night + Lowest Point (60-90 minutes)
238
+ **Goal**: Heroes fail, team breaks, all seems lost
239
+
240
+ **Midpoint Crisis**:
241
+ - **Major defeat** - Villain wins significant battle
242
+ - **Personal loss** - Death, betrayal, or sacrifice
243
+ - **Team dissolution** - Heroes separate or fight each other
244
+ - **Hero's doubt** - Questions ability/worthiness
245
+
246
+ **Examples**:
247
+ - Avengers: Coulson dies, team argues on helicarrier
248
+ - Infinity War: Thanos gets all stones, snap happens
249
+ - Civil War: Team splits, Tony vs. Steve fight
250
+ - Endgame: Five-year time jump, heroes scattered
251
+
252
+ #### Act 3: Rally + Final Battle (90-120+ minutes)
253
+ **Goal**: Heroes reunite, final confrontation, emotional resolution
254
+
255
+ **Resolution Principles**:
256
+ - **Inspirational speech** - Leader rallies team
257
+ - **Everyone contributes** - Each hero's unique moment
258
+ - **Sacrifice play** - Someone risks everything
259
+ - **Emotional climax** - Character arc completes
260
+ - **Bittersweet victory** - Win comes with cost
261
+
262
+ **Final Battle Structure**:
263
+ ```
264
+ 1. RALLY - Heroes assemble/reunite
265
+ 2. STRATEGY - Plan of attack (often improvised)
266
+ 3. INITIAL ASSAULT - Team works together
267
+ 4. SETBACK - Villain gains upper hand
268
+ 5. TURNING POINT - Hero overcomes internal flaw
269
+ 6. UNITED EFFORT - All heroes combine powers
270
+ 7. FINAL BLOW - Protagonist delivers finishing move
271
+ 8. AFTERMATH - Emotional resolution, not just victory
272
+ ```
273
+
274
+ ---
275
+
276
+ ## Character Development
277
+
278
+ ### The Flawed Hero
279
+
280
+ **Core Traits**:
281
+ - **Extraordinary ability** - Powers, tech, or skills
282
+ - **Relatable flaw** - Pride, fear, anger, guilt
283
+ - **Moral compass** - Clear values, even if conflicted
284
+ - **Growth through failure** - Learns by losing
285
+
286
+ **Character Arc Template**:
287
+ ```
288
+ SETUP: Hero defined by flaw (Tony's ego, Steve's rigidity)
289
+ CHALLENGE: Flaw causes problems (creates Ultron, refuses compromise)
290
+ CRISIS: Flaw leads to failure (team breaks, people die)
291
+ GROWTH: Overcomes flaw (Tony sacrifices, Steve adapts)
292
+ RESOLUTION: New identity forged (Hero 2.0)
293
+ ```
294
+
295
+ ### MCU Character Archetypes
296
+
297
+ **The Genius Billionaire** (Tony Stark, Shuri):
298
+ - Solves problems with intelligence
299
+ - Arrogant but learns humility
300
+ - Technology as extension of self
301
+ - Quips to mask vulnerability
302
+
303
+ **The Soldier** (Steve Rogers, Bucky Barnes):
304
+ - Duty and honor above all
305
+ - Struggles with modern world
306
+ - Physical prowess + tactical mind
307
+ - Inspirational leader
308
+
309
+ **The God/Cosmic Being** (Thor, Captain Marvel):
310
+ - Immense power, learning humanity
311
+ - Fish-out-of-water humor
312
+ - Grandiose speech patterns
313
+ - Journey from arrogance to wisdom
314
+
315
+ **The Reluctant Hero** (Bruce Banner, Peter Parker):
316
+ - Doesn't want responsibility
317
+ - Power feels like burden
318
+ - Self-doubt despite ability
319
+ - Grows into role
320
+
321
+ **The Spy/Assassin** (Natasha, Clint):
322
+ - Morally gray past
323
+ - Seeks redemption
324
+ - Pragmatic and strategic
325
+ - Loyalty to team over ideology
326
+
327
+ **The Guardian** (T'Challa, Gamora):
328
+ - Protects something/someone
329
+ - Torn between duty and desire
330
+ - Regal or disciplined demeanor
331
+ - Learns to trust others
332
+
333
+ **The Outcast** (Rocket, Loki):
334
+ - Doesn't fit anywhere
335
+ - Sarcasm as defense mechanism
336
+ - Secretly craves belonging
337
+ - Redemption through sacrifice
338
+
339
+ ---
340
+
341
+ ## Scene Construction
342
+
343
+ ### The "Avengers Assemble" Scene
344
+ Heroes unite for the first time or reunite after separation.
345
+
346
+ **Structure**:
347
+ 1. **Individual arrivals** - Each hero gets entrance moment
348
+ 2. **Circular shot** - Camera shows team together
349
+ 3. **Brief banter** - Personality clashes/connections
350
+ 4. **Unified purpose** - Leader states mission
351
+ 5. **Action begins** - Team fights as unit
352
+
353
+ **Example Template**:
354
+ ```
355
+ EXT. BATTLEFIELD - DAY
356
+
357
+ Iron Man lands. Repulsors charged.
358
+
359
+ Captain America runs in, shield ready.
360
+
361
+ Thor descends with lightning.
362
+
363
+ Hulk ROARS, smashing through debris.
364
+
365
+ Black Widow and Hawkeye take positions.
366
+
367
+ They form a circle, back-to-back. Camera rotates around them.
368
+
369
+ CAPTAIN AMERICA
370
+ (to team)
371
+ You ready?
372
+
373
+ IRON MAN
374
+ Let's do this.
375
+
376
+ THOR
377
+ For Asgard!
378
+
379
+ They charge as one. Each fighting their own way, but together.
380
+ ```
381
+
382
+ ### The "Quip During Action" Scene
383
+ Humor during high-stakes action without undercutting tension.
384
+
385
+ **Elements**:
386
+ - **Setup** - Dangerous situation established
387
+ - **Quip** - Character makes joke (reveals personality)
388
+ - **Consequence** - Joke doesn't solve problem
389
+ - **Action** - Hero still has to fight/escape
390
+ - **Payoff** - Humor acknowledged or ignored
391
+
392
+ **Timing Rules**:
393
+ - Quip BEFORE major action beat (builds tension)
394
+ - Quip DURING action (shows confidence/fear)
395
+ - NEVER quip immediately after death/tragedy
396
+ - Silence after devastating moments
397
+
398
+ **Examples**:
399
+ ```
400
+ WRONG (Undercuts emotion):
401
+ Natasha falls to her death.
402
+
403
+ HAWKEYE
404
+ Well, that's gonna leave a mark.
405
+
406
+ RIGHT (Humor before tragedy):
407
+ Natasha and Clint fight over who sacrifices.
408
+
409
+ NATASHA
410
+ Let me go.
411
+
412
+ HAWKEYE
413
+ No. Please, no.
414
+
415
+ NATASHA
416
+ It's okay.
417
+ (small smile)
418
+ Tell my family I—
419
+
420
+ She lets go. Clint screams. No jokes. Just grief.
421
+ ```
422
+
423
+ ### The "Mentor-Student" Scene
424
+ Experienced hero guides younger/newer hero.
425
+
426
+ **Required Elements**:
427
+ - **Wisdom sharing** - Lesson about power/responsibility
428
+ - **Personal story** - Mentor reveals vulnerability
429
+ - **Student resistance** - Doesn't want to listen (at first)
430
+ - **Demonstration** - Show, don't just tell
431
+ - **Emotional connection** - Genuine care, not just instruction
432
+
433
+ **Examples**:
434
+ - Tony + Peter: "If you're nothing without the suit, you shouldn't have it"
435
+ - Yondu + Peter: "He may have been your father, but he wasn't your daddy"
436
+ - Ancient One + Strange: "It's not about you"
437
+ - Okoye + Nakia: Duty vs. compassion
438
+
439
+ ### The "Sacrifice Play" Scene
440
+ Hero chooses to risk/give everything for others.
441
+
442
+ **Structure**:
443
+ 1. **Impossible choice** - No good options
444
+ 2. **Character decision** - Chooses others over self
445
+ 3. **Team reaction** - Others try to stop them
446
+ 4. **Moment of peace** - Hero accepts fate
447
+ 5. **Sacrifice** - Action taken
448
+ 6. **Impact** - Team/world changed by loss
449
+
450
+ **Emotional Beats**:
451
+ - Quiet determination, not bravado
452
+ - Goodbye without saying goodbye
453
+ - Focus on what they're saving, not what they're losing
454
+ - Other characters' grief, not hero's glory
455
+
456
+ ---
457
+
458
+ ## Dialogue Principles
459
+
460
+ ### The MCU Voice
461
+
462
+ **Characteristics**:
463
+ - **Naturalistic** - People talk like real people (with wit)
464
+ - **Character-specific** - Each hero has unique speech pattern
465
+ - **Subtext-heavy** - What's unsaid matters
466
+ - **Humor + Heart** - Balance comedy with genuine emotion
467
+
468
+ **Dialogue Techniques**:
469
+
470
+ **1. The Whedon Quip** (Joss Whedon style):
471
+ - Unexpected word choice in serious moment
472
+ - Self-aware humor
473
+ - Pop culture references
474
+ - Undercutting pomposity
475
+
476
+ ```
477
+ TONY STARK
478
+ Doth mother know you weareth her drapes?
479
+
480
+ STEVE ROGERS
481
+ There's only one God, ma'am. And I'm pretty
482
+ sure he doesn't dress like that.
483
+ ```
484
+
485
+ **2. The Emotional Gut-Punch** (Markus & McFeely style):
486
+ - Simple, direct language
487
+ - Callback to earlier moment
488
+ - Earned vulnerability
489
+ - Silence after impact
490
+
491
+ ```
492
+ TONY STARK
493
+ I love you 3000.
494
+
495
+ STEVE ROGERS
496
+ I can do this all day.
497
+
498
+ GROOT
499
+ We are Groot.
500
+ ```
501
+
502
+ **3. The Gunn Heart-Bomb** (James Gunn style):
503
+ - Humor builds to emotional revelation
504
+ - Character admits truth through joke
505
+ - Found family themes
506
+ - Unexpected sincerity
507
+
508
+ ```
509
+ ROCKET
510
+ I didn't ask to get made! I didn't ask to be
511
+ torn apart and put back together over and over!
512
+
513
+ YONDU
514
+ He may have been your father, boy, but he
515
+ wasn't your daddy.
516
+ ```
517
+
518
+ ### When to Use Silence
519
+
520
+ **USE silence for**:
521
+ - Immediate aftermath of tragedy
522
+ - Character processing loss
523
+ - Moment before sacrifice
524
+ - Realization/revelation
525
+ - Respect for the dead
526
+
527
+ **Examples**:
528
+ - Snap victims turning to dust (no music, minimal dialogue)
529
+ - Tony's funeral (no speeches during montage)
530
+ - Steve seeing Peggy through window (just watching)
531
+
532
+ ---
533
+
534
+ ## Pacing and Rhythm
535
+
536
+ ### The MCU Tempo
537
+
538
+ **Overall Pacing**:
539
+ - **Fast setup** - Grab audience immediately
540
+ - **Escalating action** - Each sequence bigger than last
541
+ - **Breathing room** - Quiet character moments between action
542
+ - **Relentless finale** - 30+ minute climax
543
+
544
+ ### Scene Length Variation
545
+
546
+ **Action Sequences**: 5-15 minutes
547
+ - Multiple locations
548
+ - Rotating character focus
549
+ - Escalating stakes
550
+ - Clear geography
551
+
552
+ **Character Moments**: 2-5 minutes
553
+ - Two-person scenes
554
+ - Emotional honesty
555
+ - Setup for later payoff
556
+ - Humor + vulnerability
557
+
558
+ **Ensemble Scenes**: 3-8 minutes
559
+ - Rapid-fire dialogue
560
+ - Everyone gets a line
561
+ - Conflict or unity
562
+ - Moves plot forward
563
+
564
+ ### The MCU Montage
565
+
566
+ **Types**:
567
+ 1. **Training Montage** - Hero learns new skill (Doctor Strange)
568
+ 2. **Preparation Montage** - Team gears up (Endgame time heist prep)
569
+ 3. **Time-Skip Montage** - Show passage of time (Endgame 5 years)
570
+ 4. **Emotional Montage** - Character memories (Tony's life flashing)
571
+
572
+ **Montage Rules**:
573
+ - Music-driven (often pop song)
574
+ - Visual storytelling only
575
+ - 1-3 minutes maximum
576
+ - Ends with emotional or plot beat
577
+
578
+ ---
579
+
580
+ ## Visual Style Guidelines
581
+
582
+ ### Cinematography
583
+
584
+ **Camera Work**:
585
+ - **Dynamic movement** - Tracking shots, crane moves
586
+ - **Circular hero shots** - Team assembled in frame
587
+ - **Handheld in combat** - Visceral, immediate
588
+ - **Steady for emotion** - Still camera for intimate moments
589
+ - **Wide for spectacle** - Show scale of destruction/battle
590
+
591
+ **Signature Shots**:
592
+ - **The Landing** - Hero lands, camera low angle
593
+ - **The Walk** - Team walks toward camera in slow motion
594
+ - **The Circle** - Camera rotates around assembled team
595
+ - **The Sacrifice** - Hero framed alone against vast threat
596
+ - **The Reunion** - Characters embrace, camera pulls back
597
+
598
+ **Lighting**:
599
+ - **Naturalistic base** - Grounded in reality
600
+ - **Practical sources** - Arc reactors, energy blasts light scenes
601
+ - **Color-coded powers** - Each hero has signature color
602
+ - **Dramatic contrast** - Heroes in light, villains in shadow (usually)
603
+
604
+ ### Color Palette
605
+
606
+ **Hero Color Coding**:
607
+ - Iron Man: Red/gold (warmth, ego, humanity)
608
+ - Captain America: Red/white/blue (patriotism, idealism)
609
+ - Thor: Blue/silver (cosmic, regal)
610
+ - Hulk: Green (rage, nature)
611
+ - Black Widow: Black/red (danger, passion)
612
+ - Hawkeye: Purple/black (precision, shadow)
613
+ - Black Panther: Purple/black (royalty, power)
614
+ - Spider-Man: Red/blue (youth, energy)
615
+ - Doctor Strange: Orange/blue (magic, mysticism)
616
+ - Guardians: Vibrant multi-color (cosmic, fun)
617
+
618
+ **Tonal Palettes**:
619
+ - Earth scenes: Naturalistic, slightly desaturated
620
+ - Asgard: Golden, regal, warm
621
+ - Space: Deep blues, purples, vibrant nebulas
622
+ - Wakanda: Rich purples, golds, greens
623
+ - Quantum Realm: Psychedelic, shifting colors
624
+
625
+ ### Production Design
626
+
627
+ **Locations**:
628
+ - **Grounded reality** - Real cities (New York, Wakanda-inspired Africa)
629
+ - **Fantastical elements** - Asgard, Knowhere, Quantum Realm
630
+ - **Practical sets + CGI** - Build real, extend digitally
631
+ - **Iconic landmarks** - Avengers Tower, Sanctum Sanctorum
632
+
633
+ **Technology Design**:
634
+ - **Functional aesthetic** - Tech looks like it works
635
+ - **Holographic interfaces** - Transparent, interactive displays
636
+ - **Retractable/transforming** - Suits fold, weapons deploy
637
+ - **Glowing elements** - Energy sources visible
638
+
639
+ ---
640
+
641
+ ## Sound Design and Music
642
+
643
+ ### Score Philosophy
644
+
645
+ **Musical Themes**:
646
+ - **Individual hero themes** - Each Avenger has leitmotif
647
+ - **Team theme** - Avengers fanfare for unity moments
648
+ - **Villain themes** - Thanos, Loki, Killmonger distinct
649
+ - **Emotional themes** - Love, loss, sacrifice
650
+
651
+ **Score Usage**:
652
+ - **Swelling orchestral** - Epic battle moments
653
+ - **Quiet piano/strings** - Emotional scenes
654
+ - **Silence** - Devastating moments (snap, deaths)
655
+ - **Pop songs** - Guardians films, character moments
656
+
657
+ **Guardians Exception**:
658
+ - 70s/80s pop music as character element
659
+ - Music is plot device (Awesome Mix)
660
+ - Songs comment on emotion
661
+ - Nostalgia and heart combined
662
+
663
+ ### Sound Effects
664
+
665
+ **Signature Sounds**:
666
+ - Arc reactor hum (Iron Man)
667
+ - Shield ricochet (Captain America)
668
+ - Mjolnir whoosh (Thor)
669
+ - Repulsor blast (Iron Man)
670
+ - Web-shooter thwip (Spider-Man)
671
+ - Hulk roar (Hulk)
672
+ - Quantum Realm warble
673
+
674
+ **Action Sound Design**:
675
+ - **Impactful hits** - Punches, shield strikes feel heavy
676
+ - **Energy weapons** - Distinct sci-fi sounds
677
+ - **Destruction** - Buildings collapse with weight
678
+ - **Silence in space** - Realistic (mostly)
679
+
680
+ ---
681
+
682
+ ## Common Mistakes to Avoid
683
+
684
+ ### DON'T:
685
+
686
+ 1. **Undercut every emotional moment with a joke**
687
+ - Let tragedy breathe
688
+ - Silence after loss
689
+ - Humor before, not after, devastating beats
690
+
691
+ 2. **Make all characters sound the same**
692
+ - Each hero has distinct voice
693
+ - Speech patterns reflect background
694
+ - Vocabulary matches character (Thor's grandiose vs. Peter's rambling)
695
+
696
+ 3. **Forget consequences**
697
+ - Injuries matter (Tony's PTSD, Rhodey's paralysis)
698
+ - Deaths have weight (Coulson, Yinsen, Natasha, Tony)
699
+ - Destruction affects civilians
700
+
701
+ 4. **Lose characters in ensemble**
702
+ - Everyone gets a moment
703
+ - Pair characters strategically
704
+ - Rotate focus, don't abandon anyone
705
+
706
+ 5. **Sacrifice character for spectacle**
707
+ - Action serves character arc
708
+ - Emotional stakes drive physical stakes
709
+ - Quiet moments earn big moments
710
+
711
+ 6. **Ignore world-building**
712
+ - Every film adds to universe
713
+ - References to other heroes/events
714
+ - Post-credits scenes connect stories
715
+
716
+ ### DO:
717
+
718
+ 1. **Earn the emotional moments**
719
+ - Build relationships over time
720
+ - Small moments pay off big
721
+ - Callbacks to earlier films
722
+
723
+ 2. **Balance humor and heart**
724
+ - Jokes reveal character
725
+ - Humor in tension, silence in tragedy
726
+ - Laugh with characters, not at them
727
+
728
+ 3. **Give each hero a purpose**
729
+ - Unique skills contribute to victory
730
+ - Personal arc within team story
731
+ - Moment to shine individually
732
+
733
+ 4. **Build to "Avengers Assemble" moments**
734
+ - Separate heroes first
735
+ - Bring together with purpose
736
+ - United effort defeats villain
737
+
738
+ 5. **Show vulnerability**
739
+ - Heroes fail and doubt
740
+ - Fear is real, courage is choice
741
+ - Strength through connection, not just power
742
+
743
+ ---
744
+
745
+ ## Thematic Elements
746
+
747
+ ### Core Themes
748
+
749
+ **1. Found Family**
750
+ - Misfits become team
751
+ - Chosen family over blood
752
+ - Guardians, Avengers as family units
753
+ - "We are Groot" - collective identity
754
+
755
+ **2. Responsibility and Power**
756
+ - "With great power..." (Spider-Man)
757
+ - Tony's journey from weapons to protector
758
+ - Steve's burden of leadership
759
+ - T'Challa's duty to Wakanda vs. world
760
+
761
+ **3. Sacrifice and Heroism**
762
+ - True heroism is sacrifice
763
+ - "Whatever it takes" (Endgame)
764
+ - Natasha and Tony's ultimate sacrifices
765
+ - Small sacrifices build to ultimate one
766
+
767
+ **4. Identity and Legacy**
768
+ - Who are you without your powers/suit?
769
+ - Living up to legacy (Peter, Sam as Cap)
770
+ - Creating your own path (Loki, Gamora)
771
+ - Redemption through choice (Bucky, Nebula)
772
+
773
+ **5. Unity in Diversity**
774
+ - Different heroes, common cause
775
+ - Strength through differences
776
+ - Ideological conflicts resolved through respect
777
+ - "We're in the endgame now" - together
778
+
779
+ ### Moral Complexity
780
+
781
+ **Shades of Gray**:
782
+ - Villains with understandable motives (Thanos, Killmonger, Zemo)
783
+ - Heroes make mistakes (Tony creates Ultron, Steve hides truth)
784
+ - No easy answers (Sokovia Accords debate)
785
+ - Cost of victory (collateral damage, lives lost)
786
+
787
+ **Philosophical Questions**:
788
+ - Is control safety or tyranny? (Age of Ultron)
789
+ - Does the end justify the means? (Infinity War)
790
+ - What do we owe each other? (Civil War)
791
+ - Can we change our nature? (Guardians, Thor)
792
+
793
+ ---
794
+
795
+ ## Practical Writing Tips
796
+
797
+ ### Scene Checklist
798
+
799
+ Before writing any scene, ask:
800
+ 1. Whose scene is this? (POV character)
801
+ 2. What does this character want?
802
+ 3. What's the obstacle?
803
+ 4. How does this advance their arc?
804
+ 5. Where's the humor? Where's the heart?
805
+ 6. How does this connect to larger story?
806
+
807
+ ### Action Sequence Checklist
808
+
809
+ 1. What are the emotional stakes?
810
+ 2. How does each hero contribute uniquely?
811
+ 3. Where's the setback/reversal?
812
+ 4. Is geography clear?
813
+ 5. Does action reveal character?
814
+ 6. What's the cost of victory?
815
+
816
+ ### Dialogue Checklist
817
+
818
+ 1. Does this sound like THIS character?
819
+ 2. Is there subtext?
820
+ 3. Can it be funnier without undercutting?
821
+ 4. Is there an emotional truth?
822
+ 5. Would silence work better?
823
+
824
+ ---
825
+
826
+ ## Example Scene Breakdown
827
+
828
+ ### SCENE: The Avengers Assemble (Endgame Final Battle)
829
+
830
+ **Setup**: Thanos has arrived. Steve stands alone, broken shield, facing army.
831
+
832
+ **Traditional Approach**:
833
+ ```
834
+ EXT. BATTLEFIELD - DAY
835
+
836
+ Steve faces Thanos's army. Hopeless.
837
+
838
+ Suddenly, portals open. All the heroes arrive.
839
+
840
+ CAPTAIN AMERICA
841
+ Avengers, assemble!
842
+
843
+ They charge. Big battle. Heroes win.
844
+ ```
845
+
846
+ **MCU Approach**:
847
+ ```
848
+ EXT. BATTLEFIELD - DAY
849
+
850
+ Steve, battered, tightens shield strap. Faces the army alone.
851
+
852
+ Starts walking forward. Limping. Determined.
853
+
854
+ THANOS
855
+ (to army)
856
+ Charge.
857
+
858
+ The army surges forward. Steve braces.
859
+
860
+ A CRACKLE. Orange sparks behind him.
861
+
862
+ Steve turns. A portal. Sam flies through.
863
+
864
+ SAM
865
+ (in comms)
866
+ On your left.
867
+
868
+ Steve's face: hope, relief, joy.
869
+
870
+ More portals. Dozens. Hundreds.
871
+
872
+ T'Challa, Shuri, Okoye step through.
873
+
874
+ Peter swings out.
875
+
876
+ Strange, Drax, Mantis, Quill.
877
+
878
+ Wanda. Bucky. Groot.
879
+
880
+ All the vanished heroes. Returned.
881
+
882
+ Steve watches them assemble. His family. His team.
883
+
884
+ The armies face each other. Silence.
885
+
886
+ Mjolnir flies to Steve's hand. He catches it.
887
+
888
+ CAPTAIN AMERICA
889
+ (quietly, to himself)
890
+ Avengers...
891
+
892
+ Beat. He raises Mjolnir.
893
+
894
+ CAPTAIN AMERICA (CONT'D)
895
+ (roaring)
896
+ ASSEMBLE!
897
+
898
+ Thor SCREAMS. Wakandans CHANT. Repulsors CHARGE.
899
+
900
+ They run. All of them. Together.
901
+
902
+ The battle begins.
903
+ ```
904
+
905
+ **Key Differences**:
906
+ - Emotional build (Steve's hope returning)
907
+ - Individual arrivals (each hero gets moment)
908
+ - Callback ("On your left" from Winter Soldier)
909
+ - Quiet before storm (silence before "Assemble")
910
+ - Earned moment (26 films building to this)
911
+ - Personal + epic (Steve's journey, universe's fate)
912
+
913
+ ---
914
+
915
+ ## Final Notes
916
+
917
+ ### The MCU Formula
918
+
919
+ **Core Equation**:
920
+ ```
921
+ Relatable Character + Extraordinary Power + Emotional Stakes +
922
+ Humor + Heart + Spectacle = MCU Success
923
+ ```
924
+
925
+ **Success Metrics**:
926
+ - Audience cares about characters, not just action
927
+ - Humor enhances, doesn't undercut
928
+ - Emotional moments earn tears
929
+ - Action sequences are memorable and character-driven
930
+ - Post-credits scene makes audience excited for next film
931
+
932
+ ### When to Use This Style
933
+
934
+ **Best For**:
935
+ - Superhero ensemble films
936
+ - Action-adventure with heart
937
+ - Franchise/universe building
938
+ - Character-driven spectacle
939
+ - Stories about found family and sacrifice
940
+
941
+ **Not Ideal For**:
942
+ - Gritty, grounded realism
943
+ - Slow-burn character studies
944
+ - Minimalist dialogue
945
+ - Ambiguous morality
946
+ - Downer endings (usually)
947
+
948
+ ---
949
+
950
+ ## Recommended Viewing
951
+
952
+ **Essential MCU Films** (Study These):
953
+ - **The Avengers** (2012) - Ensemble template
954
+ - **Guardians of the Galaxy** (2014) - Humor + heart balance
955
+ - **Captain America: The Winter Soldier** (2014) - Grounded action
956
+ - **Avengers: Infinity War** (2018) - Villain protagonist, tragic ending
957
+ - **Avengers: Endgame** (2019) - Emotional payoff, time heist structure
958
+ - **Black Panther** (2018) - Thematic depth, villain with point
959
+ - **Spider-Man: Homecoming** (2017) - Coming-of-age superhero
960
+ - **Thor: Ragnarok** (2017) - Tonal reinvention, comedy-action balance
961
+
962
+ **Thematic Companions**:
963
+ - **Star Wars** (Original Trilogy) - Hero's journey, found family
964
+ - **The Lord of the Rings** - Epic ensemble, sacrifice themes
965
+ - **Indiana Jones** - Action-adventure with humor
966
+ - **Back to the Future** - Heart + spectacle + humor
967
+
968
+ ---
969
+
970
+ ## Conclusion
971
+
972
+ The Marvel Cinematic Universe proves that blockbuster spectacle and genuine emotion aren't mutually exclusive. By prioritizing character over spectacle, balancing humor with heart, and building a interconnected world where heroes feel human despite their powers, the MCU created a new template for franchise filmmaking.
973
+
974
+ **The Golden Rule**:
975
+ > "Make the audience care about the person in the suit, not just the suit."
976
+
977
+ **The Result**:
978
+ > Epic, emotional, entertaining cinema that resonates across generations.
979
+
980
+ ---
981
+
982
+ **Version**: 1.0
983
+ **Date**: 2026-02-22
984
+ **Based on**: Analysis of 20+ MCU films (2008-2021), web research on MCU screenplay techniques, and established franchise patterns
985
+