@mytechtoday/augment-extensions 1.5.2 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/README.md +62 -9
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -0
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +740 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  218. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  219. package/augment-extensions/writing-standards/screenplay/module.json +48 -1
  220. package/cli/AGENTS.md +22 -0
  221. package/cli/dist/__test_hook-system.d.ts +2 -0
  222. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  223. package/cli/dist/__test_hook-system.js +4 -0
  224. package/cli/dist/__test_hook-system.js.map +1 -0
  225. package/cli/dist/cli.js +21 -0
  226. package/cli/dist/cli.js.map +1 -1
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  230. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  234. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  236. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  238. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  242. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  282. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  286. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  290. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  294. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  298. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  302. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  306. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  310. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  314. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  318. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  322. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  326. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  330. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  334. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  338. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  342. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  346. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  348. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  349. package/cli/dist/commands/generate-shot-list.js +115 -0
  350. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  351. package/cli/dist/index.d.ts +7 -0
  352. package/cli/dist/index.d.ts.map +1 -0
  353. package/cli/dist/index.js +10 -0
  354. package/cli/dist/index.js.map +1 -0
  355. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  356. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  357. package/cli/dist/utils/mcp-integration.js +102 -13
  358. package/cli/dist/utils/mcp-integration.js.map +1 -1
  359. package/package.json +4 -1
