@mytechtoday/augment-extensions 1.6.0 → 1.6.2

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 +231 -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 +19 -1
@@ -0,0 +1,763 @@
1
+ # Shakespearean Comedy
2
+
3
+ ## Overview
4
+
5
+ Shakespearean comedy celebrates love, reconciliation, and social harmony. Unlike tragedy, comedy moves from disorder to order, confusion to clarity, and separation to union. These plays explore themes of love, identity, social class, and human folly, culminating in marriage and restoration of social harmony.
6
+
7
+ ## Core Characteristics
8
+
9
+ ### 1. Happy Ending
10
+ **Definition**: Resolution through marriage, reconciliation, or restoration of order
11
+
12
+ **Characteristics**:
13
+ - Multiple marriages (often three or more couples)
14
+ - Families reunited
15
+ - Conflicts resolved
16
+ - Social harmony restored
17
+ - Festive celebration
18
+
19
+ **Examples**:
20
+ - **A Midsummer Night's Dream**: Three couples marry
21
+ - **Much Ado About Nothing**: Two couples marry despite obstacles
22
+ - **As You Like It**: Four couples marry in final scene
23
+ - **Twelfth Night**: Multiple marriages and reunions
24
+
25
+ ### 2. Mistaken Identity and Disguise
26
+ **Definition**: Characters disguised or mistaken for others, creating confusion and comedy
27
+
28
+ **Types**:
29
+ - **Cross-dressing**: Women disguised as men
30
+ - **Twins**: Identical siblings causing confusion
31
+ - **Social disguise**: Nobility disguised as commoners
32
+ - **Deliberate deception**: Characters pretending to be others
33
+
34
+ **Examples**:
35
+
36
+ **Twelfth Night**:
37
+ - Viola disguises as male servant "Cesario"
38
+ - Creates love triangle (Orsino loves Olivia, Olivia loves Cesario, Viola loves Orsino)
39
+ - Twin Sebastian arrives, doubling confusion
40
+ - Resolved when identities revealed
41
+
42
+ **As You Like It**:
43
+ - Rosalind disguises as male "Ganymede"
44
+ - Tests Orlando's love while disguised
45
+ - Teaches him about love
46
+ - Reveals identity for marriage
47
+
48
+ **The Comedy of Errors**:
49
+ - Two sets of identical twins (masters and servants)
50
+ - Separated at birth, reunited in same city
51
+ - Escalating confusion and mistaken identities
52
+ - Resolved through family reunion
53
+
54
+ **Merchant of Venice**:
55
+ - Portia disguises as male lawyer
56
+ - Saves Antonio in court
57
+ - Tests Bassanio's loyalty with ring
58
+ - Reveals deception after victory
59
+
60
+ ### 3. Romantic Love
61
+ **Definition**: Central focus on courtship, obstacles to love, and eventual union
62
+
63
+ **Patterns**:
64
+ - **Love at first sight**: Instant attraction
65
+ - **Obstacles**: Parental opposition, social class, misunderstanding
66
+ - **Courtship**: Witty banter, tests of devotion
67
+ - **Resolution**: Marriage and union
68
+
69
+ **Examples**:
70
+
71
+ **Much Ado About Nothing**:
72
+ - Beatrice and Benedick: Witty antagonists tricked into love
73
+ - Hero and Claudio: Romantic couple facing slander
74
+ - Contrasting courtship styles
75
+ - Both couples marry after obstacles overcome
76
+
77
+ **A Midsummer Night's Dream**:
78
+ - Four young lovers in confused pairings
79
+ - Magic love potion creates chaos
80
+ - "The course of true love never did run smooth"
81
+ - Proper pairings restored, all marry
82
+
83
+ **The Taming of the Shrew**:
84
+ - Petruchio "tames" Katherine
85
+ - Courtship through conflict
86
+ - Debate over gender roles
87
+ - Marriage as resolution (controversial)
88
+
89
+ ### 4. Multiple Plot Lines
90
+ **Definition**: Several interconnected storylines running simultaneously
91
+
92
+ **Structure**:
93
+ - **Main plot**: Central romantic storyline
94
+ - **Subplot(s)**: Secondary romances or conflicts
95
+ - **Comic relief plot**: Lower-class characters providing humor
96
+ - **Convergence**: All plots resolve together in final act
97
+
98
+ **Examples**:
99
+
100
+ **A Midsummer Night's Dream**:
101
+ - **Plot 1**: Theseus and Hippolyta's wedding (frame)
102
+ - **Plot 2**: Four young lovers in forest
103
+ - **Plot 3**: Oberon and Titania's fairy conflict
104
+ - **Plot 4**: Mechanicals rehearsing play
105
+ - **Convergence**: All plots unite for wedding celebration
106
+
107
+ **Twelfth Night**:
108
+ - **Plot 1**: Viola/Cesario love triangle
109
+ - **Plot 2**: Malvolio's humiliation
110
+ - **Plot 3**: Sir Toby and Maria's subplot
111
+ - **Plot 4**: Sebastian and Olivia
112
+ - **Convergence**: Marriages and revelations
113
+
114
+ **The Merchant of Venice**:
115
+ - **Plot 1**: Bassanio's courtship of Portia
116
+ - **Plot 2**: Antonio's bond with Shylock
117
+ - **Plot 3**: Jessica and Lorenzo's elopement
118
+ - **Plot 4**: Ring test
119
+ - **Convergence**: Trial scene and Belmont resolution
120
+
121
+ ### 5. Social Hierarchy and Class
122
+ **Definition**: Exploration of social structures, often with temporary inversions
123
+
124
+ **Themes**:
125
+ - Nobility vs. commoners
126
+ - Masters and servants
127
+ - Temporary equality (forest, disguise)
128
+ - Restoration of proper order
129
+
130
+ **Examples**:
131
+
132
+ **As You Like It**:
133
+ - Court vs. Forest of Arden
134
+ - Forest as egalitarian space
135
+ - Duke in exile lives as commoner
136
+ - Return to court restores hierarchy
137
+
138
+ **Twelfth Night**:
139
+ - Malvolio aspires above his station
140
+ - Punished for social ambition
141
+ - Servants manipulate masters
142
+ - Order restored in ending
143
+
144
+ **A Midsummer Night's Dream**:
145
+ - Mechanicals (working class) perform for nobility
146
+ - Bottom transformed, consorts with fairy queen
147
+ - Temporary inversion of hierarchy
148
+ - Proper order restored
149
+
150
+ ### 6. The Green World
151
+ **Definition**: Movement from civilized court to natural setting (forest, island) and back
152
+
153
+ **Pattern**:
154
+ - **Court/City**: Restrictive, rule-bound, conflict
155
+ - **Green World**: Liberating, magical, transformative
156
+ - **Return**: Characters changed, conflicts resolved
157
+
158
+ **Examples**:
159
+
160
+ **A Midsummer Night's Dream**:
161
+ - Athens (restrictive laws) → Forest (magic, freedom) → Athens (harmony)
162
+ - Forest allows exploration of desire
163
+ - Magic resolves conflicts
164
+ - Return with new understanding
165
+
166
+ **As You Like It**:
167
+ - Duke Frederick's court → Forest of Arden → Court restored
168
+ - Forest as pastoral refuge
169
+ - Characters discover true selves
170
+ - Return with wisdom and love
171
+
172
+ **The Tempest**:
173
+ - Milan → Island (Prospero's magic) → Return to Milan
174
+ - Island as transformative space
175
+ - Magic creates reconciliation
176
+ - Return to civilization with harmony
177
+
178
+ ## Comic Techniques
179
+
180
+ ### 1. Witty Wordplay
181
+ **Definition**: Clever use of language for humor
182
+
183
+ **Types**:
184
+ - **Puns**: Double meanings
185
+ - **Malapropisms**: Misused words
186
+ - **Repartee**: Quick, witty exchanges
187
+ - **Sexual innuendo**: Double entendres
188
+
189
+ **Examples**:
190
+
191
+ **Much Ado About Nothing** - Beatrice and Benedick:
192
+ ```
193
+ BENEDICK: I would my horse had the speed of your tongue.
194
+ BEATRICE: You always end with a jade's trick. I know you of old.
195
+ ```
196
+ (Witty insults as courtship)
197
+
198
+ **Romeo and Juliet** (Act 1) - Mercutio:
199
+ ```
200
+ MERCUTIO: If love be rough with you, be rough with love.
201
+ Prick love for pricking, and you beat love down.
202
+ ```
203
+ (Sexual puns on "prick")
204
+
205
+ **Twelfth Night** - Feste:
206
+ ```
207
+ FESTE: Many a good hanging prevents a bad marriage.
208
+ ```
209
+ (Dark pun on "hanging")
210
+
211
+ ### 2. Physical Comedy (Slapstick)
212
+ **Definition**: Visual humor through physical action
213
+
214
+ **Techniques**:
215
+ - Pratfalls and stumbling
216
+ - Chases and confusion
217
+ - Mistaken identity encounters
218
+ - Comic violence (non-harmful)
219
+
220
+ **Examples**:
221
+
222
+ **The Comedy of Errors**:
223
+ - Twins constantly mistaken for each other
224
+ - Servants beaten by wrong masters
225
+ - Doors locked against rightful owners
226
+ - Escalating physical confusion
227
+
228
+ **A Midsummer Night's Dream**:
229
+ - Bottom with donkey head
230
+ - Mechanicals' incompetent performance
231
+ - Lovers chasing through forest
232
+ - Puck's mischievous interventions
233
+
234
+ **The Taming of the Shrew**:
235
+ - Petruchio's exaggerated behavior
236
+ - Food throwing and furniture breaking
237
+ - Physical "taming" routines
238
+ - Slapstick courtship
239
+
240
+ ### 3. Dramatic Irony
241
+ **Definition**: Audience knows more than characters
242
+
243
+ **Effect**:
244
+ - Creates anticipation
245
+ - Heightens humor
246
+ - Builds tension toward revelation
247
+ - Satisfying resolution when truth revealed
248
+
249
+ **Examples**:
250
+
251
+ **Twelfth Night**:
252
+ - Audience knows Viola is woman disguised as Cesario
253
+ - Olivia falls for "him" unknowingly
254
+ - Orsino confides in "him" about love
255
+ - Humor from characters' ignorance
256
+
257
+ **As You Like It**:
258
+ - Audience knows Ganymede is Rosalind
259
+ - Orlando doesn't recognize her
260
+ - She tests his love while disguised
261
+ - Irony in love lessons
262
+
263
+ **Much Ado About Nothing**:
264
+ - Audience knows Beatrice and Benedick are tricked
265
+ - They overhear staged conversations
266
+ - Each thinks the other is in love
267
+ - Humor from their self-deception
268
+
269
+ ### 4. Comic Characters and Archetypes
270
+ **Definition**: Stock character types that provide humor
271
+
272
+ **Types**:
273
+
274
+ **The Fool/Clown**:
275
+ - Licensed to speak truth
276
+ - Witty wordplay
277
+ - Social commentary
278
+ - Examples: Feste (Twelfth Night), Touchstone (As You Like It)
279
+
280
+ **The Braggart**:
281
+ - Boastful, cowardly
282
+ - Exposed as fraud
283
+ - Comic deflation
284
+ - Examples: Falstaff (Henry IV), Parolles (All's Well)
285
+
286
+ **The Pedant**:
287
+ - Overly educated, pompous
288
+ - Misuses language
289
+ - Socially inept
290
+ - Examples: Holofernes (Love's Labour's Lost)
291
+
292
+ **The Rustic**:
293
+ - Simple, well-meaning
294
+ - Malapropisms
295
+ - Physical comedy
296
+ - Examples: Bottom (A Midsummer Night's Dream), Dogberry (Much Ado)
297
+
298
+ **The Schemer**:
299
+ - Plots and manipulates
300
+ - Creates comic complications
301
+ - Usually benevolent intent
302
+ - Examples: Puck (A Midsummer Night's Dream), Maria (Twelfth Night)
303
+
304
+ ### 5. Misunderstandings and Confusion
305
+ **Definition**: Errors in communication or perception driving plot
306
+
307
+ **Sources**:
308
+ - Disguise and mistaken identity
309
+ - Overheard conversations
310
+ - Letters and messages
311
+ - Assumptions and rumors
312
+
313
+ **Examples**:
314
+
315
+ **Much Ado About Nothing**:
316
+ - Don John's slander of Hero
317
+ - Beatrice and Benedick tricked by friends
318
+ - Claudio believes Hero unfaithful
319
+ - Resolved through revelation
320
+
321
+ **Twelfth Night**:
322
+ - Viola disguised causes love triangle
323
+ - Malvolio misreads letter
324
+ - Sebastian mistaken for Cesario
325
+ - Multiple confusions resolved together
326
+
327
+ **The Comedy of Errors**:
328
+ - Entire play built on twin confusion
329
+ - Every encounter is misunderstanding
330
+ - Escalating chaos
331
+ - Family reunion resolves all
332
+
333
+ ## Structure of Shakespearean Comedy
334
+
335
+ ### Act I: Setup
336
+ **Purpose**: Establish characters, conflicts, and obstacles to love
337
+
338
+ **Elements**:
339
+ - Introduce romantic leads
340
+ - Establish obstacles (parental opposition, social class, etc.)
341
+ - Set up conflicts
342
+ - Hint at resolution through marriage
343
+
344
+ **Example - A Midsummer Night's Dream**:
345
+ - Hermia must marry Demetrius or face death
346
+ - She loves Lysander
347
+ - Helena loves Demetrius
348
+ - Conflict established
349
+
350
+ ### Act II: Complication
351
+ **Purpose**: Introduce disguises, move to green world, complicate relationships
352
+
353
+ **Elements**:
354
+ - Characters enter transformative space
355
+ - Disguises adopted
356
+ - New complications arise
357
+ - Subplots develop
358
+
359
+ **Example - As You Like It**:
360
+ - Characters flee to Forest of Arden
361
+ - Rosalind disguises as Ganymede
362
+ - Encounters Orlando in forest
363
+ - Multiple courtships begin
364
+
365
+ ### Act III: Confusion
366
+ **Purpose**: Maximum chaos, mistaken identities, misunderstandings peak
367
+
368
+ **Elements**:
369
+ - Disguises cause confusion
370
+ - Misunderstandings multiply
371
+ - Comic complications escalate
372
+ - Seems impossible to resolve
373
+
374
+ **Example - Twelfth Night**:
375
+ - Viola/Cesario caught in love triangle
376
+ - Malvolio appears in yellow stockings
377
+ - Sir Andrew challenges Cesario to duel
378
+ - Sebastian arrives, doubling confusion
379
+
380
+ ### Act IV: Crisis and Revelation
381
+ **Purpose**: Darkest moment before resolution, hints of tragedy
382
+
383
+ **Elements**:
384
+ - Serious threat emerges
385
+ - Comic tone darkens temporarily
386
+ - Seems like tragedy possible
387
+ - Sets up final resolution
388
+
389
+ **Example - Much Ado About Nothing**:
390
+ - Hero publicly shamed at wedding
391
+ - Claudio rejects her
392
+ - Hero "dies"
393
+ - Beatrice demands Benedick kill Claudio
394
+
395
+ ### Act V: Resolution
396
+ **Purpose**: Revelations, reconciliations, multiple marriages
397
+
398
+ **Elements**:
399
+ - Identities revealed
400
+ - Misunderstandings cleared
401
+ - Obstacles removed
402
+ - Multiple marriages
403
+ - Festive celebration
404
+
405
+ **Example - As You Like It**:
406
+ - Rosalind reveals true identity
407
+ - Four couples marry simultaneously
408
+ - Duke restored to power
409
+ - Harmony and celebration
410
+
411
+ ## Examples from Major Comedies
412
+
413
+ ### A Midsummer Night's Dream (c. 1595)
414
+
415
+ **Central Theme**: Love's irrationality and transformative power
416
+
417
+ **Plot Summary**:
418
+ - Four lovers flee to enchanted forest
419
+ - Fairy king and queen quarrel
420
+ - Love potion causes chaos
421
+ - Mechanicals rehearse play
422
+ - All resolved, three weddings
423
+
424
+ **Comic Elements**:
425
+ - Mistaken identities (love potion)
426
+ - Physical comedy (Bottom's transformation)
427
+ - Witty dialogue (lovers' quarrels)
428
+ - Play-within-play (Pyramus and Thisbe)
429
+ - Multiple plot lines converging
430
+
431
+ **Key Themes**:
432
+ - Love vs. reason
433
+ - Reality vs. illusion
434
+ - Art and imagination
435
+ - Social hierarchy
436
+ - Nature and civilization
437
+
438
+ **Famous Quotes**:
439
+ - "The course of true love never did run smooth"
440
+ - "Lord, what fools these mortals be!"
441
+ - "Though she be but little, she is fierce"
442
+
443
+ ### Twelfth Night (c. 1601)
444
+
445
+ **Central Theme**: Identity, desire, and self-deception
446
+
447
+ **Plot Summary**:
448
+ - Viola shipwrecked, disguises as male servant
449
+ - Serves Duke Orsino, who loves Olivia
450
+ - Olivia falls for Viola (as Cesario)
451
+ - Twin Sebastian arrives
452
+ - Identities revealed, marriages
453
+
454
+ **Comic Elements**:
455
+ - Cross-dressing and mistaken identity
456
+ - Malvolio's humiliation (yellow stockings)
457
+ - Witty fool (Feste)
458
+ - Drunken revelry (Sir Toby)
459
+ - Dramatic irony throughout
460
+
461
+ **Key Themes**:
462
+ - Gender and identity
463
+ - Desire and self-knowledge
464
+ - Social ambition (Malvolio)
465
+ - Festivity and excess
466
+ - Appearance vs. reality
467
+
468
+ **Famous Quotes**:
469
+ - "If music be the food of love, play on"
470
+ - "Some are born great, some achieve greatness, and some have greatness thrust upon them"
471
+ - "Better a witty fool than a foolish wit"
472
+
473
+ ### Much Ado About Nothing (c. 1598)
474
+
475
+ **Central Theme**: Perception, deception, and the power of language
476
+
477
+ **Plot Summary**:
478
+ - Claudio courts Hero
479
+ - Beatrice and Benedick engage in witty warfare
480
+ - Friends trick B&B into loving each other
481
+ - Don John slanders Hero
482
+ - Truth revealed, two couples marry
483
+
484
+ **Comic Elements**:
485
+ - Witty repartee (Beatrice and Benedick)
486
+ - Eavesdropping scenes (tricking B&B)
487
+ - Malapropisms (Dogberry)
488
+ - Dramatic irony (audience knows truth)
489
+ - Comic constables
490
+
491
+ **Key Themes**:
492
+ - Appearance vs. reality
493
+ - Honor and reputation
494
+ - Gender and courtship
495
+ - Deception (malicious and benevolent)
496
+ - Language and wit
497
+
498
+ **Famous Quotes**:
499
+ - "Sigh no more, ladies, sigh no more"
500
+ - "I had rather hear my dog bark at a crow than a man swear he loves me"
501
+ - "Comparisons are odorous" (Dogberry's malapropism)
502
+
503
+ ### As You Like It (c. 1599)
504
+
505
+ **Central Theme**: Nature, identity, and pastoral idealism
506
+
507
+ **Plot Summary**:
508
+ - Rosalind and Orlando flee to Forest of Arden
509
+ - Rosalind disguises as male "Ganymede"
510
+ - Tests Orlando's love while disguised
511
+ - Multiple courtships develop
512
+ - Four couples marry when identities revealed
513
+
514
+ **Comic Elements**:
515
+ - Cross-dressing (Rosalind as Ganymede)
516
+ - Witty fool (Touchstone)
517
+ - Pastoral satire
518
+ - Multiple romantic pairings
519
+ - Play with gender roles
520
+
521
+ **Key Themes**:
522
+ - Nature vs. civilization
523
+ - Gender and identity
524
+ - Love and courtship
525
+ - Pastoral idealism
526
+ - Time and transformation
527
+
528
+ **Famous Quotes**:
529
+ - "All the world's a stage, and all the men and women merely players"
530
+ - "The fool doth think he is wise, but the wise man knows himself to be a fool"
531
+ - "Men have died from time to time, and worms have eaten them, but not for love"
532
+
533
+ ## Writing Lessons from Shakespearean Comedy
534
+
535
+ ### 1. Use Disguise to Explore Identity
536
+ **Lesson**: Disguise allows characters to discover truth about themselves and others
537
+
538
+ **Techniques**:
539
+ - Cross-dressing reveals gender assumptions
540
+ - Social disguise exposes class prejudices
541
+ - Mistaken identity creates dramatic irony
542
+ - Revelation provides satisfying resolution
543
+
544
+ **Application**:
545
+ - Viola learns about Orsino's true nature
546
+ - Rosalind tests Orlando's devotion
547
+ - Portia demonstrates her intelligence
548
+ - Characters grow through disguise
549
+
550
+ ### 2. Balance Multiple Plot Lines
551
+ **Lesson**: Weave together different storylines that reinforce themes
552
+
553
+ **Techniques**:
554
+ - Main romantic plot
555
+ - Secondary romantic subplot
556
+ - Comic relief plot (lower-class characters)
557
+ - All plots converge in final act
558
+
559
+ **Application**:
560
+ - Different social classes represented
561
+ - Themes explored from multiple angles
562
+ - Variety maintains interest
563
+ - Unified resolution satisfies
564
+
565
+ ### 3. Create Witty Dialogue
566
+ **Lesson**: Intelligent wordplay entertains and reveals character
567
+
568
+ **Techniques**:
569
+ - Puns and double meanings
570
+ - Quick repartee
571
+ - Sexual innuendo
572
+ - Character-specific speech patterns
573
+
574
+ **Application**:
575
+ - Beatrice and Benedick's verbal sparring
576
+ - Feste's clever wordplay
577
+ - Touchstone's philosophical wit
578
+ - Language as courtship
579
+
580
+ ### 4. Move from Disorder to Order
581
+ **Lesson**: Comedy resolves chaos into harmony
582
+
583
+ **Pattern**:
584
+ - Begin with conflict and obstacles
585
+ - Increase confusion and complications
586
+ - Reach crisis point
587
+ - Resolve through revelation
588
+ - End with marriage and celebration
589
+
590
+ **Application**:
591
+ - Restrictive laws or parental opposition
592
+ - Flight to green world
593
+ - Disguises and misunderstandings
594
+ - Identities revealed
595
+ - Multiple marriages restore harmony
596
+
597
+ ### 5. Use the Green World
598
+ **Lesson**: Natural setting allows transformation and freedom
599
+
600
+ **Function**:
601
+ - Escape from restrictive society
602
+ - Space for experimentation
603
+ - Magic or special rules apply
604
+ - Characters discover true selves
605
+ - Return changed to civilization
606
+
607
+ **Application**:
608
+ - Forest of Arden (As You Like It)
609
+ - Enchanted forest (A Midsummer Night's Dream)
610
+ - Belmont (The Merchant of Venice)
611
+ - Illyria (Twelfth Night)
612
+
613
+ ### 6. Include Comic Relief Characters
614
+ **Lesson**: Lower-class characters provide humor and perspective
615
+
616
+ **Types**:
617
+ - Fools and clowns (wise commentary)
618
+ - Rustics (malapropisms, physical comedy)
619
+ - Servants (schemes and tricks)
620
+ - Constables (incompetent authority)
621
+
622
+ **Application**:
623
+ - Bottom and Mechanicals
624
+ - Dogberry and Verges
625
+ - Launcelot Gobbo
626
+ - Sir Toby Belch
627
+
628
+ ## Practical Application
629
+
630
+ ### Analyzing a Comedy
631
+
632
+ **Step 1: Identify the Obstacles**
633
+ - What prevents the lovers from uniting?
634
+ - Parental opposition?
635
+ - Social class difference?
636
+ - Misunderstanding or deception?
637
+ - Personal flaw or reluctance?
638
+
639
+ **Step 2: Map the Structure**
640
+ - **Act I**: What conflicts are established?
641
+ - **Act II**: How do complications develop?
642
+ - **Act III**: What is the peak of confusion?
643
+ - **Act IV**: What crisis threatens resolution?
644
+ - **Act V**: How are all plots resolved?
645
+
646
+ **Step 3: Analyze Comic Techniques**
647
+ - Disguise and mistaken identity
648
+ - Witty wordplay and puns
649
+ - Physical comedy
650
+ - Dramatic irony
651
+ - Comic characters
652
+
653
+ **Step 4: Examine the Green World**
654
+ - Where is the transformative space?
655
+ - How does it differ from civilization?
656
+ - What changes occur there?
657
+ - How does return affect characters?
658
+
659
+ **Step 5: Count the Marriages**
660
+ - How many couples marry?
661
+ - What obstacles did each overcome?
662
+ - How do marriages restore social harmony?
663
+ - Are any characters excluded from celebration?
664
+
665
+ ### Writing Your Own Comedy
666
+
667
+ **Step 1: Create Romantic Obstacles**
668
+ - Choose your lovers
669
+ - Establish what keeps them apart
670
+ - Make obstacles believable but surmountable
671
+ - Plan how obstacles will be overcome
672
+
673
+ **Step 2: Design Your Green World**
674
+ - Choose transformative setting
675
+ - Establish different rules/atmosphere
676
+ - Plan what characters will discover
677
+ - Design return to civilization
678
+
679
+ **Step 3: Add Disguises or Confusion**
680
+ - Who will disguise themselves? Why?
681
+ - What misunderstandings will result?
682
+ - How will dramatic irony work?
683
+ - Plan revelation scene
684
+
685
+ **Step 4: Develop Subplots**
686
+ - Create secondary romantic couple
687
+ - Add comic relief characters
688
+ - Ensure thematic connection
689
+ - Plan convergence in final act
690
+
691
+ **Step 5: Write Comic Scenes**
692
+ - Witty dialogue between lovers
693
+ - Physical comedy or confusion
694
+ - Eavesdropping or overhearing
695
+ - Comic characters' scenes
696
+
697
+ **Step 6: Plan the Resolution**
698
+ - How will identities be revealed?
699
+ - How will misunderstandings clear?
700
+ - How many marriages?
701
+ - What celebration will conclude?
702
+
703
+ ## Common Pitfalls to Avoid
704
+
705
+ **1. Forced Happy Ending**
706
+ - **Problem**: Resolution feels unearned or artificial
707
+ - **Solution**: Build logical path from conflict to resolution
708
+
709
+ **2. One-Dimensional Comic Characters**
710
+ - **Problem**: Characters are only jokes, no depth
711
+ - **Solution**: Give comic characters desires, obstacles, growth
712
+
713
+ **3. Unclear Disguise Logic**
714
+ - **Problem**: Audience doesn't understand why disguise works
715
+ - **Solution**: Establish conventions early, maintain consistency
716
+
717
+ **4. Weak Obstacles**
718
+ - **Problem**: Nothing really prevents lovers from uniting
719
+ - **Solution**: Create genuine, believable obstacles
720
+
721
+ **5. Unbalanced Tone**
722
+ - **Problem**: Too dark or too silly
723
+ - **Solution**: Balance humor with genuine emotion and stakes
724
+
725
+ ## Links to Resources
726
+
727
+ ### Annotated Examples
728
+ - [Twelfth Night: Viola's Disguise Scenes](../../examples/scene-examples/twelfth-night-viola-disguise.md)
729
+ - [Much Ado: Beatrice and Benedick's Wit](../../examples/scene-examples/much-ado-beatrice-benedick.md)
730
+ - [A Midsummer Night's Dream: Mechanicals' Play](../../examples/scene-examples/midsummer-mechanicals-play.md)
731
+
732
+ ### Exercises
733
+ - [Comedy Analysis Exercise](../../examples/exercises/comedy-analysis-exercise.md)
734
+ - [Witty Dialogue Writing](../../examples/exercises/witty-dialogue-exercise.md)
735
+ - [Disguise Plot Development](../../examples/exercises/disguise-plot-exercise.md)
736
+
737
+ ### Related Rules
738
+ - [Character Development](../character-themes/character-development.md)
739
+ - [Scene Construction](scene-construction.md)
740
+ - [Romantic Conventions](../character-themes/romantic-conventions.md)
741
+ - [Comic Techniques](../language/comic-techniques.md)
742
+
743
+ ## Summary Checklist
744
+
745
+ When writing or analyzing Shakespearean comedy, verify:
746
+
747
+ - [ ] **Happy Ending**: Multiple marriages and social harmony
748
+ - [ ] **Romantic Love**: Central courtship with obstacles
749
+ - [ ] **Mistaken Identity**: Disguises or confusion
750
+ - [ ] **Multiple Plots**: Main plot, subplots, comic relief
751
+ - [ ] **Green World**: Transformative natural setting
752
+ - [ ] **Witty Dialogue**: Wordplay, puns, repartee
753
+ - [ ] **Comic Characters**: Fools, rustics, schemers
754
+ - [ ] **Dramatic Irony**: Audience knows more than characters
755
+ - [ ] **Five-Act Structure**: Setup, complication, confusion, crisis, resolution
756
+ - [ ] **Social Commentary**: Class, gender, power explored
757
+ - [ ] **Festive Conclusion**: Celebration and harmony
758
+ - [ ] **Obstacles Overcome**: Logical resolution of conflicts
759
+
760
+ ---
761
+
762
+ **Remember**: Comedy celebrates human resilience, love's power to transform, and society's ability to renew itself. The best comedies make us laugh while exploring serious themes, and end with a sense of possibility and joy.
763
+