@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,740 @@
1
+ # Cinematic Style Applications
2
+
3
+ This document provides practical examples of how to apply specific cinematic styles to your screenplay.
4
+
5
+ ## Table of Contents
6
+
7
+ 1. [MCU/Avengers Style](#mcuavengers-style-application)
8
+ 2. [Blue Ruin Style](#blue-ruin-style-application)
9
+ 3. [Christopher Nolan Style](#christopher-nolan-style-application)
10
+ 4. [Quentin Tarantino Style](#quentin-tarantino-style-application)
11
+ 5. [Wes Anderson Style](#wes-anderson-style-application)
12
+ 6. [Martin Scorsese Style](#martin-scorsese-style-application)
13
+ 7. [Combining Styles](#combining-styles-advanced)
14
+ 8. [Configuration Examples](#configuration-examples)
15
+
16
+ ---
17
+
18
+ ## MCU/Avengers Style Application
19
+
20
+ ### When to Use
21
+ - Superhero ensemble films
22
+ - Action-adventure with emotional stakes
23
+ - Franchise/universe building
24
+ - Character-driven spectacle
25
+ - Stories about found family and sacrifice
26
+
27
+ ### Key Elements to Apply
28
+
29
+ **1. Character-First Action**
30
+ Every action sequence should reveal character and advance emotional arcs.
31
+
32
+ **Example**:
33
+ ```fountain
34
+ EXT. CITY STREET - DAY
35
+
36
+ Iron Man hovers above the chaos. His HUD flashes: PEPPER - DANGER.
37
+
38
+ TONY STARK
39
+ (to himself)
40
+ Not again. Not her.
41
+
42
+ He ignores the alien army, diving toward Stark Tower.
43
+
44
+ JARVIS (V.O.)
45
+ Sir, the team needs—
46
+
47
+ TONY STARK
48
+ I don't care. Get me to Pepper. Now.
49
+ ```
50
+
51
+ **2. Quippy Dialogue with Heart**
52
+ Balance humor with genuine emotion. Jokes reveal character, not undercut stakes.
53
+
54
+ **Example**:
55
+ ```fountain
56
+ INT. QUINJET - NIGHT
57
+
58
+ Steve and Tony sit in tense silence.
59
+
60
+ TONY STARK
61
+ You know, for a guy who's supposed to be
62
+ all about teamwork, you're pretty bad at it.
63
+
64
+ STEVE ROGERS
65
+ (quiet)
66
+ I'm trying to keep us together.
67
+
68
+ TONY STARK
69
+ By lying?
70
+
71
+ Beat. Steve has no answer.
72
+
73
+ TONY STARK (CONT'D)
74
+ (softer)
75
+ I get it. You wanted to protect me.
76
+ But I needed the truth more than protection.
77
+ ```
78
+
79
+ **3. Ensemble Balance**
80
+ Give every character a moment to shine, even in crowded scenes.
81
+
82
+ **Example**:
83
+ ```fountain
84
+ INT. AVENGERS COMPOUND - WAR ROOM - DAY
85
+
86
+ The team gathers around a holographic display.
87
+
88
+ TONY STARK
89
+ We hit them here, here, and here.
90
+
91
+ NATASHA
92
+ What about civilians?
93
+
94
+ STEVE ROGERS
95
+ We evacuate first. No exceptions.
96
+
97
+ THOR
98
+ I can create a barrier with lightning.
99
+
100
+ BRUCE BANNER
101
+ And I can... smash things, I guess.
102
+
103
+ Everyone looks at him.
104
+
105
+ BRUCE BANNER (CONT'D)
106
+ What? I'm working on my contributions.
107
+
108
+ Small smiles. Tension breaks.
109
+ ```
110
+
111
+ ## Blue Ruin Style Application
112
+
113
+ ### When to Use
114
+ - Revenge thrillers
115
+ - Crime dramas with realistic violence
116
+ - Survival stories
117
+ - Anti-hero narratives
118
+ - Stories deconstructing action tropes
119
+
120
+ ### Key Elements to Apply
121
+
122
+ **1. Authentic Incompetence**
123
+ Protagonist struggles with tasks that action heroes make look easy.
124
+
125
+ **Example**:
126
+ ```fountain
127
+ INT. ABANDONED HOUSE - NIGHT
128
+
129
+ Dwight tries to pick the lock with a paperclip. His hands shake.
130
+
131
+ The paperclip bends. Breaks.
132
+
133
+ He looks around. Frustrated. Desperate.
134
+
135
+ Picks up a rock. Smashes the window.
136
+
137
+ CRASH. Glass everywhere.
138
+
139
+ He freezes. Listens. Did anyone hear?
140
+
141
+ Long beat. Nothing.
142
+
143
+ He climbs through. Cuts his hand on broken glass.
144
+
145
+ Winces. Doesn't make a sound.
146
+ ```
147
+
148
+ **2. Minimal Dialogue**
149
+ Show, don't tell. Let silence build tension.
150
+
151
+ **Example**:
152
+ ```fountain
153
+ INT. BATHROOM - NIGHT
154
+
155
+ Dwight examines the wound in the mirror. Deep. Bleeding.
156
+
157
+ He opens the medicine cabinet. Finds vodka. Pours it on the wound.
158
+
159
+ His face: pain. But no sound.
160
+
161
+ Threads a needle. Hands shaking. Drops it.
162
+
163
+ Picks it up. Tries again.
164
+
165
+ Finally gets it. Starts stitching.
166
+
167
+ Each stitch: wince, pause, breathe, continue.
168
+
169
+ Sloppy. Uneven. But functional.
170
+ ```
171
+
172
+ **3. Realistic Violence**
173
+ Violence is messy, painful, and has lasting consequences.
174
+
175
+ **Example**:
176
+ ```fountain
177
+ INT. KITCHEN - NIGHT
178
+
179
+ Dwight and Wade struggle. Both terrified.
180
+
181
+ Wade's stronger. Pushes Dwight against the counter.
182
+
183
+ Dwight grabs a knife. Swings wildly.
184
+
185
+ Misses. Wade grabs his wrist.
186
+
187
+ They crash into the table. Chairs scatter.
188
+
189
+ Dwight headbutts Wade. Wade's nose breaks. Blood everywhere.
190
+
191
+ They fall. Both scrambling for the knife.
192
+
193
+ Wade gets it. Raises it.
194
+
195
+ Dwight grabs his throat. Squeezes.
196
+
197
+ Wade can't breathe. Drops the knife.
198
+
199
+ Dwight doesn't let go. Keeps squeezing. Tears streaming.
200
+
201
+ Wade stops moving.
202
+
203
+ Dwight holds on. Ten more seconds. Twenty.
204
+
205
+ Finally lets go. Sits back. Shaking. Covered in blood.
206
+
207
+ No triumph. Just horror.
208
+ ```
209
+
210
+ ## Christopher Nolan Style Application
211
+
212
+ ### When to Use
213
+ - Cerebral thrillers with complex narratives
214
+ - Non-linear storytelling
215
+ - Sci-fi with philosophical depth
216
+ - Heist films with intricate planning
217
+ - Stories exploring time, memory, or perception
218
+
219
+ ### Key Elements to Apply
220
+
221
+ **1. Non-Linear Structure with Clear Rules**
222
+ Establish temporal rules early and follow them rigorously.
223
+
224
+ **Example**:
225
+ ```fountain
226
+ TITLE CARD: "PRESENT DAY"
227
+
228
+ INT. INTERROGATION ROOM - DAY
229
+
230
+ Detective Miller studies photographs. His hands shake.
231
+
232
+ DETECTIVE MILLER
233
+ (to himself)
234
+ It already happened. I just don't
235
+ remember it yet.
236
+
237
+ FLASH TO:
238
+
239
+ TITLE CARD: "THREE DAYS EARLIER"
240
+
241
+ INT. CRIME SCENE - NIGHT
242
+
243
+ Miller arrives. The body is fresh. He freezes.
244
+
245
+ DETECTIVE MILLER
246
+ I've seen this before.
247
+
248
+ He pulls out a photograph. Identical scene.
249
+ ```
250
+
251
+ **2. Practical Spectacle with Emotional Core**
252
+ Big set pieces grounded in character stakes.
253
+
254
+ **Example**:
255
+ ```fountain
256
+ EXT. CITY STREET - DAY
257
+
258
+ Buildings fold upward, defying gravity. Cobb watches, unfazed.
259
+
260
+ COBB
261
+ It's not real. None of this is real.
262
+
263
+ Ariadne grabs his arm.
264
+
265
+ ARIADNE
266
+ Then why are you crying?
267
+
268
+ Cobb touches his face. Tears. He sees Mal in the crowd.
269
+
270
+ COBB
271
+ (broken)
272
+ Because she is.
273
+ ```
274
+
275
+ **3. Exposition Through Action**
276
+ Complex ideas explained while things happen.
277
+
278
+ **Example**:
279
+ ```fountain
280
+ INT. WAREHOUSE - NIGHT
281
+
282
+ They run through the rotating corridor. Gravity shifts.
283
+
284
+ ARTHUR
285
+ (shouting over chaos)
286
+ Time moves slower in each level!
287
+ One hour here is a week down there!
288
+
289
+ EAMES
290
+ (dodging debris)
291
+ So if we die here—
292
+
293
+ ARTHUR
294
+ We drop into limbo! Infinite time!
295
+
296
+ They leap as the floor becomes the ceiling.
297
+ ```
298
+
299
+ ## Quentin Tarantino Style Application
300
+
301
+ ### When to Use
302
+ - Crime films with ensemble casts
303
+ - Revenge narratives
304
+ - Dialogue-driven stories
305
+ - Non-linear narratives with chapter structure
306
+ - Stories with pop culture references
307
+
308
+ ### Key Elements to Apply
309
+
310
+ **1. Chapter Structure**
311
+ Break narrative into titled chapters.
312
+
313
+ **Example**:
314
+ ```fountain
315
+ TITLE CARD: "CHAPTER ONE: THE DINER"
316
+
317
+ INT. DINER - MORNING
318
+
319
+ Pumpkin and Honey Bunny discuss robbing the place.
320
+ Casual, conversational, building tension.
321
+
322
+ PUMPKIN
323
+ Garçon means boy.
324
+
325
+ HONEY BUNNY
326
+ I know that. I'm not stupid.
327
+
328
+ PUMPKIN
329
+ So why'd you ask me what it meant?
330
+
331
+ Beat. She has no answer.
332
+
333
+ FADE TO:
334
+
335
+ TITLE CARD: "CHAPTER TWO: VINCENT VEGA AND MARSELLUS WALLACE'S WIFE"
336
+ ```
337
+
338
+ **2. Long Dialogue Scenes with Subtext**
339
+ Characters talk around the real issue.
340
+
341
+ **Example**:
342
+ ```fountain
343
+ INT. RESTAURANT - NIGHT
344
+
345
+ Vincent and Mia sit across from each other. Awkward silence.
346
+
347
+ MIA
348
+ Don't you hate uncomfortable silences?
349
+
350
+ VINCENT
351
+ I don't know. I kinda like 'em.
352
+
353
+ MIA
354
+ Why?
355
+
356
+ VINCENT
357
+ (choosing words carefully)
358
+ Says more than words sometimes.
359
+
360
+ She studies him. He's not hitting on her. Good.
361
+
362
+ MIA
363
+ You're not like the other guys
364
+ Marsellus sends.
365
+
366
+ VINCENT
367
+ How so?
368
+
369
+ MIA
370
+ You're... careful.
371
+
372
+ VINCENT
373
+ Your husband's a dangerous man.
374
+
375
+ MIA
376
+ (smiling)
377
+ So am I.
378
+ ```
379
+
380
+ **3. Stylized Violence with Consequences**
381
+ Violence is sudden, shocking, and messy.
382
+
383
+ **Example**:
384
+ ```fountain
385
+ INT. CAR - DAY
386
+
387
+ Vincent, Jules, and Marvin in the back. Casual conversation.
388
+
389
+ VINCENT
390
+ So I'm wondering—
391
+
392
+ BANG. The gun goes off. Marvin's head explodes.
393
+
394
+ Blood. Everywhere. Brain matter on the windows.
395
+
396
+ JULES
397
+ (screaming)
398
+ What the fuck?!
399
+
400
+ VINCENT
401
+ (panicked)
402
+ I didn't mean to! The car hit a bump!
403
+
404
+ They stare at the carnage. This is a problem.
405
+ ```
406
+
407
+ ## Wes Anderson Style Application
408
+
409
+ ### When to Use
410
+ - Quirky ensemble comedies
411
+ - Coming-of-age stories
412
+ - Family dramas with whimsy
413
+ - Stories with emotional restraint
414
+ - Visually stylized narratives
415
+
416
+ ### Key Elements to Apply
417
+
418
+ **1. Symmetrical Compositions**
419
+ Describe scenes with centered, balanced framing.
420
+
421
+ **Example**:
422
+ ```fountain
423
+ INT. GRAND BUDAPEST HOTEL - LOBBY - DAY
424
+
425
+ PERFECTLY CENTERED: The concierge desk. Gustave stands
426
+ behind it, equidistant from two potted plants.
427
+
428
+ A guest enters from the left. Another from the right.
429
+ Perfect symmetry.
430
+
431
+ GUSTAVE
432
+ (to both, simultaneously)
433
+ Good morning.
434
+
435
+ They respond in unison. He smiles, satisfied.
436
+ ```
437
+
438
+ **2. Deadpan Delivery with Emotional Undercurrent**
439
+ Characters speak flatly about profound things.
440
+
441
+ **Example**:
442
+ ```fountain
443
+ INT. TENENBAUM HOUSE - RICHIE'S ROOM - DAY
444
+
445
+ Richie sits on his bed. Margot enters.
446
+
447
+ RICHIE
448
+ I'm in love with you.
449
+
450
+ MARGOT
451
+ I know.
452
+
453
+ RICHIE
454
+ I've been in love with you since
455
+ we were twelve.
456
+
457
+ MARGOT
458
+ I know that too.
459
+
460
+ Beat. Neither moves.
461
+
462
+ RICHIE
463
+ What should we do about it?
464
+
465
+ MARGOT
466
+ I don't know.
467
+
468
+ They sit in silence. The weight of it crushing.
469
+ ```
470
+
471
+ **3. Whimsical Details with Precise Description**
472
+ Specific, quirky details that reveal character.
473
+
474
+ **Example**:
475
+ ```fountain
476
+ INT. MAX'S ROOM - DAY
477
+
478
+ Max Fischer, 15, sits at a desk covered in:
479
+ - A miniature guillotine (functional)
480
+ - A beekeeper's helmet
481
+ - 47 library books (all overdue)
482
+ - A typewriter (1952 Olivetti)
483
+ - A framed photo of Jacques Cousteau
484
+
485
+ He types with two fingers. Slowly. Deliberately.
486
+
487
+ MAX
488
+ (to himself)
489
+ "Dear Rosemary, I have built you
490
+ a aquarium..."
491
+
492
+ He crosses out "a" and writes "an."
493
+ ```
494
+
495
+ ## Martin Scorsese Style Application
496
+
497
+ ### When to Use
498
+ - Crime dramas
499
+ - Character studies
500
+ - Stories about obsession and guilt
501
+ - Urban narratives
502
+ - Biographical films
503
+
504
+ ### Key Elements to Apply
505
+
506
+ **1. Voiceover Narration**
507
+ First-person confessional style.
508
+
509
+ **Example**:
510
+ ```fountain
511
+ INT. NIGHTCLUB - NIGHT (1970)
512
+
513
+ Henry Hill enters through the back. Camera follows.
514
+
515
+ HENRY (V.O.)
516
+ As far back as I can remember, I
517
+ always wanted to be a gangster.
518
+
519
+ He walks through the kitchen. Everyone greets him.
520
+
521
+ HENRY (V.O.)
522
+ To me, being a gangster was better
523
+ than being President of the United States.
524
+
525
+ The camera never stops moving. One continuous shot.
526
+ ```
527
+
528
+ **2. Kinetic Camera Movement**
529
+ Long tracking shots that immerse the audience.
530
+
531
+ **Example**:
532
+ ```fountain
533
+ INT. COPACABANA - NIGHT
534
+
535
+ CONTINUOUS SHOT: Henry and Karen enter through the side
536
+ entrance. Down stairs. Through the kitchen. Waiters
537
+ dodge them. Cooks nod. A table appears in front of
538
+ the stage. Just for them.
539
+
540
+ KAREN
541
+ (impressed)
542
+ What do you do?
543
+
544
+ HENRY
545
+ (modest)
546
+ I'm in construction.
547
+
548
+ She doesn't believe him. Doesn't care.
549
+ ```
550
+
551
+ **3. Rapid Montage with Music**
552
+ Fast-paced sequences set to period music.
553
+
554
+ **Example**:
555
+ ```fountain
556
+ MONTAGE - HENRY'S RISE (1970-1975)
557
+
558
+ SET TO: "Layla" by Derek and the Dominos
559
+
560
+ - Henry counts money. Stacks grow higher.
561
+ - Karen tries on fur coats. Buys them all.
562
+ - Henry shakes hands with Paulie. Envelope exchanged.
563
+ - Karen snorts cocaine. First time. Not the last.
564
+ - Henry beats a man with a phone. Brutal. Efficient.
565
+ - Karen watches. Turned on.
566
+
567
+ END MONTAGE
568
+ ```
569
+
570
+ ## Combining Styles (Advanced)
571
+
572
+ While typically you should select ONE cinematic style per project, you can occasionally blend elements:
573
+
574
+ **Example: MCU Humor + Blue Ruin Realism**
575
+ ```fountain
576
+ INT. SAFE HOUSE - NIGHT
577
+
578
+ Peter Parker tries to treat a gunshot wound. Fails miserably.
579
+
580
+ PETER PARKER
581
+ (to himself)
582
+ Okay, YouTube said... no, wait, that's
583
+ for a paper cut. This is... bigger.
584
+
585
+ He pours hydrogen peroxide. Screams.
586
+
587
+ PETER PARKER (CONT'D)
588
+ Why does Mr. Stark make this look so easy?!
589
+
590
+ He tries to stitch it. Needle won't go through.
591
+
592
+ PETER PARKER (CONT'D)
593
+ (crying)
594
+ I should've paid attention in health class.
595
+ ```
596
+
597
+ This combines Peter's nervous rambling (MCU) with realistic incompetence (Blue Ruin).
598
+
599
+ ## Configuration Examples
600
+
601
+ ### Single Style Selection
602
+
603
+ **Pure MCU Style**
604
+ ```json
605
+ {
606
+ "cinematic_styles": {
607
+ "selected": ["mcu-avengers"]
608
+ }
609
+ }
610
+ ```
611
+
612
+ **Pure Blue Ruin Style**
613
+ ```json
614
+ {
615
+ "cinematic_styles": {
616
+ "selected": ["blue-ruin"]
617
+ }
618
+ }
619
+ ```
620
+
621
+ **Christopher Nolan Style**
622
+ ```json
623
+ {
624
+ "cinematic_styles": {
625
+ "selected": ["christopher-nolan"]
626
+ }
627
+ }
628
+ ```
629
+
630
+ **Quentin Tarantino Style**
631
+ ```json
632
+ {
633
+ "cinematic_styles": {
634
+ "selected": ["quentin-tarantino"]
635
+ }
636
+ }
637
+ ```
638
+
639
+ **Wes Anderson Style**
640
+ ```json
641
+ {
642
+ "cinematic_styles": {
643
+ "selected": ["wes-anderson"]
644
+ }
645
+ }
646
+ ```
647
+
648
+ **Martin Scorsese Style**
649
+ ```json
650
+ {
651
+ "cinematic_styles": {
652
+ "selected": ["martin-scorsese"]
653
+ }
654
+ }
655
+ ```
656
+
657
+ ### Multiple Style Selection (Advanced)
658
+
659
+ **Note**: Generally, select only ONE cinematic style per project. However, you can combine complementary styles if intentional.
660
+
661
+ **Nolan + Campbell (Structure + Theory)**
662
+ ```json
663
+ {
664
+ "cinematic_styles": {
665
+ "selected": ["christopher-nolan", "joseph-campbell"]
666
+ }
667
+ }
668
+ ```
669
+
670
+ **Tarantino + Scorsese (Crime Drama)**
671
+ ```json
672
+ {
673
+ "cinematic_styles": {
674
+ "selected": ["quentin-tarantino", "martin-scorsese"]
675
+ }
676
+ }
677
+ ```
678
+
679
+ **Star Wars + Campbell (Mythic Space Opera)**
680
+ ```json
681
+ {
682
+ "cinematic_styles": {
683
+ "selected": ["star-wars", "joseph-campbell"]
684
+ }
685
+ }
686
+ ```
687
+
688
+ ## Tips for AI Agents
689
+
690
+ When applying a cinematic style:
691
+
692
+ ### Before Writing
693
+ 1. **Read the full style guide** - Understand all core principles and techniques
694
+ 2. **Identify key characteristics** - Note the 3-5 most important elements
695
+ 3. **Study the examples** - Review film references and scene breakdowns
696
+ 4. **Check configuration** - Verify which style(s) are selected
697
+
698
+ ### During Writing
699
+ 5. **Apply consistently** - Maintain style throughout the screenplay
700
+ 6. **Use style-specific techniques**:
701
+ - **MCU**: Quippy dialogue, character-first action, ensemble balance
702
+ - **Blue Ruin**: Minimal dialogue, realistic incompetence, visual storytelling
703
+ - **Nolan**: Non-linear structure, exposition through action, practical spectacle
704
+ - **Tarantino**: Chapter structure, long dialogue scenes, stylized violence
705
+ - **Anderson**: Symmetrical compositions, deadpan delivery, whimsical details
706
+ - **Scorsese**: Voiceover narration, kinetic camera, rapid montages
707
+ 7. **Maintain tone** - Respect the emotional register of the style
708
+ 8. **Reference the source** - When in doubt, think "How would [director] handle this?"
709
+
710
+ ### Style Mixing Guidelines
711
+ 9. **Don't mix styles** unless intentionally creating contrast
712
+ 10. **Compatible combinations**:
713
+ - Director + Campbell (any director + narrative theory)
714
+ - Franchise + Director (e.g., Star Wars + Lucas)
715
+ - Film + Director (e.g., Blue Ruin + thriller directors)
716
+ 11. **Incompatible combinations**:
717
+ - Anderson + Scorsese (tonal clash)
718
+ - Lynch + Spielberg (approach conflict)
719
+ - Tarantino + Nolan (dialogue vs. visual focus)
720
+
721
+ ### Quality Checks
722
+ 12. **Verify style markers** - Ensure signature elements are present
723
+ 13. **Check dialogue authenticity** - Does it sound like the style?
724
+ 14. **Review pacing** - Does it match the style's rhythm?
725
+ 15. **Validate structure** - Does it follow the style's narrative approach?
726
+
727
+ ### Common Mistakes to Avoid
728
+ - ❌ Mixing incompatible styles without justification
729
+ - ❌ Applying surface elements without understanding core principles
730
+ - ❌ Ignoring the style's tonal requirements
731
+ - ❌ Overusing signature techniques (becomes parody)
732
+ - ❌ Forgetting the emotional core while focusing on style
733
+
734
+ ### Best Practices
735
+ - ✅ Start with one primary style
736
+ - ✅ Add Campbell for structural guidance (compatible with all)
737
+ - ✅ Use examples as templates for similar scenes
738
+ - ✅ Adapt style to your story, don't force story to style
739
+ - ✅ Maintain character authenticity within style constraints
740
+