@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,350 @@
1
+ # Guillermo del Toro Films - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Gothic Fairy Tale Horror](#the-gothic-fairy-tale-horror)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Monsters as Metaphors for Humanity**](#1-monsters-as-metaphors-for-humanity)
9
+ - [2. **Visual Alchemy: Design as Narrative**](#2-visual-alchemy-design-as-narrative)
10
+ - [3. **Fairy Tale Hybridity with Historical Horror**](#3-fairy-tale-hybridity-with-historical-horror)
11
+ - [4. **Emotional Depth Through Imperfection**](#4-emotional-depth-through-imperfection)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Del Toro Three-Act Allegory](#the-del-toro-three-act-allegory)
14
+ - [Character Development](#character-development)
15
+ - [The Outsider Protagonist](#the-outsider-protagonist)
16
+ - [Del Toro Character Archetypes](#del-toro-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Creature Reveal" Scene](#the-creature-reveal-scene)
19
+ - [The "Moral Choice" Scene](#the-moral-choice-scene)
20
+ - [The "Historical-Fantastical Fusion" Scene](#the-historical-fantastical-fusion-scene)
21
+ - [The "Redemptive Sacrifice" Scene](#the-redemptive-sacrifice-scene)
22
+
23
+ ## The Gothic Fairy Tale Horror
24
+
25
+ **Films Analyzed**:
26
+ - Cronos (1993)
27
+ - Mimic (1997)
28
+ - The Devil's Backbone (2001)
29
+ - Blade II (2002)
30
+ - Hellboy (2004)
31
+ - Pan's Labyrinth (2006)
32
+ - Hellboy II: The Golden Army (2008)
33
+ - Pacific Rim (2013)
34
+ - Crimson Peak (2015)
35
+ - The Shape of Water (2017)
36
+ - Nightmare Alley (2021)
37
+ - Guillermo del Toro's Pinocchio (2022)
38
+ - Cabinet of Curiosities (2022, anthology series, select episodes)
39
+ - Scary Stories to Tell in the Dark (2019, produced and co-written)
40
+ - The Strain (TV series, co-created)
41
+
42
+ **Primary Writers**: Guillermo del Toro (often as writer/director), Matthew Robbins, David S. Goyer, Vanessa Taylor, Dan Laustsen (cinematography influence), Mike Mignola (Hellboy source), Carlo Collodi (Pinocchio adaptation)
43
+ **Genre**: Dark Fantasy / Gothic Horror / Fairy Tale Allegory
44
+ **Core Concept**: Exploring the blurred lines between monsters and humanity, using visually sumptuous fairy tales infused with historical trauma, political allegory, and personal redemption to reveal the beauty in the grotesque and the horror in the ordinary.
45
+
46
+ ---
47
+
48
+ ## Overview
49
+
50
+ Guillermo del Toro's filmmaking redefines the boundaries of fantasy and horror by weaving intricate tapestries of myth, history, and emotion. His films are alchemical concoctions that transform base elements—fairy tales, comic books, gothic literature, and real-world atrocities—into profound meditations on what it means to be human. Del Toro's style is characterized by its unapologetic embrace of the fantastical as an extension of reality, where monsters are not mere antagonists but mirrors of societal ills, personal flaws, and untapped empathy. Influenced by Spanish Civil War ghosts, Mexican folklore, Japanese kaiju, and European gothic masters like Goya and Shelley, his work balances lavish visual spectacle with intimate character studies. This guide distills the essence of del Toro's approach, providing a blueprint for crafting screenplays that are intellectually rich, emotionally resonant, and visually intoxicating, much like his masterpieces such as *Pan's Labyrinth* and *The Shape of Water*. Through meticulous production design, thematic depth, and narrative hybridity, del Toro creates worlds where the supernatural illuminates the human condition, reminding us that true horror often lies in the hearts of men, not in the shadows.
51
+
52
+ Del Toro's oeuvre stands as a testament to genre-blending mastery. He doesn't merely direct films; he curates cabinets of curiosities, filling them with creatures that evoke wonder and terror in equal measure. His commitment to practical effects, color symbolism, and moral ambiguity ensures that every frame serves the story's deeper philosophical inquiries. Whether depicting the fascism of Franco's Spain or the isolation of Cold War America, del Toro uses fantasy to critique power structures, celebrate outsider perspectives, and advocate for empathy toward the "other." This style guide breaks down his techniques, from core principles to scene construction, to help writers emulate his unique voice while avoiding imitation—del Toro himself emphasizes imperfection as a path to authenticity.
53
+
54
+ ---
55
+
56
+ ## Core Principles
57
+
58
+ ### 1. **Monsters as Metaphors for Humanity**
59
+ In del Toro's world, creatures are not villains but complex beings reflecting human virtues and vices. They embody themes of alienation, redemption, and the monstrous within society.
60
+
61
+ **Key Philosophy**:
62
+ - Monsters deserve empathy; humans can be the true horrors.
63
+ - Physical grotesqueness highlights inner beauty or societal flaws.
64
+ - Supernatural elements are mundane, integrated into reality without fanfare.
65
+ - Creatures often serve as guardians, lovers, or innocents, subverting expectations.
66
+
67
+ **Examples from Films**:
68
+ - The Amphibian Man in *The Shape of Water* represents marginalized outsiders and forbidden love, contrasting with the human antagonist's cruelty.
69
+ - The Pale Man in *Pan's Labyrinth* symbolizes fascist gluttony and child exploitation during the Spanish Civil War.
70
+ - Hellboy's demonic origins clash with his heroic soul, exploring identity and belonging.
71
+ - The ghosts in *The Devil's Backbone* are victims of war, haunting the living as reminders of unresolved trauma.
72
+
73
+ **Writing Approach**:
74
+ WRONG: "A hideous monster attacks the village."
75
+ RIGHT: "The creature, scales glistening like forgotten jewels, emerges from the shadows. Its eyes, wide with ancient sorrow, meet the child's. 'You are like me,' it whispers, voice echoing lost humanity. But the soldiers approach, rifles raised—the real monsters unmasked."
76
+ textThis approach ensures monsters drive emotional arcs, not just scares, fostering audience investment in their fates.
77
+
78
+ ### 2. **Visual Alchemy: Design as Narrative**
79
+ Del Toro treats production design as "eye protein"—nourishing the story rather than mere decoration. Every visual element alchemizes themes into tangible form.
80
+
81
+ **Visual Guidelines**:
82
+ - **Color Symbolism**: Warm ambers for innocence and magic; cold blues/greens for oppression and decay.
83
+ - **Practical Effects Over CGI**: Emphasize tactile, imperfect creatures for authenticity.
84
+ - **Gothic Opulence**: Lavish sets with intricate details—clocks, insects, books—that symbolize time, transformation, and knowledge.
85
+ - **Fluid Cinematography**: Camera movements mimic organic flow, like water or wind, to immerse viewers in the fantastical.
86
+
87
+ **Visual Ratio**:
88
+ - Scenes: 50% atmospheric buildup (shadows, textures), 30% creature reveals, 20% action integrated with emotion.
89
+ - Overall Film: Balance spectacle with intimacy—grand vistas punctuate personal moments.
90
+
91
+ **Style Examples**:
92
+ CRIMSON PEAK (Gothic Romance)
93
+ Snow falls red with blood. The mansion's walls breathe, clay seeping like wounds. Edith's white gown stains crimson, symbolizing lost innocence.
94
+ PACIFIC RIM (Kaiju Epic)
95
+ Jaegers tower like cathedrals, rain-slicked metal gleaming under neon. Pilots' neural link visualizes shared memories—humanity's collective trauma.
96
+ THE DEVIL'S BACKBONE (Ghost Story)
97
+ Golden hour light filters through orphanage dust, turning bombs into ethereal threats. The ghost's translucent form merges with water, evoking drowned hopes.
98
+ textVisuals must advance plot and theme, creating a symbiotic relationship between image and narrative.
99
+
100
+ ### 3. **Fairy Tale Hybridity with Historical Horror**
101
+ Del Toro reimagines fairy tales as allegories for real-world atrocities, blending whimsy with brutality to critique fascism, war, and inequality.
102
+
103
+ **Hybrid Techniques**:
104
+ - **Genre Fusion**: Horror + Fantasy + Historical Drama = Moral Fables.
105
+ - **Moral Ambiguity**: No pure heroes/villains; choices define characters.
106
+ - **Innocence vs. Corruption**: Child protagonists navigate adult evils.
107
+ - **Pagan and Religious Motifs**: Blend Catholicism, folklore, and myth for spiritual depth.
108
+
109
+ **Examples from Films**:
110
+ - *Pan's Labyrinth*: Fairy tasks parallel Spanish Civil War resistance, with fauns and fairies as metaphors for rebellion.
111
+ - *Pinocchio*: Stop-motion animation infuses the classic tale with anti-fascist themes, emphasizing disobedience as virtue.
112
+ - *Nightmare Alley*: Noir carnival setting explores human monstrosity without supernatural elements, yet retains del Toro's thematic core.
113
+
114
+ **Writing Approach**:
115
+ FAIRY TALE SCENE STRUCTURE:
116
+
117
+ Mundane setup (historical context)
118
+ Fantastical intrusion (creature/task appears naturally)
119
+ Moral test (choice between obedience and empathy)
120
+ Consequence (growth or tragedy, reflecting societal ills)
121
+ Resolution (bittersweet; innocence preserved or lost)
122
+
123
+ This ensures stories feel timeless yet urgently contemporary.
124
+
125
+ ### 4. **Emotional Depth Through Imperfection**
126
+ Del Toro celebrates flaws—physical, moral, narrative—as sources of beauty and truth, rejecting polished perfection for raw authenticity.
127
+
128
+ **Principles**:
129
+ - **Vulnerable Protagonists**: Orphans, outsiders, or the disabled facing impossible choices.
130
+ - **Redemption Arcs**: Characters evolve through sacrifice, not triumph.
131
+ - **Bittersweet Endings**: Victory comes with loss, echoing life's complexities.
132
+ - **Humor in Darkness**: Subtle wit humanizes horror without undercutting tension.
133
+
134
+ **Emotional Philosophy**:
135
+ NOT: Heroic perfection overcoming evil.
136
+ BUT: A scarred faun guides a child through labyrinthine trials. She disobeys, saving her brother—fairy tale logic subverted for human compassion. The captain falls, but ghosts linger, unfinished.
137
+
138
+ Imperfection fosters empathy, making del Toro's worlds profoundly relatable.
139
+
140
+ ---
141
+
142
+ ## Narrative Structure
143
+
144
+ ### The Del Toro Three-Act Allegory
145
+
146
+ #### Act 1: The Ordinary World Fractured (0-30 minutes)
147
+ **Goal**: Introduce the protagonist's isolation and the intrusion of the fantastical into historical reality.
148
+
149
+ **Key Elements**:
150
+ - **Protagonist Setup**: Often a child or outsider, defined by loss (orphanhood, disability).
151
+ - **Historical Context**: Establish real-world horrors (war, oppression) as baseline.
152
+ - **Inciting Fantastical Event**: Monster/ghost appears mundanely, offering escape or challenge.
153
+ - **Internal Conflict**: Doubt vs. wonder; protagonist questions reality.
154
+
155
+ **Pacing**:
156
+ - Slow build with atmospheric visuals.
157
+ - Early horror tease (ghost sighting, creature glimpse).
158
+ - Emotional hook: Personal loss propels action.
159
+
160
+ **Examples**:
161
+ - *Pan's Labyrinth*: Ofelia arrives at the mill amid Civil War; meets the Faun.
162
+ - *The Shape of Water*: Elisa's routine life intersects with the Asset's capture.
163
+ - *Crimson Peak*: Edith's idyllic world shatters with her father's death.
164
+
165
+ #### Act 2A: Trials and Alliances (30-60 minutes)
166
+ **Goal**: Protagonist undergoes tests, forms bonds with the "other," and confronts growing threats.
167
+
168
+ **Escalation Pattern**:
169
+ 1. **Initial Task**: Fairy tale challenge reveals deeper metaphor.
170
+ 2. **Allies Emerge**: Monsters as mentors or lovers.
171
+ 3. **First Confrontation**: Human villains escalate, blending real/fantastical horrors.
172
+ 4. **Revelations**: Backstory uncovers historical traumas.
173
+ 5. **Internal Fracture**: Protagonist's flaws cause setbacks.
174
+
175
+ **Key Techniques**:
176
+ - Montages of transformation (e.g., creature designs evolving).
177
+ - Dialogue laced with folklore wisdom.
178
+ - Heightened visuals: Colors intensify with emotional stakes.
179
+ - Subplots interweave personal and political.
180
+
181
+ #### Act 2B: Descent into Darkness (60-90 minutes)
182
+ **Goal**: Protagonist faces ultimate tests, betrayals, and the abyss of human monstrosity.
183
+
184
+ **Midpoint Crisis**:
185
+ - **Major Loss**: Death of ally or innocence shattered.
186
+ - **Moral Dilemma**: Choice between obedience and rebellion.
187
+ - **Isolation Peak**: Protagonist alone against dual worlds.
188
+ - **Doubt Climax**: Questions the fantastical's validity.
189
+
190
+ **Examples**:
191
+ - *Hellboy*: Betrayal by Rasputin; Hellboy's demonic heritage revealed.
192
+ - *Pacific Rim*: Raleigh's trauma resurfaces amid kaiju assaults.
193
+ - *Nightmare Alley*: Stanton's descent into fraud and madness.
194
+
195
+ #### Act 3: Sacrifice and Transcendence (90-120+ minutes)
196
+ **Goal**: Resolution through empathy, with bittersweet victory over systemic evils.
197
+
198
+ **Resolution Principles**:
199
+ - **Moral Choice**: Protagonist defies expectations for compassion.
200
+ - **Climactic Fusion**: Real and fantastical collide in spectacle.
201
+ - **Sacrifice**: Personal cost for greater good.
202
+ - **Ambiguous Closure**: Ghosts linger; cycles may repeat.
203
+
204
+ **Final Confrontation Structure**:
205
+
206
+ RALLY - Protagonist embraces the "monster" within/without.
207
+ STRATEGY - Folklore-inspired plan (e.g., magical artifact).
208
+ ASSAULT - Visually opulent battle, colors clashing.
209
+ SETBACK - Human evil prevails momentarily.
210
+ TURNING POINT - Empathy overcomes brutality.
211
+ UNITED RESOLUTION - Allies (living/dead) aid.
212
+ FINAL ACT - Sacrifice seals fate.
213
+ AFTERMATH - Haunting peace, themes echoed.
214
+
215
+ ---
216
+
217
+ ## Character Development
218
+
219
+ ### The Outsider Protagonist
220
+
221
+ **Core Traits**:
222
+ - **Vulnerability**: Physical/emotional scars symbolize inner turmoil.
223
+ - **Empathy**: Innate connection to the monstrous.
224
+ - **Moral Complexity**: Flawed but redeemable.
225
+ - **Growth Through Choice**: Evolves via decisions, not power.
226
+
227
+ **Character Arc Template**:
228
+
229
+ SETUP: Isolated by loss/society (Ofelia's orphanhood).
230
+ CHALLENGE: Fantastical tests expose flaws (disobedience).
231
+ CRISIS: Betrayal/loss forces confrontation (brother's peril).
232
+ GROWTH: Embraces imperfection (defies Faun).
233
+ RESOLUTION: Transcendence, often posthumous (queen of underworld).
234
+
235
+ ### Del Toro Character Archetypes
236
+
237
+ **The Innocent Child** (Ofelia, Carlos):
238
+ - Navigates adult horrors with wonder.
239
+ - Fairy tale proxy for audience.
240
+ - Sacrifices for love/justice.
241
+ - Represents hope amid corruption.
242
+
243
+ **The Reluctant Monster** (Hellboy, Amphibian Man):
244
+ - Human soul in grotesque form.
245
+ - Seeks belonging/redemption.
246
+ - Powers as curse/blessing.
247
+ - Romances outsiders.
248
+
249
+ **The Fascist Villain** (Captain Vidal, Strickland):
250
+ - Embodiment of systemic evil.
251
+ - Obsessed with order/control.
252
+ - Contrasts with fantastical chaos.
253
+ - Meets ironic demise.
254
+
255
+ **The Wise Mentor** (Faun, Geppetto):
256
+ - Ambiguous motives; blends guidance with manipulation.
257
+ - Folklore figure.
258
+ - Reveals truths through riddles.
259
+ - Sacrifices for protagonist.
260
+
261
+ **The Haunted Ally** (Ghosts in Backbone, Abe Sapien):
262
+ - Spectral or hybrid beings.
263
+ - Provide backstory/exposition.
264
+ - Symbolize unresolved past.
265
+ - Aid through empathy.
266
+
267
+ **The Corrupted Human** (Stanton in Nightmare Alley, Lucille Sharpe):
268
+ - No supernatural aid; monstrosity internal.
269
+ - Driven by ambition/greed.
270
+ - Descent mirrors societal decay.
271
+ - Redemption elusive.
272
+
273
+ ---
274
+
275
+ ## Scene Construction
276
+
277
+ ### The "Creature Reveal" Scene
278
+ First glimpse of the monster, treated as natural yet awe-inspiring.
279
+
280
+ **Structure**:
281
+ 1. **Atmospheric Build**: Shadows, sounds, colors set mood.
282
+ 2. **Mundane Integration**: Creature appears in everyday context.
283
+ 3. **Emotional Connection**: Protagonist's reaction—fear to fascination.
284
+ 4. **Detail Focus**: Close-ups on imperfections (scales, eyes).
285
+ 5. **Thematic Hint**: Creature mirrors protagonist's flaw.
286
+
287
+ **Example Template**:
288
+
289
+ INT. LABORATORY - NIGHT
290
+ Dim blue light flickers. ELISA approaches the tank.
291
+ Water ripples. A fin emerges, graceful yet alien.
292
+ The ASSET surfaces, eyes locking with hers. No scream—just wonder.
293
+ Its gills flare, breathing her world. She signs: 'Friend?'
294
+ It responds, hand pressing glass. Connection forged amid oppression.
295
+
296
+ ### The "Moral Choice" Scene
297
+
298
+ Protagonist faces a fairy tale dilemma with real stakes.
299
+
300
+ **Elements**:
301
+ - **Setup**: Task presented ambiguously.
302
+ - **Temptation**: Easy path (obedience) vs. hard (empathy).
303
+ - **Consequence**: Choice alters worlds.
304
+ - **Visual Symbolism**: Objects (key, book) represent decision.
305
+ - **Payoff**: Growth or tragedy.
306
+
307
+ **Timing Rules**:
308
+ - Mid-act; builds tension.
309
+ - Silence emphasizes weight.
310
+ - No easy outs—imperfection shines.
311
+
312
+ **Examples**:
313
+ WRONG (Simplistic):
314
+ Ofelia eats the grape. Monster awakens.
315
+ RIGHT (Layered):
316
+ The Pale Man's table tempts. Hunger gnaws, but fairies warn.
317
+ She takes a bite—innocence tested. Eyes open on walls.
318
+ Chase ensues, but lesson learned: Disobedience saves souls.
319
+
320
+ ### The "Historical-Fantastical Fusion" Scene
321
+
322
+ Real-world horror intersects with myth.
323
+
324
+ **Required Elements**:
325
+ - **Parallel Actions**: War atrocity cuts to fairy task.
326
+ - **Shared Motifs**: Blood in both realms.
327
+ - **Emotional Bridge**: Protagonist links worlds.
328
+ - **Visual Transition**: Fluid camera blends realities.
329
+ - **Thematic Resonance**: Critiques power.
330
+
331
+ **Examples**:
332
+ - *Pan's Labyrinth*: Ofelia's tasks mirror resistance fighters' battles.
333
+ - *Devil's Backbone*: Bomb drops as ghost whispers secrets.
334
+ - *Shape of Water*: Cold War torture parallels Asset's pain.
335
+
336
+ ### The "Redemptive Sacrifice" Scene
337
+ Character offers everything for another, embracing monstrosity.
338
+
339
+ **Structure**:
340
+ 1. **Desperate Stakes**: No alternatives.
341
+ 2. **Decision Moment**: Flashbacks humanize choice.
342
+ 3. **Team/ Ally Reaction**: Attempts to intervene.
343
+ 4. **Act of Sacrifice**: Visually poetic (e.g., dissolving into light).
344
+ 5. **Aftermath**: Legacy endures, often hauntingly.
345
+
346
+ This caps arcs, leaving audiences with poignant reflection.
347
+
348
+ ---
349
+
350
+ Del Toro's style is a call to embrace the shadows within us all, using cinema as alchemy to transform fear into empathy, and monsters into mirrors. By understanding his unique blend of fairy tales, history, and emotion, writers can craft stories that resonate deeply, challenging audiences to see the beauty in the grotesque and the horror in the ordinary.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-gus-van-sant",
3
+ "version": "1.0.0",
4
+ "displayName": "Gus Van Sant Style Guide",
5
+ "description": "Screenplay style guide for Gus Van Sant",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "gus-van-sant"
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/gus-van-sant",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "gus-van-sant.md"
48
+ ]
49
+ }
50
+ }