@mytechtoday/augment-extensions 1.5.2 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/README.md +62 -9
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -0
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +740 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  218. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  219. package/augment-extensions/writing-standards/screenplay/module.json +48 -1
  220. package/cli/AGENTS.md +22 -0
  221. package/cli/dist/__test_hook-system.d.ts +2 -0
  222. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  223. package/cli/dist/__test_hook-system.js +4 -0
  224. package/cli/dist/__test_hook-system.js.map +1 -0
  225. package/cli/dist/cli.js +21 -0
  226. package/cli/dist/cli.js.map +1 -1
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  230. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  234. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  236. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  238. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  242. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  282. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  286. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  290. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  294. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  298. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  302. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  306. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  310. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  314. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  318. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  322. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  326. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  330. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  334. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  338. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  342. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  346. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  348. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  349. package/cli/dist/commands/generate-shot-list.js +115 -0
  350. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  351. package/cli/dist/index.d.ts +7 -0
  352. package/cli/dist/index.d.ts.map +1 -0
  353. package/cli/dist/index.js +10 -0
  354. package/cli/dist/index.js.map +1 -0
  355. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  356. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  357. package/cli/dist/utils/mcp-integration.js +102 -13
  358. package/cli/dist/utils/mcp-integration.js.map +1 -1
  359. package/package.json +4 -1
