@mytechtoday/augment-extensions 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +115 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +4 -1
@@ -0,0 +1,243 @@
1
+ # Monty Python Sketch Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The Python Revolution: Comedy as Intellectual Vandalism, Surreal Collage, Philosophical Prank, and Gleeful Nonsense](#introduction-the-python-revolution-comedy-as-intellectual-vandalism-surreal-collage-philosophical-prank-and-gleeful-nonsense)
6
+ - [Overall Tone and Thematic DNA – Deadpan Absurdity, Polite Rage, Surreal Escalation, Institutional Mockery, Intellectual Silliness, and Deliberate Bad Taste](#overall-tone-and-thematic-dna-deadpan-absurdity-polite-rage-surreal-escalation-institutional-mockery-intellectual-silliness-and-deliberate-bad-taste)
7
+ - [Sketch Structural Templates – Core Python Forms with Variation Rules & Examples](#sketch-structural-templates-core-python-forms-with-variation-rules-examples)
8
+ - [Character Archetypes – Python Hallmarks with Performance Notes & Examples](#character-archetypes-python-hallmarks-with-performance-notes-examples)
9
+ - [Dialogue Mechanics – Polite Rage, Repetition, Non-Sequitur, Catchphrase, Escalation, Rhythmic Poetry](#dialogue-mechanics-polite-rage-repetition-non-sequitur-catchphrase-escalation-rhythmic-poetry)
10
+ - [Visual & Performance Style – Live Chaos, Physicality, Gilliam Animation, Deliberate Amateurism](#visual-performance-style-live-chaos-physicality-gilliam-animation-deliberate-amateurism)
11
+ - [Music & Songs – Absurd Lyrics, Cheerful Delivery, Dissonance, Subversive Cheer](#music-songs-absurd-lyrics-cheerful-delivery-dissonance-subversive-cheer)
12
+ - [Practical Sketch Writing Habits – Python Process & Philosophy](#practical-sketch-writing-habits-python-process-philosophy)
13
+ - [Quick Reference – Monty Python Sketch Checklist (Expanded with Rules & Examples)](#quick-reference-monty-python-sketch-checklist-expanded-with-rules-examples)
14
+
15
+ ## Introduction – The Python Revolution: Comedy as Intellectual Vandalism, Surreal Collage, Philosophical Prank, and Gleeful Nonsense
16
+ Monty Python (Graham Chapman, John Cleese, Terry Gilliam, Eric Idle, Terry Jones, Michael Palin) did not just write and perform sketches—they systematically demolished the conventions of television comedy between 1969 and 1974 with *Monty Python’s Flying Circus* (45 episodes across four series), then continued the assault through feature films (*And Now for Something Completely Different* 1971 – a compilation/recut of TV sketches; *Monty Python and the Holy Grail* 1975; *Monty Python’s Life of Brian* 1979; *Monty Python’s The Meaning of Life* 1983), live performances (*Monty Python Live at the Hollywood Bowl* 1982), and reunions (e.g., 2014 O2 Arena shows).
17
+
18
+ Their comedy rejects:
19
+ - conventional setup-punchline structure
20
+ - narrative coherence
21
+ - logical progression
22
+ - good taste
23
+ - reverence for authority
24
+ - audience expectations
25
+ - television grammar itself
26
+
27
+ Instead, Python offers:
28
+ - deadpan delivery of the utterly illogical
29
+ - polite British repression exploding into rage or absurdity
30
+ - sudden, violent tonal ruptures
31
+ - bureaucratic and institutional satire
32
+ - non-sequitur logic and deliberate anticlimax
33
+ - Gilliam’s grotesque cut-out animations as palate cleansers or violent interruptions
34
+ - cheerful songs with shocking, obscene, or blasphemous content
35
+ - mockery of television tropes (title cards, continuity announcements, self-referential gags)
36
+ - gleeful bad taste balanced with intellectual sophistication
37
+
38
+ Python sketches are not “funny because of the punchline”; they are funny because of the refusal to deliver a conventional punchline, the seriousness with which absurdity is treated, the collision between calm authority and total nonsense, and the sheer audacity of attacking sacred cows (religion, class, bureaucracy, television, politeness) with equal-opportunity irreverence.
39
+
40
+ Influences: Pre-Python, the group drew from the Goons (Peter Sellers, Spike Milligan), Beyond the Fringe (Peter Cook, Dudley Moore), Q5 (Milligan), and BBC radio surrealism. Python’s style is British absurdism on steroids—logical extension of Lewis Carroll, Edward Lear, and the Dada movement, but with television as the canvas.
41
+
42
+ Unlike SNL’s premise-escalation structure and topical satire, Star Wars’s mythic heroism, Coppola’s operatic tragedy, Scorsese’s kinetic guilt, Kubrick’s cold precision, Spielberg’s redemptive wonder, Lucas’s serialized spectacle, Villeneuve’s dread immersion, Nolan’s temporal puzzles, Anderson’s symmetrical whimsy, or Lynch’s subconscious surrealism, Monty Python is fundamentally anti-structure, anti-reverence, anti-climax, anti-authority, anti-logic, anti-seriousness, and anti-taste. It is comedy as philosophical prank, intellectual vandalism, surreal collage, and gleeful nonsense.
43
+
44
+ This ultra-expanded guide dissects every layer of the Python style with exhaustive detail, including hundreds of specific sketch and scene examples from the TV series and films, structural templates with variation rules, character archetypes with performance notes, dialogue mechanics with rhythm and escalation principles, visual & animation grammar (Gilliam), musical & song disruption rules, live-theatre performance philosophy, anti-comedy and bad-taste guidelines, ethical satire boundaries, production insights from the Python collaborative process, and practical writing habits used by the six members during their most creative period (1969–1974).
45
+
46
+ ## Overall Tone and Thematic DNA – Deadpan Absurdity, Polite Rage, Surreal Escalation, Institutional Mockery, Intellectual Silliness, and Deliberate Bad Taste
47
+ - **Deadpan Delivery of the Utterly Ridiculous – The Central Python Technique**
48
+ The single most defining element of Monty Python comedy is the absolute seriousness with which the most insane, illogical, obscene, or blasphemous content is performed. This creates a hilarious dissonance: the performers treat the content as if it were perfectly normal, forcing the audience to question reality.
49
+ - “The Dead Parrot Sketch” (Series 1, Episode 8): John Cleese’s customer returns a clearly dead Norwegian Blue parrot to Michael Palin’s pet-shop owner. Cleese delivers increasingly furious, polite, eloquent descriptions of the bird’s demise (“This parrot is no more! It has ceased to be! It’s expired and gone to meet its maker!”) while Palin calmly denies reality (“It’s pining for the fjords!”). The tone is ferocious straight-faced conviction—no one breaks character, no one winks.
50
+ - “The Ministry of Silly Walks” (Series 2, Episode 1): John Cleese demonstrates absurd bureaucratic walks (high-knee prancing, sideways shuffling) as though presenting a perfectly reasonable government initiative—deadpan civil-service delivery of total nonsense, complete with charts and funding requests.
51
+ - “The Spanish Inquisition” (Series 2, Episode 2): Dramatic red-cardinal entrance, swelling music, “Nobody expects the Spanish Inquisition!”—then immediate confusion, forgetting their purpose, awkward exit. The tone is pompous drama collapsing into incompetence.
52
+ - “The Upper Class Twit of the Year” (Series 2, Episode 12): Contestants perform idiotic upper-class behaviors (jumping match, insulting peasants, walking in silly ways) with solemn sports-commentary narration and crowd cheering—absurdity delivered as high seriousness.
53
+ - “The Lumberjack Song” (Series 1, Episode 9): Michael Palin’s macho lumberjack confesses cross-dressing desires in cheerful barbershop quartet style—chorus continues obliviously, never acknowledging the shift.
54
+ - *Life of Brian* – “Biggus Dickus” scene: Roman officers attempt to say the name without laughing—deadpan struggle heightens the absurdity; Pilate’s speech impediment adds layers of polite repression.
55
+ → **Core Principle**: Never wink, smirk, break character, or telegraph the joke. The comedy lives in the absolute seriousness with which insane, illogical, obscene, blasphemous, or tasteless content is delivered. Polite repression + total illogicality = maximum comedic dissonance.
56
+
57
+ - **Thematic Pillars – Anti-Establishment, Surreal, Philosophical, Anti-Television, and Gleefully Offensive**
58
+ 1. Mockery of Authority, Bureaucracy & Institutions: Pompous officials, pointless rules, incompetent systems—guideline: Target any figure of power with exaggerated incompetence (civil servants, judges, military, doctors, clergy).
59
+ - “Ministry of Silly Walks,” “Vocational Guidance Counsellor” (accountant wants to be lion tamer), “The Semaphore Version of Wuthering Heights,” “The Money Programme” becoming absurd.
60
+ 2. Absurd Escalation & Non-Sequitur Logic: Sketches refuse conventional endings or logic.
61
+ - “The Cheese Shop” – endless denial of every cheese → sudden gunshots.
62
+ - “The Four Yorkshiremen” – competitive misery one-upmanship → absurd excess.
63
+ - “The Argument Clinic” – argument for hire → escalating rage → sudden shift to abuse.
64
+ 3. Religion & Philosophy Satire: Gentle (and not-so-gentle) mockery of dogma, afterlife, existentialism, Catholicism.
65
+ - *Life of Brian* entire plot, “The Meaning of Life” film, “The Philosopher’s Football Match” (S2E5), “Every Sperm Is Sacred.”
66
+ 4. Middle-Class English Repression & Politeness Gone Mad: Polite rage, repressed sexuality, class anxiety, social embarrassment.
67
+ - “The Argument Clinic,” “Nudge Nudge Wink Wink,” “The Upperclass Twit of the Year,” “The Wedding-Guest Who Smelt of Pears.”
68
+ 5. Surreal Visual & Verbal Collage: Gilliam animations, sudden tonal shifts, nonsense poetry, impossible scenarios.
69
+ - “Confuse-a-Cat,” “The Fish-Slapping Dance,” “The Mouse Problem,” “How to Recognize Different Parts of the Body.”
70
+ 6. Self-Referential & Anti-Television Satire: Breaking fourth wall, mocking TV tropes, continuity announcements, fake continuity errors.
71
+ - “How Not to Be Seen,” “And Now for Something Completely Different” title card interruptions, “The Money Programme” becoming “The Money Programme,” “How to Do It” (learn to play the flute in one easy lesson).
72
+ 7. Musical Disruption & Cheerful Obscenity: Songs with shocking, obscene, blasphemous, or surreal content delivered joyfully.
73
+ - “Lumberjack Song,” “Every Sperm Is Sacred,” “The Philosopher’s Song,” “The Galaxy Song.”
74
+ 8. Deliberate Bad Taste & Boundary-Pushing: Violence, nudity, blasphemy, taboo subjects treated with cheerful nonchalance.
75
+ - “The Undertakers Sketch,” “The Cannibalism Sketch,” “Every Sperm Is Sacred,” *Life of Brian* crucifixion finale.
76
+ → **Integration Rule**: Combine at least two pillars per sketch—bureaucracy + absurdity is classic Python; religion + musical disruption is peak Python (*Meaning of Life*); repression + non-sequitur is frequent. Never resolve logically—end in rupture, violence, animation, song, or anticlimax.
77
+
78
+ - **Tone Spectrum & Modulation Guidelines**
79
+ Polite calm / bourgeois normalcy → creeping absurdity → manic escalation → sudden tonal rupture (violence, animation, song, cutaway, explosion) → anticlimactic or deliberately unsatisfying ending → abrupt transition to next sketch or Gilliam animation.
80
+ - Modulation Rule: Use deadpan delivery, Gilliam animations, title cards (“And now for something completely different”), sudden music stings, violent/non-sequitur endings, or fake continuity announcements to violently shift tone. Never telegraph jokes—surprise, rupture, and anti-climax are essential.
81
+
82
+ ## Sketch Structural Templates – Core Python Forms with Variation Rules & Examples
83
+ 1. **Escalating Absurdity / “How Far Can We Push This?” Sketch**
84
+ - Setup: normal situation with one absurd rule or premise.
85
+ - Escalation 1–5: increasingly insane variations on the premise.
86
+ - Rupture: sudden violence, animation cutaway, song, or anticlimax.
87
+ Examples:
88
+ - “The Cheese Shop” (S2E4) – denial of every cheese imaginable → sudden gunshots.
89
+ - “The Four Yorkshiremen” (At Last the 1948 Show, later adopted) – misery one-upmanship → absurd excess (“We used to live in a shoebox…”).
90
+ - “The Argument Clinic” (S3E3) – argument for hire → escalating rage → sudden shift to abuse → ends with “This isn’t an argument!”
91
+ → **Variation Rule**: End in explosion, Gilliam animation, song, or abrupt cut to next sketch. Never give conventional resolution.
92
+
93
+ 2. **Deadpan Authority / Bureaucratic Absurdity Sketch**
94
+ - Pompous official explains ridiculous policy with total seriousness.
95
+ - Polite customer/client questions logic.
96
+ - Escalation of nonsense.
97
+ - Anticlimax, violent end, or sudden rupture.
98
+ Examples:
99
+ - “Ministry of Silly Walks” (S2E1) – Cleese demonstrates absurd walks as government program with funding charts.
100
+ - “Vocational Guidance Counsellor” (S2E10) – chartered accountant wants to be lion tamer → escalating absurdity → ends with lion attack.
101
+ - “The Theory of the Brontosaurus” (S2E8) – absurd paleontology lecture → descends into nonsense.
102
+ → **Variation Rule**: Authority figure remains calm while content becomes insane; end with violence, animation, or abrupt topic change.
103
+
104
+ 3. **Non-Sequitur / Sudden Rupture Sketch**
105
+ - Normal scene → completely unrelated interruption.
106
+ - Ends abruptly or with violence/animation.
107
+ Examples:
108
+ - “The Spanish Inquisition” (S2E2) – dramatic entrance, swelling music → forgets purpose → awkward exit → repeated interruptions.
109
+ - “Bicycle Repair Man” (S2E9) – superhero parody interrupted by unrelated sketch.
110
+ - “How to Recognize Different Parts of the Body” – endless repetition → cut to animation or next sketch.
111
+ → **Variation Rule**: Use Gilliam animation, title card, or violent rupture to force transition—never finish conventionally.
112
+
113
+ 4. **Musical / Song Disruption Sketch**
114
+ - Straight-faced song with absurd, obscene, blasphemous, or surreal lyrics.
115
+ - Cheerful chorus repeats ridiculous phrase.
116
+ - Ends with visual gag, rupture, or fade-out.
117
+ Examples:
118
+ - “Lumberjack Song” (S1E9) – macho lumberjack confesses cross-dressing desires in cheerful barbershop quartet.
119
+ - “Every Sperm Is Sacred” (*Meaning of Life*) – Catholic guilt satire with massive choir.
120
+ - “The Philosopher’s Song” (S2E5) – drunken philosophers sing about drinking and existentialism.
121
+ - “The Galaxy Song” (*Meaning of Life*) – cosmic existential ditty delivered with cheerful nihilism.
122
+ → **Variation Rule**: Cheerful tune + shocking/obscene/blasphemous/surreal lyrics = maximum dissonance. End with visual punchline or fade-out.
123
+
124
+ 5. **Gilliam Animation Interlude / Bridge / Terminator**
125
+ - Cut-out collage animation, grotesque violence, surreal transitions.
126
+ - Often bridges unrelated sketches, ends them violently, or provides tonal rupture.
127
+ Examples:
128
+ - Giant foot stomping down on sketches.
129
+ - Cannibalistic old ladies, flying monsters, grotesque sexual imagery.
130
+ - “Crunchy Frog” animation leading into live action.
131
+ → **Rule**: Use as palate cleanser, tone-breaker, sketch terminator, or visual punchline—violent, nonsensical, grotesque, surreal.
132
+
133
+ ## Character Archetypes – Python Hallmarks with Performance Notes & Examples
134
+ - **Pompous Authority Figure / Bureaucrat**
135
+ - John Cleese’s Minister / civil servant characters.
136
+ - Terry Jones’s judges, vicars, officials.
137
+ - Michael Palin’s polite authority figures.
138
+ - Performance: stiff upper lip, clipped speech, rising indignation, total seriousness.
139
+ Examples: Ministry of Silly Walks official, Vocational Guidance Counsellor.
140
+
141
+ - **Polite Englishman Losing His Mind**
142
+ - John Cleese’s customer-service characters (“Cheese Shop,” “Argument Clinic,” “Silly Walks”).
143
+ - Performance: escalating polite rage, physical stiffness turning to frenzy, precise diction.
144
+ Examples: Pet-shop owner refusing dead parrot is dead, man trying to buy an argument.
145
+
146
+ - **Upper-Class Twit / Silly Person**
147
+ - Palin & Cleese in “Upperclass Twit of the Year.”
148
+ - Performance: exaggerated posh accents, physical incompetence, solemn narration.
149
+ Examples: Jumping match, insulting peasants, silly walk competition.
150
+
151
+ - **Deadpan Everyman / Innocent Bystander**
152
+ - Michael Palin’s innocent reactions, Graham Chapman’s straight-man roles.
153
+ - Performance: wide-eyed confusion, calm acceptance of madness, polite bewilderment.
154
+ Examples: Man in “Nudge Nudge,” bystander in “Silly Walks.”
155
+
156
+ - **Cross-Dressing / Gender-Bending / Outrageous**
157
+ - Palin as “Mrs. Premise,” Idle as “Mr. & Mrs. Git,” Jones as women.
158
+ - Performance: cheerful, non-camp delivery of outrageous content, no embarrassment.
159
+ Examples: “Lumberjack Song,” “The Mouse Problem” transvestite mice.
160
+
161
+ - **Gumby / Brainless Brute**
162
+ - Palin & Cleese as “My brain hurts!” characters.
163
+ - Performance: stiff arms, monotone voice, sudden violence, brainless aggression.
164
+ Examples: Gumbys interrupting sketches, “Gumby Brain Surgery.”
165
+
166
+ ## Dialogue Mechanics – Polite Rage, Repetition, Non-Sequitur, Catchphrase, Escalation, Rhythmic Poetry
167
+ - **Polite Rage & Escalating Frustration**
168
+ - Cleese’s “Cheese Shop” – “I’m getting a little fed up…” → “This is getting a bit ridiculous…” → gunshots.
169
+ → **Rule**: Start with extreme politeness, escalate to fury, never break character or drop the polite veneer.
170
+
171
+ - **Repetition & Hypnotic Escalation**
172
+ - “Nobody expects the Spanish Inquisition!” repeated 5+ times with increasing drama.
173
+ - “Spam” sketch – “Spam, Spam, Spam, Spam…” endless loop interrupting every sentence.
174
+ - “Nudge Nudge Wink Wink” – “Know what I mean?” repeated ad nauseam.
175
+ → **Guideline**: Repeat key phrase 5–10 times for hypnotic, maddening, comedic effect—build rhythm until it becomes unbearable.
176
+
177
+ - **Non-Sequitur & Sudden Topic Shift**
178
+ - “Nudge Nudge Wink Wink” – innuendo barrage → “Know what I mean? Nudge nudge?” → completely unrelated ending.
179
+ - “The Spanish Inquisition” – dramatic entrance → forgets purpose → leaves → returns later.
180
+ → **Rule**: Jump topics abruptly—logic is the enemy; surprise is the point.
181
+
182
+ - **Catchphrase & Signature Lines**
183
+ - “And now for something completely different.”
184
+ - “Nobody expects the Spanish Inquisition!”
185
+ - “My brain hurts!”
186
+ - “It’s just a flesh wound!” (*Holy Grail*)
187
+ → **Guideline**: Create repeatable phrases that become self-parody—use them as transitions, interruptions, or punchlines.
188
+
189
+ ## Visual & Performance Style – Live Chaos, Physicality, Gilliam Animation, Deliberate Amateurism
190
+ - **Physical Comedy Rules**
191
+ - Chapman’s drunken falls, Cleese’s silly walks and furious gestures, Palin’s wide-eyed innocence, Jones’s violent women, Idle’s camp physicality.
192
+ → **Guideline**: Write for exaggerated physicality—big gestures, falls, props, sudden violence, absurd walks, pratfalls.
193
+
194
+ - **Gilliam Animation Interludes**
195
+ - Cut-out collages, grotesque violence, surreal transitions, giant feet, cannibalistic old ladies, flying monsters, sexual grotesquery.
196
+ Examples: Foot stomping sketches, “Crunchy Frog” animation, “The Mouse Problem” transvestite mice.
197
+ → **Rule**: Use as palate cleanser, tonal rupture, sketch terminator, or visual punchline—violent, nonsensical, grotesque, surreal.
198
+
199
+ - **Live-Theatre Performance Philosophy**
200
+ - Embrace flubs, corpsing, missed cues as part of charm.
201
+ - Deliver absurd lines with utmost seriousness.
202
+ - Physical commitment over subtlety.
203
+ → **Guideline**: Write for stage energy—big gestures, direct audience address, physical commitment, willingness to look ridiculous.
204
+
205
+ ## Music & Songs – Absurd Lyrics, Cheerful Delivery, Dissonance, Subversive Cheer
206
+ - **Absurd Song Content**
207
+ - “Lumberjack Song” – macho man confesses cross-dressing desires in cheerful barbershop quartet.
208
+ - “Every Sperm Is Sacred” (*Meaning of Life*) – massive choir sings Catholic guilt satire.
209
+ - “The Philosopher’s Song” (S2E5) – drunken philosophers sing about drinking and existentialism.
210
+ - “The Galaxy Song” (*Meaning of Life*) – cosmic existential ditty delivered with cheerful nihilism.
211
+ → **Guideline**: Cheerful tune + shocking/obscene/blasphemous/surreal lyrics = maximum dissonance. End with visual gag or fade-out.
212
+
213
+ ## Practical Sketch Writing Habits – Python Process & Philosophy
214
+ - Write collaboratively—six minds arguing produces better absurdity.
215
+ - Start with one absurd image, line, or premise (“What if a government department funded silly walks?” “What if a pet shop sold dead parrots?”).
216
+ - Escalate until it breaks logic, taste, or sanity.
217
+ - End abruptly, violently, with animation, song, or anticlimax—never resolve conventionally.
218
+ - Target authority figures, religion, class, television itself—equal-opportunity irreverence.
219
+ - Read aloud for rhythm, escalation, and deadpan delivery.
220
+ - Use Gilliam animation as escape hatch when stuck.
221
+ - Guideline: Kill your darlings—cut anything that feels safe, logical, sentimental, or conventionally funny.
222
+ - Rule: Never explain the joke. Never apologize for bad taste. Never make sense. Never give the audience what they expect.
223
+ - Bonus Rule: If it offends someone, it’s probably working.
224
+
225
+ ## Quick Reference – Monty Python Sketch Checklist (Expanded with Rules & Examples)
226
+ - [ ] Single absurd premise (Rule: One-sentence high-concept nonsense)
227
+ - [ ] Deadpan delivery of ridiculous content (Example: “Dead Parrot” seriousness)
228
+ - [ ] Polite rage / escalating frustration (Example: Cleese customer service meltdown)
229
+ - [ ] Repetition of key phrase for hypnotic effect (Example: “Spam” loop)
230
+ - [ ] Non-sequitur rupture / sudden topic shift (Example: Spanish Inquisition forgetting)
231
+ - [ ] Authority / bureaucracy target (Example: Ministry of Silly Walks)
232
+ - [ ] Physical comedy / big gestures / falls (Rule: Exaggerated body work)
233
+ - [ ] Sudden violent, animated, or anticlimactic ending (Example: Cheese Shop gunshots)
234
+ - [ ] Gilliam-style surreal interlude or cutaway (Guideline: Violent/nonsensical bridge)
235
+ - [ ] Catchphrase or repeatable bit (Example: “Nobody expects…”)
236
+ - [ ] Musical sting, absurd song, or cheerful obscenity (Optional: “Lumberjack Song”)
237
+ - [ ] Anti-logic, anti-climax, anti-reverence philosophy (Rule: Never resolve neatly)
238
+ - [ ] Equal-opportunity bad taste (Guideline: Offend everyone equally)
239
+ - [ ] Self-referential TV mockery (Example: “And now for something completely different”)
240
+
241
+ Write Monty Python sketches with gleeful, intellectual anarchy: take one absurd premise, treat it with utmost seriousness, escalate until it collapses under its own weight, rupture the tone violently with animation, violence, song, or non-sequitur, and end with a bang, whimper, foot stomp, or cheerful obscenity—never explain, never apologize, never make sense, never give the audience comfort.
242
+
243
+ Spam, spam, spam, spam, spam, spam, spam, spam, lovely spam, wonderful spam…
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-comedy-formats-saturday-night-live",
3
+ "version": "1.0.0",
4
+ "displayName": "Saturday Night Live Style Guide",
5
+ "description": "Screenplay style guide for Saturday Night Live",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/comedy-formats",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "comedy",
12
+ "format",
13
+ "saturday-night-live"
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/comedy-formats/saturday-night-live",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "saturday-night-live.md"
48
+ ]
49
+ }
50
+ }
@@ -0,0 +1,153 @@
1
+ # Saturday Night Live (SNL) Sketch Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction](#introduction)
6
+ - [Overall Tone and Thematic DNA – Sharp, Fast, Chaotic, Topical, Self-Aware, and Occasionally Heartfelt](#overall-tone-and-thematic-dna-sharp-fast-chaotic-topical-self-aware-and-occasionally-heartfelt)
7
+ - [Sketch Structural Templates – Classic SNL Forms](#sketch-structural-templates-classic-snl-forms)
8
+ - [Character Archetypes – SNL Hallmarks](#character-archetypes-snl-hallmarks)
9
+ - [Dialogue Mechanics – Fast, Rhythmic, Escalating, Catchphrase-Heavy](#dialogue-mechanics-fast-rhythmic-escalating-catchphrase-heavy)
10
+ - [Visual & Performance Style – Live Chaos, Physical Comedy, Impressions](#visual-performance-style-live-chaos-physical-comedy-impressions)
11
+ - [Music & Sound Design – Live Band, Songs, Catchy Parodies](#music-sound-design-live-band-songs-catchy-parodies)
12
+ - [Practical Sketch Writing Habits – SNL Process](#practical-sketch-writing-habits-snl-process)
13
+ - [Quick Reference – SNL Sketch Checklist (Expanded)](#quick-reference-snl-sketch-checklist-expanded)
14
+
15
+ ## Introduction
16
+ Saturday Night Live (SNL), created by Lorne Michaels and debuting on October 11, 1975, is the longest-running network television program in U.S. history and the single most influential comedy institution of the modern era. It has launched the careers of virtually every major American comedian and comedy writer since the 1970s (Belushi, Aykroyd, Radner, Murray, Curtin, Chase, Farley, Sandler, Ferrell, Fey, Poehler, Armisen, Hader, Wiig, McKinnon, Mooney, Thompson, Davidson, etc.) and remains the gold standard for live sketch comedy.
17
+
18
+ SNL sketches are not traditional sitcoms or stand-up sets; they are tightly constructed 3–7 minute bursts of live performance built around a single premise, a strong character or absurd concept, escalating absurdity, a punchline payoff (or deliberately anti-climactic subversion), and often a musical or celebrity guest tag. The show thrives on topicality (news, politics, pop culture), recurring characters, impression work, commercial parodies, digital shorts, and the raw energy of live television—mistakes, flubs, and spontaneous moments become part of the charm.
19
+
20
+ The SNL style is fast, fearless, collaborative, and contradictory: it is simultaneously sharp political satire and silly dick jokes, high-concept absurdity and heartfelt musical numbers, biting social commentary and comforting nostalgia. It balances edge with accessibility, cynicism with optimism, and chaos with craft. This guide distills the core DNA of SNL sketch writing across all eras (Not Ready for Prime Time Players → 1990s renaissance → Tina Fey/Amy Poehler era → modern digital/short-form era), with verbose explanations, hundreds of specific sketch examples, structural templates, character archetypes, dialogue mechanics, topical satire rules, cold open & Weekend Update guidelines, musical sketch principles, live-TV performance notes, and practical writing habits used by SNL writers.
21
+
22
+ ## Overall Tone and Thematic DNA – Sharp, Fast, Chaotic, Topical, Self-Aware, and Occasionally Heartfelt
23
+ - **Live-TV Energy: Raw, Imperfect, and Fearless**
24
+ SNL sketches embrace the chaos of live performance—flubs, missed cues, corpsing, and spontaneous ad-libs are celebrated, not hidden.
25
+ - Classic example: Chevy Chase & Richard Pryor’s “Word Association” sketch (1975) – escalating racial slurs end in stunned silence; the live danger is the point.
26
+ - Modern example: Kate McKinnon as Jeff Sessions singing “Hallelujah” in 2017 – absurd, heartfelt, and politically savage.
27
+ → **Core Principle**: Write for the live moment—embrace risk, surprise, and the possibility of glorious failure. Sketches should feel dangerous, not safe.
28
+
29
+ - **Premise-First Comedy**
30
+ Every sketch begins with one clear, high-concept premise that can be stated in one sentence.
31
+ - “What if the most boring guy in the world hosted a talk show?” → “Papyrus” (2013) – Ryan Gosling obsessed with the font.
32
+ - “What if a motivational speaker was secretly a depressed alcoholic?” → “Matt Foley, Motivational Speaker” (Chris Farley).
33
+ - “What if a news anchor was completely unprepared for a segment?” → “Debbie Downer” (Rachel Dratch).
34
+ → **Rule**: Boil premise to one absurd, instantly understandable sentence. Everything must serve that premise.
35
+
36
+ - **Tone Spectrum**
37
+ - Silly/absurd → escalating chaos → punchline payoff → tag or button
38
+ - Topical satire → sharp political edge → absurd exaggeration → hopeful or ironic close
39
+ - Character-driven → recurring bit → escalating absurdity → signature catchphrase or twist
40
+ - Heartfelt/musical → emotional sincerity → surprise comedy twist → uplifting or bittersweet end
41
+ → **Modulation Rule**: Shift tones rapidly—start grounded, go ridiculous, land emotionally or ironically.
42
+
43
+ ## Sketch Structural Templates – Classic SNL Forms
44
+ 1. **Premise Escalation Sketch** (Most common)
45
+ - Setup (introduce premise & characters)
46
+ - Escalation 1 (first absurdity)
47
+ - Escalation 2–4 (bigger, weirder)
48
+ - Button (final punchline or twist)
49
+ - Tag (extra joke after fade-out)
50
+ Example: “Chippendales Audition” (1990) – Patrick Swayze & Chris Farley compete; premise escalates from stripping to body-shaming absurdity.
51
+
52
+ 2. **Recurring Character Sketch**
53
+ - Cold open or host intro re-introduces character
54
+ - Familiar catchphrase/setup
55
+ - New situation + escalation
56
+ - Signature ending/button
57
+ Examples:
58
+ - Stefon (Bill Hader) – always chaotic club recommendations.
59
+ - Matt Foley (Chris Farley) – “living in a van down by the river.”
60
+ - Mary Katherine Gallagher (Molly Shannon) – “superstar” hand gestures.
61
+
62
+ 3. **Cold Open – Topical Satire**
63
+ - 3–5 minute political/current-event parody
64
+ - Impression-heavy
65
+ - Ends with signature line or cut to “Live from New York…”
66
+ Examples:
67
+ - Alec Baldwin’s Trump (2016–2020) – “wrong” facts, chaos.
68
+ - Kate McKinnon’s Ruth Bader Ginsburg singing.
69
+ → **Rule**: Write fast—current events change daily; punch up, not down.
70
+
71
+ 4. **Weekend Update Segment**
72
+ - Fake news desk
73
+ - Anchor jokes + correspondent pieces
74
+ - Punchy, topical one-liners
75
+ Example: Colin Jost & Michael Che banter; correspondents (e.g., Drunk Uncle, Drunk Girl).
76
+ → **Guideline**: Keep jokes tight (10–20 seconds); topical but timeless.
77
+
78
+ 5. **Commercial Parody**
79
+ - Fake ad with absurd product
80
+ - Escalating problem/solution
81
+ - Tagline payoff
82
+ Examples:
83
+ - “Colon Blow” – high-fiber cereal absurdity.
84
+ - “Mom Jeans” – unflattering mom style.
85
+
86
+ ## Character Archetypes – SNL Hallmarks
87
+ - **Exaggerated Everyman**
88
+ Normal person in absurd situation.
89
+ - “The Californians” (Fred Armisen) – soap-opera parody.
90
+ - **Over-the-Top Authority Figure**
91
+ Boss, teacher, politician gone wrong.
92
+ - Sean Spicer (Melissa McCarthy) – press secretary rage.
93
+ - **Creepy/Obsessive Weirdo**
94
+ - “Tiny Elvis” (Andy Kaufman), “Stefon” (Bill Hader).
95
+ - **Catchphrase Machine**
96
+ - “I’m not a doctor, but I play one on TV” (1980s), “More cowbell!” (2000).
97
+ - **Deadpan Straight Man/Woman**
98
+ - Norm Macdonald, Cecily Strong – reacts to absurdity.
99
+
100
+ ## Dialogue Mechanics – Fast, Rhythmic, Escalating, Catchphrase-Heavy
101
+ - **Rule of Three + Escalation**
102
+ Joke setup → escalation 1 → escalation 2 → bigger punchline.
103
+ Example: “More cowbell!” sketch – escalating cowbell demands.
104
+
105
+ - **Catchphrase & Repetition**
106
+ - “I got a fever… and the only prescription… is more cowbell!”
107
+ - “Schweddy Balls” (Alec Baldwin) – repeated product name.
108
+ → **Guideline**: Repeat key phrase 3–5 times for rhythm.
109
+
110
+ - **Fast Overlap & Group Chaos**
111
+ Multiple characters talking at once.
112
+ - “The Californians” – overlapping soap-opera drama.
113
+ → **Rule**: Write overlapping dialogue for live energy.
114
+
115
+ ## Visual & Performance Style – Live Chaos, Physical Comedy, Impressions
116
+ - **Physical Comedy Rules**
117
+ - Chris Farley’s physicality (falling, sweating, intensity).
118
+ - Kate McKinnon’s wild expressions.
119
+ → **Guideline**: Write for body—big gestures, falls, props.
120
+
121
+ - **Impression-Driven Sketches**
122
+ Celebrity hosts play themselves or others.
123
+ - Alec Baldwin as Trump.
124
+ → **Rule**: Impressions must be exaggerated but recognizable.
125
+
126
+ ## Music & Sound Design – Live Band, Songs, Catchy Parodies
127
+ - **G.E. Smith / Roots Band**
128
+ House band provides transitions, musical sketches.
129
+ - “I Wish It Was Christmas Today” (Horatio Sanz recurring).
130
+ → **Guideline**: Write musical sketches with catchy hooks.
131
+
132
+ ## Practical Sketch Writing Habits – SNL Process
133
+ - Pitch 10–20 ideas per week.
134
+ - Write 3–5 minute sketches.
135
+ - Read aloud for rhythm.
136
+ - Embrace table read rewrites.
137
+ - Use current events (cold opens).
138
+ - Develop recurring characters.
139
+ - Guideline: One premise per sketch—escalate, don’t complicate.
140
+
141
+ ## Quick Reference – SNL Sketch Checklist (Expanded)
142
+ - [ ] Single clear premise
143
+ - [ ] Escalation & rule of three
144
+ - [ ] Catchphrase or repeatable bit
145
+ - [ ] Physical comedy / big performance
146
+ - [ ] Topical satire or pop-culture parody
147
+ - [ ] Live chaos energy
148
+ - [ ] Fast, overlapping dialogue
149
+ - [ ] Strong button or tag
150
+ - [ ] Recurring character or impression
151
+ - [ ] Musical sting or song (optional)
152
+
153
+ Write SNL sketches with fearless energy: one killer premise, escalating absurdity, iconic lines, physical commitment, and the raw thrill of live television—make it sharp, silly, topical, and unforgettable.
@@ -0,0 +1,127 @@
1
+ # Cinematic Styles - Directors Module
2
+
3
+ **Version**: 1.0.0
4
+ **Type**: Writing Standards
5
+ **Category**: Screenplay / Cinematic Styles
6
+
7
+ ## Overview
8
+
9
+ This module provides comprehensive screenplay style guides for 60 iconic film directors, capturing their unique voice, structure, techniques, and storytelling approaches. Each director guide analyzes their distinctive cinematic language, from visual style to narrative structure to character development.
10
+
11
+ ## Key Features
12
+
13
+ - **60 Director Style Guides**: From classic auteurs to contemporary visionaries
14
+ - **Comprehensive Analysis**: Visual style, narrative structure, dialogue, pacing, themes
15
+ - **Film Examples**: Specific techniques demonstrated in their notable works
16
+ - **Modular Selection**: Choose individual directors or use the entire collection
17
+
18
+ ## Installation
19
+
20
+ ### Link Entire Directors Module
21
+ ```bash
22
+ augx link writing-standards/screenplay/cinematic-styles/directors
23
+ ```
24
+
25
+ ### Link Specific Director
26
+ ```bash
27
+ augx link writing-standards/screenplay/cinematic-styles/directors/christopher-nolan
28
+ augx link writing-standards/screenplay/cinematic-styles/directors/wes-anderson
29
+ ```
30
+
31
+ ## Available Directors
32
+
33
+ ### Classic Auteurs
34
+ - Alfred Hitchcock - Master of suspense
35
+ - Orson Welles - Innovative visual storytelling
36
+ - John Ford - American Western pioneer
37
+ - Stanley Kubrick - Meticulous perfectionist
38
+ - Francis Ford Coppola - Epic family sagas
39
+
40
+ ### Contemporary Masters
41
+ - Christopher Nolan - Cerebral blockbusters
42
+ - Denis Villeneuve - Atmospheric sci-fi
43
+ - Quentin Tarantino - Dialogue-heavy non-linear narratives
44
+ - Wes Anderson - Symmetrical whimsical ensembles
45
+ - David Fincher - Dark psychological thrillers
46
+
47
+ ### Genre Specialists
48
+ - George A. Romero - Zombie horror
49
+ - John Carpenter - Atmospheric horror/thriller
50
+ - Guillermo del Toro - Gothic fantasy
51
+ - Tobe Hooper - Horror classics
52
+ - Sam Peckinpah - Violent Westerns
53
+
54
+ ### Character-Driven Directors
55
+ - Martin Scorsese - Crime dramas and character studies
56
+ - Paul Thomas Anderson - Ensemble character dramas
57
+ - Sidney Lumet - Intense character-focused narratives
58
+ - Mike Nichols - Sophisticated character studies
59
+ - Robert Altman - Multi-character ensemble pieces
60
+
61
+ ### Comedy Directors
62
+ - Mel Brooks - Parody and satire
63
+ - Coen Brothers - Dark comedy with regional dialects
64
+ - Terry Gilliam - Surreal comedy
65
+ - Rob Reiner - Heartfelt comedies
66
+ - Kevin Smith - Dialogue-driven indie comedy
67
+
68
+ ### International Voices
69
+ - Park Chan-wook - Korean revenge thrillers
70
+ - Buster Keaton - Silent film physical comedy
71
+
72
+ ### And Many More...
73
+ See the complete list in module.json
74
+
75
+ ## Usage
76
+
77
+ ### Selecting a Director Style
78
+
79
+ Configure in `.augment/screenplay-config.json`:
80
+
81
+ ```json
82
+ {
83
+ "screenplay_enhancements": {
84
+ "features": {
85
+ "cinematic_styles": {
86
+ "enabled": true,
87
+ "directors": ["christopher-nolan", "denis-villeneuve"]
88
+ }
89
+ }
90
+ }
91
+ }
92
+ ```
93
+
94
+ ### Querying Director Styles
95
+
96
+ ```bash
97
+ # Show all directors
98
+ augx show writing-standards/screenplay/cinematic-styles/directors
99
+
100
+ # Show specific director
101
+ augx show writing-standards/screenplay/cinematic-styles/directors/christopher-nolan
102
+ ```
103
+
104
+ ## Directory Structure
105
+
106
+ ```
107
+ directors/
108
+ ├── module.json # Module metadata
109
+ ├── README.md # This file
110
+ └── rules/ # Director-specific style guides
111
+ ├── alfred-hitchcock.md
112
+ ├── christopher-nolan.md
113
+ ├── wes-anderson.md
114
+ └── ... (60 total)
115
+ ```
116
+
117
+ ## Integration
118
+
119
+ This module integrates with:
120
+ - **Core Screenplay Module**: Universal formatting and narrative structures
121
+ - **Narrative Styles Module**: Complementary narrative techniques
122
+ - **Genre Conventions**: Genre-specific screenplay rules
123
+
124
+ ## License
125
+
126
+ MIT License - See parent module for details
127
+
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-alfred-hitchcock",
3
+ "version": "1.0.0",
4
+ "displayName": "Alfred Hitchcock Style Guide",
5
+ "description": "Screenplay style guide for Alfred Hitchcock",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "alfred-hitchcock"
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/alfred-hitchcock",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "alfred-hitchcock.md"
48
+ ]
49
+ }
50
+ }