@@ -0,0 +1,496 @@
1
+ # Much Ado About Nothing: Benedick Eavesdropping (Act 2, Scene 3)
2
+
3
+ ## Scene Context
4
+
5
+ **Play**: *Much Ado About Nothing* (1598-1599)
6
+ **Act/Scene**: Act 2, Scene 3
7
+ **Location**: Leonato's orchard
8
+ **Time**: After Benedick has declared he will never marry
9
+ **Characters**: Benedick (alone, then eavesdropping); Don Pedro, Leonato, Claudio (plotting)
10
+
11
+ **Dramatic Situation**: Don Pedro, Claudio, and Leonato deliberately stage a conversation within Benedick's hearing, claiming that Beatrice is desperately in love with him but too proud to admit it. This is part of their scheme to trick the confirmed bachelor Benedick into falling in love with Beatrice.
12
+
13
+ ## Key Excerpt (Lines 90-240, condensed)
14
+
15
+ ```
16
+ BENEDICK (alone)
17
+ I do much wonder that one man, seeing how much another man is a fool when he dedicates his behaviors to love, will, after he hath laughed at such shallow follies in others, become the argument of his own scorn by failing in love: and such a man is Claudio. I have known when there was no music with him but the drum and the fife; and now had he rather hear the tabor and the pipe...
18
+
19
+ [He hides in the arbor]
20
+
21
+ Enter DON PEDRO, CLAUDIO, and LEONATO
22
+
23
+ DON PEDRO
24
+ Come, shall we hear this music?
25
+
26
+ CLAUDIO
27
+ Yea, my good lord. How still the evening is,
28
+ As hush'd on purpose to grace harmony!
29
+
30
+ DON PEDRO (loudly, for Benedick's benefit)
31
+ See you where Benedick hath hid himself?
32
+
33
+ CLAUDIO
34
+ O, very well, my lord: the music ended,
35
+ We'll fit the kid-fox with a pennyworth.
36
+
37
+ DON PEDRO
38
+ Come, Balthasar, we'll hear that song again.
39
+
40
+ [Song: "Sigh no more, ladies"]
41
+
42
+ DON PEDRO
43
+ By my troth, a good song.
44
+
45
+ BALTHASAR
46
+ And an ill singer, my lord.
47
+
48
+ DON PEDRO
49
+ Ha, no, no, faith; thou singest well enough for a shift.
50
+
51
+ BENEDICK (aside)
52
+ An he had been a dog that should have howled thus, they would have hanged him...
53
+
54
+ [Balthasar exits]
55
+
56
+ DON PEDRO
57
+ Come hither, Leonato. What was it you told me of today, that your niece Beatrice was in love with Signior Benedick?
58
+
59
+ CLAUDIO (too loudly)
60
+ O, ay: stalk on, stalk on; the fowl sits. (aside to Don Pedro) I did never think that lady would have loved any man.
61
+
62
+ LEONATO
63
+ No, nor I neither; but most wonderful that she should so dote on Signior Benedick, whom she hath in all outward behaviors seemed ever to abhor.
64
+
65
+ BENEDICK (aside)
66
+ Is't possible? Sits the wind in that corner?
67
+
68
+ LEONATO
69
+ By my troth, my lord, I cannot tell what to think of it but that she loves him with an enraged affection: it is past the infinite of thought.
70
+
71
+ DON PEDRO
72
+ May be she doth but counterfeit.
73
+
74
+ CLAUDIO
75
+ Faith, like enough.
76
+
77
+ LEONATO
78
+ O God, counterfeit! There was never counterfeit of passion came so near the life of passion as she discovers it.
79
+
80
+ DON PEDRO
81
+ Why, what effects of passion shows she?
82
+
83
+ CLAUDIO (aside to Don Pedro)
84
+ Bait the hook well; this fish will bite.
85
+
86
+ LEONATO
87
+ What effects, my lord? She will sit you, you heard my daughter tell you how.
88
+
89
+ CLAUDIO
90
+ She did, indeed.
91
+
92
+ DON PEDRO
93
+ How, how, I pray you? You amaze me: I would have thought her spirit had been invincible against all assaults of affection.
94
+
95
+ LEONATO
96
+ I would have sworn it had, my lord; especially against Benedick.
97
+
98
+ BENEDICK (aside)
99
+ I should think this a gull, but that the white-bearded fellow speaks it: knavery cannot, sure, hide himself in such reverence.
100
+
101
+ CLAUDIO (aside to Don Pedro)
102
+ He hath ta'en the infection: hold it up.
103
+
104
+ DON PEDRO
105
+ Hath she made her affection known to Benedick?
106
+
107
+ LEONATO
108
+ No; and swears she never will: that's her torment.
109
+
110
+ CLAUDIO
111
+ 'Tis true, indeed; so your daughter says: 'Shall I,' says she, 'that have so oft encountered him with scorn, write to him that I love him?'
112
+
113
+ LEONATO
114
+ This says she now when she is beginning to write to him; for she'll be up twenty times a night, and there will she sit in her smock till she have writ a sheet of paper: my daughter tells us all.
115
+
116
+ CLAUDIO
117
+ Now you talk of a sheet of paper, I remember a pretty jest your daughter told us of.
118
+
119
+ LEONATO
120
+ O, when she had writ it and was reading it over, she found Benedick and Beatrice between the sheet?
121
+
122
+ CLAUDIO
123
+ That.
124
+
125
+ LEONATO
126
+ O, she tore the letter into a thousand halfpence; railed at herself, that she should be so immodest to write to one that she knew would flout her; 'I measure him,' says she, 'by my own spirit; for I should flout him, if he writ to me; yea, though I love him, I should.'
127
+
128
+ CLAUDIO
129
+ Then down upon her knees she falls, weeps, sobs, beats her heart, tears her hair, prays, curses; 'O sweet Benedick! God give me patience!'
130
+
131
+ LEONATO
132
+ She doth indeed; my daughter says so: and the ecstasy hath so much overborne her that my daughter is sometime afeared she will do a desperate outrage to herself: it is very true.
133
+
134
+ DON PEDRO
135
+ It were good that Benedick knew of it by some other, if she will not discover it.
136
+
137
+ CLAUDIO
138
+ To what end? He would make but a sport of it and torment the poor lady worse.
139
+
140
+ DON PEDRO
141
+ An he should, it were an alms to hang him. She's an excellent sweet lady; and, out of all suspicion, she is virtuous.
142
+
143
+ CLAUDIO
144
+ And she is exceeding wise.
145
+
146
+ DON PEDRO
147
+ In every thing but in loving Benedick.
148
+
149
+ LEONATO
150
+ O, my lord, wisdom and blood combating in so tender a body, we have ten proofs to one that blood hath the victory. I am sorry for her, as I have just cause, being her uncle and her guardian.
151
+
152
+ DON PEDRO
153
+ I would she had bestowed this dotage on me: I would have daffed all other respects and made her half myself. I pray you, tell Benedick of it, and hear what a' will say.
154
+
155
+ LEONATO
156
+ Were it good, think you?
157
+
158
+ CLAUDIO
159
+ Hero thinks surely she will die; for she says she will die, if he love her not, and she will die, ere she make her love known, and she will die, if he woo her, rather than she will bate one breath of her accustomed crossness.
160
+
161
+ DON PEDRO
162
+ She doth well: if she should make tender of her love, 'tis very possible he'll scorn it; for the man, as you know all, hath a contemptible spirit.
163
+
164
+ CLAUDIO
165
+ He is a very proper man.
166
+
167
+ DON PEDRO
168
+ He hath indeed a good outward happiness.
169
+
170
+ CLAUDIO
171
+ Before God! and, in my mind, very wise.
172
+
173
+ DON PEDRO
174
+ He doth indeed show some sparks that are like wit.
175
+
176
+ LEONATO
177
+ And I take him to be valiant.
178
+
179
+ DON PEDRO
180
+ As Hector, I assure you: and in the managing of quarrels you may say he is wise; for either he avoids them with great discretion, or undertakes them with a most Christian-like fear.
181
+
182
+ LEONATO
183
+ If he do fear God, a' must necessarily keep peace: if he break the peace, he ought to enter into a quarrel with fear and trembling.
184
+
185
+ DON PEDRO
186
+ And so will he do; for the man doth fear God, howsoever it seems not in him by some large jests he will make. Well I am sorry for your niece. Shall we go seek Benedick, and tell him of her love?
187
+
188
+ CLAUDIO
189
+ Never tell him, my lord: let her wear it out with good counsel.
190
+
191
+ LEONATO
192
+ Nay, that's impossible: she may wear her heart out first.
193
+
194
+ DON PEDRO
195
+ Well, we will hear further of it by your daughter: let it cool the while. I love Benedick well; and I could wish he would modestly examine himself, to see how much he is unworthy so good a lady.
196
+
197
+ LEONATO
198
+ My lord, will you walk? dinner is ready.
199
+
200
+ CLAUDIO (aside)
201
+ If he do not dote on her upon this, I will never trust my expectation.
202
+
203
+ DON PEDRO (aside)
204
+ Let there be the same net spread for her; and that must your daughter and her gentlewomen carry. The sport will be, when they hold one an opinion of another's dotage, and no such matter: that's the scene that I would see, which will be merely a dumb-show. Let us send her to call him in to dinner.
205
+
206
+ [Exeunt DON PEDRO, CLAUDIO, and LEONATO]
207
+
208
+ BENEDICK (coming forward)
209
+ This can be no trick: the conference was sadly borne. They have the truth of this from Hero. They seem to pity the lady: it seems her affections have their full bent. Love me! why, it must be requited. I hear how I am censured: they say I will bear myself proudly, if I perceive the love come from her; they say too that she will rather die than give any sign of affection. I did never think to marry: I must not seem proud: happy are they that hear their detractions and can put them to mending. They say the lady is fair; 'tis a truth, I can bear them witness; and virtuous; 'tis so, I cannot reprove it; and wise, but for loving me; by my troth, it is no addition to her wit, nor no great argument of her folly, for I will be horribly in love with her. I may chance have some odd quirks and remnants of wit broken on me, because I have railed so long against marriage: but doth not the appetite alter? a man loves the meat in his youth that he cannot endure in his age. Shall quips and sentences and these paper bullets of the brain awe a man from the career of his humour? No, the world must be peopled. When I said I would die a bachelor, I did not think I should live till I were married. Here comes Beatrice. By this day! she's a fair lady: I do spy some marks of love in her.
210
+
211
+ [Enter BEATRICE]
212
+
213
+ BEATRICE
214
+ Against my will I am sent to bid you come in to dinner.
215
+
216
+ BENEDICK
217
+ Fair Beatrice, I thank you for your pains.
218
+
219
+ BEATRICE
220
+ I took no more pains for those thanks than you take pains to thank me: if it had been painful, I would not have come.
221
+
222
+ BENEDICK
223
+ You take pleasure then in the message?
224
+
225
+ BEATRICE
226
+ Yea, just so much as you may take upon a knife's point and choke a daw withal. You have no stomach, signior: fare you well.
227
+
228
+ [Exit]
229
+
230
+ BENEDICK
231
+ Ha! 'Against my will I am sent to bid you come in to dinner;' there's a double meaning in that 'I took no more pains for those thanks than you took pains to thank me.' that's as much as to say, Any pains that I take for you is as easy as thanks. If I do not take pity of her, I am a villain; if I do not love her, I am a Jew. I will go get her picture.
232
+
233
+ [Exit]
234
+ ```
235
+
236
+ ## Comic Techniques
237
+
238
+ ### 1. Dramatic Irony
239
+
240
+ **The Audience Knows What Benedick Doesn't**: We know the conversation is staged, but Benedick believes it's genuine. This creates comedy as we watch him fall for the trick.
241
+
242
+ **Layers of Awareness**:
243
+ - **Audience**: Knows it's all a trick
244
+ - **Don Pedro, Claudio, Leonato**: Know they're tricking Benedick
245
+ - **Benedick**: Thinks he's secretly overhearing truth
246
+ - **Beatrice**: Doesn't know any of this is happening (yet)
247
+
248
+ ### 2. Physical Comedy
249
+
250
+ **Hiding and Eavesdropping**: Benedick must hide himself (in the arbor, behind trees) while trying to hear every word. Physical comedy of someone trying to be invisible while straining to listen.
251
+
252
+ **Exaggerated Reactions**: Benedick's asides show his shock and disbelief:
253
+ - "Is't possible? Sits the wind in that corner?"
254
+ - "I should think this a gull, but that the white-bearded fellow speaks it"
255
+
256
+ **The Conspirators' Performance**: Don Pedro, Claudio, and Leonato must act natural while knowing Benedick is listening. Claudio's asides ("Bait the hook well; this fish will bite") add meta-theatrical comedy.
257
+
258
+ ### 3. Verbal Comedy
259
+
260
+ **Benedick's Asides**: His running commentary on what he's hearing provides humor:
261
+ - Skepticism: "I should think this a gull"
262
+ - Rationalization: "knavery cannot, sure, hide himself in such reverence"
263
+ - Acceptance: "This can be no trick"
264
+
265
+ **Exaggeration**: The conspirators pile on absurd details:
266
+ - Beatrice writes to Benedick twenty times a night
267
+ - She tears letters into "a thousand halfpence"
268
+ - She "beats her heart, tears her hair, prays, curses"
269
+
270
+ **Backhanded Compliments**: When praising Benedick, they damn with faint praise:
271
+ - "He doth indeed show some sparks that are like wit"
272
+ - "He hath indeed a good outward happiness"
273
+
274
+ ### 4. Character Comedy
275
+
276
+ **Benedick's Transformation**: We watch a confirmed bachelor talk himself into love in real-time. His soliloquy after the conspirators leave shows him rationalizing:
277
+ - "I did never think to marry: I must not seem proud"
278
+ - "doth not the appetite alter?"
279
+ - "the world must be peopled"
280
+
281
+ **Self-Justification**: Benedick anticipates mockery and prepares defenses:
282
+ - "I may chance have some odd quirks and remnants of wit broken on me"
283
+ - "Shall quips and sentences and these paper bullets of the brain awe a man?"
284
+
285
+ ### 5. Situational Comedy
286
+
287
+ **The Trap**: The entire scene is a elaborate practical joke. The comedy comes from watching someone walk into a trap while thinking they're being clever.
288
+
289
+ **Immediate Test**: Beatrice arrives immediately after, giving Benedick a chance to act on his new "knowledge." He tries to be romantic; she's still her usual sharp self. He misinterprets everything she says as secret love.
290
+
291
+ **Misreading**: Benedick finds "double meanings" in Beatrice's plainest statements:
292
+ - Beatrice: "Against my will I am sent to bid you come in to dinner"
293
+ - Benedick: "Ha! 'Against my will'... there's a double meaning in that"
294
+
295
+ ### 6. Symmetry and Parallel Structure
296
+
297
+ **Mirror Scene**: This scene has a parallel in Act 3, Scene 1, where Beatrice is tricked in exactly the same way by Hero and Ursula. The symmetry creates comedy through repetition and variation.
298
+
299
+ **Role Reversal**: Benedick, who opened the scene mocking Claudio for being in love, ends it declaring he will "be horribly in love."
300
+
301
+ ## Character Analysis
302
+
303
+ ### Benedick
304
+
305
+ **Before the Trick**:
306
+ - **Confirmed Bachelor**: "I do much wonder that one man... will... become the argument of his own scorn by failing in love"
307
+ - **Scornful of Romance**: Mocks Claudio for preferring music to military drums
308
+ - **Witty and Proud**: Confident in his immunity to love
309
+
310
+ **During the Eavesdropping**:
311
+ - **Skeptical at First**: "Is't possible?"
312
+ - **Gradually Convinced**: Leonato's age and respectability persuade him
313
+ - **Emotionally Engaged**: Begins to feel pity for Beatrice
314
+
315
+ **After the Trick**:
316
+ - **Completely Transformed**: "I will be horribly in love with her"
317
+ - **Rationalizing**: Finds logical reasons for his change of heart
318
+ - **Self-Aware**: Knows he'll be mocked but doesn't care
319
+ - **Reinterpreting the Past**: Now sees Beatrice as "fair" and finds "marks of love in her"
320
+
321
+ **Character Traits Revealed**:
322
+ - **Vanity**: Easily convinced a woman loves him
323
+ - **Rationality**: Needs logical justification for emotional decisions
324
+ - **Fundamentally Good**: Moved by pity for Beatrice's supposed suffering
325
+ - **Witty**: Even in his transformation, maintains his verbal cleverness
326
+
327
+ ### Don Pedro, Claudio, and Leonato
328
+
329
+ **The Conspirators**:
330
+ - **Playful**: Enjoying the prank
331
+ - **Skillful Actors**: Maintain the deception convincingly
332
+ - **Psychologically Astute**: Know exactly what will convince Benedick
333
+ - **Well-Meaning**: Their trick is meant to bring happiness, not harm
334
+
335
+ **Their Strategy**:
336
+ 1. **Establish Credibility**: Leonato's age and position make the story believable
337
+ 2. **Appeal to Vanity**: Suggest Beatrice is desperately in love
338
+ 3. **Appeal to Pity**: Describe Beatrice's suffering
339
+ 4. **Appeal to Honor**: Suggest Benedick should respond nobly
340
+ 5. **Preempt Objections**: Address why Beatrice won't reveal her love
341
+
342
+ ### Beatrice (in absentia)
343
+
344
+ **The Described Beatrice**: The conspirators paint a picture of Beatrice that's completely at odds with her actual character:
345
+ - **Lovesick**: Writing letters, weeping, beating her heart
346
+ - **Desperate**: Might "do a desperate outrage to herself"
347
+ - **Submissive**: Suffering in silence
348
+
349
+ **The Real Beatrice**: When she appears, she's her usual sharp, witty self, completely unaware of the trick. The contrast between the described Beatrice and the real one adds to the comedy.
350
+
351
+ ## Staging Notes
352
+
353
+ ### Physical Staging
354
+
355
+ **The Arbor/Hiding Place**:
356
+ - Must be visible to audience but plausibly concealing to characters
357
+ - Benedick needs space to react physically without being seen
358
+ - Traditional staging: garden with trees, benches, arbor
359
+
360
+ **Blocking**:
361
+ - **Benedick**: Enters alone, delivers opening soliloquy, hides when he hears others approaching
362
+ - **Conspirators**: Enter casually, position themselves where Benedick can hear
363
+ - **Movement**: Conspirators may move around, forcing Benedick to shift position
364
+ - **Beatrice**: Enters from different direction, doesn't see Benedick's hiding place
365
+
366
+ ### Performance Notes
367
+
368
+ **Benedick's Asides**:
369
+ - **To Audience**: Direct address, sharing his thoughts
370
+ - **Tone**: Skeptical → Convinced → Rationalized
371
+ - **Volume**: Whispered, but audible to audience
372
+
373
+ **The Conspirators**:
374
+ - **Volume**: Slightly louder than natural (for Benedick to hear)
375
+ - **Asides to Each Other**: Quick, quiet, conspiratorial
376
+ - **Acting**: Must seem natural while being performative
377
+
378
+ **Pacing**:
379
+ - **Opening**: Leisurely, establishing Benedick's position
380
+ - **Eavesdropping**: Builds gradually as details accumulate
381
+ - **Benedick's Soliloquy**: Rapid-fire rationalization
382
+ - **Beatrice Scene**: Quick, sharp exchanges
383
+ - **Final Soliloquy**: Triumphant, self-satisfied
384
+
385
+ ### Comedy Timing
386
+
387
+ **Pauses**:
388
+ - After conspirators' revelations (for Benedick's reactions)
389
+ - After Benedick's asides (for audience laughter)
390
+ - Before Benedick's final reinterpretations
391
+
392
+ **Reactions**:
393
+ - Benedick's physical reactions to shocking claims
394
+ - Conspirators' suppressed laughter (in asides)
395
+ - Beatrice's obliviousness to Benedick's new attitude
396
+
397
+ ## Thematic Elements
398
+
399
+ ### 1. Appearance vs. Reality
400
+
401
+ **What Seems vs. What Is**: The entire scene is built on deception. What appears to be a private conversation is actually a performance.
402
+
403
+ ### 2. Pride and Self-Knowledge
404
+
405
+ **Benedick's Pride**: His certainty that he'll never fall in love makes him vulnerable to the trick. His lack of self-knowledge allows him to be manipulated.
406
+
407
+ ### 3. The Power of Suggestion
408
+
409
+ **Belief Creates Reality**: Once Benedick believes Beatrice loves him, he begins to love her. The fake story creates real emotion.
410
+
411
+ ### 4. Social Manipulation
412
+
413
+ **Benevolent Trickery**: Don Pedro and friends manipulate Benedick for his own good (they believe). Questions about when deception is justified.
414
+
415
+ ### 5. Love and Reason
416
+
417
+ **Rationalizing Emotion**: Benedick needs logical reasons to justify his emotional transformation. "The world must be peopled" is a rational excuse for an irrational change.
418
+
419
+ ## Writing Lessons
420
+
421
+ ### 1. Dramatic Irony Creates Comedy
422
+
423
+ When the audience knows more than the character, every line has double meaning. Benedick's earnest belief in the trick is funny because we know the truth.
424
+
425
+ ### 2. Physical Comedy Enhances Verbal Wit
426
+
427
+ The visual element of hiding and eavesdropping adds a layer of comedy beyond the witty dialogue.
428
+
429
+ ### 3. Character Consistency in Transformation
430
+
431
+ Even as Benedick changes his mind about love, he remains himself: witty, rational, self-aware. The transformation is believable because it's in character.
432
+
433
+ ### 4. Exaggeration for Comic Effect
434
+
435
+ The conspirators' descriptions of Beatrice's lovesickness are absurdly over-the-top, which makes them funny and also makes Benedick's belief in them more ridiculous.
436
+
437
+ ### 5. Immediate Consequences
438
+
439
+ Beatrice's entrance immediately after Benedick's transformation allows us to see the trick's effects in action, providing instant comic payoff.
440
+
441
+ ### 6. Symmetry and Structure
442
+
443
+ The parallel trick on Beatrice (Act 3, Scene 1) creates satisfying structural symmetry and allows for comparison and variation.
444
+
445
+ ### 7. Asides Create Intimacy and Humor
446
+
447
+ Benedick's asides let us into his thought process, creating intimacy with the audience and allowing us to laugh at his rationalizations.
448
+
449
+ ## Historical and Performance Context
450
+
451
+ ### Original Performance
452
+
453
+ **Globe Theatre** (c. 1598-1599):
454
+ - **Outdoor Daylight**: No lighting effects, relies on language and action
455
+ - **Minimal Sets**: Arbor suggested by props or stage architecture
456
+ - **All-Male Cast**: Boy actor playing Beatrice
457
+
458
+ ### Famous Productions
459
+
460
+ **John Gielgud** (1959): Emphasized the wit and sophistication
461
+ **Kenneth Branagh** (1993 film): Set in Tuscany, emphasized physical comedy and sunshine
462
+ **David Tennant** (2011): Modern-dress production, emphasized contemporary relevance
463
+
464
+ ### Performance Challenges
465
+
466
+ **Believability**: Making Benedick's transformation believable while keeping it funny
467
+ **Pacing**: Balancing the length of the scene with maintaining comic energy
468
+ **Physical Comedy**: Staging the eavesdropping convincingly
469
+ **Asides**: Making asides audible without breaking the scene's reality
470
+
471
+ ## Practice Exercise
472
+
473
+ **Write a comic eavesdropping scene**:
474
+
475
+ 1. **Setup**: Establish a character's firm position on something (love, career, belief)
476
+ 2. **The Trap**: Have other characters stage a conversation for the character to overhear
477
+ 3. **Exaggeration**: Make the overheard information absurdly detailed
478
+ 4. **Asides**: Give the eavesdropper running commentary
479
+ 5. **Transformation**: Show the character talking themselves into changing their mind
480
+ 6. **Immediate Test**: Bring in another character to test the transformation
481
+ 7. **Misinterpretation**: Have the transformed character misread neutral statements
482
+
483
+ **Maintain**:
484
+ - Dramatic irony (audience knows the truth)
485
+ - Character consistency (transformation feels believable)
486
+ - Physical comedy (hiding, reacting)
487
+ - Verbal wit (clever dialogue and asides)
488
+ - Comic timing (pauses for reactions and laughter)
489
+
490
+ **Modern Variations**:
491
+ - Overhearing a phone conversation
492
+ - Reading planted text messages
493
+ - Watching a staged video
494
+ - Listening to a podcast/radio show
495
+
496
+