@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,387 @@
1
+ # Sidney Lumet - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Realistic Moral Drama](#the-realistic-moral-drama)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Realism Grounded in Human Flaws**](#1-realism-grounded-in-human-flaws)
9
+ - [2. **Dialogue as Dramatic Engine**](#2-dialogue-as-dramatic-engine)
10
+ - [3. **Ensemble Dynamics in Confined Spaces**](#3-ensemble-dynamics-in-confined-spaces)
11
+ - [4. **Moral Ambiguity in Procedural Detail**](#4-moral-ambiguity-in-procedural-detail)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Lumet Three-Act Formula](#the-lumet-three-act-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Principled Protagonist](#the-principled-protagonist)
16
+ - [Lumet Character Archetypes](#lumet-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Jury Deliberation" Scene](#the-jury-deliberation-scene)
19
+ - [The "Monologue of Revelation" Scene](#the-monologue-of-revelation-scene)
20
+ - [The "Interrogation/Confrontation" Scene](#the-interrogationconfrontation-scene)
21
+ - [The "Moral Sacrifice" Scene](#the-moral-sacrifice-scene)
22
+
23
+ ## The Realistic Moral Drama
24
+
25
+ **Films Analyzed**:
26
+ - 12 Angry Men (1957)
27
+ - Serpico (1973)
28
+ - Dog Day Afternoon (1975)
29
+ - Network (1976)
30
+ - The Verdict (1982)
31
+ - Prince of the City (1981)
32
+ - Fail Safe (1964)
33
+ - The Pawnbroker (1964)
34
+ - Running on Empty (1988)
35
+ - Before the Devil Knows You're Dead (2007)
36
+ - Long Day's Journey into Night (1962)
37
+ - The Hill (1965)
38
+ - The Offence (1973)
39
+ - Murder on the Orient Express (1974)
40
+ - Equus (1977)
41
+ - The Morning After (1986)
42
+ - Critical Care (1997)
43
+ - Night Falls on Manhattan (1997)
44
+ - Gloria (1999)
45
+ - Find Me Guilty (2006)
46
+
47
+ **Primary Writers**: Reginald Rose, Waldo Salt, Norman Wexler, Paddy Chayefsky, David Mamet, Frank Pierson, Sidney Kingsley, Peter Shaffer, James Toback, Sidney Lumet (adaptations), Paul Newman (collaborations in scripting elements)
48
+ **Genre**: Drama / Social Realism / Moral Inquiry / Crime Procedural
49
+ **Core Concept**: Dialogue-intensive, character-focused narratives that dissect human ethics, systemic corruption, and personal redemption in gritty, authentic urban or confined environments, emphasizing psychological depth over spectacle.
50
+
51
+ ---
52
+
53
+ ## Overview
54
+
55
+ Sidney Lumet’s filmmaking style represents a pinnacle of American cinema's commitment to realism, moral complexity, and social commentary. Drawing from his roots in theater and television, Lumet crafted films that feel immediate and lived-in, often set in the bustling, unforgiving streets of New York City or claustrophobic interiors that mirror the characters' internal turmoil. His screenplays, whether original or adapted, prioritize the human element: flawed individuals grappling with ethical dilemmas against the backdrop of flawed institutions. Unlike the bombastic, effects-driven blockbusters of modern Hollywood, Lumet's works build tension through words, glances, and subtle performances, creating an immersive experience where the audience is invited to question justice, power, and humanity itself.
56
+
57
+ This style guide distills the essence of Lumet's approach, focusing on how his films balance procedural detail with profound philosophical inquiry. Lumet's narratives often explore themes of corruption in law enforcement, the judicial system, media, and family dynamics, using ensemble casts to represent diverse societal perspectives. His direction emphasized rehearsal and actor autonomy, which translates to screenplays that allow for naturalistic dialogue and evolving character interactions. By analyzing his key works, this guide provides a blueprint for writing scripts that echo Lumet's unflinching gaze at society's underbelly, where heroism is not superhuman but stubbornly principled, and victory is often pyrrhic.
58
+
59
+ Lumet's influence extends beyond mere storytelling; his films serve as mirrors to contemporary issues, from racial prejudice in *12 Angry Men* to media sensationalism in *Network* and police corruption in *Serpico*. The screenplays are verbose in their exploration of ideas, yet economical in structure, avoiding redundancy by layering subtext into every exchange. This guide will break down the core principles, narrative structures, character development, and scene construction that define the "Lumet-type" film, offering writers tools to create works that are intellectually rigorous, emotionally resonant, and socially relevant.
60
+
61
+ ---
62
+
63
+ ## Core Principles
64
+
65
+ ### 1. **Realism Grounded in Human Flaws**
66
+ Lumet's films eschew glamour for authenticity, portraying characters as products of their environments and choices, with actions driven by moral ambiguity rather than clear-cut heroism.
67
+
68
+ **Key Philosophy**:
69
+ - Reality over romanticism: Institutions are corrupt, people are compromised, and truth is subjective.
70
+ - Flaws as catalysts: Characters' weaknesses—greed, prejudice, fear—propel the plot and reveal deeper truths.
71
+ - Social context matters: Personal stories intersect with broader societal issues, like racism, bureaucracy, or capitalism.
72
+ - No easy resolutions: Endings reflect life's messiness, with partial victories or lingering doubts.
73
+
74
+ **Examples from Films**:
75
+ - In *12 Angry Men*, Juror #8's doubt stems from his empathy, challenging the group's biases, representing democratic deliberation.
76
+ - Frank Serpico's integrity clashes with police corruption, his isolation symbolizing the cost of whistleblowing.
77
+ - Howard Beale's madness in *Network* critiques media exploitation, his "mad as hell" rant embodying public disillusionment.
78
+ - In *The Verdict*, Frank Galvin's alcoholism mirrors his eroded faith in justice, redeemed through dogged pursuit of truth.
79
+
80
+ **Writing Approach**:
81
+ WRONG: "The cop bursts into the room, gun blazing, taking down the bad guys."
82
+ RIGHT: "Serpico hesitates at the door, sweat beading on his forehead. He knows ratting out his partners could end his career—or his life. 'This is bigger than us,' he mutters, pushing through, his hand trembling on the knob."
83
+
84
+ This approach ensures every action is laced with psychological realism, making the audience feel the weight of decisions.
85
+
86
+ ### 2. **Dialogue as Dramatic Engine**
87
+ Lumet's screenplays use conversation not just for exposition but as a battleground for ideas, where words wound, persuade, and transform.
88
+
89
+ **Dialogue Guidelines**:
90
+ - **Naturalistic yet heightened**: Speech patterns reflect class, ethnicity, and profession, with interruptions, overlaps, and slang for authenticity.
91
+ - **Subtext drives conflict**: What isn't said is as important; characters argue ideologies through personal anecdotes.
92
+ - **Rhythm and pacing**: Build from calm discussion to heated confrontation, using pauses for tension.
93
+ - **Intellectual depth**: Infuse debates with philosophical undertones, questioning morality without preachiness.
94
+
95
+ **Dialogue Ratio**:
96
+ - Confined scenes: 70% dialogue, 30% action/description (e.g., jury room debates).
97
+ - Procedural scenes: 50% dialogue, 50% visual procedural (e.g., investigations).
98
+ - Climactic monologues: Extended speeches that crystallize themes, balanced by ensemble responses.
99
+
100
+ **Character Voice Examples**:
101
+ JUROR #8 (Empathetic, logical, persistent)
102
+ It's not easy for me to raise my hand and send a boy off to die without talking about it first.
103
+ FRANK SERPICO (Idealistic, frustrated, street-smart)
104
+ You think this is about money? It's about the whole damn system. Cops taking payoffs, looking the other way. Where does it end?
105
+ HOWARD BEALE (Prophetic, unhinged, charismatic)
106
+ I'm as mad as hell, and I'm not going to take this anymore!
107
+ SONNY WORTZIK (Desperate, charismatic, volatile)
108
+ Attica! Attica! You hear that? That's what happens when you push people too far.
109
+ FRANK GALVIN (Cynical, redemptive, eloquent)
110
+ In my religion, we say, 'Act of Contrition.' We say it to be forgiven. But first, we have to mean it.
111
+
112
+ These voices are distinct, revealing backstory and motivation through cadence and content, avoiding generic exposition.
113
+
114
+ ### 3. **Ensemble Dynamics in Confined Spaces**
115
+ Lumet excels at using limited locations to heighten tension, forcing characters to confront each other and themselves.
116
+
117
+ **Ensemble Techniques**:
118
+ - **Diverse perspectives**: Cast represents societal cross-sections, clashing viewpoints to explore themes.
119
+ - **Evolving alliances**: Characters shift positions through persuasion or revelation, creating fluid dynamics.
120
+ - **Spatial symbolism**: Rooms, streets, or offices become metaphors for entrapment or judgment.
121
+ - **Balanced screen time**: Even minor characters get defining moments, contributing to the thematic mosaic.
122
+
123
+ **Pairing Examples from Films**:
124
+ - Juror #8 + Juror #3 (*12 Angry Men*): Empathy vs. prejudice, leading to emotional breakthrough.
125
+ - Serpico + Paco (*Serpico*): Idealism vs. pragmatism in corrupt precinct.
126
+ - Max Schumacher + Diana Christensen (*Network*): Integrity vs. ambition in media world.
127
+ - Sonny + Sal (*Dog Day Afternoon*): Desperation vs. loyalty during botched robbery.
128
+ - Galvin + Bishop (*The Verdict*): Redemption vs. institutional cover-up.
129
+
130
+ **Writing Approach**:
131
+ ENSEMBLE SCENE STRUCTURE:
132
+
133
+ Establish confinement (physical/emotional barriers).
134
+ Introduce conflicts (ideological clashes).
135
+ Rotate perspectives (each character voices stance).
136
+ Build tension (arguments escalate).
137
+ Resolution or shift (one mind changes, altering dynamics).
138
+
139
+
140
+ This mirrors Lumet's theatrical roots, turning dialogue into action.
141
+
142
+ ### 4. **Moral Ambiguity in Procedural Detail**
143
+ Lumet's stories often follow real-world processes—trials, heists, investigations—with ethical gray areas blurring right and wrong.
144
+
145
+ **Procedural Principles**:
146
+ - **Authentic details**: Research-based accuracy in legal, police, or media procedures grounds the narrative.
147
+ - **Ethical stakes**: Procedures highlight systemic flaws, forcing characters to choose between rules and justice.
148
+ - **Pacing through process**: Build suspense via incremental revelations, not chases.
149
+ - **Human cost**: Show how systems dehumanize individuals, with personal tolls emphasized.
150
+
151
+ **Action Philosophy** (Adapted for Drama):
152
+ NOT: Melodramatic showdowns.
153
+ BUT: In Fail Safe, the President's phone call to sacrifice New York weighs heavier than any explosion, his voice cracking as he condemns his own city to balance global scales.
154
+
155
+ This principle ensures drama arises from intellectual and emotional conflicts, not physical ones.
156
+
157
+ ---
158
+
159
+ ## Narrative Structure
160
+
161
+ ### The Lumet Three-Act Formula
162
+
163
+ Lumet's structures are often linear, building inexorably toward moral reckonings, with confined acts amplifying intensity.
164
+
165
+ #### Act 1: Establishment of Conflict + Inciting Dilemma (0-30 minutes)
166
+ **Goal**: Introduce the protagonist's world and the ethical quandary that disrupts it.
167
+
168
+ **Key Elements**:
169
+ - **Character baseline**: Show daily life, flaws, and values through routine actions.
170
+ - **Institutional setting**: Establish the system (court, precinct, network) and its corruptions.
171
+ - **Inciting incident**: A revelation or event forces moral choice.
172
+ - **Initial resistance**: Protagonist hesitates, weighing personal costs.
173
+
174
+ **Pacing**:
175
+ - Methodical setup with visual details establishing realism.
176
+ - Dialogue-heavy introductions to voices and conflicts.
177
+ - Hook by minute 15: A debate or confrontation sparks tension.
178
+ - Emotional investment: Audience empathizes with protagonist's isolation.
179
+
180
+ **Examples**:
181
+ - *12 Angry Men*: Jury enters room, quick vote reveals lone dissenter.
182
+ - *Serpico*: Frank joins force, witnesses first payoff.
183
+ - *Network*: Beale's on-air breakdown incites ratings frenzy.
184
+ - *Dog Day Afternoon*: Robbery goes wrong, turning into hostage situation.
185
+
186
+ #### Act 2A: Escalation + Alliances Formed (30-60 minutes)
187
+ **Goal**: Deepen conflicts, gather evidence or arguments, first major confrontations.
188
+
189
+ **Escalation Pattern**:
190
+ 1. **Protagonist investigates/persuades**: Gathers facts or sways opinions.
191
+ 2. **Opposition mounts**: System pushes back, allies waver.
192
+ 3. **Personal revelations**: Backstories humanize characters.
193
+ 4. **Midpoint twist**: Key evidence or betrayal heightens stakes.
194
+ 5. **Internal doubt**: Protagonist questions own motives.
195
+
196
+ **Key Techniques**:
197
+ - **Procedural montages**: Quick cuts of investigations or debates.
198
+ - **Character interactions**: Pairings reveal subtexts.
199
+ - **Rising tension**: Environmental factors (heat, time pressure) amplify stress.
200
+ - **Thematic deepening**: Broader social issues emerge through dialogue.
201
+
202
+ #### Act 2B: Crisis + Isolation (60-90 minutes)
203
+ **Goal**: Protagonist faces defeat, alliances fracture, moral low point.
204
+
205
+ **Midpoint Crisis**:
206
+ - **Major setback**: Evidence suppressed, arguments dismissed.
207
+ - **Personal betrayal**: Ally turns or secret revealed.
208
+ - **Isolation**: Protagonist stands alone against the system.
209
+ - **Self-reflection**: Confronts own flaws, questioning integrity.
210
+
211
+ **Examples**:
212
+ - *12 Angry Men*: Storm rages, vote stalls, prejudices erupt.
213
+ - *Serpico*: Shot and abandoned by partners.
214
+ - *Network*: Beale's exploitation peaks, friendships shatter.
215
+ - *The Verdict*: Witness disappears, Galvin hits rock bottom.
216
+
217
+ #### Act 3: Reckoning + Ambiguous Resolution (90-120 minutes)
218
+ **Goal**: Final confrontations, moral choices, bittersweet outcomes.
219
+
220
+ **Resolution Principles**:
221
+ - **Climactic debate/confrontation**: Words as weapons in decisive exchange.
222
+ - **Collective shift**: Ensemble reevaluates, some change.
223
+ - **Sacrifice or compromise**: Protagonist pays price for truth.
224
+ - **Thematic closure**: Society's flaws persist, but individual growth occurs.
225
+ - **Lingering ambiguity**: No tidy endings; questions remain.
226
+
227
+ **Climactic Structure**:
228
+
229
+ RALLY - Protagonist finds resolve or key ally.
230
+ STRATEGY - Final argument or evidence presented.
231
+ CONFRONTATION - Head-to-head with antagonist/system.
232
+ TURNING POINT - Moral breakthrough or revelation.
233
+ OUTCOME - Partial victory, with costs.
234
+ REFLECTION - Quiet moment assessing change.
235
+ EPILOGUE - Hint at ongoing struggles.
236
+ FADE OUT - On character's face, conveying mixed emotions.
237
+
238
+
239
+ ---
240
+
241
+ ## Character Development
242
+
243
+ ### The Principled Protagonist
244
+
245
+ **Core Traits**:
246
+ - **Moral core**: Unyielding ethics amidst corruption.
247
+ - **Human vulnerabilities**: Addictions, traumas, doubts humanize them.
248
+ - **Isolation motif**: Often alone in crowds, symbolizing alienation.
249
+ - **Growth through adversity**: Evolves from naive idealism to tempered realism.
250
+
251
+ **Character Arc Template**:
252
+ SETUP: Protagonist defined by principle (Serpico's honesty, Juror #8's doubt).
253
+ CHALLENGE: Principle tested by system (corruption, bias).
254
+ CRISIS: Principle leads to isolation/loss (betrayal, defeat).
255
+ GROWTH: Reaffirms principle with nuance (accepts costs, inspires change).
256
+ RESOLUTION: Transformed self, impacting others.
257
+
258
+ ### Lumet Character Archetypes
259
+
260
+ **The Whistleblower** (Serpico, Ciello in *Prince of the City*):
261
+ - Exposes corruption at personal risk.
262
+ - Idealistic but battle-worn.
263
+ - Struggles with loyalty vs. justice.
264
+ - Arc: From outsider to pariah to vindicated.
265
+
266
+ **The Everyman Juror** (Juror #8, Vinny Gambini in *Find Me Guilty*):
267
+ - Ordinary person in extraordinary moral arena.
268
+ - Uses logic/empathy to challenge status quo.
269
+ - Faces group pressure.
270
+ - Arc: From lone voice to catalyst for truth.
271
+
272
+ **The Media Maverick** (Howard Beale, Max Schumacher):
273
+ - Rails against exploitation.
274
+ - Charismatic but fragile.
275
+ - Battles corporate greed.
276
+ - Arc: From disillusioned to prophetic, often tragic.
277
+
278
+ **The Desperate Criminal** (Sonny Wortzik, Andy Hanson in *Before the Devil Knows You're Dead*):
279
+ - Driven by personal needs (love, money).
280
+ - Sympathetic despite crimes.
281
+ - Humanized through relationships.
282
+ - Arc: From impulsive to reflective, facing consequences.
283
+
284
+ **The Flawed Authority** (Detective Johnson in *The Offence*, President in *Fail Safe*):
285
+ - Wields power but haunted by decisions.
286
+ - Moral ambiguity in leadership.
287
+ - Confronts own hypocrisy.
288
+ - Arc: From authoritative to vulnerable.
289
+
290
+ **The Survivor** (Sol Nazerman in *The Pawnbroker*, Arthur Pope in *Running on Empty*):
291
+ - Traumatized by past (Holocaust, radicalism).
292
+ - Emotionally guarded.
293
+ - Seeks redemption through connections.
294
+ - Arc: From numbness to painful awakening.
295
+
296
+ **The Ambitious Opportunist** (Diana Christensen, Kaitlyn in *Critical Care*):
297
+ - Driven by success, often ruthless.
298
+ - Represents systemic flaws.
299
+ - Moments of self-doubt.
300
+ - Arc: From climber to confronted with ethics.
301
+
302
+ ---
303
+
304
+ ## Scene Construction
305
+
306
+ ### The "Jury Deliberation" Scene
307
+ Ensemble debates in confined space, building to consensus or fracture.
308
+
309
+ **Structure**:
310
+ 1. **Setup location**: Describe room's oppressiveness (heat, rain).
311
+ 2. **Initial positions**: Quick poll reveals divisions.
312
+ 3. **Arguments unfold**: Logical, emotional, prejudicial.
313
+ 4. **Visual cues**: Close-ups on faces, sweat, gestures.
314
+ 5. **Pivotal shift**: Key evidence reexamined.
315
+
316
+ **Example Template**:
317
+ INT. JURY ROOM - DAY
318
+ Sweat drips. Fans whir uselessly.
319
+ JUROR #3
320
+ Guilty. End of story.
321
+ JUROR #8
322
+ Let's talk about the knife. It doesn't add up.
323
+ Arguments erupt. Chairs scrape. Faces harden.
324
+ JUROR #10
325
+ These people are all the same!
326
+ JUROR #8 leans in, calm but firm.
327
+ JUROR #8
328
+ Prejudice doesn't make it true.
329
+ Vote changes. Tension peaks.
330
+
331
+ ### The "Monologue of Revelation" Scene
332
+ Character delivers extended speech exposing truths.
333
+
334
+ **Elements**:
335
+ - **Build-up**: Tension leads to outburst.
336
+ - **Delivery**: Passionate, uninterrupted.
337
+ - **Reaction**: Ensemble absorbs, responds.
338
+ - **Thematic tie-in**: Crystallizes film's message.
339
+ - **Aftermath**: Shifts dynamics.
340
+
341
+ **Timing Rules**:
342
+ - Place in Act 2B or 3 for maximum impact.
343
+ - Balance with silence before/after.
344
+ - Avoid overused; one per film typically.
345
+ - Ground in character history.
346
+
347
+ **Examples**:
348
+ WRONG (Preachy):
349
+ Beale rants generically about TV.
350
+ RIGHT (Personal):
351
+ Beale, eyes wild, leans into camera.
352
+ HOWARD BEALE
353
+ We sit in the house, and slowly the world we're living in is getting smaller, and all we say is, 'Please, at least leave us alone in our living rooms.' But I'm not gonna leave you alone. I want you to get mad!
354
+
355
+ ### The "Interrogation/Confrontation" Scene
356
+ One-on-one clash revealing secrets.
357
+
358
+ **Required Elements**:
359
+ - **Power imbalance**: Interrogator vs. subject.
360
+ - **Psychological probing**: Questions peel layers.
361
+ - **Reversals**: Roles flip.
362
+ - **Physical intimacy**: Close quarters heighten intensity.
363
+ - **Emotional peak**: Breakdown or admission.
364
+
365
+ **Examples**:
366
+ - Johnson grilling suspect in *The Offence*: Accusations turn self-reflective.
367
+ - Galvin cross-examining in *The Verdict*: Exposes lies, redeems self.
368
+ - Sonny negotiating with police in *Dog Day Afternoon*: Desperation turns media circus.
369
+
370
+ ### The "Moral Sacrifice" Scene
371
+ Protagonist chooses ethics over self-interest.
372
+
373
+ **Structure**:
374
+ 1. **Dilemma presented**: Safe path vs. right path.
375
+ 2. **Internal struggle**: Weigh options.
376
+ 3. **Decision moment**: Commits to sacrifice.
377
+ 4. **Execution**: Acts, facing repercussions.
378
+ 5. **Consequence**: Isolation or partial triumph.
379
+ 6. **Reflection**: Quiet acceptance.
380
+
381
+ **Examples**:
382
+ - Serpico testifying, knowing it'll end his career.
383
+ - President ordering bomber's destruction in *Fail Safe*, sacrificing family.
384
+ - Beale refusing to recant, leading to assassination.
385
+ - Galvin rejecting settlement, risking everything for justice.
386
+
387
+ This scene embodies Lumet's theme: Integrity's high cost in a flawed world.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-spike-lee",
3
+ "version": "1.0.0",
4
+ "displayName": "Spike Lee Style Guide",
5
+ "description": "Screenplay style guide for Spike Lee",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "spike-lee"
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/spike-lee",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "spike-lee.md"
48
+ ]
49
+ }
50
+ }