@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,361 @@
1
+ # Robert Eggers Films - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Atmospheric Folk Horror Epic](#the-atmospheric-folk-horror-epic)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Historical Immersion First, Horror Second**](#1-historical-immersion-first-horror-second)
9
+ - [2. **Archaic Dialogue with Psychological Depth**](#2-archaic-dialogue-with-psychological-depth)
10
+ - [3. **Isolation Through Ensemble Minimalism**](#3-isolation-through-ensemble-minimalism)
11
+ - [4. **Symbolic Visuals with Auditory Dread**](#4-symbolic-visuals-with-auditory-dread)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Eggers Slow-Burn Three-Act Formula](#the-eggers-slow-burn-three-act-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Flawed Isolate](#the-flawed-isolate)
16
+ - [Eggers Character Archetypes](#eggers-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Isolation Descent" Scene](#the-isolation-descent-scene)
19
+ - [The "Folk Ritual" Scene](#the-folk-ritual-scene)
20
+ - [The "Madness Monologue" Scene](#the-madness-monologue-scene)
21
+ - [The "Supernatural Seduction" Scene](#the-supernatural-seduction-scene)
22
+
23
+ ## The Atmospheric Folk Horror Epic
24
+
25
+ **Films Analyzed**:
26
+ - The Witch (2015)
27
+ - The Lighthouse (2019)
28
+ - The Northman (2022)
29
+ - Nosferatu (2024) [Note: Analyzed based on available information and stylistic continuity as of 2026, post-release]
30
+ - Additional References: Early shorts like "The Tell-Tale Heart" adaptation and unproduced scripts, but focus on feature films
31
+
32
+ **Primary Writers**: Robert Eggers (sole or co-writer on all), Max Eggers (co-writer on The Lighthouse), Sjón (co-writer on The Northman)
33
+ **Genre**: Historical Horror / Psychological Folklore Drama / Mythic Tragedy
34
+ **Core Concept**: Meticulously researched, immersive tales of human frailty in isolated, period-specific worlds where superstition, madness, and primal forces blur the line between reality and myth, emphasizing atmospheric dread over conventional plot twists.
35
+
36
+ ---
37
+
38
+ ## Overview
39
+
40
+ Robert Eggers has emerged as a singular voice in contemporary cinema, crafting films that transport audiences into meticulously reconstructed historical eras not merely as backdrops but as active participants in the narrative's psychological unraveling. His works, often classified under folk horror or period drama with supernatural undertones, prioritize authenticity in language, costume, set design, and cultural folklore to explore timeless themes of isolation, religious fervor, familial disintegration, masculine toxicity, and the inexorable pull of fate. Unlike mainstream horror that relies on jump scares or gore, Eggers' style is a slow-burning immersion, where tension builds through linguistic precision, visual symbolism, and auditory landscapes that evoke a sense of encroaching doom. This guide distills the essence of his screenplay approach, drawing from his canon to provide a blueprint for writers seeking to emulate his blend of historical verisimilitude and existential terror.
41
+
42
+ Eggers' films are characterized by their rejection of modern cinematic shortcuts; instead, they demand patience from both creators and viewers, rewarding close attention with layers of subtext drawn from real historical texts, myths, and artifacts. For instance, The Witch draws from 17th-century Puritan diaries and witch trial transcripts, The Lighthouse from 19th-century seafaring logs and Welsh mythology, The Northman from Viking sagas and Icelandic folklore, and Nosferatu from Bram Stoker's Dracula infused with German Expressionist influences and 19th-century Gothic sensibilities. This commitment to source material ensures that every element—dialogue, props, lighting—serves the thematic core: humanity's vulnerability to the unknown, whether manifested as witches, mermaids, berserkers, or vampires.
43
+
44
+ In an era dominated by fast-paced blockbusters, Eggers' style stands as a counterpoint, emphasizing verbosity in description to mirror the films' deliberate pacing. Screenplays are dense with atmospheric notations, character introspection via subtle actions, and dialogue that feels archaic yet profoundly human. The result is a cinematic experience that feels like peering into a forgotten manuscript, alive with the whispers of the past. This guide will break down his principles, structures, and techniques, offering verbose yet precise insights to avoid redundancy while delving deeply into each facet.
45
+
46
+ ---
47
+
48
+ ## Core Principles
49
+
50
+ ### 1. **Historical Immersion First, Horror Second**
51
+ Every supernatural element emerges organically from period-accurate details, making the uncanny feel inevitable rather than imposed.
52
+
53
+ **Key Philosophy**:
54
+ - Authenticity breeds dread: Historical accuracy isn't ornamental but the foundation for psychological terror.
55
+ - The past as alien world: Treat historical settings as unfamiliar terrains where modern assumptions dissolve.
56
+ - Subtle supernaturalism: Ambiguity reigns— is it madness, myth, or both? Never confirm outright.
57
+ - Sensory overload: Use sight, sound, and implied touch/smell to immerse, heightening isolation.
58
+
59
+ **Examples from Films**:
60
+ - In The Witch, the family's banishment from the plantation stems from real Puritan theological disputes, grounding the subsequent witchcraft in familial and religious tensions. The goat Black Phillip's whispers draw from actual folklore accounts of familiar spirits.
61
+ - The Lighthouse employs 19th-century maritime superstitions (e.g., killing seabirds invites doom) to fuel Winslow's descent, with the lighthouse itself symbolizing phallic isolation and Promethean hubris.
62
+ - The Northman's berserker rituals are pulled from Viking sagas, where Amleth's visions of Valkyries blend hallucinatory grief with mythic reality.
63
+ - Nosferatu reimagines Count Orlok's vampirism through 19th-century plague metaphors, with Ellen's sacrificial allure echoing Romantic era notions of doomed love and pestilence.
64
+
65
+ **Writing Approach**:
66
+ WRONG: "A witch appears in the woods, cackling."
67
+ RIGHT: "The forest thickens, branches like skeletal fingers clutching at the dimming sky. Thomasin glimpses a shape—cloaked in ragged homespun, moving with unnatural grace. A whisper carries on the wind: archaic incantations from forgotten grimoires. Is it real, or the fever of isolation?"
68
+ textThis approach ensures verbosity in scene descriptions to build immersion, detailing fabrics, weather, and dialects without redundancy, each element reinforcing the era's oppressive atmosphere.
69
+
70
+ ### 2. **Archaic Dialogue with Psychological Depth**
71
+ Dialogue mimics historical speech patterns, revealing inner turmoil through verbosity and subtext rather than exposition.
72
+
73
+ **Dialogue Guidelines**:
74
+ - **Period lexicon**: Use vocabulary from source eras—e.g., 1630s English for The Witch (thee/thou, biblical cadences)—but ensure comprehensibility.
75
+ - **Verbose monologues**: Characters speak in extended soliloquies, echoing Shakespearean or saga-style introspection.
76
+ - **Subtext in silence**: Pauses and non-verbal cues convey more than words; dialogue often masks true intent.
77
+ - **Mythic resonance**: Infuse speech with folklore motifs, making conversations feel like incantations.
78
+
79
+ **Dialogue Ratio**:
80
+ - Atmospheric scenes: 20% dialogue, 80% description/action
81
+ - Confrontational scenes: 50% verbose exchanges, 50% physical/emotional reactions
82
+ - Climactic moments: Sparse words amid chaos, emphasizing impact
83
+
84
+ **Character Voice Examples**:
85
+ THOMASIN (Innocent yet defiant, Puritan-inflected)
86
+ What hast thou done? The Devil's mark upon thee, father? Nay, 'tis the wilderness that devours us, or perchance our own black hearts.
87
+ WINSLOW/EHOWARD (Manic, dialect-heavy, obsessive)
88
+ Hark! The light mocks me, ye say? Nay, 'tis yer secrets what fester like bilge in the hold. Spill 'em, or by Neptune's beard, I'll wring 'em from ye!
89
+ AMLETH (Stoic, saga-poetic, vengeful)
90
+ Fate weaves its thread, mother. The Norns have spun my path through blood and fire. I am the bear-wolf, the avenger of kin.
91
+ ELLEN (Ethereal, Gothic-romantic, sacrificial)
92
+ The shadow calls to me in dreams, husband. His hunger mirrors mine—a void that light cannot fill. I must go to him, lest the plague consume all.
93
+ BLACK PHILLIP (Whispered, tempting, archaic)
94
+ Wouldst thou like to live deliciously? The book awaits thy name, child. Sign, and taste the butter of eternity.
95
+ textThese voices are crafted to feel authentic, with Eggers often consulting linguists; writers should research era-specific idioms to avoid anachronisms, using them to layer psychological complexity.
96
+
97
+ ### 3. **Isolation Through Ensemble Minimalism**
98
+ Small casts in confined settings amplify interpersonal tensions, turning relationships into pressure cookers.
99
+
100
+ **Ensemble Techniques**:
101
+ - **Limited characters**: Rarely more than 5-7 principals; focus on dyads or triads for intimate conflict.
102
+ - **Micro-dynamics**: Pairings reveal flaws—e.g., father-daughter, mentor-apprentice, rival siblings.
103
+ - **Environmental antagonism**: Settings (woods, island, longhouse) act as characters, exacerbating isolation.
104
+ - **Gradual unraveling**: Relationships deteriorate slowly, building to explosive confrontations.
105
+
106
+ **Pairing Examples from Films**:
107
+ - Thomasin + Family (The Witch): Religious piety vs. adolescent rebellion, culminating in liberation through damnation.
108
+ - Winslow + Wake (The Lighthouse): Power struggle in homoerotic tension, blending mentorship with madness.
109
+ - Amleth + Olga (The Northman): Vengeance tempered by love, drawing from Slavic folklore.
110
+ - Orlok + Ellen (Nosferatu): Predator-prey dynamic infused with tragic romance, echoing Murnau's original.
111
+
112
+ **Writing Approach**:
113
+ ENSEMBLE SCENE STRUCTURE:
114
+
115
+ Establish confinement (describe setting's oppressiveness verbosely)
116
+ Introduce subtle frictions (hints of secrets via dialogue/subtext)
117
+ Escalate through isolation (weather, darkness amplify tensions)
118
+ Individual breakdowns (monologues reveal psyches)
119
+ Collective collapse (physical/psychological eruption)
120
+
121
+ textThis minimalism allows for verbose explorations of each character's inner world, avoiding redundancy by tying every interaction to thematic cores like fate vs. free will.
122
+
123
+ ### 4. **Symbolic Visuals with Auditory Dread**
124
+ Cinematography and sound design are integral, with screenplays noting symbolic motifs and sonic layers to evoke unease.
125
+
126
+ **Visual/Auditory Principles**:
127
+ - **Monochrome palettes**: Muted colors, high contrast (black-and-white in The Lighthouse) symbolize moral ambiguity.
128
+ - **Natural elements as omens**: Wind, waves, animals foreshadow doom.
129
+ - **Sound as character**: Creaks, whispers, folk music build tension without visuals.
130
+ - **Ambiguous framing**: Off-screen horrors, long takes to heighten immersion.
131
+
132
+ **Atmosphere Philosophy**:
133
+ NOT: Jump scare with loud noise
134
+ BUT: A distant howl merges with the wind's moan. The camera lingers on Thomasin's face, shadows dancing like accusing fingers. The goat's eyes reflect unnatural light— or is it imagination? No resolution, only mounting dread.
135
+ textEggers collaborates with cinematographers like Jarin Blaschke, noting in scripts how visuals symbolize internal states, such as the lighthouse beam as forbidden knowledge.
136
+
137
+ ---
138
+
139
+ ## Narrative Structure
140
+
141
+ ### The Eggers Slow-Burn Three-Act Formula
142
+
143
+ Eggers' structures eschew traditional Hollywood pacing for a saga-like progression, where acts blend seamlessly, emphasizing build-up over resolution. Verbose descriptions in screenplays detail environmental and emotional shifts, creating a tapestry of dread.
144
+
145
+ #### Act 1: Exile and Omen (0-40 minutes)
146
+ **Goal**: Immerse in the world, establish isolation, and plant seeds of unease.
147
+
148
+ **Key Elements**:
149
+ - **World-building immersion**: Open with verbose descriptions of era-specific details—clothing, tools, dialects—to alienate modern viewers.
150
+ - **Character baselines**: Introduce protagonists in moments of normalcy tinged with tension, revealing flaws through subtle actions.
151
+ - **Inciting isolation**: A banishment, arrival, or loss forces confinement.
152
+ - **First omen**: Subtle supernatural hint, ambiguous enough to question sanity.
153
+ - **Familial/relational setup**: Establish dynamics that will fracture.
154
+
155
+ **Pacing**:
156
+ - Deliberate slowness: Long takes, minimal cuts; dialogue sparse but loaded.
157
+ - Atmospheric establishment: 60% description, 40% action/dialogue.
158
+ - Emotional hook: By minute 30, a personal loss heightens stakes.
159
+
160
+ **Examples**:
161
+ - The Witch: Family exiled for heresy; baby Samuel's disappearance as first witch omen.
162
+ - The Lighthouse: Winslow arrives on island; seagull superstitions foreshadow madness.
163
+ - The Northman: Young Amleth witnesses father's murder; vows vengeance in ritualistic exile.
164
+ - Nosferatu: Hutter's journey to Orlok's castle; initial plague rumors as omens.
165
+
166
+ Verbose expansion: In The Witch, the opening sequence verbosely describes the plantation's rigid Puritan society, with William's proud defiance in theological debate setting his flaw of hubris. The wagon journey into the wilderness is detailed with creaking wheels, fading civilization sounds, and encroaching forest shadows, symbolizing the family's descent into primal chaos. This immersion ensures viewers feel the weight of historical context, making the omens— like the eerie silence after Samuel's vanishing—resonate deeply without redundancy.
167
+
168
+ #### Act 2A: Fractures and Visions (40-80 minutes)
169
+ **Goal**: Deepen isolation, escalate interpersonal conflicts, introduce hallucinatory elements.
170
+
171
+ **Escalation Pattern**:
172
+ 1. **Attempts at normalcy**: Characters cling to routines (farming, duties), but failures mount.
173
+ 2. **Relational strains**: Accusations, secrets emerge in verbose confrontations.
174
+ 3. **Visions/hallucinations**: Ambiguous supernatural encounters blur reality.
175
+ 4. **Environmental hostility**: Weather, animals turn antagonistic.
176
+ 5. **Midpoint revelation**: A discovery (e.g., artifact, betrayal) shifts dynamics.
177
+
178
+ **Key Techniques**:
179
+ - **Montage of decay**: Verbose sequences showing physical/mental deterioration.
180
+ - **Folkloric infusions**: Integrate myths via stories or rituals.
181
+ - **Subtle horror builds**: No jumps; dread through implication.
182
+ - **Character monologues**: Extended speeches reveal psyches.
183
+
184
+ Verbose expansion: In The Lighthouse, Act 2A explores Winslow and Wake's routines with detailed descriptions of lamp-tending, lobster trapping, and stormy nights. Their dialogues evolve from gruff exchanges to manic revelations, with Winslow's visions of mermaids described in sensual, mythic terms—scales glistening like forbidden treasure, calls echoing ancient sirens. This verbosity mirrors the film's black-and-white aesthetic, emphasizing textures and sounds (waves crashing like judgments) to amplify isolation without repeating motifs unnecessarily. Similarly, The Northman's raid sequences are choreographed with saga-like poetry, Amleth's berserker fury detailed in visceral, symbolic language—blood as fate's ink, swords as extensions of vengeance.
185
+
186
+ #### Act 2B: Descent and Confrontation (80-110 minutes)
187
+ **Goal**: Push characters to breaking points, where madness and myth converge.
188
+
189
+ **Midpoint Crisis**:
190
+ - **Major fracture**: Betrayal or loss shatters remaining bonds.
191
+ - **Psychological unraveling**: Hallucinations intensify, questioning reality.
192
+ - **Isolation peaks**: External world fades; focus on confined space.
193
+ - **Hero's abyss**: Protagonist confronts deepest flaw.
194
+
195
+ **Examples**:
196
+ - The Witch: Caleb's possession and death; family accuses Thomasin.
197
+ - The Lighthouse: Spill of beans leads to violent revelations.
198
+ - The Northman: Amleth discovers mother's complicity; internal conflict.
199
+ - Nosferatu: Orlok's arrival in Wisborg; Ellen's visions of sacrifice.
200
+
201
+ Verbose expansion: This act delves into psychological depths with extended sequences of introspection. In The Northman, Amleth's confrontation with Gudrún is scripted with poetic verbosity, her confessions weaving Viking lore with personal betrayal— "Thy father's throne was built on bones, child. I chose survival o'er honor." The camera notations emphasize close-ups on faces etched with firelight shadows, sounds of crackling flames mirroring inner turmoil. Eggers avoids redundancy by layering new symbolic elements, like the draugr (undead) visions representing unresolved grief, building to a fever pitch of dread.
202
+
203
+ #### Act 3: Reckoning and Transcendence (110-140+ minutes)
204
+ **Goal**: Climactic eruption, ambiguous resolution, lingering unease.
205
+
206
+ **Resolution Principles**:
207
+ - **Mythic climax**: Confrontation blends physical and supernatural.
208
+ - **Sacrifice or liberation**: Protagonist transcends or succumbs.
209
+ - **No clear victory**: Endings bittersweet or tragic, with ambiguity.
210
+ - **Final imagery**: Symbolic visuals leave interpretation open.
211
+ - **Post-climax reflection**: Brief epilogue reinforces themes.
212
+
213
+ **Final Confrontation Structure**:
214
+
215
+ ISOLATED BUILD-UP - Environment closes in (storm, night, ritual)
216
+ VERBOSE CONFESSION - Characters unload secrets in extended dialogue
217
+ PHYSICAL ERUPTION - Violence or ritual, described with sensory detail
218
+ SUPERNATURAL PEAK - Ambiguous manifestation (witch flight, light revelation)
219
+ TRANSFORMATION - Hero changes (ascension, madness, death)
220
+ LINGERING ECHO - Final shot/symbol leaves dread
221
+ THEMATIC RESONANCE - No tidy closure; imply cycles
222
+ AUDITORY FADE - Sounds diminish to silence or whisper
223
+
224
+ textVerbose expansion: In The Witch's climax, Thomasin's signing of the book is detailed with verbose sensuality— the quill's scratch like fate's decree, Black Phillip's voice a seductive murmur promising freedom. Her nude flight into the coven is symbolic of liberation from patriarchal oppression, described without redundancy by contrasting prior confinement with aerial ecstasy. The Northman's duel with Fjölnir is a mythic ballet of blood and fire, scripted with saga verbosity: blows landing like thunderclaps, wounds blooming like fatal flowers. Nosferatu's ending echoes this, Ellen's self-sacrifice to Orlok detailed in Gothic prose— her pale form yielding to shadow, the vampire's dissolution in dawn light symbolizing love's destructive power.
225
+
226
+ ---
227
+
228
+ ## Character Development
229
+
230
+ ### The Flawed Isolate
231
+
232
+ **Core Traits**:
233
+ - **Historical authenticity**: Defined by era's norms, yet universally human.
234
+ - **Internal conflict**: Superstition vs. reason, duty vs. desire.
235
+ - **Primal instincts**: Civilization peels away to reveal base urges.
236
+ - **Transformation through trial**: Evolves via suffering, often tragically.
237
+
238
+ **Character Arc Template**:
239
+ SETUP: Character bound by societal/role constraints (William's piety, Winslow's ambition)
240
+ CHALLENGE: Isolation exposes flaws (pride leads to paranoia, repression to madness)
241
+ CRISIS: Confrontation with the 'other' (witch, mermaid, fate) forces breakdown
242
+ GROWTH: Acceptance or rejection of true self (liberation or destruction)
243
+ RESOLUTION: Ambiguous transcendence (flight, death, vengeance fulfilled)
244
+ textVerbose expansion: Eggers' characters are verbose studies in human frailty, drawing from historical archetypes. William in The Witch embodies Puritan patriarchy, his arc detailed through verbose prayers and breakdowns— initial sermons thundering with biblical authority, devolving into whimpering pleas as crops fail and children die. This progression avoids redundancy by tying each stage to environmental symbols: the rotting corn mirroring his decaying faith.
245
+
246
+ ### Eggers Character Archetypes
247
+
248
+ **The Patriarch/Authority Figure** (William, Wake, Fjölnir):
249
+ - Enforces order, but harbors secrets.
250
+ - Verbose justifications mask insecurities.
251
+ - Downfall through hubris; symbolic emasculation.
252
+ - Interactions reveal toxic masculinity.
253
+
254
+ Verbose expansion: Wake in The Lighthouse is a verbose tyrant, his sea-shanty monologues laced with mythological bluster— "The light is mine!" echoing Odysseus' hubris. His relationship with Winslow explores power dynamics with homoerotic subtext, detailed in scripts through lingering touches and shared hallucinations, building to a Promethean reckoning without repetitive motifs.
255
+
256
+ **The Innocent/Rebel** (Thomasin, Young Winslow, Olga):
257
+ - Chafes against constraints; seeks autonomy.
258
+ - Visions tempt with forbidden knowledge.
259
+ - Arc toward empowerment or corruption.
260
+ - Feminine/marginalized perspective challenges norms.
261
+
262
+ Verbose expansion: Thomasin's arc is a feminist allegory, scripted with verbose internal monologues implied through actions— milking the goat with defiant stares, her final "live deliciously" a culmination of suppressed desires. In The Northman, Olga's Slavic witchery provides counterpoint to Amleth's brutality, her rituals described in earthy detail: herbs crushed like fates altered, spells whispered in ancient tongues.
263
+
264
+ **The Avenger/Madman** (Amleth, Hutter, Caleb):
265
+ - Driven by loss; descends into obsession.
266
+ - Hallucinations blend grief with myth.
267
+ - Physical transformation symbolizes inner chaos.
268
+ - Questions sanity vs. destiny.
269
+
270
+ Verbose expansion: Amleth's berserker state is detailed verbosely— skin taut over muscles like wolf pelt, roars echoing ancestral calls. His arc interrogates vengeance's cost, with visions of the Tree of Life providing philosophical depth, avoiding redundancy by evolving symbols from boyhood trauma to adult reckoning.
271
+
272
+ **The Supernatural Tempter** (Black Phillip, Mermaid, Valkyrie, Orlok):
273
+ - Ambiguous entity: Real or projection?
274
+ - Seductive whispers promise power/release.
275
+ - Symbolic of repressed urges.
276
+ - Sparse, poetic dialogue heightens mystery.
277
+
278
+ Verbose expansion: Orlok in Nosferatu is a shadow incarnate, his presence described with Gothic verbosity— elongated fingers like plague vectors, eyes burning with eternal hunger. Interactions with Ellen explore desire's darkness, scripts noting subtle sound cues (rat scurries as omens) to build dread.
279
+
280
+ **The Betrayed Kin** (Katherine, Gudrún, Knock):
281
+ - Harbors resentments; catalyzes conflict.
282
+ - Verbose laments reveal backstories.
283
+ - Represents fractured bonds.
284
+ - Often tragic, not villainous.
285
+
286
+ Verbose expansion: Katherine's grief in The Witch manifests in verbose accusations, her milk-weeping breasts symbolizing maternal failure. This archetype adds relational depth, with Eggers using historical gender roles to explore without stereotyping.
287
+
288
+ ---
289
+
290
+ ## Scene Construction
291
+
292
+ ### The "Isolation Descent" Scene
293
+ Characters confront solitude, building dread through environment and introspection.
294
+
295
+ **Structure**:
296
+ 1. **Setting immersion**: Verbose description of confining space.
297
+ 2. **Sensory build**: Sounds, shadows heighten unease.
298
+ 3. **Internal monologue**: Implied through actions/dialogue.
299
+ 4. **Omen intrusion**: Subtle unnatural element.
300
+ 5. **Emotional peak**: Panic or resignation.
301
+
302
+ **Example Template**:
303
+ INT. REMOTE CABIN - NIGHT
304
+ The wind howls like damned souls outside. Candle flickers, casting elongated shadows on rough-hewn walls. Thomasin huddles by the fire, embers popping like accusations.
305
+ She whispers a prayer, words tumbling in archaic cadence: "Deliver us from evil, O Lord..."
306
+ A knock? Or branch scratching? The door creaks open slightly—darkness peers in.
307
+ Thomasin's breath quickens. Eyes dart to the corner where Black Phillip stands, horns curling like temptations.
308
+ She rises, approaches. "What sayest thou?"
309
+ Whisper on the wind: "Sign..."
310
+ She slams the door, but the chill lingers.
311
+ textVerbose expansion: This scene type recurs across films, each iteration unique— in The Lighthouse, it's Winslow's masturbation interrupted by mermaid visions, detailed with oceanic sounds merging with moans; in The Northman, Amleth's cave meditations with rune carvings symbolizing fate.
312
+
313
+ ### The "Folk Ritual" Scene
314
+ Ceremonies or superstitions performed, blending history with horror.
315
+
316
+ **Elements**:
317
+ - **Authentic details**: Drawn from folklore research.
318
+ - **Verbose incantations**: Chants or prayers extended.
319
+ - **Symbolic actions**: Blood, fire, herbs as motifs.
320
+ - **Participant reactions**: Range from devotion to doubt.
321
+ - **Supernatural hint**: Ambiguous outcome.
322
+
323
+ **Timing Rules**:
324
+ - Place mid-act for escalation.
325
+ - Use to reveal character beliefs.
326
+ - Build tension with rhythm (drums, chants).
327
+ - End on ambiguity, not revelation.
328
+
329
+ **Examples**:
330
+ WRONG (Modernized): "They do a quick spell."
331
+ RIGHT (Verbose): "The circle forms under moon's pallid gaze. Olga scatters bones, murmuring Slavic invocations: 'Spirits of earth, bind his wounds with threads of night.' Amleth winces as poultice burns, visions flickering—Valkyries or fever? The fire leaps, shadows dancing like fates entwined."
332
+ textVerbose expansion: In Nosferatu, Ellen's self-hypnosis ritual echoes 19th-century mesmerism, described with trance-like verbosity: breaths synchronized to clock ticks, Orlok's image materializing in mirrors. This avoids redundancy by tying rituals to character arcs, like Caleb's forest temptation in The Witch as a puberty metaphor.
333
+
334
+ ### The "Madness Monologue" Scene
335
+ Character unleashes verbose tirade, revealing psyche.
336
+
337
+ **Required Elements**:
338
+ - **Trigger**: Confrontation or isolation peak.
339
+ - **Archaic flourishes**: Poetic, era-specific language.
340
+ - **Physicality**: Gestures amplify words.
341
+ - **Listener reaction**: Mirrors or intensifies.
342
+ - **Thematic echo**: Ties to core motifs.
343
+
344
+ **Examples**:
345
+ - Wake's curse in The Lighthouse: Verbose sea-god invocation.
346
+ - William's prayer breakdown in The Witch: Biblical pleas devolving.
347
+ - Amleth's fate rant in The Northman: Saga-style prophecy.
348
+
349
+ Verbose expansion: These scenes are screenplay highlights, with Eggers noting performance cues—spittle flying, eyes wild. In Nosferatu, Orlok's rare speech is a Gothic soliloquy on immortality's curse, building empathy amid horror.
350
+
351
+ ### The "Supernatural Seduction" Scene
352
+ Temptation via vision or entity, blending desire with dread.
353
+
354
+ **Structure**:
355
+ 1. **Vulnerable state**: Character alone, weakened.
356
+ 2. **Appearance**: Subtle manifestation.
357
+ 3. **Verbose exchange**: Tempting offers.
358
+ 4. **Physical allure**: Sensory details.
359
+ 5. **Resolution**: Acceptance or rejection, ambiguous.
360
+
361
+ Verbose expansion: In The Lighthouse, the mermaid scene is erotically charged, described with wave-crash rhythms; in The Witch, Black Phillip's offer is a verbal caress. This type explores repression, with Eggers using historical taboos to deepen without repetition.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-robert-zemeckis",
3
+ "version": "1.0.0",
4
+ "displayName": "Robert Zemeckis Style Guide",
5
+ "description": "Screenplay style guide for Robert Zemeckis",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "robert-zemeckis"
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/robert-zemeckis",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "robert-zemeckis.md"
48
+ ]
49
+ }
50
+ }