@@ -0,0 +1,375 @@
1
+ # John Wick Series - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Relentless Assassin Mythos](#the-relentless-assassin-mythos)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Violence as Narrative Language**](#1-violence-as-narrative-language)
9
+ - [2. **Sparse Dialogue with Weighted Silence**](#2-sparse-dialogue-with-weighted-silence)
10
+ - [3. **World-Building Through Implication**](#3-world-building-through-implication)
11
+ - [4. **Mythic Hero in a Modern Noir**](#4-mythic-hero-in-a-modern-noir)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The John Wick Four-Chapter Escalation (Adapted Three-Act with Expansions)](#the-john-wick-four-chapter-escalation-adapted-three-act-with-expansions)
14
+ - [Character Development](#character-development)
15
+ - [The Unbreakable Assassin](#the-unbreakable-assassin)
16
+ - [John Wick Character Archetypes](#john-wick-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Gear Up" Scene](#the-gear-up-scene)
19
+ - [The "Gun-Fu Ballet" Scene](#the-gun-fu-ballet-scene)
20
+ - [The "Continental Neutral Ground" Scene](#the-continental-neutral-ground-scene)
21
+ - [The "Duel of Honor" Scene](#the-duel-of-honor-scene)
22
+ - [The "Animal Bond" Scene](#the-animal-bond-scene)
23
+
24
+ ## The Relentless Assassin Mythos
25
+
26
+ **Films Analyzed**:
27
+ - John Wick (2014)
28
+ - John Wick: Chapter 2 (2017)
29
+ - John Wick: Chapter 3 – Parabellum (2019)
30
+ - John Wick: Chapter 4 (2023)
31
+ - Related Spin-offs: The Continental (2023 miniseries), Ballerina (upcoming 2025 film)
32
+ - Influences from precursor works: Point Blank (1967), The Killer (1989), Payback (1999), and various Hong Kong action cinema like John Woo's films
33
+
34
+ **Primary Directors**: Chad Stahelski (Chapters 1-4), David Leitch (co-director on Chapter 1)
35
+ **Primary Writers**: Derek Kolstad (Chapters 1-3), Shay Hatten (Chapters 3-4), Michael Finch (Chapter 4)
36
+ **Genre**: Neo-Noir Action Thriller / Mythic Revenge Saga
37
+ **Core Concept**: A hyper-stylized world of professional assassins where personal codes of honor, relentless pursuit, and balletic violence intersect with themes of grief, loyalty, and inescapable fate.
38
+
39
+ ---
40
+
41
+ ## Overview
42
+
43
+ The John Wick series has redefined modern action cinema by blending operatic storytelling with meticulously choreographed violence, creating a mythic underworld that feels both grounded in gritty realism and elevated to legendary proportions. Unlike traditional action films that rely on explosive spectacle or quippy heroes, John Wick emphasizes quiet intensity, visual poetry in motion, and a protagonist who is more force of nature than man. This style guide distills the elements that make the series a benchmark for action screenplays: sparse dialogue that carries immense weight, intricate world-building through subtle exposition, and action sequences that serve as narrative engines rather than mere set pieces. The films build a universe where every kill is personal, every alliance fragile, and every moment laced with the inevitability of consequence. By drawing from Greek tragedy, samurai films, and film noir, the series crafts a hero's journey that is less about redemption and more about enduring the unendurable, all while delivering visceral thrills that reward repeat viewings for their layered choreography and thematic depth.
44
+
45
+ At its heart, John Wick is a study in controlled chaos. The protagonist, Baba Yaga himself, embodies the archetype of the retired killer pulled back into the fray, but the series elevates this trope through its commitment to internal logic in its assassin society—the Continental, the High Table, markers, and gold coins. This creates a sandbox for storytelling where rules are sacred until they're broken, leading to escalating conflicts that feel organic and inexorable. The visual style, characterized by long takes, neon-drenched palettes, and symmetrical compositions, mirrors the precision of Wick's lethality. Emotionally, the films pivot on loss: the death of a puppy in the first film symbolizes the shattering of peace, setting off a chain reaction that explores how grief manifests as violence. As the series progresses, it expands from personal vendetta to global conspiracy, yet never loses sight of Wick's humanity—his exhaustion, his wounds, his rare moments of vulnerability. This guide will break down how to replicate this balance in screenwriting, ensuring that action is not just exciting but meaningful, dialogue not filler but revelation, and character arcs not predictable but profoundly tragic.
46
+
47
+ The success of John Wick lies in its restraint. Where other franchises overload with lore dumps or comic relief, Wick thrives on implication. A glance conveys betrayal; a coin seals a pact; a headshot punctuates philosophy. This minimalism allows the action to breathe, turning fights into dialogues of their own—each punch a rebuttal, each dodge a concession. For writers, the key is to treat violence as language: it must advance plot, reveal character, and heighten stakes. The series also excels in ensemble building, populating its world with memorable supporting characters who each bring unique flavors to the mythos, from the stoic Continental manager Winston to the flamboyant Marquis de Gramont. By the end of Chapter 4, Wick's saga feels like a modern epic, akin to The Iliad but with suits and silencers. This guide aims to equip writers with the tools to craft similar narratives, emphasizing how to weave myth into modernity, poetry into brutality, and silence into symphony.
48
+
49
+ ---
50
+
51
+ ## Core Principles
52
+
53
+ ### 1. **Violence as Narrative Language**
54
+ In John Wick, action isn't interruption—it's the story's pulse. Every fight sequence propels the plot, exposes character vulnerabilities, and reinforces the world's rules.
55
+
56
+ **Key Philosophy**:
57
+ - Violence reveals inner turmoil: Wick's kills are extensions of his grief and rage.
58
+ - Choreography tells stories: Movements reflect personalities—Wick's efficiency vs. enemies' desperation.
59
+ - Consequences persist: Wounds carry over, affecting future actions and building realism.
60
+ - Mythic elevation: Fights feel like dances, with rhythm, build-up, and catharsis.
61
+
62
+ **Examples from Films**:
63
+ - In Chapter 1, the home invasion and puppy's death ignite Wick's return, turning personal loss into a symphony of vengeance where each kill escalates his legend.
64
+ - Chapter 2's mirror hall fight uses reflections to symbolize Wick's fractured identity, blending physical combat with psychological depth.
65
+ - Chapter 3's knife-throwing sequence in the antique shop showcases resourcefulness, turning everyday objects into lethal tools while highlighting Wick's adaptability.
66
+ - Chapter 4's Sacré-Cœur stairs battle emphasizes endurance, with Wick's repeated falls and rises mirroring his unyielding will.
67
+
68
+ **Writing Approach**:
69
+ WRONG: "John shoots the bad guys."
70
+ RIGHT: "John's eyes narrow—cold calculation. He pivots, using the assassin's body as shield. Bullet impacts thud against flesh. He discards the corpse like yesterday's news, advancing relentlessly. Blood trails behind, his or theirs? Doesn't matter. Forward."
71
+
72
+ This approach ensures action is verbose in description but economical in execution, allowing directors to visualize balletic precision. Expand on sensory details: the metallic tang of blood, the echo of gunfire in confined spaces, the strain of muscles in prolonged grapples. Avoid redundancy by varying fight locales—nightclubs pulsing with bass, rain-slicked streets, opulent hotels—to keep sequences fresh while tying them to thematic elements like isolation or opulence.
73
+
74
+ ### 2. **Sparse Dialogue with Weighted Silence**
75
+ Words are weapons in Wick's world—used sparingly, they cut deep. Silence amplifies tension, letting actions speak.
76
+
77
+ **Dialogue Guidelines**:
78
+ - **Economy of words**: Characters say only what's essential, implying volumes.
79
+ - **Subtext in brevity**: Threats, alliances, and philosophies conveyed in monosyllables.
80
+ - **Mythic cadence**: Dialogue often poetic, evoking legends or codes.
81
+ - **Humor through irony**: Dry wit emerges from absurdity of situations, not forced jokes.
82
+
83
+ **Dialogue Ratio**:
84
+ - Action sequences: 10% dialogue, 90% physical expression.
85
+ - Character scenes: 40% dialogue, 60% meaningful pauses and glances.
86
+ - Ensemble interactions: Terse exchanges that build alliances or rivalries.
87
+
88
+ **Character Voice Examples**:
89
+ JOHN WICK (Stoic, measured, volcanic undertow)
90
+ People keep asking if I'm back. Yeah, I'm thinking I'm back.
91
+ WINSTON (Suave, authoritative, paternal)
92
+ Rules. Without them, we'd be animals.
93
+ THE BOWERY KING (Bombastic, street-wise, vengeful)
94
+ Guns. Lots of guns.
95
+ SOFIA (Fierce, loyal, pragmatic)
96
+ He shot my dog.
97
+ CASSIAN (Honorable, professional, fatalistic)
98
+ Be seeing you.
99
+ THE MARQUIS (Arrogant, verbose, manipulative)
100
+ A man's motivation... what makes him tick? Is it greed? Power? Or is it something more primal?
101
+
102
+ Extend these voices by layering in cultural influences—Russian mobsters with guttural accents, Italian hitmen with operatic flair—ensuring dialogue reflects heritage while advancing plot. Verbosity comes in analysis: describe how a pause before "Yeah" conveys Wick's internal resurrection, or how Winston's "Rules" encapsulates the entire underworld ethos.
103
+
104
+ ### 3. **World-Building Through Implication**
105
+ The assassin society unfolds organically, revealed through artifacts and interactions rather than exposition dumps.
106
+
107
+ **World-Building Techniques**:
108
+ - **Artifacts as lore**: Gold coins, markers, excommunicado—each introduced via use.
109
+ - **Hierarchical layers**: From street-level thugs to the High Table, scale builds gradually.
110
+ - **Cultural fusion**: Blends global mythologies—Russian folklore, Japanese yakuza, Moroccan souks.
111
+ - **Consequences drive expansion**: Breaking rules unveils deeper structures.
112
+
113
+ **Examples from Films**:
114
+ - Chapter 1 introduces the Continental as neutral ground, its rules enforced subtly.
115
+ - Chapter 2 reveals markers as blood oaths, forcing Wick deeper into debt.
116
+ - Chapter 3 expands to the Adjudicator and Elder, showing bureaucratic underpinnings.
117
+ - Chapter 4 culminates with the High Table's opulence, contrasting Wick's simplicity.
118
+
119
+ **Writing Approach**:
120
+ WORLD-REVEAL STRUCTURE:
121
+
122
+ Introduce artifact in action (coin payment for service).
123
+ Explain via consequence (violate rule, face punishment).
124
+ Escalate to larger system (local to global).
125
+ Tie to character (how it affects Wick's journey).
126
+ Imply more (hints of untold depths).
127
+
128
+
129
+ Be verbose in detailing implications: a coin isn't just currency—it's trust, history, obligation. Describe its weight, its gleam under neon, how it's flipped with nonchalance yet carries life-or-death gravity. Avoid redundancy by varying reveals—visual in one scene, auditory in another.
130
+
131
+ ### 4. **Mythic Hero in a Modern Noir**
132
+ Wick is a legend made flesh—invincible yet broken, driven by fate.
133
+
134
+ **Hero Principles**:
135
+ - **Relentless drive**: Wick endures impossible odds, symbolizing human perseverance.
136
+ - **Moral code**: Honor among thieves, loyalty to the dead.
137
+ - **Visual iconography**: Black suit, long coat—silhouette of death.
138
+ - **Emotional core**: Grief as fuel, rare vulnerability humanizes.
139
+
140
+ **Action Philosophy**:
141
+ NOT: Mindless slaughter.
142
+ BUT: Each kill calculated, but Wick's face shows the toll—eyes haunted, breaths labored. He pauses, not for mercy, but to honor the fallen's skill. Then, onward.
143
+
144
+ Expand on this by analyzing how noir elements—shadowy lighting, moral ambiguity—intersect with mythic tropes like the hero's descent into hell (e.g., Wick's excommunicado status). Describe in detail how camera work enhances this: low angles for menace, wide shots for isolation.
145
+
146
+ ---
147
+
148
+ ## Narrative Structure
149
+
150
+ ### The John Wick Four-Chapter Escalation (Adapted Three-Act with Expansions)
151
+
152
+ The series uses a escalating structure, where each film builds on the last, but individual films follow a revenge-cycle pattern.
153
+
154
+ #### Act 1: The Spark + Reluctant Return (0-30 minutes)
155
+ **Goal**: Shatter peace, force Wick back into the shadows.
156
+
157
+ **Key Elements**:
158
+ - **Status quo disruption**: Personal loss or debt calls him.
159
+ - **Protagonist reintroduction**: Show skills in subtle ways.
160
+ - **Villain tease**: Antagonist's arrogance ignites conflict.
161
+ - **World glimpse**: Introduce key rules/artifacts.
162
+ - **Inciting kill**: First blood drawn, committing Wick.
163
+
164
+ **Pacing**:
165
+ - Slow build with tension, exploding into action.
166
+ - Minimal dialogue, heavy on visuals.
167
+ - Emotional anchor by minute 15.
168
+
169
+ **Examples**:
170
+ - Chapter 1: Puppy's death, house invasion—Wick digs up past.
171
+ - Chapter 2: Marker called in, forcing Italian job.
172
+ - Chapter 3: Excommunicado, immediate hunt.
173
+ - Chapter 4: Caine's pursuit, High Table's ultimatum.
174
+
175
+ Verbosity here: Detail the emotional layers—Wick's hands trembling as he unearths weapons, the rain mirroring his tears, the puppy's whimper echoing in memory. Expand on how this act sets tone: noir melancholy giving way to fury.
176
+
177
+ #### Act 2A: Escalating Pursuits + Alliances Forged (30-60 minutes)
178
+ **Goal**: Wick navigates underworld, gathering tools/allies while evading hunters.
179
+
180
+ **Escalation Pattern**:
181
+ 1. **Initial skirmishes**: Test skills, reveal world depths.
182
+ 2. **Allies recruited**: Reluctant help from old contacts.
183
+ 3. **Mid-level confrontations**: Fights in iconic locales.
184
+ 4. **Betrayals surface**: Trust tested.
185
+ 5. **Stakes rise**: Personal costs accumulate.
186
+
187
+ **Key Techniques**:
188
+ - **Chase montages**: Fluid, kinetic sequences.
189
+ - **Character backstories**: Flashed via dialogue artifacts.
190
+ - **Humor in grimness**: Ironic one-liners.
191
+ - **Lore expansion**: Deeper into High Table.
192
+
193
+ #### Act 2B: The Gauntlet + Breaking Point (60-90 minutes)
194
+ **Goal**: Wick pushed to limits, alliances fracture, isolation peaks.
195
+
196
+ **Midpoint Crisis**:
197
+ - **Major ambush**: Overwhelmed by numbers/forces.
198
+ - **Physical toll**: Wounds compound.
199
+ - **Moral dilemma**: Kill friend or break code?
200
+ - **Descent deeper**: Into forbidden territories.
201
+
202
+ **Examples**:
203
+ - Chapter 1: Nightclub shootout, Viggo's desperation.
204
+ - Chapter 2: Rome catacombs, Santino's treachery.
205
+ - Chapter 3: Desert pilgrimage, horse chase.
206
+ - Chapter 4: Osaka Continental siege, blind duel.
207
+
208
+ Detail extensively: Describe choreography—how Wick uses environment (books as weapons, horses as allies), the sound design (crunching bones, silenced shots), thematic ties (gauntlet as penance).
209
+
210
+ #### Act 3: Climactic Duel + Pyrrhic Resolution (90-120+ minutes)
211
+ **Goal**: Final confrontation, partial victory with lingering shadows.
212
+
213
+ **Resolution Principles**:
214
+ - **Personal showdown**: One-on-one with main antagonist.
215
+ - **Rule exploitation**: Use system against itself.
216
+ - **Sacrifice element**: Loss of ally or self.
217
+ - **Ambiguous end**: Survival uncertain, cycle continues.
218
+ - **Emotional catharsis**: Moment of peace amid chaos.
219
+
220
+ **Final Battle Structure**:
221
+
222
+ APPROACH - Wick arrives battered but determined.
223
+ TAUNTS - Verbal sparring exposes motivations.
224
+ INITIAL CLASH - Test strengths.
225
+ ENVIRONMENT PLAY - Use surroundings creatively.
226
+ TURNING POINT - Wick's ingenuity prevails.
227
+ FINAL STRIKE - Decisive, brutal end.
228
+ AFTERMATH - Reflection on cost, hint of future.
229
+ FADE TO BLACK - With mythic resonance.
230
+
231
+
232
+ Be verbose: Analyze each step with examples from all films, noting variations—like Chapter 4's dawn duel evoking Westerns, or Chapter 3's dog-assisted fights adding loyalty themes.
233
+
234
+ ---
235
+
236
+ ## Character Development
237
+
238
+ ### The Unbreakable Assassin
239
+
240
+ **Core Traits**:
241
+ - **Lethal proficiency**: Master of gun-fu, judo, improvisation.
242
+ - **Haunted past**: Widow's death, retired life shattered.
243
+ - **Unyielding code**: Honor debts, protect innocents (animals, friends).
244
+ - **Evolution through pain**: Each film adds scars, deepening resolve.
245
+
246
+ **Character Arc Template**:
247
+ SETUP: Wick in fragile peace, flaw (isolation) hidden.
248
+ CHALLENGE: Intrusion forces confrontation, flaw exposes weakness.
249
+ CRISIS: Overwhelmed, flaw causes ally loss.
250
+ GROWTH: Adapts, embraces myth.
251
+ RESOLUTION: Victory at cost, new scars.
252
+
253
+ Expand arcs across series: Chapter 1's raw grief to Chapter 4's quest for freedom. Describe psychologically—PTSD in quiet moments, rage in combat.
254
+
255
+ ### John Wick Character Archetypes
256
+
257
+ **The Boogeyman** (John Wick):
258
+ - Mythic figure, feared by all.
259
+ - Silent but expressive through actions.
260
+ - Driven by love/loss.
261
+ - Iconic look: Suit as armor.
262
+
263
+ **The Enforcer** (Winston, Charon):
264
+ - Institutional loyalty.
265
+ - Witty under pressure.
266
+ - Moral grayness.
267
+ - Paternal to Wick.
268
+
269
+ **The Rival** (Cassian, Caine):
270
+ - Equals in skill.
271
+ - Honorable foes.
272
+ - Personal codes clash.
273
+ - Respect in combat.
274
+
275
+ **The Betrayer** (Santino, Marquis):
276
+ - Ambitious, manipulative.
277
+ - Verbose villains.
278
+ - Underestimate Wick.
279
+ - Grandiose demises.
280
+
281
+ **The Ally** (Sofia, Bowery King):
282
+ - Reluctant partners.
283
+ - Shared histories.
284
+ - Fierce independence.
285
+ - Add flavor (dogs, pigeons).
286
+
287
+ **The Innocent** (Puppy, Helen's memory):
288
+ - Catalysts for action.
289
+ - Symbolize lost humanity.
290
+ - Rare tenderness.
291
+
292
+ Detail each with quotes, scenes, evolutions—e.g., Bowery King's rise from beggar to kingpin, mirroring Wick's resilience.
293
+
294
+ ---
295
+
296
+ ## Scene Construction
297
+
298
+ ### The "Gear Up" Scene
299
+ Wick prepares for war, symbolizing rebirth.
300
+
301
+ **Structure**:
302
+ 1. **Solitary reflection**: Wick in quiet space.
303
+ 2. **Unearthing tools**: Dig weapons, suit up.
304
+ 3. **Montage of prep**: Load guns, sharpen blades.
305
+ 4. **Emotional trigger**: Memory flash.
306
+ 5. **Exit to hunt**: Determined stride.
307
+
308
+ **Example Template**:
309
+ INT. BASEMENT - NIGHT
310
+ John stares at Helen's photo. Eyes harden.
311
+ He pries floorboards. Gold coins clink.
312
+ Suits hung like shrouds. He chooses black.
313
+ Guns assembled with ritual precision—click, slide, load.
314
+ A deep breath. The Boogeyman awakens.
315
+ EXT. HOUSE - NIGHT
316
+ John steps out. Rain falls. Engine roars.
317
+
318
+ Expand: Describe tactile details—cold metal, leather creak—to build anticipation.
319
+
320
+ ### The "Gun-Fu Ballet" Scene
321
+ Signature fights blending guns, martial arts.
322
+
323
+ **Elements**:
324
+ - **Build tension**: Stalk before strike.
325
+ - **Fluid choreography**: Long takes, precise moves.
326
+ - **Improvisation**: Use props (pencils, books).
327
+ - **Sound design**: Impacts, grunts minimal.
328
+ - **Payoff**: Exhaustion post-fight.
329
+
330
+ **Timing Rules**:
331
+ - Escalate intensity: Start close-quarters, expand.
332
+ - Pauses for reloads/breaths.
333
+ - No quips mid-kill.
334
+ - End with Wick wounded but victorious.
335
+
336
+ **Examples**:
337
+ WRONG (Chaotic): Random shooting.
338
+ RIGHT: John weaves through crowd. Shot-disarm-grapple-throw. Enemy's gun turns against him. Bullet casings rain like confetti. Wick winces—rib cracked—but presses on.
339
+
340
+ Verbose analysis: Break down techniques from films, like Chapter 1's Red Circle, noting influences from The Matrix.
341
+
342
+ ### The "Continental Neutral Ground" Scene
343
+ Interactions in safe havens.
344
+
345
+ **Required Elements**:
346
+ - **Rule reminder**: No business on grounds.
347
+ - **Tense reunions**: Old friends/foes.
348
+ - **Lore drops**: Casual mentions of history.
349
+ - **Visual opulence**: Contrast to violence.
350
+ - **Foreshadow breach**: Subtle tensions.
351
+
352
+ **Examples**:
353
+ - Winston advising Wick.
354
+ - Sofia's Casablanca meeting.
355
+
356
+ ### The "Duel of Honor" Scene
357
+ Formal confrontations.
358
+
359
+ **Structure**:
360
+ 1. **Challenge issued**: Terms set.
361
+ 2. **Preparation ritual**: Weapons chosen.
362
+ 3. **Verbal prelude**: Motivations aired.
363
+ 4. **Clash**: Phased combat.
364
+ 5. **Resolution**: Mercy or death.
365
+
366
+ From Chapter 4's pistol duel, describe historically—echoes of samurai codes.
367
+
368
+ ### The "Animal Bond" Scene
369
+ Wick's dogs as emotional anchors.
370
+
371
+ **Elements**:
372
+ - **Tenderness contrast**: Gentle with animals.
373
+ - **Loyalty mirror**: Dogs fight beside him.
374
+ - **Symbolic**: Represent lost love.
375
+ - **Humor touch**: Rare lightness.
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "cinematic-styles-lotr",
3
+ "version": "1.0.0",
4
+ "displayName": "Lord of the Rings Style",
5
+ "description": "Lord of the Rings epic fantasy with ensemble cast",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/franchises",
8
+ "tags": ["screenplay", "lotr", "fantasy", "epic", "ensemble"],
9
+ "augment": {
10
+ "characterCount": 15000,
11
+ "priority": "high"
12
+ },
13
+ "contents": {
14
+ "rules": ["lord-of-the-rings.md"]
15
+ }
16
+ }
17
+