@mytechtoday/augment-extensions 1.6.0 → 1.6.2

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 +231 -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 +19 -1
@@ -0,0 +1,400 @@
1
+ # Orson Welles-Type Films - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Psychological Cinematic Drama](#the-psychological-cinematic-drama)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Psychological Depth Over Plot Mechanics**](#1-psychological-depth-over-plot-mechanics)
9
+ - [2. **Innovative Visual and Aural Storytelling**](#2-innovative-visual-and-aural-storytelling)
10
+ - [3. **Non-Linear Narrative and Fragmented Structure**](#3-non-linear-narrative-and-fragmented-structure)
11
+ - [4. **Thematic Exploration of Power and Isolation**](#4-thematic-exploration-of-power-and-isolation)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Wellesian Fragmented Arc](#the-wellesian-fragmented-arc)
14
+ - [Character Development](#character-development)
15
+ - [The Tragic Anti-Hero](#the-tragic-anti-hero)
16
+ - [Wellesian Character Archetypes](#wellesian-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Revelation Through Flashback" Scene](#the-revelation-through-flashback-scene)
19
+ - [The "Low-Angle Confrontation" Scene](#the-low-angle-confrontation-scene)
20
+ - [The "Voice-Over Introspection" Scene](#the-voice-over-introspection-scene)
21
+ - [The "Mirror Labyrinth" Scene](#the-mirror-labyrinth-scene)
22
+ - [The "Tragic Soliloquy" Scene](#the-tragic-soliloquy-scene)
23
+
24
+ ## The Psychological Cinematic Drama
25
+
26
+ **Films Analyzed**:
27
+ - Citizen Kane (1941)
28
+ - The Magnificent Ambersons (1942)
29
+ - The Stranger (1946)
30
+ - The Lady from Shanghai (1947)
31
+ - Macbeth (1948)
32
+ - Othello (1951)
33
+ - Touch of Evil (1958)
34
+ - Mr. Arkadin (1955)
35
+ - The Trial (1962)
36
+ - F for Fake (1973)
37
+ - The Third Man (1949, directed by Carol Reed but with Welles' significant influence and performance)
38
+ - The Immortal Story (1968)
39
+ - Falstaff (Chimes at Midnight, 1965)
40
+ - The Deep (unfinished, but influential in style)
41
+ - Don Quixote (unfinished, but key to understanding his experimental approach)
42
+
43
+ **Primary Writers**: Orson Welles (often as writer-director), Herman J. Mankiewicz (co-writer on Citizen Kane), Joseph Cotten (collaborations), adaptations from William Shakespeare (Macbeth, Othello, Falstaff), Franz Kafka (The Trial), Graham Greene (The Third Man), and original works like Touch of Evil and Mr. Arkadin.
44
+ **Genre**: Psychological Drama / Film Noir / Shakespearean Tragedy / Experimental Cinema
45
+ **Core Concept**: Visually innovative storytelling that delves into the human psyche, exploring themes of ambition, corruption, isolation, and the illusion of truth, with a blend of theatrical flair and cinematic experimentation.
46
+
47
+ ---
48
+
49
+ ## Overview
50
+
51
+ Orson Welles-type films represent a pinnacle of cinematic artistry, where narrative complexity meets groundbreaking visual techniques to probe the depths of human nature. Welles, often hailed as a visionary auteur, transformed filmmaking through his use of deep focus cinematography, non-linear narratives, and shadowy expressionism, creating worlds that feel both intimately personal and epically tragic. This style guide distills the essence of Welles' approach, emphasizing how his films balance intellectual depth with emotional intensity, using innovative camera work and sound design to reveal character motivations and societal critiques. Unlike straightforward Hollywood fare, Welles' style invites audiences to engage actively, piecing together fragmented stories that mirror the chaos of the human mind. His works often draw from literary sources, adapting them with a modernist twist that incorporates elements of film noir, Shakespearean drama, and even meta-cinematic commentary, as seen in later works like F for Fake. The result is a body of cinema that feels timeless, challenging viewers to confront the ambiguities of power, identity, and reality. This guide provides a framework for crafting screenplays in this vein, ensuring that every element—from dialogue to scene composition—serves to unravel the psychological layers of characters while pushing the boundaries of visual storytelling.
52
+
53
+ Welles' influence extends beyond his directorial output; his techniques have shaped generations of filmmakers, from the French New Wave to contemporary auteurs like Paul Thomas Anderson and Christopher Nolan. In scripting for Welles-type films, the writer must prioritize subtext over exposition, allowing visuals and performances to convey unspoken truths. Themes recur across his oeuvre: the rise and fall of ambitious men, the corrupting influence of power, the elusiveness of truth, and the isolation of the individual in a mechanistic society. These are not mere plots but philosophical inquiries wrapped in dramatic tension. The screenplay should evoke a sense of inevitability, where characters' flaws lead inexorably to their downfall, much like Greek tragedies reimagined through a 20th-century lens. Humor, when present, is ironic and biting, underscoring the absurdity of human endeavors rather than providing relief. Action is internalized; physical confrontations are rare and symbolic, representing inner turmoil. World-building is subtle, often confined to opulent yet decaying settings that reflect characters' psyches. Ultimately, a Welles-type screenplay is an invitation to introspection, blending spectacle with subtlety to create enduring cinematic experiences.
54
+
55
+ ---
56
+
57
+ ## Core Principles
58
+
59
+ ### 1. **Psychological Depth Over Plot Mechanics**
60
+ In Welles-type films, the internal world of characters drives the narrative, with external events serving as manifestations of inner conflicts.
61
+
62
+ **Key Philosophy**:
63
+ - Plot is secondary to character psychology
64
+ - Events symbolize emotional states
65
+ - Ambiguity fosters audience engagement
66
+ - Visuals reveal subconscious motivations
67
+
68
+ **Examples from Films**:
69
+ - In Citizen Kane, the sled "Rosebud" symbolizes lost innocence, not a plot device
70
+ - Touch of Evil's border town represents moral ambiguity and corruption
71
+ - The Trial's labyrinthine bureaucracy mirrors Joseph's existential dread
72
+ - F for Fake blurs documentary and fiction to question truth itself
73
+
74
+ **Writing Approach**:
75
+ WRONG: "Charles Kane enters the room and demands the newspaper."
76
+ RIGHT: "Kane's shadow precedes him, stretching long across the newsroom floor like a grasping hand. He pauses at the threshold, eyes scanning the bustle with a hunger that belies his composed facade. 'Gentlemen,' he intones, voice echoing like thunder in a cavern, 'this paper will be mine—or it will burn.'"
77
+
78
+ This approach layers description with psychological insight, using imagery to convey Kane's domineering ambition and underlying insecurity. Descriptions should evoke mood and subtext, avoiding literalism. Every entrance, exit, and interaction peels back layers of the character's psyche, revealing vulnerabilities through actions rather than declarations.
79
+
80
+ To expand on this principle, consider how Welles employed deep focus to keep multiple planes of action in sharp relief, allowing viewers to choose what to focus on, much like in real life. In scripting, this translates to scenes where foreground and background elements interact symbolically—e.g., a character in the foreground monologues about power while in the background, servants scurry like shadows, underscoring class divides. Redundancy is avoided by ensuring each visual or dialogue element advances psychological revelation without repetition. Verbosity here means delving into nuances: describe not just what happens, but how it reflects the character's fractured soul. For instance, in adapting Shakespeare, Welles amplified soliloquies with visual metaphors, like Macbeth's dagger hallucination rendered through distorted lenses to emphasize madness.
81
+
82
+ Furthermore, ambiguity is key; endings often leave questions unanswered, mirroring life's uncertainties. In The Lady from Shanghai, the hall of mirrors shootout symbolizes fractured identities, leaving audiences to ponder truth amid illusions. Scripts should build tension through unspoken implications, using pauses and silences as powerfully as words. This principle ensures films resonate on an intellectual level, inviting repeated viewings to uncover new depths.
83
+
84
+ ### 2. **Innovative Visual and Aural Storytelling**
85
+ Welles pioneered techniques like deep focus, low-angle shots, and overlapping dialogue to create immersive, theatrical experiences.
86
+
87
+ **Dialogue Guidelines**:
88
+ - **Theatrical cadence** - Rhythmic, eloquent speech patterns
89
+ - **Overlaps and interruptions** - Naturalistic yet stylized conversations
90
+ - **Subtext-heavy** - Words mask true intentions
91
+ - **Voice-over narration** - Introspective commentary on events
92
+
93
+ **Dialogue Ratio**:
94
+ - Introspective scenes: 60% monologue/voice-over, 40% interaction
95
+ - Confrontational scenes: 50% overlapping dialogue, 50% pregnant pauses
96
+ - Ensemble moments: Layered voices creating cacophony
97
+
98
+ **Character Voice Examples**:
99
+ CHARLES FOSTER KANE (Bombastic, commanding, laced with melancholy)
100
+ People will think what I tell them to think! That's democracy, boys. Ink it black and bold.
101
+ SUSAN ALEXANDER KANE (Vulnerable, petulant, rising to defiance)
102
+ You never gave me anything I wanted. Just puzzles and palaces. What good is a jigsaw without the picture?
103
+ QUINLAN (Gruff, manipulative, world-weary)
104
+ A policeman's job is only easy in a police state. That's the whole point, who's the boss, the cop or the law?
105
+ HARRY LIME (Charming, cynical, philosophical)
106
+ In Italy for thirty years under the Borgias they had warfare, terror, murder, bloodshed—they produced Michelangelo, Leonardo da Vinci, and the Renaissance. In Switzerland they had brotherly love, five hundred years of democracy and peace, and what did they produce? The cuckoo clock.
107
+ JOSEF K. (Bewildered, indignant, descending into paranoia)
108
+ This is a mistake. I demand to see the charges. What court presumes to judge me without evidence?
109
+
110
+ These voices capture Welles' blend of Shakespearean grandeur and noir grit. Dialogue should feel performed, with rhythms that echo stage plays yet adapted for cinematic pacing. Avoid modern slang; opt for archaic or formal phrasing to evoke timelessness.
111
+
112
+ In practice, overlapping dialogue, as in Citizen Kane's newsroom scenes, conveys chaos and urgency. Scripts specify timing: "Voices layer over each other, building to a crescendo." Aural elements like echoing footsteps or distorted sounds amplify psychological states—e.g., in The Trial, muffled whispers suggest conspiracy. Visually, low-angle shots aggrandize characters, making them seem larger-than-life yet isolated. Descriptions must guide directors toward these innovations: "Camera tilts upward from floor level, distorting Kane's features into a grotesque mask of ambition."
113
+
114
+ This principle demands verbosity in descriptions to paint vivid, multi-sensory scenes without redundancy. Each element builds on the last, creating a tapestry of sight and sound that immerses the audience in the character's worldview.
115
+
116
+ ### 3. **Non-Linear Narrative and Fragmented Structure**
117
+ Stories unfold through flashbacks, multiple perspectives, and elliptical editing to mirror memory's unreliability.
118
+
119
+ **Narrative Techniques**:
120
+ - **Flashback framework** - Past informs present
121
+ - **Multiple narrators** - Rashomon-like subjectivity
122
+ - **Elliptical jumps** - Omit obvious, imply through context
123
+ - **Thematic motifs** - Recurring symbols tie fragments
124
+
125
+ **Examples from Films**:
126
+ - Citizen Kane: Newsreel + interviews structure the biography
127
+ - The Magnificent Ambersons: Voice-over narrates family decline
128
+ - Mr. Arkadin: Amnesiac's quest reveals layered deceptions
129
+ - F for Fake: Meta-layers of forgery and illusion
130
+
131
+ **Writing Approach**:
132
+ NON-LINEAR SCENE STRUCTURE:
133
+
134
+ Present hook (mysterious event)
135
+ Flashback trigger (object, memory)
136
+ Past sequence (reveals partial truth)
137
+ Return to present (altered perspective)
138
+ Build layers (multiple viewpoints)
139
+ Climactic convergence (truth fragments unite)
140
+
141
+
142
+ This structure encourages audience participation, piecing together puzzles. Avoid linear chronology unless for irony. Verbose explanations in scripts clarify intent: "Cut to flashback: Young Kane on sled, snow falling like forgotten dreams. Voice-over overlaps: 'It was the happiest time... or was it?'" Redundancy is sidestepped by varying perspectives—each flashback adds new nuance, not repetition.
143
+
144
+ Themes of memory and truth dominate; scripts should weave motifs like mirrors (identity fragmentation) or shadows (hidden selves). In Othello, jealousy builds through whispered insinuations and visual distortions, non-linearity heightening paranoia.
145
+
146
+ ### 4. **Thematic Exploration of Power and Isolation**
147
+ Central conflicts revolve around ambition's cost, with settings amplifying characters' alienation.
148
+
149
+ **Thematic Principles**:
150
+ - **Power corrupts absolutely** - Rise and fall arcs
151
+ - **Isolation in grandeur** - Opulent yet empty worlds
152
+ - **Illusion vs. reality** - Deceptions and self-delusions
153
+ - **Societal critique** - Through individual tragedies
154
+
155
+ **Philosophy**:
156
+ NOT: Simple villainy
157
+ BUT: Kane builds an empire, but each acquisition widens the chasm between him and humanity. Xanadu's vast halls echo with his solitary footsteps, a monument to unfulfilled longing.
158
+
159
+ Themes are embedded in every element, from set design to lighting. Scripts describe environments psychologically: "The room's high ceilings press down like judgment, shadows pooling in corners where secrets hide." Verbosity here explores nuances—e.g., how power isolates Kane from love, or Quinlan from justice—without belaboring points.
160
+
161
+ ---
162
+
163
+ ## Narrative Structure
164
+
165
+ ### The Wellesian Fragmented Arc
166
+
167
+ #### Act 1: Enigma and Introduction (0-30 minutes)
168
+ **Goal**: Present a mystery or central figure through fragmented glimpses, establishing thematic ambiguity.
169
+
170
+ **Key Elements**:
171
+ - **Inciting enigma** - Death, disappearance, or revelation
172
+ - **Multiple viewpoints** - Interviews or recollections
173
+ - **Visual motifs** - Introduce symbols (e.g., sled, cuckoo clock)
174
+ - **Character silhouette** - Hint at depths without full reveal
175
+ - **Atmospheric setup** - Shadowy, labyrinthine settings
176
+
177
+ **Pacing**:
178
+ - Slow build with elliptical cuts
179
+ - Voice-over establishes tone
180
+ - Initial action symbolic, not literal
181
+ - Hook by minute 15: Central question posed
182
+
183
+ **Examples**:
184
+ - Citizen Kane: "Rosebud" deathbed whisper → newsreel biography
185
+ - Touch of Evil: Bomb explosion → border intrigue
186
+ - The Trial: Arrest without explanation → bureaucratic maze
187
+
188
+ In scripting, verbosity details sensory immersion: "Snow globe shatters, glass fragments catching light like fractured memories. Kane's lips form the word: 'Rosebud.' Cut to vast estate, wind howling through empty corridors." Avoid redundancy by layering new information in each fragment.
189
+
190
+ #### Act 2A: Layered Revelations and Rising Tension (30-60 minutes)
191
+ **Goal**: Peel back psychological layers through flashbacks and confrontations, escalating internal conflicts.
192
+
193
+ **Escalation Pattern**:
194
+ 1. **Initial probes** - Characters seek truth
195
+ 2. **Conflicting accounts** - Subjectivity emerges
196
+ 3. **Symbolic confrontations** - Mirrors, shadows in play
197
+ 4. **Deepening isolation** - Hero alienates allies
198
+ 5. **Midpoint twist** - Partial truth shatters assumptions
199
+
200
+ **Key Techniques**:
201
+ - **Montage of memories** - Visual poetry over exposition
202
+ - **Dialogue duels** - Verbal sparring reveals subtext
203
+ - **Aural dissonance** - Overlapping sounds build unease
204
+ - **World expansion** - Settings reflect psyche
205
+
206
+ Detailed descriptions ensure visual innovation: "Low-angle shot frames Kane towering over Leland, but his eyes betray desperation. Voices echo, overlapping: 'You can't buy love, Charlie.' 'I can buy anything!'"
207
+
208
+ #### Act 2B: Descent into Chaos and Crisis (60-90 minutes)
209
+ **Goal**: Hero confronts flaws, society closes in, ambiguity peaks.
210
+
211
+ **Midpoint Crisis**:
212
+ - **Major revelation** - Truth fragments collide
213
+ - **Personal betrayal** - Allies turn or illusions shatter
214
+ - **Psychological breakdown** - Hallucinations or rants
215
+ - **Isolation climax** - Hero alone amid grandeur
216
+
217
+ **Examples**:
218
+ - Citizen Kane: Election loss, marriage dissolution
219
+ - Othello: Handkerchief deception leads to jealousy spiral
220
+ - The Stranger: Nazi identity exposed, pursuit ensues
221
+
222
+ Scripts verbose in emotional unraveling: "Kane smashes the room, each shattered object a piece of his crumbling empire. Sweat beads on his brow, breath ragged— the titan reduced to a child in tantrum."
223
+
224
+ #### Act 3: Resolution Amid Ambiguity (90-120+ minutes)
225
+ **Goal**: Converge fragments into thematic payoff, leaving lingering questions.
226
+
227
+ **Resolution Principles**:
228
+ - **Confrontational climax** - Symbolic battle (e.g., mirror shootout)
229
+ - **Sacrificial element** - Hero's downfall or redemption
230
+ - **Voice-over coda** - Reflective commentary
231
+ - **Visual poetry** - Final motifs resolve or subvert
232
+ - **Open-ended closure** - Truth remains elusive
233
+
234
+ **Climactic Structure**:
235
+
236
+ CONVERGENCE - Layers unite in confrontation
237
+ INTROSPECTION - Hero's final soliloquy
238
+ SYMBOLIC ACT - Destruction or revelation
239
+ FALLOUT - Societal reflection
240
+ CODA - Ambiguous image (e.g., burning sled)
241
+ FADE OUT - Lingering echo or silence
242
+ META-LAYER - If experimental, break fourth wall
243
+ THEMATIC ECHO - Final voice-over ties themes
244
+
245
+
246
+ Verbosity in climax describes multi-layered action: "In the hall of mirrors, O'Hara fires—reflections shatter, identities multiply then collapse. Elsa's laugh echoes, mocking the illusion of control."
247
+
248
+ ---
249
+
250
+ ## Character Development
251
+
252
+ ### The Tragic Anti-Hero
253
+
254
+ **Core Traits**:
255
+ - **Ambitious drive** - Relentless pursuit of power or truth
256
+ - **Fatal flaw** - Hubris, paranoia, or delusion
257
+ - **Charismatic facade** - Masks inner turmoil
258
+ - **Downfall through self** - Flaws precipitate ruin
259
+
260
+ **Character Arc Template**:
261
+ SETUP: Character defined by ambition (Kane's rise, Quinlan's authority)
262
+ CHALLENGE: Flaw surfaces in conflicts (scandals, investigations)
263
+ CRISIS: Flaw causes isolation (betrayals, losses)
264
+ GROWTH: Momentary insight (too late for redemption)
265
+ RESOLUTION: Tragic end (downfall with dignity)
266
+
267
+ Verbose arcs explore nuances: Kane's ambition stems from abandonment, detailed through flashbacks showing boyhood losses.
268
+
269
+ ### Wellesian Character Archetypes
270
+
271
+ **The Tycoon** (Charles Kane, Gregory Arkadin):
272
+ - Builds empires on charisma
273
+ - Isolated by success
274
+ - Grandiose speeches hide vulnerability
275
+ - Downfall: Lost humanity
276
+
277
+ **The Investigator** (Mike Vargas, Holly Martins):
278
+ - Seeks justice amid corruption
279
+ - Moral integrity tested
280
+ - Pragmatic yet idealistic
281
+ - Learns system's flaws
282
+
283
+ **The Femme Fatale** (Elsa Bannister, Rita in Touch of Evil):
284
+ - Enigmatic, manipulative
285
+ - Uses beauty as weapon
286
+ - Hidden motives
287
+ - Subverts expectations
288
+
289
+ **The Tyrant** (Macbeth, Othello):
290
+ - Power-hungry, paranoid
291
+ - Shakespearean eloquence
292
+ - Descends into madness
293
+ - Tragic nobility
294
+
295
+ **The Everyman** (Josef K., George Amberson):
296
+ - Ordinary in extraordinary circumstances
297
+ - Bewildered by bureaucracy/society
298
+ - Passive yet resilient
299
+ - Represents universal alienation
300
+
301
+ **The Charlatan** (The forgers in F for Fake, Harry Lime):
302
+ - Charming deceiver
303
+ - Philosophical justifications
304
+ - Blurs truth and fiction
305
+ - Redeems through wit
306
+
307
+ Each archetype is fleshed out verbosely, with examples drawing from films to illustrate psychological complexity without repetition.
308
+
309
+ ---
310
+
311
+ ## Scene Construction
312
+
313
+ ### The "Revelation Through Flashback" Scene
314
+ Unveils past to illuminate present psyche.
315
+
316
+ **Structure**:
317
+ 1. **Trigger object/dialogue** - Sparks memory
318
+ 2. **Dissolve to past** - Visual transition (e.g., snow globe)
319
+ 3. **Layered action** - Foreground/background interplay
320
+ 4. **Emotional peak** - Revelation of flaw
321
+ 5. **Return to present** - Altered character state
322
+
323
+ **Example Template**:
324
+ INT. XANADU - NIGHT
325
+ Kane stares at snow globe. Eyes mist.
326
+ DISSOLVE TO:
327
+ EXT. COLORADO BOARDING HOUSE - DAY - FLASHBACK
328
+ Young Kane on sled, laughing. Mother signs papers in background, face stoic.
329
+ VOICE-OVER (KANE'S MOTHER)
330
+ It's for the best, Charlie.
331
+ CUT BACK:
332
+ Kane drops globe. It shatters. He whispers, "Rosebud." Shadows engulf him.
333
+
334
+ Verbose descriptions: "The globe's snow swirls like chaotic thoughts, mirroring Kane's turbulent mind."
335
+
336
+ ### The "Low-Angle Confrontation" Scene
337
+ Power dynamics visualized through camera placement.
338
+
339
+ **Elements**:
340
+ - **Setup** - Imbalanced power
341
+ - **Dialogue duel** - Eloquent barbs
342
+ - **Visual distortion** - Angles exaggerate
343
+ - **Climax** - Reversal or stalemate
344
+ - **Payoff** - Lingering tension
345
+
346
+ **Timing Rules**:
347
+ - Build with wide shots
348
+ - Tighten to close-ups
349
+ - Use silence post-climax
350
+ - Avoid quips; opt for irony
351
+
352
+ **Examples**:
353
+ WRONG (Flat):
354
+ Quinlan accuses Vargas.
355
+ RIGHT (Dynamic):
356
+ Camera low, Quinlan looms like a monolith. "You think you're clean, boy? This town's dirt runs deep." Vargas stands firm, but shadows creep.
357
+
358
+ ### The "Voice-Over Introspection" Scene
359
+ Character narrates inner thoughts over action.
360
+
361
+ **Required Elements**:
362
+ - **Contrasting visuals** - Action belies narration
363
+ - **Poetic language** - Metaphorical reflections
364
+ - **Irony** - Narration subverts seen events
365
+ - **Build to epiphany** - Insight amid despair
366
+ - **Fade or cut** - To symbolic image
367
+
368
+ **Examples**:
369
+ - Kane's campaign: Voice-over boasts success while visuals show cracks
370
+ - Lime's ferris wheel: Cynical philosophy over Vienna's ruins
371
+
372
+ ### The "Mirror Labyrinth" Scene
373
+ Symbolic confusion of identity.
374
+
375
+ **Structure**:
376
+ 1. **Entry into maze** - Literal or metaphorical
377
+ 2. **Multiplied reflections** - Fractured self
378
+ 3. **Chase/confrontation** - Heightened paranoia
379
+ 4. **Shattering climax** - Illusion breaks
380
+ 5. **Resolution** - Truth glimpsed
381
+
382
+ **Examples**:
383
+ - Lady from Shanghai: Shootout in mirrors
384
+ - The Trial: Endless corridors
385
+
386
+ Verbose: "Reflections infinite, each a distorted Kane—ambitious, broken, alone. Gunshot echoes, glass rains like tears."
387
+
388
+ ### The "Tragic Soliloquy" Scene
389
+ Hero's alone moment of self-revelation.
390
+
391
+ **Structure**:
392
+ 1. **Isolation setting** - Empty hall or dark room
393
+ 2. **Build rhythm** - Whisper to crescendo
394
+ 3. **Theatrical delivery** - Gestures, pacing
395
+ 4. **Symbolic props** - Dagger, crown
396
+ 5. **Emotional release** - Tears or rage
397
+
398
+ **Examples**:
399
+ - Macbeth's "Tomorrow" speech
400
+ - Kane's post-rampage silence
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-park-chan-wook",
3
+ "version": "1.0.0",
4
+ "displayName": "Park Chan Wook Style Guide",
5
+ "description": "Screenplay style guide for Park Chan Wook",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "park-chan-wook"
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/park-chan-wook",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "park-chan-wook.md"
48
+ ]
49
+ }
50
+ }