@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,437 @@
1
+ # The Lord of the Rings / Middle-earth - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Epic Fantasy Quest](#the-epic-fantasy-quest)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Theme-Driven Spectacle: Every Battle Echoes Moral Conflict**](#1-theme-driven-spectacle-every-battle-echoes-moral-conflict)
9
+ - [2. **Archaic yet Accessible Dialogue: Echoes of Myth with Human Warmth**](#2-archaic-yet-accessible-dialogue-echoes-of-myth-with-human-warmth)
10
+ - [3. **Ensemble Interdependence: No Lone Heroes**](#3-ensemble-interdependence-no-lone-heroes)
11
+ - [4. **Mythic World-Building: Lore as Living History**](#4-mythic-world-building-lore-as-living-history)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Middle-earth Quest Formula](#the-middle-earth-quest-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Humble Hero](#the-humble-hero)
16
+ - [Middle-earth Character Archetypes](#middle-earth-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Fellowship Forms" Scene](#the-fellowship-forms-scene)
19
+ - [The "Temptation Whisper" Scene](#the-temptation-whisper-scene)
20
+ - [The "Mentor Sacrifice" Scene](#the-mentor-sacrifice-scene)
21
+ - [The "Eucatastrophe Turn" Scene](#the-eucatastrophe-turn-scene)
22
+ - [The "Bittersweet Farewell" Scene](#the-bittersweet-farewell-scene)
23
+
24
+ ## The Epic Fantasy Quest
25
+
26
+ **Films Analyzed**:
27
+ - The Lord of the Rings: The Fellowship of the Ring (2001)
28
+ - The Lord of the Rings: The Two Towers (2002)
29
+ - The Lord of the Rings: The Return of the King (2003)
30
+ - The Hobbit: An Unexpected Journey (2012)
31
+ - The Hobbit: The Desolation of Smaug (2013)
32
+ - The Hobbit: The Battle of the Five Armies (2014)
33
+ - Related Influences: The Silmarillion adaptations (hypothetical, based on Tolkien's lore), but primarily focused on Peter Jackson's adaptations
34
+ - Additional Context: Animated films like Ralph Bakshi's The Lord of the Rings (1978) and Rankin/Bass' The Return of the King (1980), though the guide emphasizes Jackson's live-action epics for their cinematic impact
35
+
36
+ **Primary Writers**: Peter Jackson, Fran Walsh, Philippa Boyens (based on J.R.R. Tolkien's novels)
37
+ **Genre**: Epic Fantasy Adventure / Mythic Quest
38
+ **Core Concept**: A grand tapestry of heroism, friendship, and the corrupting influence of power, woven through intricate world-building, moral complexity, and visceral battles between good and evil
39
+
40
+ ---
41
+
42
+ ## Overview
43
+
44
+ The Lord of the Rings and Middle-earth films, directed by Peter Jackson and adapted from J.R.R. Tolkien's legendary works, represent the pinnacle of epic fantasy cinema. These films transformed the genre by blending profound mythological depth with groundbreaking visual effects, emotional character journeys, and sweeping narratives that span continents and eras. Unlike standalone adventures, they create an interconnected mythological universe where every character, location, and artifact carries historical weight and symbolic meaning. This style guide distills the screenplay techniques that make these films enduring masterpieces: a focus on ensemble dynamics rooted in loyalty and sacrifice, dialogue that echoes ancient epics while feeling intimately human, action sequences that serve thematic purposes, and a narrative structure that mirrors the cyclical nature of myth and history.
45
+
46
+ At the heart of Middle-earth's cinematic style is Tolkien's influence—a philologist's love for language, a veteran's understanding of war's horrors, and a Catholic's exploration of providence, free will, and redemption. Jackson's adaptations amplify these through visual spectacle, but the screenplays ensure that spectacle never overshadows the soul. Heroes are not invincible demigods but ordinary beings thrust into extraordinary circumstances, their victories hard-won through moral fortitude rather than mere strength. Villains embody corruption and industrialization's threat to nature, while the world itself—Middle-earth—feels alive, ancient, and endangered.
47
+
48
+ This guide explores how to craft screenplays in this vein: balancing epic scale with personal intimacy, using lore to enrich rather than overwhelm, and infusing every scene with themes of hope amid despair. Whether writing a quest narrative, a battle epic, or a tale of unlikely heroes, these principles create stories that resonate across generations, much like Tolkien's originals.
49
+
50
+ To elaborate further, the success of these films lies in their ability to translate Tolkien's dense prose into cinematic language. The screenplays eschew exposition dumps in favor of visual storytelling and character-driven revelations. For instance, the One Ring's corrupting power is shown through subtle behavioral changes in characters like Frodo and Boromir, rather than explained outright. This approach demands screenwriters to trust the audience's intelligence, layering symbolism and foreshadowing throughout. The result is a narrative that feels organic, where every element—from the lush Shire to the fiery Mount Doom—serves the themes of preservation, temptation, and renewal.
51
+
52
+ Moreover, the films' ensemble nature highlights interdependence: no single hero saves the day alone. This contrasts with more individualistic superhero tales, emphasizing community and the "small hands" that shape history. Screenplays in this style must weave multiple plot threads seamlessly, ensuring each character's arc contributes to the whole. The verbosity in this guide will delve deeply into each aspect, providing exhaustive examples from the films to illustrate how these elements coalesce into a cohesive epic.
53
+
54
+ ---
55
+
56
+ ## Core Principles
57
+
58
+ ### 1. **Theme-Driven Spectacle: Every Battle Echoes Moral Conflict**
59
+ In Middle-earth screenplays, action is never gratuitous; it externalizes internal struggles and philosophical themes.
60
+
61
+ **Key Philosophy**:
62
+ - Spectacle illuminates character and theme
63
+ - Battles test virtues like courage, loyalty, and mercy
64
+ - Violence carries weight—glorified only when just, but always costly
65
+ - Nature and magic integrate with action to symbolize greater forces
66
+
67
+ To expand on this, consider how Tolkien's experiences in World War I informed his depiction of war as a dehumanizing force. Jackson's screenplays capture this by focusing on the human (or hobbit) cost: soldiers' fear, the desecration of landscapes, and the psychological toll. Powers like the Ring or wizardry are not plot devices but metaphors— the Ring for addiction and ambition, Gandalf's magic for wisdom and intervention.
68
+
69
+ **Examples from Films**:
70
+ - In *The Fellowship of the Ring*, the Mines of Moria sequence isn't just a fight against orcs; it reveals the Fellowship's unity fraying under pressure, with Gandalf's sacrifice symbolizing the mentor's role in guiding the young.
71
+ - *The Two Towers* Helm's Deep battle juxtaposes human desperation with elven grace, underscoring alliances' fragility and the theme of unity against division.
72
+ - Boromir's death in *Fellowship* shows power's corruption: his attempt to seize the Ring leads to heroic redemption, but at mortal cost.
73
+ - In *The Hobbit: The Battle of the Five Armies*, the massive clash isn't mere chaos; it highlights greed's consequences, with Thorin's gold-sickness mirroring the Ring's influence.
74
+ - Frodo's internal battle with the Ring in *Return of the King* culminates at Mount Doom, where spectacle (lava, Gollum's fight) serves the theme of mercy's power—Frodo's earlier pity for Gollum enables victory.
75
+
76
+ **Writing Approach**:
77
+ WRONG: "Aragorn swings his sword, killing orcs left and right."
78
+ RIGHT: "Aragorn's blade flashes in the torchlight, each strike a desperate defense of the wounded Merry and Pippin. Sweat mixes with blood on his face—kingly duty weighs heavy as he whispers an Elvish prayer for strength, the weight of his ancestors' legacy fueling his resolve against the Uruk-hai horde."
79
+
80
+ This verbose description ensures action reveals character: Aragorn's reluctance to claim kingship, his Ranger humility, and his multicultural heritage (Elvish influences). Screenwriters must layer such details to make fights meaningful, avoiding redundancy by varying sentence structures and sensory inputs.
81
+
82
+ ### 2. **Archaic yet Accessible Dialogue: Echoes of Myth with Human Warmth**
83
+ Dialogue in Middle-earth blends elevated, poetic language with folksy humor and emotional vulnerability, making ancient tales feel immediate.
84
+
85
+ **Dialogue Guidelines**:
86
+ - **Layered speech patterns** - Races have distinct voices: hobbits colloquial, elves poetic, dwarves gruff
87
+ - **Subtext in solemnity** - Words carry unspoken history and prophecy
88
+ - **Humor as relief** - Light moments humanize epic stakes without undercutting
89
+ - **Prophetic undertones** - Foreshadowing through riddles or songs
90
+
91
+ To delve deeper, Tolkien's linguistic expertise shines here: invented languages like Sindarin and Khuzdul add authenticity, but screenplays use them sparingly for impact. Dialogue serves world-building—exposition feels natural when tied to character emotion. Verbosity comes from expanding on subtext: what isn't said often matters more, like Frodo's silences conveying the Ring's burden.
92
+
93
+ **Dialogue Ratio**:
94
+ - Battle scenes: 30% commands/inspirations, 70% silent action or grunts
95
+ - Character moments: 50% emotional revelations, 50% lore-infused banter
96
+ - Ensemble gatherings: Measured speeches with interrupting humor
97
+
98
+ **Character Voice Examples**:
99
+ FRODO BAGGINS (Earnest, increasingly burdened, innocent)
100
+ I wish the Ring had never come to me. I wish none of this had happened.
101
+ GANDALF THE GREY (Wise, paternal, cryptic)
102
+ So do all who live to see such times. But that is not for them to decide. All we have to decide is what to do with the time that is given us.
103
+ ARAGORN (Reluctant, noble, introspective)
104
+ I do not fear death. What I fear is doing nothing and losing what is left.
105
+ SAMWISE GAMGEE (Loyal, optimistic, grounded)
106
+ There's some good in this world, Mr. Frodo... and it's worth fighting for.
107
+ LEGOLAS (Elegant, observant, detached yet loyal)
108
+ A red sun rises. Blood has been spilled this night.
109
+ GIMLI (Boisterous, competitive, honorable)
110
+ Certainty of death, small chance of success... What are we waiting for?
111
+ GOLLUM/SMEAGOL (Fractured, pitiable, cunning)
112
+ We wants it. We needs it. Must have the precious. They stole it from us. Sneaky little hobbitses. Wicked, tricksy, false!
113
+ THORIN OAKENSHIELD (Proud, tormented, redemptive)
114
+ If this is to end in fire, then we will all burn together.
115
+ BILBO BAGGINS (Curious, witty, resilient)
116
+ I'm going on an adventure!
117
+ GALADRIEL (Ethereal, prophetic, tempting)
118
+ The quest stands upon the edge of a knife. Stray but a little, and it will fail, to the ruin of all.
119
+
120
+ These voices reflect cultural backgrounds: hobbits' simplicity contrasts elves' eloquence, adding texture. Screenplays must avoid redundancy by varying rhythm—short, punchy lines in action, longer monologues for reflection.
121
+
122
+ ### 3. **Ensemble Interdependence: No Lone Heroes**
123
+ The Fellowship's strength lies in diversity; screenplays balance multiple arcs, showing how individuals' growth strengthens the group.
124
+
125
+ **Ensemble Techniques**:
126
+ - **Diverse pairings** - Contrast races/cultures for conflict and growth
127
+ - **Parallel plots** - Intercut threads to build tension
128
+ - **Shared burdens** - Victory through collective sacrifice
129
+ - **Cultural clashes** - Humor and drama from differences
130
+
131
+ Expanding on this, Middle-earth's ensembles mirror real-world alliances: fragile, requiring trust. Unlike MCU's quippy teams, these are more solemn, with bonds forged in hardship. Verbose descriptions explore dynamics: Legolas and Gimli's rivalry-to-friendship arc symbolizes racial reconciliation.
132
+
133
+ **Pairing Examples from Films**:
134
+ - Frodo + Sam (*Throughout Trilogy*) - Master-servant evolves to profound friendship, exploring loyalty amid corruption.
135
+ - Aragorn + Boromir (*Fellowship*) - Ranger vs. Gondorian captain highlights leadership philosophies: humility vs. pride.
136
+ - Merry + Pippin + Treebeard (*Two Towers*) - Hobbit mischief awakens ancient Ents, themes of youth rousing the old.
137
+ - Gandalf + Pippin (*Return of the King*) - Wizard mentors hobbit, showing growth from foolhardy to brave.
138
+ - Bilbo + Thorin (*Hobbit Trilogy*) - Burglar and king clash over adventure vs. duty, culminating in redemption.
139
+ - Tauriel + Kili (*Desolation of Smaug/Battle*) - Elf-dwarf romance defies prejudice, adding romantic layers.
140
+ - Legolas + Gimli (*Trilogy*) - Initial disdain turns to bond, with competitive banter lightening epic tone.
141
+
142
+ **Writing Approach**:
143
+ ENSEMBLE SCENE STRUCTURE:
144
+
145
+ Gather diverse members (establish contrasts)
146
+ Ignite conflict (cultural/ideological clash)
147
+ Force cooperation (common threat)
148
+ Highlight individual strengths (each contributes uniquely)
149
+ Forge bond (emotional revelation or shared victory)
150
+ Foreshadow growth (hint at future interdependence)
151
+
152
+
153
+ This structure ensures verbosity without redundancy: each step builds on the last, layering details like sensory descriptions (e.g., the scent of pipe-weed in hobbit scenes) to immerse.
154
+
155
+ ### 4. **Mythic World-Building: Lore as Living History**
156
+ Middle-earth feels ancient; screenplays integrate backstory through visuals, songs, and character memories, not info-dumps.
157
+
158
+ **World-Building Principles**:
159
+ - **Show history in present** - Ruins, artifacts tell stories
160
+ - **Symbolic landscapes** - Shire = innocence, Mordor = corruption
161
+ - **Magical realism** - Wonders feel earned, not arbitrary
162
+ - **Ecological themes** - Nature's role in narrative
163
+
164
+ To be verbose, explain how lore enriches: The Ring's history, revealed through Galadriel's narration and visions, sets stakes without overwhelming. Screenplays use flashbacks sparingly, preferring character-driven recollections. This avoids redundancy by tying lore to emotional beats—e.g., Aragorn's reluctance stems from Isildur's failure.
165
+
166
+ **Spectacle Philosophy**:
167
+ NOT: Generic orc army marches.
168
+ BUT: The Uruk-hai thunder across Isengard, trees felled in their wake—Saruman's industrialization scars the land, symbolizing corruption's spread. Aragorn watches from afar, his face etched with ancestral grief, knowing this echoes the ancient wars that broke his line.
169
+
170
+ This integrates theme, character, and action, making every element multifaceted.
171
+
172
+ ---
173
+
174
+ ## Narrative Structure
175
+
176
+ ### The Middle-earth Quest Formula
177
+
178
+ Middle-earth narratives follow a mythic structure, inspired by Joseph Campbell's Hero's Journey but expanded for ensembles and cyclical history.
179
+
180
+ #### Act 1: The Ordinary World + Call to Adventure (0-45 minutes)
181
+ **Goal**: Establish innocence and the encroaching shadow, drawing heroes from comfort.
182
+
183
+ **Key Elements**:
184
+ - **Idyllic beginning** - Showcase home (Shire, Bag End) as paradise threatened
185
+ - **Protagonist's reluctance** - Ordinary folk resist greatness
186
+ - **Mentor's guidance** - Wizard or elder imparts wisdom
187
+ - **Inciting artifact** - Ring or map triggers quest
188
+ - **Foreshadowing darkness** - Early glimpses of evil (Nazgûl, spiders)
189
+
190
+ **Pacing**:
191
+ - Slow build with humor and wonder
192
+ - First action by minute 20 (e.g., Black Riders chase)
193
+ - Emotional investment in home by minute 30
194
+
195
+ **Examples**:
196
+ - *Fellowship*: Bilbo's party → Gandalf discovers Ring → Frodo flees Shire
197
+ - *Hobbit: Unexpected Journey*: Bilbo's quiet life → Dwarves arrive → Signs contract
198
+ - *Two Towers*: Opens with Gandalf's fall, then intercuts scattered Fellowship
199
+
200
+ Verbose expansion: These openings ground epic scale in personal stakes. The Shire's detailed depiction—rolling hills, feasts, pipe-weed—contrasts Mordor's barrenness, symbolizing what’s at risk. Screenplays linger on daily life to make departure poignant, using dialogue like Gandalf's "The world is not in your books and maps; it's out there" to propel the hero.
201
+
202
+ #### Act 2A: Trials of the Road + Alliances Formed (45-90 minutes)
203
+ **Goal**: Test heroes, build Fellowship, reveal world's depth.
204
+
205
+ **Escalation Pattern**:
206
+ 1. **Initial challenges** - Weather, creatures test resolve
207
+ 2. **Allies join** - Ensemble assembles gradually
208
+ 3. **First major confrontation** - Loss or narrow victory
209
+ 4. **Villain's shadow grows** - Sauron's influence spreads
210
+ 5. **Internal doubts surface** - Temptation tests loyalty
211
+
212
+ **Key Techniques**:
213
+ - **Intercutting plots** - Parallel journeys build suspense
214
+ - **Lore revelations** - Through councils or visions
215
+ - **Humor in hardship** - Hobbit banter relieves tension
216
+ - **Moral choices** - Mercy vs. vengeance
217
+
218
+ Verbose detail: This act mirrors the journey's physical and spiritual toll. In *Fellowship*, the Council of Elrond isn't just exposition; it's a clash of agendas, revealing racial tensions. Screenplays use montages of travel—crossing rivers, climbing mountains—to show growth, with details like Legolas' light steps contrasting Gimli's grumbles.
219
+
220
+ #### Act 2B: Fragmentation + Despair (90-135 minutes)
221
+ **Goal**: Break the Fellowship, force individual growth amid hopelessness.
222
+
223
+ **Midpoint Crisis**:
224
+ - **Major separation** - Group scatters
225
+ - **Personal failures** - Corruption or loss (Boromir's fall, Frodo's burden)
226
+ - **Allied conflicts** - Betrayals or doubts (Saruman's turn, Denethor's madness)
227
+ - **Hero's nadir** - Question quest's viability
228
+
229
+ **Examples**:
230
+ - *Fellowship*: Boromir's death, Fellowship breaks at Amon Hen
231
+ - *Two Towers*: Frodo captured by Faramir, Théoden exiled, Ents deliberate
232
+ - *Return of the King*: Frodo turns on Sam, Aragorn faces Dead Army
233
+ - *Hobbit: Desolation*: Thorin's dragon-sickness isolates him
234
+
235
+ Expansion: This dark turn emphasizes Tolkien's theme of eucatastrophe—hope from despair. Screenplays amplify emotion through isolation: Frodo's solo moments with the Ring show psychological horror, described in detail—whispers, visions—to convey corruption without redundancy.
236
+
237
+ #### Act 3: Reunion + Climactic Resolution (135-180+ minutes)
238
+ **Goal**: Heroes rally, confront evil, achieve bittersweet triumph.
239
+
240
+ **Resolution Principles**:
241
+ - **Prophetic fulfillment** - Ancient foretellings come true
242
+ - **Collective heroism** - Small acts turn tides
243
+ - **Sacrificial climax** - Personal costs for victory
244
+ - **Thematic closure** - Renewal, but scars remain
245
+
246
+ **Final Battle Structure**:
247
+
248
+ RALLY - Scattered heroes converge (e.g., Aragorn arrives at Pelennor)
249
+ STRATEGY - Improvised plans amid chaos (councils, oaths)
250
+ INITIAL CLASH - Forces engage, showcasing alliances
251
+ SETBACK - Overwhelming odds (Oliphaunts, Nazgûl)
252
+ TURNING POINT - Moral choice shifts battle (Éowyn slays Witch-king)
253
+ UNITED STAND - All races fight together
254
+ FINAL CONFRONTATION - Protagonist faces core evil (Frodo at Crack of Doom)
255
+ AFTERMATH - Coronations, farewells, reflections on change
256
+
257
+
258
+ Verbose: Battles like Pelennor Fields interweave subplots—Rohirrim charge, Aragorn's ghosts— with epic descriptions: horns sounding, banners fluttering, ground shaking. Emotional payoffs, like Sam's rescue of Frodo, underscore friendship's power, with extended dialogues reflecting on journeys.
259
+
260
+ ---
261
+
262
+ ## Character Development
263
+
264
+ ### The Humble Hero
265
+
266
+ **Core Traits**:
267
+ - **Unassuming origins** - Farmers, burglars become saviors
268
+ - **Moral temptation** - Struggle with power's allure
269
+ - **Resilience through virtue** - Courage from kindness, not might
270
+ - **Transformation via trial** - Growth leaves permanent marks
271
+
272
+ **Character Arc Template**:
273
+ SETUP: Innocent baseline (Frodo's contentment in Shire)
274
+ CHALLENGE: Temptation exposes weakness (Ring's whispers)
275
+ CRISIS: Failure tests bonds (betrays Sam)
276
+ GROWTH: Mercy/reliance on others redeems (pities Gollum)
277
+ RESOLUTION: Changed hero (Frodo sails West, unable to return home)
278
+
279
+ Expansion: Arcs emphasize Tolkien's "everyman" heroes. Verbose explorations detail internal monologues, physical changes (Frodo's paling), and relationships as catalysts.
280
+
281
+ ### Middle-earth Character Archetypes
282
+
283
+ **The Reluctant Bearer** (Frodo, Bilbo):
284
+ - Carries burden literally/metaphorically
285
+ - Innocence eroded by responsibility
286
+ - Depends on loyal companions
287
+ - Arc: From naivety to wounded wisdom
288
+
289
+ Detailed: Frodo's journey is a study in psychological decay—screenplays describe his eyes darkening, voice trembling, to show corruption. Bilbo's lighter arc in *Hobbit* contrasts, with humor masking similar temptations.
290
+
291
+ **The Loyal Companion** (Sam, Merry/Pippin):
292
+ - Grounded, optimistic support
293
+ - Grows from sidekick to hero
294
+ - Represents simple virtues
295
+ - Arc: Proves indispensable through devotion
296
+
297
+ Verbose: Sam's speeches, like "I can't carry it for you, but I can carry you," are emotional anchors. Screenplays build this through shared hardships, detailing acts of care—cooking, fighting—to avoid sentimentality.
298
+
299
+ **The Wandering King** (Aragorn, Thorin):
300
+ - Hidden nobility, reluctant to claim throne
301
+ - Torn between duty and freedom
302
+ - Leads by example
303
+ - Arc: Accepts destiny through service
304
+
305
+ Expansion: Aragorn's arc spans films—Ranger to King—with details like healing hands symbolizing gentle rule. Thorin's mirrors but darker, his redemption verbose in deathbed confessions.
306
+
307
+ **The Wise Mentor** (Gandalf, Galadriel):
308
+ - Cryptic guidance, immense power restrained
309
+ - Falls and rises (Gandalf's resurrection)
310
+ - Embodies providence
311
+ - Arc: Evolves from guide to ally
312
+
313
+ Detailed: Gandalf's dialogues mix humor ("A wizard is never late") with profundity, screenplays using light/shadow motifs to show his dual nature.
314
+
315
+ **The Warrior Ally** (Legolas, Gimli, Éowyn):
316
+ - Skilled fighters with cultural pride
317
+ - Overcomes prejudice
318
+ - Adds action flair
319
+ - Arc: Friendship transcends differences
320
+
321
+ Verbose: Legolas-Gimli banter evolves from rivalry ("That still only counts as one!") to respect, with extended scenes detailing joint feats.
322
+
323
+ **The Corrupted Soul** (Gollum, Saruman, Boromir):
324
+ - Fallen from grace
325
+ - Internal conflict (Smeagol vs. Gollum)
326
+ - Cautionary tale
327
+ - Arc: Partial redemption or doom
328
+
329
+ Expansion: Gollum's split personality is screenplay gold—dialogues debate internally, visuals show physical twists. Boromir's fall is humanized through family pressures.
330
+
331
+ **The Ancient Guardian** (Treebeard, Beorn):
332
+ - Slow, nature-bound
333
+ - Reluctant to intervene
334
+ - Represents old world
335
+ - Arc: Awakened to action
336
+
337
+ Detailed: Treebeard's deliberate speech patterns contrast fast-paced action, screenplays using poetry to convey timelessness.
338
+
339
+ ---
340
+
341
+ ## Scene Construction
342
+
343
+ ### The "Fellowship Forms" Scene
344
+ Heroes assemble, forging initial bonds.
345
+
346
+ **Structure**:
347
+ 1. **Call to council** - Threat unites disparate folk
348
+ 2. **Debates arise** - Clashes reveal personalities
349
+ 3. **Voluntary oaths** - Each pledges for personal reasons
350
+ 4. **Symbolic unity** - Group shot or shared meal
351
+ 5. **Departure** - Quest begins with optimism
352
+
353
+ **Example Template**:
354
+ INT. RIVENDALE COUNCIL - DAY
355
+ Elves, dwarves, men, hobbits gather around Elrond's ring.
356
+ ELROND
357
+ Strangers from distant lands, friends of old. You have been summoned here to answer the threat of Mordor.
358
+ Arguments erupt—Gimli smashes axe, Boromir demands Ring.
359
+ FRODO
360
+ I will take it! I will take the Ring to Mordor.
361
+ Silence. All eyes on the hobbit.
362
+ ARAGORN
363
+ You have my sword.
364
+ LEGOLAS
365
+ And my bow.
366
+ GIMLI
367
+ And my axe.
368
+ They stand together. Camera circles the new Fellowship.
369
+
370
+ Verbose: This scene builds tension through interruptions, foreshadowing fractures.
371
+
372
+ ### The "Temptation Whisper" Scene
373
+ Character grapples with corruption.
374
+
375
+ **Elements**:
376
+ - **Isolation** - Hero alone with temptation
377
+ - **Internal voice** - Whispers or visions
378
+ - **Moral struggle** - Debate actions
379
+ - **Intervention** - Ally interrupts
380
+ - **Aftermath** - Lingering doubt
381
+
382
+ **Timing Rules**:
383
+ - Build gradually across acts
384
+ - Peak in Act 2B
385
+ - No resolution until climax
386
+ - Use silence for tension
387
+
388
+ **Examples**:
389
+ WRONG (Overt): Frodo hears Ring say "Take me."
390
+ RIGHT (Subtle): Frodo's hand trembles toward the Ring. Shadows lengthen. A whisper like wind: "Power... yours..." Sam's voice calls from afar, snapping him back. Frodo hides the fear in his eyes.
391
+
392
+ Expansion: These scenes layer psychology—describe breaths, sweat, distorted visions—to convey horror without repetition.
393
+
394
+ ### The "Mentor Sacrifice" Scene
395
+ Guide gives life for protégés.
396
+
397
+ **Required Elements**:
398
+ - **Hopeless fight** - Overwhelmed by foe
399
+ - **Final wisdom** - Parting words
400
+ - **Emotional farewell** - Protégé's grief
401
+ - **Symbolic death** - Fall into abyss/light
402
+ - **Resurrection hint** - Subtle foreshadow
403
+
404
+ **Examples**:
405
+ - Gandalf vs. Balrog: "You shall not pass!" Fall teaches Fellowship independence.
406
+ - Boromir's redemption: Protects hobbits, confesses to Aragorn.
407
+ - Thorin's death: Apologizes to Bilbo, heals rift.
408
+
409
+ Verbose: Describe build-up—flames, roars—for impact, then quiet aftermath for emotion.
410
+
411
+ ### The "Eucatastrophe Turn" Scene
412
+ Unexpected hope in despair.
413
+
414
+ **Structure**:
415
+ 1. **Utter defeat** - Heroes cornered
416
+ 2. **Small act** - Mercy or courage pays off
417
+ 3. **Sudden aid** - Allies arrive
418
+ 4. **Tide turns** - Battle shifts
419
+ 5. **Reflection** - Acknowledge providence
420
+
421
+ Examples: Eagles rescue, Ents flood Isengard, Ghosts at Pelennor.
422
+
423
+ Expansion: Tolkien coined "eucatastrophe"—joyful turn. Screenplays build despair verbosely (detailed losses) before relief.
424
+
425
+ ### The "Bittersweet Farewell" Scene
426
+ Post-victory partings.
427
+
428
+ **Elements**:
429
+ - **Celebrations fade** - Joy tinged with sorrow
430
+ - **Scars revealed** - Physical/emotional wounds
431
+ - **Final bonds** - Hugs, gifts, words
432
+ - **Departure** - To West or home
433
+ - **Hopeful close** - New era dawns
434
+
435
+ Examples: Grey Havens—Frodo leaves, Sam returns to family.
436
+
437
+ Verbose: Extend with reflections on change, ensuring emotional depth.
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "cinematic-styles-mcu",
3
+ "version": "1.0.0",
4
+ "displayName": "MCU/Avengers Style",
5
+ "description": "Marvel Cinematic Universe ensemble superhero epic with heart and humor",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/franchises",
8
+ "tags": [
9
+ "screenplay",
10
+ "mcu",
11
+ "marvel",
12
+ "superhero",
13
+ "ensemble",
14
+ "action"
15
+ ],
16
+ "dependencies": {
17
+ "required": [],
18
+ "optional": ["writing-standards/screenplay"]
19
+ },
20
+ "augment": {
21
+ "characterCount": 25000,
22
+ "priority": "high",
23
+ "category": "cinematic-styles"
24
+ },
25
+ "contents": {
26
+ "rules": ["mcu-avengers.md"]
27
+ }
28
+ }
29
+