@mytechtoday/augment-extensions 1.6.0 → 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 (358) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +115 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +4 -1
@@ -0,0 +1,474 @@
1
+ # Darren Aronofsky - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Psychological Descent Drama](#the-psychological-descent-drama)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Obsession as Narrative Engine**](#1-obsession-as-narrative-engine)
9
+ - [2. **Visceral Realism with Surreal Elements**](#2-visceral-realism-with-surreal-elements)
10
+ - [3. **Nonlinear and Fragmented Storytelling**](#3-nonlinear-and-fragmented-storytelling)
11
+ - [4. **Raw Emotional Performances Over Plot Twists**](#4-raw-emotional-performances-over-plot-twists)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Aronofsky Descent Arc Formula](#the-aronofsky-descent-arc-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Obsessed Protagonist](#the-obsessed-protagonist)
16
+ - [Aronofsky Character Archetypes](#aronofsky-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Descent Montage" Scene](#the-descent-montage-scene)
19
+ - [The "Hallucination Confrontation" Scene](#the-hallucination-confrontation-scene)
20
+ - [The "Intimate Monologue" Scene](#the-intimate-monologue-scene)
21
+ - [The "Bodily Transformation" Scene](#the-bodily-transformation-scene)
22
+ - [Thematic Elements](#thematic-elements)
23
+ - [Obsession and Transcendence](#obsession-and-transcendence)
24
+ - [Body as Prison/Metaphor](#body-as-prisonmetaphor)
25
+ - [Faith vs. Science](#faith-vs-science)
26
+ - [Creation and Destruction](#creation-and-destruction)
27
+ - [Isolation and Connection](#isolation-and-connection)
28
+ - [Visual and Editing Techniques](#visual-and-editing-techniques)
29
+ - [SnorriCam and Handheld](#snorricam-and-handheld)
30
+ - [Rapid Cuts and Montages](#rapid-cuts-and-montages)
31
+ - [Color Palettes](#color-palettes)
32
+ - [Nonlinear Editing](#nonlinear-editing)
33
+ - [Sound and Music Integration](#sound-and-music-integration)
34
+ - [Performance Direction](#performance-direction)
35
+ - [Symbolism and Metaphors](#symbolism-and-metaphors)
36
+
37
+ ## The Psychological Descent Drama
38
+
39
+ **Films Analyzed**:
40
+ - Pi (1998)
41
+ - Requiem for a Dream (2000)
42
+ - The Fountain (2006)
43
+ - The Wrestler (2008)
44
+ - Black Swan (2010)
45
+ - Noah (2014)
46
+ - Mother! (2017)
47
+ - The Whale (2022)
48
+ - Jackie (2016) [Note: Aronofsky produced but did not direct; included for thematic parallels in psychological portraiture]
49
+ - Additional Influences: Early shorts like Fortune Cookie (1991) and Protozoa (1993), as well as unproduced scripts that inform his stylistic evolution
50
+
51
+ **Primary Writers**: Darren Aronofsky (often solo or co-writer), Ari Handel (co-writer on Noah and Mother!), Hubert Selby Jr. (source for Requiem), Matthew Libatique (cinematographic collaboration influencing script visualization), Clint Mansell (scoring partner shaping emotional arcs through music cues in scripts)
52
+
53
+ **Genre**: Psychological Drama / Thriller / Surreal Horror / Existential Exploration
54
+
55
+ **Core Concept**: Intimate examinations of human obsession, mental fragmentation, and the pursuit of transcendence or perfection, often leading to self-destruction, rendered through visceral visuals, nonlinear narratives, and raw emotional performances that blur the line between reality and delusion.
56
+
57
+ ---
58
+
59
+ ## Overview
60
+
61
+ Darren Aronofsky's cinematic style represents a profound evolution in modern filmmaking, particularly within the realm of psychological drama. His films delve deeply into the human psyche, exploring themes of addiction, obsession, mortality, and the quest for meaning in a chaotic universe. Unlike mainstream blockbusters that prioritize spectacle over substance, Aronofsky's work inverts this paradigm, using innovative visual and narrative techniques to make internal struggles feel as epic and overwhelming as any external conflict. This style guide distills the essence of Aronofsky's approach, drawing from his oeuvre to provide a blueprint for crafting screenplays that prioritize emotional authenticity, symbolic depth, and sensory immersion.
62
+
63
+ Aronofsky's films are characterized by their unflinching gaze into the abyss of human frailty. From the mathematical paranoia of *Pi* to the bodily horror of *The Whale*, his stories often follow protagonists who are consumed by their pursuits—whether it's unlocking the secrets of the universe, achieving artistic perfection, or seeking redemption through self-sacrifice. These narratives are not merely plots but psychological excavations, where character arcs are defined by descent rather than ascent, and resolution comes through cathartic breakdown rather than triumphant victory.
64
+
65
+ What sets Aronofsky apart is his integration of screenplay elements with directorial vision. Scripts are written with an eye toward visual storytelling, incorporating detailed descriptions of camera movements, editing rhythms, and sound design that enhance the thematic undercurrents. His collaboration with cinematographer Matthew Libatique and composer Clint Mansell ensures that the written word translates into a multisensory experience, where the audience feels the protagonist's turmoil viscerally.
66
+
67
+ This guide is structured to mirror the comprehensive analysis of other cinematic styles, such as the MCU Avengers ensemble epics, but tailored to Aronofsky's introspective, often harrowing aesthetic. It emphasizes how to build tension through internal monologues, symbolic motifs, and fragmented timelines, while avoiding melodrama or superficial psychologizing. By adhering to these principles, writers can create works that resonate on a profound emotional level, challenging viewers to confront their own vulnerabilities.
68
+
69
+ Aronofsky's influence extends beyond his directorial output; his style has permeated indie cinema, inspiring filmmakers like Ari Aster and Robert Eggers in their explorations of psychological horror. Yet, his approach remains uniquely personal, rooted in Jewish mysticism, scientific inquiry, and humanistic empathy. This guide will break down the core principles, narrative structures, character archetypes, scene constructions, thematic elements, visual and editing techniques, sound and music integration, performance directions, symbolism and metaphors, and more, providing verbose yet precise insights to enable the creation of Aronofsky-esque films.
70
+
71
+ To fully appreciate this style, one must understand its philosophical underpinnings: Aronofsky views cinema as a medium for transcendence, where suffering leads to enlightenment. His films often draw from real-life inspirations—*Requiem* from Hubert Selby Jr.'s novel, *The Wrestler* from the world of professional wrestling, *Black Swan* from ballet culture—but transform them into universal allegories. The result is cinema that is both intellectually stimulating and emotionally devastating, demanding active engagement from the audience.
72
+
73
+ In crafting such screenplays, writers must balance verbosity with economy: descriptions are detailed to evoke sensory immersion, but dialogue is sparse and poignant, allowing subtext to carry the weight. Redundancy is avoided by layering meanings—every element serves multiple purposes, from advancing plot to deepening theme. This guide aims to equip writers with the tools to achieve this balance, ensuring that each screenplay element contributes to the overarching descent into the protagonist's psyche.
74
+
75
+ ---
76
+
77
+ ## Core Principles
78
+
79
+ ### 1. **Obsession as Narrative Engine**
80
+ In Aronofsky's films, obsession drives every aspect of the story, serving as the catalyst for character actions, plot progression, and thematic exploration. Unlike external conflicts in action genres, here obsession is an internal force that consumes the protagonist, leading to isolation, delusion, and eventual collapse.
81
+
82
+ **Key Philosophy**:
83
+ - Obsession is not a flaw but a fundamental human drive toward meaning or perfection.
84
+ - It manifests physically and psychologically, blurring mind-body distinctions.
85
+ - Pursuit of the obsession reveals deeper existential questions: What is the cost of knowledge? Of art? Of faith?
86
+ - Resolution comes not from conquering the obsession but from confronting its destructive nature.
87
+
88
+ **Examples from Films**:
89
+ - In *Pi*, Max Cohen's obsession with mathematical patterns in nature leads to migraines, paranoia, and self-trepanation, symbolizing the perilous quest for divine order in chaos.
90
+ - *Requiem for a Dream* portrays addiction as multifaceted obsessions—Sara's with television fame, Harry's with entrepreneurial success, Marion's with artistic fulfillment, Tyrone's with escape—each spiraling into physical and moral decay.
91
+ - *Black Swan* Nina's obsession with ballet perfection culminates in hallucinatory transformation, where her pursuit of the Black Swan role erodes her sanity.
92
+ - *The Fountain* explores Tommy's obsession with conquering death through science and mysticism, spanning centuries to underscore the futility and beauty of human striving.
93
+ - *The Wrestler* Randy's obsession with wrestling glory prevents him from forming real connections, leading to heart failure and a final, ambiguous leap.
94
+ - *Noah* depicts the biblical figure's obsession with divine will, resulting in familial strife and moral ambiguity.
95
+ - *Mother!* presents the poet's obsession with creation, manifesting as a home invasion allegory for artistic exploitation and environmental destruction.
96
+ - *The Whale* Charlie's obsession with literary truth and redemption through his daughter Ellie drives his self-destructive eating, framing obesity as a metaphor for emotional isolation.
97
+
98
+ **Writing Approach**:
99
+ WRONG: "Max stares at his computer, typing numbers obsessively."
100
+ RIGHT: "Max's fingers blur across the keyboard, equations scrolling like ancient incantations. His head throbs—a migraine pulse syncing with the screen's flicker. 'The pattern... it's there,' he mutters, ignoring the blood trickling from his nose. The room spins, numbers manifesting in shadows, whispering secrets of the stock market, of God, of madness."
101
+
102
+ This approach ensures obsession is visceral, not abstract, integrating sensory details to immerse the reader in the protagonist's deteriorating mindset. Verbose descriptions build layers: physical symptoms (throbbing head, blood), psychological delusion (numbers whispering), and thematic resonance (God and madness). Avoid redundancy by varying manifestations—early obsession might be euphoric, mid-film frantic, late-film destructive.
103
+
104
+ **Subrules for Implementing Obsession**:
105
+ - **Build Gradually**: Start with subtle hints (e.g., Max's initial curiosity in *Pi*), escalate to compulsion (ignoring health), peak in crisis (hallucinations), and resolve in catharsis (renunciation or acceptance).
106
+ - **Link to Theme**: Obsession must symbolize larger ideas—mathematical in *Pi* for order vs. chaos, artistic in *Black Swan* for duality of self.
107
+ - **Physical Manifestation**: Always show obsession through body—weight loss in *Requiem*, self-harm in *Black Swan*, overeating in *The Whale*.
108
+ - **Isolation Effect**: Obsession alienates allies, heightening stakes (e.g., Randy pushing away his daughter in *The Wrestler*).
109
+ - **Ambiguous Payoff**: Endings often leave obsession's value unclear—did Max find peace by drilling his brain? Is Nina's "perfect" performance worth her life?
110
+
111
+ To expand verbosity without redundancy, provide multiple sensory channels: visual (screen flicker), auditory (whispering numbers), tactile (throbbing pain). This mirrors Aronofsky's multisensory style, ensuring the screenplay evokes the film's intended impact.
112
+
113
+ ### 2. **Visceral Realism with Surreal Elements**
114
+ Aronofsky blends hyper-realistic depictions of human suffering with surreal, dreamlike sequences to heighten emotional truth.
115
+
116
+ **Key Philosophy**:
117
+ - Reality is subjective; surrealism externalizes internal states.
118
+ - Visceral details ground the audience in discomfort, making abstract themes tangible.
119
+ - Transitions between real and surreal are fluid, reflecting mental fragmentation.
120
+ - Avoid gratuitous shock; every disturbing image serves character or theme.
121
+
122
+ **Examples from Films**:
123
+ - *Requiem for a Dream*'s "hip-hop montages" surrealistically compress addiction's cycle—pupils dilating, drugs injecting, money exchanging—in rapid cuts that feel both documentary-real and nightmarish.
124
+ - *Black Swan* uses mirrors for surreal duality: Nina's reflections rebel, scratching her skin, growing feathers, symbolizing split personality without overt explanation.
125
+ - *Pi* employs black-and-white cinematography for stark realism, interspersed with surreal visions of brains and go boards, representing mathematical epiphanies.
126
+ - *The Fountain* interweaves three timelines—past, present, future—with surreal visuals like bubble spaceships and tree-of-life motifs, blending sci-fi with mysticism.
127
+ - *Mother!* escalates from realistic domestic drama to surreal biblical allegory, with houseguests multiplying into chaotic hordes, the home bleeding and burning.
128
+ - *The Wrestler* maintains gritty realism in wrestling scenes (staple guns, barbed wire), but surreal in Randy's hallucinatory ring entrances post-heart attack.
129
+ - *Noah* mixes biblical epic with surreal visions: rock creatures (Watchers), dream sequences of floods, emphasizing prophetic madness.
130
+
131
+ **Writing Approach**:
132
+ WRONG: "Nina sees her reflection change."
133
+ RIGHT: "Nina leans into the mirror, breath fogging the glass. Her reflection's eyes darken—black swan's gaze. Fingers elongate into talons, scratching at the skin on her back. Feathers push through flesh, blood beading like rubies. She gasps, pulling at the intrusion, reality fracturing as the studio lights pulse like a heartbeat."
134
+
135
+ **Subrules for Blending Realism and Surrealism**:
136
+ - **Anchor in Reality**: Begin scenes grounded (e.g., everyday routines), then distort (hallucinations emerge organically).
137
+ - **Sensory Overload**: Use detailed descriptions of sights, sounds, smells to make surreal feel immediate (e.g., metallic taste of blood in *Black Swan*).
138
+ - **Symbolic Integration**: Surreal elements must metaphorize internal conflict (feathers for transformation, flooding house for creation's destruction).
139
+ - **Pacing Variation**: Realistic scenes slow and intimate; surreal accelerate with quick cuts implied in script.
140
+ - **Audience Disorientation**: Write to confuse viewer initially, rewarding rewatch with clarity (e.g., *The Fountain*'s timelines converge thematically).
141
+
142
+ This principle demands verbose elaboration on transitions: Describe how light shifts, sounds warp, to guide the director's vision without overprescribing.
143
+
144
+ ### 3. **Nonlinear and Fragmented Storytelling**
145
+ Aronofsky frequently employs nonlinear narratives to mirror psychological disarray, revealing information in fragments that the audience pieces together.
146
+
147
+ **Key Philosophy**:
148
+ - Time is fluid; past traumas inform present delusions.
149
+ - Fragmentation builds tension, delaying revelations for emotional impact.
150
+ - Nonlinear structure emphasizes theme over chronology.
151
+ - Resolution often cycles back, suggesting eternal recurrence.
152
+
153
+ **Examples from Films**:
154
+ - *The Fountain* braids three eras—16th-century conquest, modern medicine, future transcendence—nonlinearly, with motifs (ring, tree) linking them.
155
+ - *Requiem* intercuts four characters' descents, fragmenting time to show parallel addictions accelerating.
156
+ - *Pi* uses repetitive sequences (Max's routines) disrupted by flashbacks and visions, creating a looping narrative of madness.
157
+ - *Black Swan* fragments rehearsals with hallucinations, blurring performance and reality.
158
+ - *Mother!* unfolds in real-time but fragments psychologically, with escalating intrusions symbolizing biblical epochs.
159
+ - *The Whale* confines to one room but fragments through flashbacks and essay readings, revealing Charlie's past.
160
+ - *Noah* intersperses creation myths with present action, nonlinearly building Noah's doubt.
161
+
162
+ **Writing Approach**:
163
+ WRONG: "Flashback to past event."
164
+ RIGHT: "CUT TO: GOLDEN LIGHT filters through ancient trees. TOMMY (as CONQUISTADOR) hacks through vines, the RING glinting on his finger. Whispered voices echo—'The tree... immortality.' INTERCUT WITH: MODERN LAB, Tommy injects bark extract into Izzy's tumor, her eyes fluttering like leaves in wind. FUTURE: Bubble pod floats, Tommy meditates, the ring dissolving into stardust."
165
+
166
+ **Subrules for Nonlinearity**:
167
+ - **Motif Anchors**: Use recurring symbols (rings, trees, mirrors) to connect fragments.
168
+ - **Emotional Logic**: Jump based on feeling, not time (e.g., grief triggers flashback).
169
+ - **Acceleration**: Fragments shorten as climax nears, mimicking mental breakdown.
170
+ - **Revelation Pacing**: Withhold key info until it maximizes impact (e.g., Ellie's essay in *The Whale*).
171
+ - **Cyclical Endings**: Narratives often loop, implying obsession's inescapability.
172
+
173
+ Verbose descriptions here focus on intercut mechanics, ensuring clarity for production while evoking disorientation.
174
+
175
+ ### 4. **Raw Emotional Performances Over Plot Twists**
176
+ Aronofsky prioritizes actor-driven scenes where emotional truth trumps surprising reveals, using close-ups and long takes to capture vulnerability.
177
+
178
+ **Key Philosophy**:
179
+ - Performances convey subtext; dialogue is minimal.
180
+ - Emotional arcs are built through physical transformation.
181
+ - Authenticity over spectacle—real sweat, tears, pain.
182
+ - Supporting characters reflect protagonist's inner turmoil.
183
+
184
+ **Examples from Films**:
185
+ - Mickey Rourke's raw portrayal in *The Wrestler*, with long takes of his battered body and lonely routines.
186
+ - Ellen Burstyn's monologue in *Requiem*, a single-take descent into delusion.
187
+ - Natalie Portman's physical emaciation and frantic expressions in *Black Swan*.
188
+ - Brendan Fraser's prosthetic-enhanced immobility in *The Whale*, conveying grief through labored breaths.
189
+ - Jennifer Lawrence's escalating panic in *Mother!*, captured in handheld close-ups.
190
+
191
+ **Writing Approach**:
192
+ WRONG: "Charlie cries about his past."
193
+ RIGHT: "CLOSE ON CHARLIE'S FACE—sweat beads mixing with tears, his chest heaving in ragged gasps. 'I need to know... that I did one thing right,' he wheezes, eyes pleading with Ellie. The room shrinks, his bulk a prison, her words cutting deeper than any knife. No music—just the creak of the floor under his weight, the distant rain mirroring his sorrow."
194
+
195
+ **Subrules for Performances**:
196
+ - **Physical Descriptions**: Detail actor actions (gestures, expressions) to guide performance.
197
+ - **Minimal Dialogue**: Use silence or monologues for emotional peaks.
198
+ - **Close-Up Cues**: Script specifies camera intimacy for vulnerability.
199
+ - **Transformation Arcs**: Track bodily changes (weight, scars) as emotional markers.
200
+ - **Ensemble Reflection**: Supports echo protagonist's state (e.g., daughter's anger in *The Whale* amplifies Charlie's guilt).
201
+
202
+ This ensures scripts are actor-friendly, with verbose notes on emotional beats without redundant exposition.
203
+
204
+ ---
205
+
206
+ ## Narrative Structure
207
+
208
+ ### The Aronofsky Descent Arc Formula
209
+
210
+ Aronofsky's narratives follow a descent rather than traditional hero's journey, where ascent is illusory and downfall inevitable yet enlightening.
211
+
212
+ #### Act 1: Establishment of Obsession and Normalcy (0-30 minutes)
213
+ **Goal**: Introduce protagonist's world, hint at obsession, establish what they'll sacrifice.
214
+
215
+ **Key Elements**:
216
+ - **Protagonist Introduction**: Show routine life infused with early obsession signs (e.g., Max's computer setups in *Pi*).
217
+ - **Ordinary World**: Ground in realism—urban grit, professional pressures.
218
+ - **Internal Drive**: Reveal obsession's seed (curiosity, trauma).
219
+ - **External Trigger**: Event ignites pursuit (stock market crash, audition).
220
+ - **Foreshadowing**: Subtle hints of descent (headaches, isolation).
221
+
222
+ **Pacing**:
223
+ - Slow build with intimate scenes.
224
+ - First surreal element by minute 15.
225
+ - Emotional stake set by end—obsession promises fulfillment.
226
+
227
+ **Examples**:
228
+ - *Pi*: Max's solitary life, mathematical discoveries.
229
+ - *Requiem*: Characters' dreams before addiction grips.
230
+ - *Black Swan*: Nina's controlled life, White Swan casting.
231
+
232
+ To verbose without redundancy, describe environments in detail: Max's apartment cluttered with tech, symbolizing mind's chaos, layering sensory details (hum of fans, chalk dust) to immerse.
233
+
234
+ #### Act 2A: Escalation and Fragmentation (30-60 minutes)
235
+ **Goal**: Deepen obsession, introduce conflicts, begin psychological unraveling.
236
+
237
+ **Escalation Pattern**:
238
+ 1. **Initial Success**: Obsession yields rewards (e.g., Nina's performances improve).
239
+ 2. **Allies and Antagonists**: Introduce mirrors (mentors, rivals) who challenge or enable.
240
+ 3. **First Crisis**: Obsession causes harm (physical injury, relationship strain).
241
+ 4. **Surreal Intrusion**: Reality bends (hallucinations begin).
242
+ 5. **Internal Conflict**: Protagonist questions but presses on.
243
+
244
+ **Key Techniques**:
245
+ - Intercut timelines or perspectives.
246
+ - Montages of repetitive actions (SnorriCam in *Requiem*).
247
+ - Heightened sensory descriptions.
248
+ - Subtext-heavy dialogue.
249
+
250
+ Examples: *The Fountain*'s parallel quests intensify; *Mother!*'s guests arrive, disrupting peace.
251
+
252
+ Expand with multiple examples per beat, analyzing how each advances theme—e.g., Nina's rivalry with Lily fragments her identity, described in verbose psychological terms.
253
+
254
+ #### Act 2B: Descent into Madness (60-90 minutes)
255
+ **Goal**: Protagonist hits rock bottom, obsession consumes fully.
256
+
257
+ **Midpoint Crisis**:
258
+ - **Major Breakdown**: Physical/mental collapse (self-harm, loss).
259
+ - **Isolation Peak**: Allies abandon or are destroyed.
260
+ - **Surreal Domination**: Reality fully fractures.
261
+ - **Moral Dilemma**: Obsession's cost laid bare.
262
+
263
+ Examples: *Requiem*'s amputations and shocks; *Black Swan*'s stabbing hallucination; *The Whale*'s binge-eating climax.
264
+
265
+ Verbose elaboration: Detail physiological responses, emotional turmoil, symbolic visuals for each crisis.
266
+
267
+ #### Act 3: Catharsis and Ambiguous Resolution (90-120 minutes)
268
+ **Goal**: Confront obsession, achieve partial transcendence or acceptance.
269
+
270
+ **Resolution Principles**:
271
+ - **Final Confrontation**: Face obsession's source (self, God, art).
272
+ - **Sacrifice**: Let go or embrace destruction.
273
+ - **Emotional Peak**: Raw performance moment.
274
+ - **Cyclical Close**: Hint at recurrence or peace.
275
+
276
+ **Final Descent Structure**:
277
+
278
+ ROCK BOTTOM - Protagonist alone, broken.
279
+ REVELATION - Insight into obsession's futility.
280
+ CLIMAX - Ultimate act (leap, drill, performance).
281
+ RELEASE - Catharsis through pain.
282
+ AMBIGUITY - Open-ended (death? Enlightenment?).
283
+ AFTERMATH - Lingering resonance, no tidy wrap.
284
+ THEMATIC ECHO - Final image recalls beginning.
285
+ FADE OUT - On emotional note, not plot.
286
+
287
+
288
+ Examples: Randy's ram jam in *The Wrestler*; Nina's "I felt it" in *Black Swan*.
289
+
290
+ Verbose: Provide scene-by-scene breakdowns for examples, explaining symbolic layers.
291
+
292
+ ---
293
+
294
+ ## Character Development
295
+
296
+ ### The Obsessed Protagonist
297
+
298
+ **Core Traits**:
299
+ - **Driven Intellect or Talent**: Genius-level pursuit (math, dance, writing).
300
+ - **Deep Vulnerability**: Trauma-fueled isolation.
301
+ - **Moral Ambiguity**: Obsession justifies harm.
302
+ - **Transformation Through Suffering**: Body and mind alter.
303
+
304
+ **Character Arc Template**:
305
+ SETUP: Protagonist defined by obsession's promise (Nina's innocence).
306
+ CHALLENGE: Obsession demands sacrifice (sanity, relationships).
307
+ CRISIS: Obsession leads to fracture (hallucinations, self-destruction).
308
+ GROWTH: Moment of clarity amid chaos (acceptance of dark side).
309
+ RESOLUTION: Transcendence or annihilation (perfection at cost).
310
+
311
+ Verbose analysis: Compare arcs across films, noting variations—e.g., Max renounces, Nina embraces.
312
+
313
+ ### Aronofsky Character Archetypes
314
+
315
+ **The Seeker** (Max in *Pi*, Tommy in *The Fountain*):
316
+ - Quests for ultimate truth.
317
+ - Intellectual arrogance masks fear of meaninglessness.
318
+ - Surreal visions guide/hinder.
319
+ - Arc: From certainty to humility.
320
+
321
+ Detailed: Explore influences (Kabbalah in *Pi*), with verbose examples from dialogue, actions.
322
+
323
+ **The Addict** (Characters in *Requiem*, Charlie in *The Whale*):
324
+ - Obsession as escape from pain.
325
+ - Physical decay parallels emotional.
326
+ - Seeks connection but destroys it.
327
+ - Arc: Descent without redemption.
328
+
329
+ Expand: Break down each *Requiem* character's subtype, verbose psychological profiles.
330
+
331
+ **The Artist** (Nina in *Black Swan*, Him in *Mother!*):
332
+ - Creation as self-consumption.
333
+ - Perfectionism breeds madness.
334
+ - Duality: Light/dark selves.
335
+ - Arc: Fusion through destruction.
336
+
337
+ **The Fallen Hero** (Randy in *The Wrestler*, Noah in *Noah*):
338
+ - Past glory haunts present.
339
+ - Body as battleground.
340
+ - Seeks legacy/redemption.
341
+ - Arc: Ambiguous sacrifice.
342
+
343
+ **The Innocent Destroyed** (Izzy in *The Fountain*, Mother in *Mother!*):
344
+ - Often female, victim of seeker's obsession.
345
+ - Represents lost humanity.
346
+ - Passive to active resistance.
347
+ - Arc: Enlightenment through suffering.
348
+
349
+ Verbose: Provide dialogue samples, arc breakdowns, thematic ties for each archetype, drawing parallels across films to avoid redundancy.
350
+
351
+ ---
352
+
353
+ ## Scene Construction
354
+
355
+ ### The "Descent Montage" Scene
356
+ Rapid cuts showing obsession's progression.
357
+
358
+ **Structure**:
359
+ 1. **Repetitive Actions**: Daily routines accelerating.
360
+ 2. **Sensory Heightening**: Sounds amplify, visuals distort.
361
+ 3. **Intercuts**: Parallel descents if ensemble.
362
+ 4. **Climactic Break**: Moment of collapse.
363
+ 5. **Aftermath**: Lingering disorientation.
364
+
365
+ Example Template:
366
+ MONTAGE:
367
+
368
+ Nina practices pirouettes, feet bleeding.
369
+ CUT TO: Mirror reflection spins independently.
370
+ SOUND: Heartbeat thuds, music swells.
371
+ INTERCUT: Lily laughs, seductive.
372
+ BUILD TO: Nina collapses, feathers emerging.
373
+
374
+
375
+ Verbose: Analyze *Requiem*'s hip-hop montages, describing techniques, effects.
376
+
377
+ ### The "Hallucination Confrontation" Scene
378
+ Protagonist faces surreal manifestation of inner demons.
379
+
380
+ **Elements**:
381
+ - **Build Tension**: Subtle anomalies first.
382
+ - **Revelation**: Hallucination speaks truth.
383
+ - **Physical Struggle**: Body horror element.
384
+ - **Emotional Release**: Tears, screams.
385
+ - **Return to Reality**: Ambiguous boundary.
386
+
387
+ Examples: Max's brain chase in *Pi*; Nina's double in *Black Swan*.
388
+
389
+ ### The "Intimate Monologue" Scene
390
+ Solo or to confidant, revealing vulnerability.
391
+
392
+ **Required Elements**:
393
+ - **Setting**: Confined space (apartment, stage).
394
+ - **Delivery**: Halting, raw.
395
+ - **Subtext**: Unsaid pain heavier.
396
+ - **Visuals**: Close-ups, shadows.
397
+ - **Payoff**: Deepens obsession.
398
+
399
+ Examples: Sara's TV dream in *Requiem*; Charlie's essay readings.
400
+
401
+ ### The "Bodily Transformation" Scene
402
+ Physical change symbolizing psychological shift.
403
+
404
+ **Structure**:
405
+ 1. **Trigger**: Obsession milestone.
406
+ 2. **Pain**: Detailed suffering.
407
+ 3. **Surreal Element**: Exaggerated alteration.
408
+ 4. **Reaction**: Denial or acceptance.
409
+ 5. **Consequence**: Irreversible step.
410
+
411
+ Examples: Nina's wing growth; Charlie's binges.
412
+
413
+ Verbose: Elaborate on makeup/FX implications in script, thematic symbolism.
414
+
415
+ ---
416
+
417
+ ## Thematic Elements
418
+
419
+ Aronofsky's themes are interwoven, explored verbosely here.
420
+
421
+ ### Obsession and Transcendence
422
+ Central motif: Pursuit leads to godlike insight or destruction. Analyze across films, with examples, philosophical roots (Nietzsche, Kabbalah).
423
+
424
+ ### Body as Prison/Metaphor
425
+ Flesh betrays spirit—decay in *Requiem*, mutation in *Black Swan*. Detailed body horror analysis.
426
+
427
+ ### Faith vs. Science
428
+ Clash in *Pi*, *The Fountain*, *Noah*. Verbose debates through character conflicts.
429
+
430
+ ### Creation and Destruction
431
+ Artistic birth as violent in *Mother!*, *Black Swan*.
432
+
433
+ ### Isolation and Connection
434
+ Obsession severs bonds; redemption through fleeting links.
435
+
436
+ Expand each with sub-themes, film citations, avoiding overlap.
437
+
438
+ ---
439
+
440
+ ## Visual and Editing Techniques
441
+
442
+ ### SnorriCam and Handheld
443
+ Signature shots: Body-mounted camera for disorientation (*Requiem*, *The Wrestler*). Describe script integration.
444
+
445
+ ### Rapid Cuts and Montages
446
+ Hip-hop editing rhythm. Verbose pacing guides.
447
+
448
+ ### Color Palettes
449
+ Desaturated for realism, vibrant for surreal (*Black Swan*'s black/white).
450
+
451
+ ### Nonlinear Editing
452
+ Implied in script through cut cues.
453
+
454
+ ---
455
+
456
+ ## Sound and Music Integration
457
+
458
+ Clint Mansell's scores: Minimalist, repetitive motifs. Script cues for leitmotifs.
459
+
460
+ Diegetic sounds amplified (heartbeats, breaths).
461
+
462
+ Verbose: Examples of sound design enhancing emotion.
463
+
464
+ ---
465
+
466
+ ## Performance Direction
467
+
468
+ Notes for actors: Method immersion, physical prep. Verbose guidance in scripts.
469
+
470
+ ---
471
+
472
+ ## Symbolism and Metaphors
473
+
474
+ Recurring: Trees (life/death), Rings (eternity), Mirrors (duality). Detailed breakdowns.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-david-fincher",
3
+ "version": "1.0.0",
4
+ "displayName": "David Fincher Style Guide",
5
+ "description": "Screenplay style guide for David Fincher",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "david-fincher"
14
+ ],
15
+ "dependencies": {
16
+ "required": [],
17
+ "optional": [
18
+ "writing-standards/screenplay"
19
+ ]
20
+ },
21
+ "augment": {
22
+ "characterCount": 5000,
23
+ "priority": "medium",
24
+ "category": "cinematic-styles",
25
+ "appliesTo": {
26
+ "filePatterns": [
27
+ "**/*.fountain",
28
+ "**/*.screenplay",
29
+ "**/screenplay/**/*.md",
30
+ "**/screenplays/**/*"
31
+ ],
32
+ "languages": [
33
+ "fountain",
34
+ "markdown"
35
+ ]
36
+ }
37
+ },
38
+ "installation": {
39
+ "required": false,
40
+ "steps": [
41
+ "Link module: augx link writing-standards/screenplay/cinematic-styles/directors/david-fincher",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "david-fincher.md"
48
+ ]
49
+ }
50
+ }