@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,653 @@
1
+ # Twelfth Night: Malvolio and the Letter (Act 2, Scene 5)
2
+
3
+ ## Scene Context
4
+
5
+ **Play**: *Twelfth Night* (1601-1602)
6
+ **Act/Scene**: Act 2, Scene 5
7
+ **Location**: Olivia's garden
8
+ **Time**: After Malvolio has scolded Sir Toby and friends for their late-night revelry
9
+ **Characters**: Malvolio (alone, then finding letter); Sir Toby Belch, Sir Andrew Aguecheek, Fabian (hiding and watching); Maria (who planted the letter)
10
+
11
+ **Dramatic Situation**: Maria has forged a letter in Olivia's handwriting, designed to trick the pompous steward Malvolio into believing his mistress is in love with him. Sir Toby, Sir Andrew, and Fabian hide to watch Malvolio find and read the letter. This is revenge for Malvolio's puritanical interference with their fun.
12
+
13
+ ## Full Scene (Lines 1-200, condensed)
14
+
15
+ ```
16
+ Enter SIR TOBY BELCH, SIR ANDREW AGUECHEEK, and FABIAN
17
+
18
+ SIR TOBY
19
+ Come thy ways, Signior Fabian.
20
+
21
+ FABIAN
22
+ Nay, I'll come: if I lose a scruple of this sport, let me be boiled to death with melancholy.
23
+
24
+ SIR TOBY
25
+ Wouldst thou not be glad to have the niggardly rascally sheep-biter come by some notable shame?
26
+
27
+ FABIAN
28
+ I would exult, man: you know, he brought me out o' favour with my lady about a bear-baiting here.
29
+
30
+ SIR TOBY
31
+ To anger him we'll have the bear again; and we will fool him black and blue: shall we not, Sir Andrew?
32
+
33
+ SIR ANDREW
34
+ An we do not, it is pity of our lives.
35
+
36
+ SIR TOBY
37
+ Here comes the little villain.
38
+
39
+ Enter MARIA
40
+
41
+ How now, my metal of India!
42
+
43
+ MARIA
44
+ Get ye all three into the box-tree: Malvolio's coming down this walk: he has been yonder i' the sun practising behavior to his own shadow this half hour: observe him, for the love of mockery; for I know this letter will make a contemplative idiot of him. Close, in the name of jesting! Lie thou there, (throws down a letter) for here comes the trout that must be caught with tickling.
45
+
46
+ [Exit MARIA]
47
+
48
+ SIR TOBY
49
+ Lie thou there; for here comes the trout that must be caught with tickling.
50
+
51
+ [They hide]
52
+
53
+ Enter MALVOLIO
54
+
55
+ MALVOLIO
56
+ 'Tis but fortune; all is fortune. Maria once told me she did affect me: and I have heard herself come thus near, that, should she fancy, it should be one of my complexion. Besides, she uses me with a more exalted respect than any one else that follows her. What should I think on't?
57
+
58
+ SIR TOBY (aside)
59
+ Here's an overweening rogue!
60
+
61
+ FABIAN (aside)
62
+ O, peace! Contemplation makes a rare turkey-cock of him: how he jets under his advanced plumes!
63
+
64
+ SIR ANDREW (aside)
65
+ 'Slight, I could so beat the rogue!
66
+
67
+ SIR TOBY (aside)
68
+ Peace, I say.
69
+
70
+ MALVOLIO
71
+ To be Count Malvolio!
72
+
73
+ SIR TOBY (aside)
74
+ Ah, rogue!
75
+
76
+ SIR ANDREW (aside)
77
+ Pistol him, pistol him.
78
+
79
+ SIR TOBY (aside)
80
+ Peace, peace!
81
+
82
+ MALVOLIO
83
+ There is example for't; the lady of the Strachy married the yeoman of the wardrobe.
84
+
85
+ SIR ANDREW (aside)
86
+ Fie on him, Jezebel!
87
+
88
+ FABIAN (aside)
89
+ O, peace! now he's deeply in: look how imagination blows him.
90
+
91
+ MALVOLIO
92
+ Having been three months married to her, sitting in my state,—
93
+
94
+ SIR TOBY (aside)
95
+ O, for a stone-bow, to hit him in the eye!
96
+
97
+ MALVOLIO
98
+ Calling my officers about me, in my branched velvet gown; having come from a day-bed, where I have left Olivia sleeping,—
99
+
100
+ SIR TOBY (aside)
101
+ Fire and brimstone!
102
+
103
+ FABIAN (aside)
104
+ O, peace, peace!
105
+
106
+ MALVOLIO
107
+ And then to have the humour of state; and after a demure travel of regard, telling them I know my place as I would they should do theirs, to ask for my kinsman Toby,—
108
+
109
+ SIR TOBY (aside)
110
+ Bolts and shackles!
111
+
112
+ FABIAN (aside)
113
+ O peace, peace, peace! now, now.
114
+
115
+ MALVOLIO
116
+ Seven of my people, with an obedient start, make out for him: I frown the while; and perchance wind up my watch, or play with my—some rich jewel. Toby approaches; curtsies there to me,—
117
+
118
+ SIR TOBY (aside)
119
+ Shall this fellow live?
120
+
121
+ FABIAN (aside)
122
+ Though our silence be drawn from us with cars, yet peace.
123
+
124
+ MALVOLIO
125
+ I extend my hand to him thus, quenching my familiar smile with an austere regard of control,—
126
+
127
+ SIR TOBY (aside)
128
+ And does not Toby take you a blow o' the lips then?
129
+
130
+ MALVOLIO
131
+ Saying, 'Cousin Toby, my fortunes having cast me on your niece give me this prerogative of speech,'—
132
+
133
+ SIR TOBY (aside)
134
+ What, what?
135
+
136
+ MALVOLIO
137
+ 'You must amend your drunkenness.'
138
+
139
+ SIR TOBY (aside)
140
+ Out, scab!
141
+
142
+ FABIAN (aside)
143
+ Nay, patience, or we break the sinews of our plot.
144
+
145
+ MALVOLIO
146
+ 'Besides, you waste the treasure of your time with a foolish knight,'—
147
+
148
+ SIR ANDREW (aside)
149
+ That's me, I warrant you.
150
+
151
+ MALVOLIO
152
+ 'One Sir Andrew,'—
153
+
154
+ SIR ANDREW (aside)
155
+ I knew 'twas I; for many do call me fool.
156
+
157
+ MALVOLIO
158
+ What employment have we here?
159
+
160
+ [Takes up the letter]
161
+
162
+ FABIAN (aside)
163
+ Now is the woodcock near the gin.
164
+
165
+ SIR TOBY (aside)
166
+ O, peace! and the spirit of humours intimate reading aloud to him!
167
+
168
+ MALVOLIO
169
+ By my life, this is my lady's hand these be her very C's, her U's and her T's and thus makes she her great P's. It is, in contempt of question, her hand.
170
+
171
+ SIR ANDREW (aside)
172
+ Her C's, her U's and her T's: why that?
173
+
174
+ MALVOLIO (reads)
175
+ 'To the unknown beloved, this, and my good wishes:'—her very phrases! By your leave, wax. Soft! and the impressure her Lucrece, with which she uses to seal: 'tis my lady. To whom should this be?
176
+
177
+ FABIAN (aside)
178
+ This wins him, liver and all.
179
+
180
+ MALVOLIO (reads)
181
+ 'Jove knows I love: But who? Lips, do not move; No man must know.'
182
+ 'No man must know.' What follows? the numbers altered! 'No man must know:' if this should be thee, Malvolio?
183
+
184
+ SIR TOBY (aside)
185
+ Marry, hang thee, brock!
186
+
187
+ MALVOLIO (reads)
188
+ 'I may command where I adore; But silence, like a Lucrece knife, With bloodless stroke my heart doth gore: M, O, A, I, doth sway my life.'
189
+
190
+ FABIAN (aside)
191
+ A fustian riddle!
192
+
193
+ SIR TOBY (aside)
194
+ Excellent wench, say I.
195
+
196
+ MALVOLIO
197
+ 'M, O, A, I, doth sway my life.' Nay, but first, let me see, let me see, let me see.
198
+
199
+ FABIAN (aside)
200
+ What dish o' poison has she dressed him!
201
+
202
+ SIR TOBY (aside)
203
+ And with what wing the staniel checks at it!
204
+
205
+ MALVOLIO
206
+ 'I may command where I adore.' Why, she may command me: I serve her; she is my lady. Why, this is evident to any formal capacity; there is no obstruction in this: and the end,—what should that alphabetical position portend? If I could make that resemble something in me,—Softly! M, O, A, I,—
207
+
208
+ SIR TOBY (aside)
209
+ O, ay, make up that: he is now at a cold scent.
210
+
211
+ FABIAN (aside)
212
+ Sowter will cry upon't for all this, though it be as rank as a fox.
213
+
214
+ MALVOLIO
215
+ M,—Malvolio; M,—why, that begins my name.
216
+
217
+ FABIAN (aside)
218
+ Did not I say he would work it out? the cur is excellent at faults.
219
+
220
+ MALVOLIO
221
+ M,—but then there is no consonancy in the sequel; that suffers under probation A should follow but O does.
222
+
223
+ FABIAN (aside)
224
+ And O shall end, I hope.
225
+
226
+ SIR TOBY (aside)
227
+ Ay, or I'll cudgel him, and make him cry O!
228
+
229
+ MALVOLIO
230
+ And then I comes behind.
231
+
232
+ FABIAN (aside)
233
+ Ay, an you had any eye behind you, you might see more detraction at your heels than fortunes before you.
234
+
235
+ MALVOLIO
236
+ M, O, A, I; this simulation is not as the former: and yet, to crush this a little, it would bow to me, for every one of these letters are in my name. Soft! here follows prose.
237
+
238
+ [Reads] 'If this fall into thy hand, revolve. In my stars I am above thee; but be not afraid of greatness: some are born great, some achieve greatness, and some have greatness thrust upon 'em. Thy Fates open their hands; let thy blood and spirit embrace them; and, to inure thyself to what thou art like to be, cast thy humble slough and appear fresh. Be opposite with a kinsman, surly with servants; let thy tongue tang arguments of state; put thyself into the trick of singularity: she thus advises thee that sighs for thee. Remember who commended thy yellow stockings, and wished to see thee ever cross-gartered: I say, remember. Go to, thou art made, if thou desirest to be so; if not, let me see thee a steward still, the fellow of servants, and not worthy to touch Fortune's fingers. Farewell. She that would alter services with thee, THE FORTUNATE-UNHAPPY.'
239
+
240
+ Daylight and champaign discovers not more: this is open. I will be proud, I will read politic authors, I will baffle Sir Toby, I will wash off gross acquaintance, I will be point-devise the very man. I do not now fool myself, to let imagination jade me; for every reason excites to this, that my lady loves me. She did commend my yellow stockings of late, she did praise my leg being cross-gartered; and in this she manifests herself to my love, and with a kind of injunction drives me to these habits of her liking. I thank my stars I am happy. I will be strange, stout, in yellow stockings, and cross-gartered, even with the swiftness of putting on. Jove and my stars be praised! Here is yet a postscript.
241
+
242
+ [Reads] 'Thou canst not choose but know who I am. If thou entertainest my love, let it appear in thy smiling; thy smiles become thee well; therefore in my presence still smile, dear my sweet, I prithee.'
243
+
244
+ Jove, I thank thee: I will smile; I will do everything that thou wilt have me.
245
+
246
+ [Exit]
247
+
248
+ FABIAN
249
+ I will not give my part of this sport for a pension of thousands to be paid from the Sophy.
250
+
251
+ SIR TOBY
252
+ I could marry this wench for this device.
253
+
254
+ SIR ANDREW
255
+ So could I too.
256
+
257
+ SIR TOBY
258
+ And ask no other dowry with her but such another jest.
259
+
260
+ SIR ANDREW
261
+ Nor I neither.
262
+
263
+ FABIAN
264
+ Here comes my noble gull-catcher.
265
+
266
+ [Re-enter MARIA]
267
+
268
+ SIR TOBY
269
+ Wilt thou set thy foot o' my neck?
270
+
271
+ SIR ANDREW
272
+ Or o' mine either?
273
+
274
+ SIR TOBY
275
+ Shall I play my freedom at traytrip, and become thy bond-slave?
276
+
277
+ SIR ANDREW
278
+ I' faith, or I either?
279
+
280
+ SIR TOBY
281
+ Why, thou hast put him in such a dream, that when the image of it leaves him he must run mad.
282
+
283
+ MARIA
284
+ Nay, but say true; does it work upon him?
285
+
286
+ SIR TOBY
287
+ Like aqua-vitae with a midwife.
288
+
289
+ MARIA
290
+ If you will then see the fruits of the sport, mark his first approach before my lady: he will come to her in yellow stockings, and 'tis a colour she abhors, and cross-gartered, a fashion she detests; and he will smile upon her, which will now be so unsuitable to her disposition, being addicted to a melancholy as she is, that it cannot but turn him into a notable contempt. If you will see it, follow me.
291
+
292
+ SIR TOBY
293
+ To the gates of Tartar, thou most excellent devil of wit!
294
+
295
+ SIR ANDREW
296
+ I'll make one too.
297
+
298
+ [Exeunt]
299
+ ```
300
+
301
+ ## Comic Techniques
302
+
303
+ ### 1. Dramatic Irony (Multiple Layers)
304
+
305
+ **The Audience's Knowledge**:
306
+ - We know the letter is forged by Maria
307
+ - We know Malvolio is being tricked
308
+ - We know the hidden observers are watching
309
+ - We know Olivia doesn't love Malvolio and hates yellow stockings
310
+
311
+ **Malvolio's Ignorance**: He believes:
312
+ - The letter is genuine
313
+ - Olivia loves him
314
+ - He's alone in the garden
315
+ - His interpretation of "M.O.A.I." is correct
316
+
317
+ **The Watchers**: Sir Toby, Sir Andrew, and Fabian provide running commentary, adding another layer of perspective.
318
+
319
+ ### 2. Physical Comedy
320
+
321
+ **Malvolio's Behavior**:
322
+ - **Preening**: Maria reports he's been "practising behavior to his own shadow"
323
+ - **Posturing**: Fabian describes him as a "turkey-cock" with "advanced plumes"
324
+ - **Fantasy Acting**: Malvolio physically acts out his fantasy of being Count Malvolio
325
+ - **Letter Business**: Picking up, examining, reading, puzzling over the letter
326
+
327
+ **The Hidden Watchers**:
328
+ - **Hiding**: Cramped in the box-tree
329
+ - **Suppressed Reactions**: Struggling not to laugh or shout
330
+ - **Near Discovery**: Almost giving themselves away with outbursts
331
+
332
+ ### 3. Verbal Comedy
333
+
334
+ **Malvolio's Self-Delusion**:
335
+ - **Vanity**: "Maria once told me she did affect me"
336
+ - **Fantasy**: Imagining himself as "Count Malvolio"
337
+ - **Detailed Daydream**: Specific details about his velvet gown, day-bed, winding his watch
338
+
339
+ **The Watchers' Asides**:
340
+ - **Sir Toby's Violence**: "Fire and brimstone!" "Shall this fellow live?"
341
+ - **Sir Andrew's Stupidity**: "That's me, I warrant you" (identifying himself as the "foolish knight")
342
+ - **Fabian's Restraint**: Constantly urging "Peace!" to prevent discovery
343
+
344
+ **Wordplay**:
345
+ - **"C's, U's, and T's"**: Bawdy joke (spells "cuts," slang for female genitalia)
346
+ - **"M.O.A.I."**: Malvolio tortures the letters to fit his name
347
+ - **Double Meanings**: "I comes behind" (Fabian: "you might see more detraction at your heels")
348
+
349
+ ### 4. Character Comedy
350
+
351
+ **Malvolio's Pomposity**:
352
+ - **Social Climbing**: Dreams of marrying above his station
353
+ - **Revenge Fantasy**: Imagines scolding Sir Toby as his inferior
354
+ - **Humorlessness**: Takes himself completely seriously
355
+ - **Gullibility**: Despite being "wise," falls completely for the trick
356
+
357
+ **Sir Andrew's Foolishness**:
358
+ - **Literal-Mindedness**: "Her C's, her U's and her T's: why that?"
359
+ - **Self-Identification**: Recognizes himself as the "foolish knight"
360
+ - **Imitation**: Echoes Sir Toby ("So could I too," "Nor I neither")
361
+
362
+ **Sir Toby's Cruelty**:
363
+ - **Violent Imagery**: Wants to "pistol him," "hit him in the eye"
364
+ - **Barely Controlled**: Must be restrained by Fabian
365
+ - **Gleeful**: Thoroughly enjoying Malvolio's humiliation
366
+
367
+ ### 5. Structural Comedy
368
+
369
+ **The Build**:
370
+ 1. **Setup**: Watchers hide, Maria plants letter
371
+ 2. **Fantasy**: Malvolio's daydream of being Count
372
+ 3. **Discovery**: Finding the letter
373
+ 4. **Puzzle**: Decoding "M.O.A.I."
374
+ 5. **Instructions**: Reading the letter's commands
375
+ 6. **Resolution**: Malvolio's complete belief and commitment
376
+
377
+ **Escalation**: Each section builds on the last, with Malvolio becoming more convinced and the watchers more outraged/delighted.
378
+
379
+ ### 6. Cruel Comedy
380
+
381
+ **The Dark Side**: This scene is funny but also cruel:
382
+ - **Class Mockery**: Malvolio is punished for aspiring above his station
383
+ - **Puritanism**: His moral strictness makes him a target
384
+ - **Isolation**: He has no friends to warn him
385
+ - **Consequences**: This trick will lead to his imprisonment and humiliation
386
+
387
+ **Audience Complicity**: We laugh at Malvolio's humiliation, making us complicit in the cruelty.
388
+
389
+ ## Character Analysis
390
+
391
+ ### Malvolio
392
+
393
+ **Name Meaning**: "Mal-volio" = "ill will" in Italian
394
+
395
+ **Character Traits**:
396
+ - **Pompous**: Takes himself very seriously
397
+ - **Ambitious**: Dreams of rising above his station
398
+ - **Puritanical**: Disapproves of fun and revelry
399
+ - **Vain**: Easily convinced of his own attractiveness
400
+ - **Humorless**: Cannot laugh at himself
401
+ - **Isolated**: No friends, only enemies
402
+
403
+ **Before the Letter**:
404
+ - **Already Fantasizing**: The letter doesn't create his ambition, it confirms it
405
+ - **Self-Deluded**: Already believes Maria and Olivia might fancy him
406
+ - **Detailed Fantasy**: Has thought through exactly how he'd act as Count Malvolio
407
+
408
+ **Reading the Letter**:
409
+ - **Methodical**: Carefully examines handwriting, seal, style
410
+ - **Puzzle-Solver**: Works through the "M.O.A.I." riddle
411
+ - **Confirmation Bias**: Interprets everything to fit his desires
412
+ - **Rationalization**: "I do not now fool myself, to let imagination jade me"
413
+
414
+ **After the Letter**:
415
+ - **Transformed**: Will wear yellow stockings and cross-garters
416
+ - **Committed**: "I will do everything that thou wilt have me"
417
+ - **Confident**: "I thank my stars I am happy"
418
+ - **Doomed**: Completely unaware of the disaster ahead
419
+
420
+ **Tragic Element**: Malvolio is comic but also pathetic. His ambition and loneliness make him vulnerable to the trick.
421
+
422
+ ### Maria
423
+
424
+ **The Architect**: Though she appears only briefly, Maria is the mastermind:
425
+ - **Clever**: Forges Olivia's handwriting perfectly
426
+ - **Observant**: Knows Malvolio has been "practising behavior to his own shadow"
427
+ - **Psychological Insight**: Understands exactly what will convince Malvolio
428
+ - **Cruel Precision**: Knows Olivia hates yellow and will be melancholy
429
+ - **Triumphant**: Sir Toby wants to marry her for this trick
430
+
431
+ **The Letter's Genius**:
432
+ - **Authentic Details**: Olivia's handwriting, seal, phrases
433
+ - **Vague Enough**: "Unknown beloved" could be anyone
434
+ - **Specific Enough**: Yellow stockings, cross-garters (things Olivia once mentioned)
435
+ - **Flattering**: "Some are born great, some achieve greatness..."
436
+ - **Actionable**: Clear instructions for Malvolio to follow
437
+
438
+ ### Sir Toby, Sir Andrew, and Fabian
439
+
440
+ **The Chorus**: They provide running commentary and audience surrogate:
441
+
442
+ **Sir Toby**:
443
+ - **Violent**: Constantly imagines harming Malvolio
444
+ - **Barely Controlled**: Must be restrained from revealing himself
445
+ - **Delighted**: Thoroughly enjoying the show
446
+ - **Admiring**: Impressed by Maria's cleverness
447
+
448
+ **Sir Andrew**:
449
+ - **Foolish**: Doesn't understand the bawdy jokes
450
+ - **Literal**: Takes everything at face value
451
+ - **Imitative**: Echoes Sir Toby
452
+ - **Self-Aware**: Knows he's the "foolish knight"
453
+
454
+ **Fabian**:
455
+ - **Restraining Force**: Keeps the others quiet
456
+ - **Witty**: Provides clever commentary
457
+ - **Invested**: Has his own grudge against Malvolio (bear-baiting incident)
458
+ - **Appreciative**: Admires the artistry of the trick
459
+
460
+ ## Staging Notes
461
+
462
+ ### Physical Staging
463
+
464
+ **The Box-Tree**:
465
+ - Must conceal three grown men
466
+ - Must allow audience to see them
467
+ - Traditional: hedge, tree, or garden structure
468
+ - Modern: could be bushes, statuary, garden furniture
469
+
470
+ **The Letter**:
471
+ - **Prop**: Must be visible, readable
472
+ - **Placement**: Maria throws it down where Malvolio will find it
473
+ - **Business**: Malvolio picks up, examines seal, unfolds, reads
474
+
475
+ **Malvolio's Movement**:
476
+ - **Entrance**: Alone, self-absorbed
477
+ - **Fantasy**: May pace, gesture, act out his daydream
478
+ - **Discovery**: Spots letter, approaches cautiously
479
+ - **Reading**: Stationary or moving, depending on interpretation
480
+
481
+ ### Performance Notes
482
+
483
+ **Malvolio**:
484
+ - **Tone**: Self-important, then puzzled, then triumphant
485
+ - **Volume**: Speaking to himself, but audible
486
+ - **Pacing**: Slow, deliberate, savoring his fantasy
487
+ - **Physical**: Stiff, formal, then increasingly excited
488
+
489
+ **The Watchers**:
490
+ - **Asides**: Quick, whispered, urgent
491
+ - **Reactions**: Physical comedy of suppressed laughter/rage
492
+ - **Near-Discovery**: Moments where they almost give themselves away
493
+ - **Contrast**: Their earthy humor vs. Malvolio's pomposity
494
+
495
+ **Comedy Timing**:
496
+ - **Pauses**: After Malvolio's most absurd statements
497
+ - **Reactions**: Watchers' asides interrupt Malvolio's flow
498
+ - **Build**: Escalating absurdity and outrage
499
+ - **Payoff**: Malvolio's complete commitment at the end
500
+
501
+ ### Costume Notes
502
+
503
+ **Yellow Stockings and Cross-Garters**:
504
+ - **Yellow**: Bright, garish, unfashionable
505
+ - **Cross-Garters**: Ribbons crossed behind knee and tied in front
506
+ - **Effect**: Ridiculous, uncomfortable, old-fashioned
507
+ - **Significance**: Olivia mentioned them once (casually), Malvolio takes it as a sign
508
+
509
+ **Malvolio's Usual Dress**:
510
+ - **Steward**: Black, formal, Puritan-style
511
+ - **Contrast**: His fantasy involves "branched velvet gown"
512
+ - **Transformation**: Next appearance in yellow will be shocking
513
+
514
+ ## Thematic Elements
515
+
516
+ ### 1. Ambition and Social Class
517
+
518
+ **Malvolio's Crime**: Aspiring above his station. In Shakespeare's time, this was transgressive.
519
+
520
+ **"Some are born great, some achieve greatness, and some have greatness thrust upon 'em"**: Famous line, but here it's used to manipulate.
521
+
522
+ ### 2. Self-Love and Vanity
523
+
524
+ **Malvolio's Name**: "Ill will" - he loves himself, not others
525
+
526
+ **Self-Deception**: His vanity makes him vulnerable. He wants to believe he's lovable, so he does.
527
+
528
+ ### 3. Appearance vs. Reality
529
+
530
+ **The Forged Letter**: Appears authentic, is completely fake
531
+
532
+ **Malvolio's Fantasy**: He believes he's being rational ("I do not now fool myself"), but he's completely deluded.
533
+
534
+ ### 4. Puritanism vs. Festivity
535
+
536
+ **Malvolio the Puritan**: Disapproves of drinking, singing, late nights
537
+
538
+ **Sir Toby's Revenge**: Punishing the killjoy
539
+
540
+ **Broader Theme**: *Twelfth Night* celebrates festivity and misrule; Malvolio represents their opposite.
541
+
542
+ ### 5. Cruelty and Comedy
543
+
544
+ **The Dark Side**: This is funny, but it's also bullying
545
+
546
+ **Consequences**: Malvolio will be imprisoned, humiliated, driven nearly mad
547
+
548
+ **His Final Line** (Act 5): "I'll be revenged on the whole pack of you" - the comedy has a bitter aftertaste
549
+
550
+ ### 6. Reading and Misreading
551
+
552
+ **Literacy**: Malvolio can read, but he misreads
553
+
554
+ **Interpretation**: He tortures "M.O.A.I." to fit his desires
555
+
556
+ **Broader Theme**: The play is full of misreadings, disguises, mistaken identities
557
+
558
+ ## Writing Lessons
559
+
560
+ ### 1. Dramatic Irony Multiplies Comedy
561
+
562
+ The audience knows the truth, the watchers know the truth, only Malvolio is ignorant. Each layer adds comedy.
563
+
564
+ ### 2. Character Consistency Makes Transformation Believable
565
+
566
+ Malvolio doesn't change character; the letter confirms what he already believed. His vanity and ambition make the trick work.
567
+
568
+ ### 3. Specific Details Create Believability
569
+
570
+ The letter's specific instructions (yellow stockings, cross-garters, smiling) make it seem authentic and give Malvolio concrete actions.
571
+
572
+ ### 4. Physical Comedy Enhances Verbal Wit
573
+
574
+ Malvolio's posturing, the watchers' hiding, the letter business - all add visual humor to the witty dialogue.
575
+
576
+ ### 5. Running Commentary Guides Audience Response
577
+
578
+ The watchers' asides tell us how to feel: outraged at Malvolio's presumption, delighted at the trick's success.
579
+
580
+ ### 6. Build and Escalation
581
+
582
+ The scene builds methodically: fantasy → discovery → puzzle → instructions → commitment. Each stage raises the stakes.
583
+
584
+ ### 7. Consequences Create Stakes
585
+
586
+ We know this will end badly for Malvolio, which adds tension to the comedy.
587
+
588
+ ### 8. Cruelty Can Be Funny (But Complicated)
589
+
590
+ The scene is hilarious, but it's also mean. Shakespeare doesn't shy away from the cruelty, which makes the comedy more complex.
591
+
592
+ ## Historical and Performance Context
593
+
594
+ ### Original Performance
595
+
596
+ **Twelfth Night** (Epiphany, January 6):
597
+ - **Festival**: End of Christmas season, time of misrule and reversal
598
+ - **Context**: The play's title suggests festive chaos and social inversion
599
+
600
+ **Globe Theatre** (c. 1601):
601
+ - **Outdoor**: Daylight performance
602
+ - **Minimal Sets**: Garden suggested by props
603
+ - **All-Male Cast**: Boy actor playing Maria
604
+
605
+ ### Famous Productions
606
+
607
+ **Laurence Olivier** (1955): Played Malvolio with tragic dignity
608
+ **Derek Jacobi** (2009): Emphasized Malvolio's isolation and pain
609
+ **Stephen Fry** (2012): Played Malvolio as pompous but sympathetic
610
+
611
+ ### Performance Challenges
612
+
613
+ **Balancing Comedy and Cruelty**: Making Malvolio funny without making the trick too mean
614
+ **The Watchers**: Keeping them visible to audience but hidden from Malvolio
615
+ **The Letter**: Making the reading clear and engaging
616
+ **Yellow Stockings**: Making the costume ridiculous but not cartoonish
617
+
618
+ ### Critical Debates
619
+
620
+ **Is Malvolio Sympathetic?**: Some productions emphasize his victimization
621
+ **Is the Trick Justified?**: Malvolio is pompous, but does he deserve this?
622
+ **Class Politics**: Is the play mocking social climbing or celebrating it?
623
+ **Puritanism**: Is Shakespeare attacking Puritan killjoys?
624
+
625
+ ## Practice Exercise
626
+
627
+ **Write a comic deception scene**:
628
+
629
+ 1. **Establish the Victim**: Create a character with a clear weakness (vanity, ambition, gullibility)
630
+ 2. **Create the Trick**: Design a deception that exploits that weakness
631
+ 3. **Add Watchers**: Include characters who observe and comment
632
+ 4. **Build Gradually**: Let the victim discover and interpret the deception step by step
633
+ 5. **Use Dramatic Irony**: Ensure the audience knows the truth
634
+ 6. **Add Specific Details**: Make the deception believable with concrete details
635
+ 7. **Show Consequences**: Hint at what will happen next
636
+
637
+ **Maintain**:
638
+ - Character consistency (the trick works because of who the victim is)
639
+ - Escalation (each stage builds on the last)
640
+ - Multiple perspectives (victim, watchers, audience)
641
+ - Physical comedy (hiding, reacting, performing)
642
+ - Verbal wit (asides, wordplay, misinterpretation)
643
+
644
+ **Modern Variations**:
645
+ - Fake social media profile
646
+ - Planted text messages or emails
647
+ - Staged video or podcast
648
+ - Fake job offer or award
649
+ - Catfishing scenario
650
+
651
+ **Ethical Consideration**: Like Shakespeare, don't shy away from the cruelty. Acknowledge that deception, even comic deception, has consequences.
652
+
653
+