@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,870 @@
1
+ # Scene Construction in Shakespeare
2
+
3
+ ## Overview
4
+
5
+ Shakespearean scenes are masterfully constructed units of dramatic action that advance plot, develop character, and explore themes. Understanding how Shakespeare builds scenes—from opening exposition to climactic confrontations—provides essential tools for dramatic writing.
6
+
7
+ ## Opening Scenes and Exposition
8
+
9
+ ### Purpose of Opening Scenes
10
+ **Function**: Establish world, tone, conflict, and central questions
11
+
12
+ **Key Elements**:
13
+ - **Atmosphere**: Set mood and genre (tragedy, comedy, history)
14
+ - **Conflict**: Introduce central problem or tension
15
+ - **Character**: Establish protagonist and key relationships
16
+ - **Stakes**: Show what's at risk
17
+ - **Hook**: Engage audience immediately
18
+
19
+ ### Techniques for Effective Openings
20
+
21
+ **1. In Medias Res (In the Middle of Things)**
22
+ **Definition**: Begin in the middle of action, not at the beginning
23
+
24
+ **Examples**:
25
+
26
+ **Hamlet** (Act 1, Scene 1):
27
+ ```
28
+ BARNARDO: Who's there?
29
+ FRANCISCO: Nay, answer me. Stand and unfold yourself.
30
+ ```
31
+ - Opens with guards on watch
32
+ - Immediate tension and mystery
33
+ - Ghost appears quickly
34
+ - Audience hooked by supernatural
35
+
36
+ **The Tempest** (Act 1, Scene 1):
37
+ - Opens with storm and shipwreck in progress
38
+ - Chaos and danger immediate
39
+ - No gradual buildup
40
+ - Plunges audience into action
41
+
42
+ **Effect**: Creates immediate engagement, raises questions, establishes urgency
43
+
44
+ **2. Atmospheric Establishment**
45
+ **Definition**: Use setting, weather, or mood to establish tone
46
+
47
+ **Examples**:
48
+
49
+ **Macbeth** (Act 1, Scene 1):
50
+ ```
51
+ Thunder and lightning. Enter three WITCHES.
52
+ FIRST WITCH: When shall we three meet again?
53
+ In thunder, lightning, or in rain?
54
+ ```
55
+ - Supernatural atmosphere
56
+ - Ominous tone
57
+ - Foreshadows dark events
58
+ - Establishes genre (tragedy with supernatural elements)
59
+
60
+ **King Lear** (Act 1, Scene 1):
61
+ - Court setting, formal ceremony
62
+ - Establishes power and hierarchy
63
+ - Lear's authority on display
64
+ - Sets up tragic error
65
+
66
+ **Effect**: Prepares audience for type of play, creates mood, establishes world
67
+
68
+ **3. Expository Dialogue**
69
+ **Definition**: Convey necessary background information naturally
70
+
71
+ **Techniques**:
72
+ - **Conversation between characters**: Information emerges organically
73
+ - **Questions and answers**: One character asks, another explains
74
+ - **Conflict reveals backstory**: Arguments expose history
75
+ - **Avoid info-dumps**: Spread exposition throughout scene
76
+
77
+ **Examples**:
78
+
79
+ **Romeo and Juliet** (Act 1, Scene 1):
80
+ - Servants discuss Montague-Capulet feud
81
+ - Brawl demonstrates conflict
82
+ - Prince's speech establishes stakes
83
+ - Exposition through action
84
+
85
+ **The Tempest** (Act 1, Scene 2):
86
+ - Prospero explains backstory to Miranda
87
+ - Long exposition scene
88
+ - Justified by Miranda's questions
89
+ - Necessary for understanding plot
90
+
91
+ **Best Practices**:
92
+ - Give characters reason to discuss information
93
+ - Interrupt long speeches with action or questions
94
+ - Reveal information when audience needs it
95
+ - Use conflict to make exposition dramatic
96
+
97
+ **4. Establishing Central Question**
98
+ **Definition**: Pose the dramatic question that drives the play
99
+
100
+ **Examples**:
101
+
102
+ **Hamlet**:
103
+ - **Question**: Will Hamlet avenge his father's murder?
104
+ - **Established**: Ghost reveals murder, demands revenge
105
+ - **Drives plot**: Hamlet's hesitation creates tension
106
+
107
+ **Macbeth**:
108
+ - **Question**: Will Macbeth seize the crown?
109
+ - **Established**: Witches' prophecy awakens ambition
110
+ - **Drives plot**: Macbeth's choice between ambition and loyalty
111
+
112
+ **Othello**:
113
+ - **Question**: Will Iago destroy Othello?
114
+ - **Established**: Iago reveals hatred and plan
115
+ - **Drives plot**: Iago's manipulation unfolds
116
+
117
+ **Effect**: Gives audience reason to keep watching, creates dramatic tension
118
+
119
+ ## Dialogue vs. Monologue Balance
120
+
121
+ ### Dialogue
122
+ **Definition**: Conversation between two or more characters
123
+
124
+ **Functions**:
125
+ - Advance plot through interaction
126
+ - Reveal character through speech patterns
127
+ - Create conflict and tension
128
+ - Develop relationships
129
+ - Provide exposition naturally
130
+
131
+ **Techniques**:
132
+
133
+ **1. Stichomythia**
134
+ **Definition**: Rapid exchange of single lines, often in conflict
135
+
136
+ **Example - Richard III** (Act 1, Scene 2):
137
+ ```
138
+ RICHARD: Your beauty was the cause of that effect—
139
+ Your beauty, that did haunt me in my sleep.
140
+ ANNE: If I thought that, I should scratch out your eyes.
141
+ RICHARD: These eyes could not endure that beauty's wreck.
142
+ ```
143
+ - Quick back-and-forth
144
+ - Heightens tension
145
+ - Shows verbal combat
146
+ - Creates rhythm
147
+
148
+ **2. Overlapping Speech**
149
+ **Definition**: Characters interrupt or speak over each other
150
+
151
+ **Example - King Lear** (Act 1, Scene 1):
152
+ ```
153
+ LEAR: Nothing!
154
+ CORDELIA: Nothing.
155
+ LEAR: Nothing will come of nothing. Speak again.
156
+ ```
157
+ - Interruption shows emotion
158
+ - Conflict escalates
159
+ - Natural speech pattern
160
+ - Dramatic tension
161
+
162
+ **3. Subtext**
163
+ **Definition**: What's meant vs. what's said
164
+
165
+ **Example - Hamlet** (Act 3, Scene 2):
166
+ - Hamlet's dialogue with Claudius during play
167
+ - Surface: Polite conversation
168
+ - Subtext: Accusation and threat
169
+ - Audience understands both levels
170
+
171
+ **4. Character-Specific Voice**
172
+ **Definition**: Each character has distinct speech pattern
173
+
174
+ **Examples**:
175
+ - **Hamlet**: Philosophical, complex, wordplay
176
+ - **Iago**: Manipulative, crude, direct
177
+ - **Bottom**: Malapropisms, enthusiastic, simple
178
+ - **Beatrice**: Witty, sharp, intelligent
179
+
180
+ ### Monologue
181
+ **Definition**: Extended speech by one character
182
+
183
+ **Types**:
184
+
185
+ **1. Soliloquy**
186
+ **Definition**: Character alone on stage, speaking thoughts aloud
187
+
188
+ **Functions**:
189
+ - Reveal inner conflict
190
+ - Share plans with audience
191
+ - Philosophical reflection
192
+ - Create intimacy with audience
193
+
194
+ **Examples**:
195
+
196
+ **Hamlet - "To be or not to be"** (Act 3, Scene 1):
197
+ - Contemplates suicide
198
+ - Philosophical inquiry
199
+ - Reveals paralysis
200
+ - Audience understands inner turmoil
201
+
202
+ **Macbeth - "Is this a dagger"** (Act 2, Scene 1):
203
+ - Hallucination before murder
204
+ - Shows guilt and hesitation
205
+ - Psychological realism
206
+ - Builds tension
207
+
208
+ **2. Aside**
209
+ **Definition**: Brief comment to audience while others present
210
+
211
+ **Function**:
212
+ - Share secret thoughts
213
+ - Create dramatic irony
214
+ - Reveal deception
215
+ - Comment on action
216
+
217
+ **Example - Iago in Othello**:
218
+ - Reveals true intentions to audience
219
+ - Appears helpful to Othello
220
+ - Creates dramatic irony
221
+ - Audience knows more than characters
222
+
223
+ **3. Direct Address**
224
+ **Definition**: Character speaks directly to audience
225
+
226
+ **Function**:
227
+ - Break fourth wall
228
+ - Create complicity
229
+ - Provide commentary
230
+ - Establish relationship with audience
231
+
232
+ **Example - Richard III** (Opening):
233
+ ```
234
+ Now is the winter of our discontent
235
+ Made glorious summer by this sun of York...
236
+ ```
237
+ - Richard addresses audience directly
238
+ - Shares plans and motivations
239
+ - Creates villain protagonist
240
+ - Audience becomes confidant
241
+
242
+ ### Balancing Dialogue and Monologue
243
+
244
+ **Guidelines**:
245
+ - **Use dialogue for**: Action, conflict, relationship development
246
+ - **Use monologue for**: Introspection, planning, philosophical reflection
247
+ - **Vary rhythm**: Alternate between quick dialogue and longer speeches
248
+ - **Justify length**: Long speeches need dramatic justification
249
+ - **Break up exposition**: Interrupt long speeches with questions or action
250
+
251
+ **Example - Hamlet**:
252
+ - Soliloquies reveal inner conflict
253
+ - Dialogue with Horatio shows friendship
254
+ - Dialogue with Claudius shows tension
255
+ - Balance creates dynamic rhythm
256
+
257
+ ## Stage Directions (Minimal, Implied Through Text)
258
+
259
+ ### Shakespeare's Approach
260
+ **Characteristic**: Minimal explicit stage directions, action implied through dialogue
261
+
262
+ **Why**:
263
+ - Elizabethan theater had minimal sets
264
+ - Actors worked from "sides" (only their lines)
265
+ - Flexibility for different productions
266
+ - Language creates the world
267
+
268
+ ### Types of Implied Stage Directions
269
+
270
+ **1. Entrances and Exits**
271
+ **Explicit**: "Enter HAMLET" or "Exit POLONIUS"
272
+ **Implied**: Characters announce arrivals
273
+
274
+ **Example - Hamlet** (Act 1, Scene 4):
275
+ ```
276
+ HAMLET: Look, my lord, it comes!
277
+ ```
278
+ (Ghost enters, though not always marked in text)
279
+
280
+ **Example - Macbeth** (Act 1, Scene 3):
281
+ ```
282
+ BANQUO: What are these,
283
+ So withered and so wild in their attire?
284
+ ```
285
+ (Describes witches' appearance as they enter)
286
+
287
+ **2. Physical Actions**
288
+ **Implied through dialogue**:
289
+
290
+ **Example - Othello** (Act 5, Scene 2):
291
+ ```
292
+ OTHELLO: Put out the light, and then put out the light.
293
+ ```
294
+ (Implies extinguishing candle, then killing Desdemona)
295
+
296
+ **Example - Hamlet** (Act 3, Scene 4):
297
+ ```
298
+ HAMLET: How now? A rat? Dead for a ducat, dead!
299
+ [Stabs through the arras]
300
+ ```
301
+ (Action implied by dialogue, confirmed by stage direction)
302
+
303
+ **3. Emotional States**
304
+ **Conveyed through verse and language**:
305
+
306
+ **Example - King Lear** (Act 3, Scene 2):
307
+ ```
308
+ LEAR: Blow, winds, and crack your cheeks! Rage, blow!
309
+ ```
310
+ (Language implies wild gestures, shouting, physical intensity)
311
+
312
+ **Example - Macbeth** (Act 2, Scene 2):
313
+ ```
314
+ MACBETH: Methought I heard a voice cry "Sleep no more!
315
+ Macbeth does murder sleep"
316
+ ```
317
+ (Implies agitation, fear, paranoia)
318
+
319
+ **4. Setting and Atmosphere**
320
+ **Created through language**:
321
+
322
+ **Example - Romeo and Juliet** (Act 2, Scene 2):
323
+ ```
324
+ ROMEO: But soft, what light through yonder window breaks?
325
+ It is the east, and Juliet is the sun.
326
+ ```
327
+ (Establishes nighttime, Juliet at window, romantic atmosphere)
328
+
329
+ **Example - Macbeth** (Act 2, Scene 1):
330
+ ```
331
+ BANQUO: There's husbandry in heaven;
332
+ Their candles are all out.
333
+ ```
334
+ (Establishes dark night, no moon or stars)
335
+
336
+ ### Modern Stage Directions
337
+ **In modern editions**: Editors add stage directions based on textual clues
338
+
339
+ **Examples**:
340
+ - [Aside] - Character speaks to audience
341
+ - [To HORATIO] - Indicates who character addresses
342
+ - [Draws sword] - Action implied by dialogue
343
+ - [Dies] - Marks character's death
344
+
345
+ **Note**: These are editorial additions, not Shakespeare's original text
346
+
347
+ ### Writing Lesson
348
+ **Implication**: Embed action and setting in dialogue
349
+
350
+ **Techniques**:
351
+ - Characters describe what they see
352
+ - Dialogue implies physical action
353
+ - Language creates atmosphere
354
+ - Verse rhythm suggests emotion
355
+
356
+ **Application**:
357
+ - "Here comes the king" (announces entrance)
358
+ - "Put up your sword" (implies drawn weapon)
359
+ - "The night is dark" (establishes setting)
360
+ - "You tremble" (indicates physical state)
361
+
362
+ ## Pacing and Rhythm
363
+
364
+ ### Scene Length Variation
365
+ **Principle**: Vary scene length for dramatic effect
366
+
367
+ **Patterns**:
368
+ - **Long scenes**: Major confrontations, soliloquies, exposition
369
+ - **Short scenes**: Quick transitions, comic relief, building tension
370
+ - **Alternation**: Long-short-long creates rhythm
371
+
372
+ **Example - Macbeth**:
373
+ - Act 1, Scene 1: Very short (witches)
374
+ - Act 1, Scene 2: Medium (battle report)
375
+ - Act 1, Scene 3: Long (witches' prophecy)
376
+ - Act 1, Scene 4: Medium (Duncan's court)
377
+ - Creates varied rhythm, maintains interest
378
+
379
+ ### Verse vs. Prose
380
+ **Principle**: Shift between verse and prose for different effects
381
+
382
+ **Verse (Iambic Pentameter)**:
383
+ - **Used for**: Noble characters, elevated emotions, formal situations
384
+ - **Effect**: Heightened, poetic, dramatic
385
+ - **Examples**: Soliloquies, love scenes, tragic moments
386
+
387
+ **Prose**:
388
+ - **Used for**: Common characters, comedy, madness, letters
389
+ - **Effect**: Natural, conversational, grounded
390
+ - **Examples**: Comic scenes, servants, Hamlet's "madness"
391
+
392
+ **Example - Hamlet**:
393
+ - Hamlet speaks verse when sane/philosophical
394
+ - Switches to prose when feigning madness
395
+ - Shift signals change in mental state
396
+
397
+ **Example - King Lear**:
398
+ - Lear speaks verse as king
399
+ - Descends into prose during madness
400
+ - Returns to verse when sanity restored
401
+
402
+ ### Tempo and Intensity
403
+
404
+ **1. Building Tension**
405
+ **Technique**: Accelerate pace as scene progresses
406
+
407
+ **Methods**:
408
+ - Shorter lines
409
+ - Faster exchanges (stichomythia)
410
+ - Interruptions increase
411
+ - Physical action escalates
412
+
413
+ **Example - Romeo and Juliet** (Act 3, Scene 1):
414
+ - Begins with banter
415
+ - Escalates to insults
416
+ - Accelerates to fight
417
+ - Climaxes in deaths
418
+
419
+ **2. Releasing Tension**
420
+ **Technique**: Slow pace after climax
421
+
422
+ **Methods**:
423
+ - Longer speeches
424
+ - Reflection and reaction
425
+ - Slower rhythm
426
+ - Emotional processing
427
+
428
+ **Example - Hamlet** (Act 3, Scene 4):
429
+ - Climax: Hamlet kills Polonius
430
+ - Release: Long dialogue with Gertrude
431
+ - Reflection on action
432
+ - Ghost appearance shifts focus
433
+
434
+ **3. Comic Relief**
435
+ **Technique**: Insert humor after intense scenes
436
+
437
+ **Purpose**:
438
+ - Give audience emotional break
439
+ - Prevent emotional exhaustion
440
+ - Heighten tragedy by contrast
441
+ - Maintain engagement
442
+
443
+ **Examples**:
444
+ - **Macbeth**: Porter scene after Duncan's murder
445
+ - **Hamlet**: Gravediggers before final tragedy
446
+ - **Romeo and Juliet**: Nurse's bawdy humor
447
+
448
+ ### Rhythm Within Scenes
449
+
450
+ **1. Entrance and Exit Patterns**
451
+ **Technique**: Control who's on stage when
452
+
453
+ **Effects**:
454
+ - **Two characters**: Intimate, focused
455
+ - **Three characters**: Triangulation, alliances
456
+ - **Crowd scenes**: Public, formal, spectacle
457
+ - **Alone**: Soliloquy, introspection
458
+
459
+ **Example - Othello** (Act 3, Scene 3):
460
+ - Begins with Othello, Desdemona, Cassio
461
+ - Desdemona exits, leaves Othello and Iago
462
+ - Iago manipulates Othello alone
463
+ - Strategic exits enable manipulation
464
+
465
+ **2. Interruptions and Overlaps**
466
+ **Technique**: Characters interrupt or enter mid-scene
467
+
468
+ **Effects**:
469
+ - Increases tension
470
+ - Creates urgency
471
+ - Prevents resolution
472
+ - Adds complications
473
+
474
+ **Example - Macbeth** (Act 2, Scene 2):
475
+ - Macbeth and Lady Macbeth after murder
476
+ - Knocking interrupts
477
+ - Creates panic and urgency
478
+ - Prevents full processing of crime
479
+
480
+ **3. Silence and Pauses**
481
+ **Technique**: Strategic use of silence
482
+
483
+ **Implied by**:
484
+ - Incomplete lines
485
+ - Questions without immediate answers
486
+ - Stage directions (modern editions)
487
+ - Dramatic context
488
+
489
+ **Example - King Lear** (Act 5, Scene 3):
490
+ ```
491
+ LEAR: And my poor fool is hanged. No, no, no life?
492
+ Why should a dog, a horse, a rat have life,
493
+ And thou no breath at all? Thou'lt come no more,
494
+ Never, never, never, never, never.
495
+ ```
496
+ (Repetition implies pauses, gasping, grief)
497
+
498
+ ## Climactic Scenes
499
+
500
+ ### Characteristics of Climactic Scenes
501
+ **Definition**: Scenes where major conflicts reach peak intensity
502
+
503
+ **Elements**:
504
+ - **High stakes**: Everything at risk
505
+ - **Irreversible action**: Point of no return
506
+ - **Emotional intensity**: Peak feelings
507
+ - **Multiple conflicts converge**: All threads meet
508
+ - **Revelation or recognition**: Truth revealed
509
+
510
+ ### Types of Climactic Scenes
511
+
512
+ **1. Confrontation Scenes**
513
+ **Definition**: Direct conflict between protagonist and antagonist
514
+
515
+ **Examples**:
516
+
517
+ **Hamlet** (Act 3, Scene 4 - Closet Scene):
518
+ - Hamlet confronts Gertrude
519
+ - Kills Polonius
520
+ - Ghost appears
521
+ - Multiple revelations
522
+ - Turning point in play
523
+
524
+ **Othello** (Act 5, Scene 2 - Murder Scene):
525
+ - Othello kills Desdemona
526
+ - Truth revealed
527
+ - Othello's recognition
528
+ - Multiple deaths
529
+ - Tragic climax
530
+
531
+ **2. Recognition Scenes (Anagnorisis)**
532
+ **Definition**: Character realizes crucial truth
533
+
534
+ **Examples**:
535
+
536
+ **King Lear** (Act 4, Scene 7 - Reconciliation):
537
+ ```
538
+ LEAR: I am a very foolish fond old man...
539
+ Do not laugh at me,
540
+ For, as I am a man, I think this lady
541
+ To be my child Cordelia.
542
+ ```
543
+ - Lear recognizes error
544
+ - Reconciles with Cordelia
545
+ - Too late to prevent tragedy
546
+ - Emotional peak
547
+
548
+ **Othello** (Act 5, Scene 2 - After murder):
549
+ - Realizes Desdemona was innocent
550
+ - Understands Iago's deception
551
+ - Recognition comes too late
552
+ - Leads to suicide
553
+
554
+ **3. Battle or Duel Scenes**
555
+ **Definition**: Physical confrontation as climax
556
+
557
+ **Examples**:
558
+
559
+ **Hamlet** (Act 5, Scene 2 - Duel):
560
+ - Hamlet vs. Laertes
561
+ - Poisoned sword and cup
562
+ - Multiple deaths (Gertrude, Laertes, Claudius, Hamlet)
563
+ - All conflicts resolved through violence
564
+ - Fortinbras restores order
565
+
566
+ **Macbeth** (Act 5, Scene 8 - Final Battle):
567
+ - Macbeth vs. Macduff
568
+ - Prophecy fulfilled
569
+ - Macbeth's death
570
+ - Malcolm crowned
571
+ - Order restored
572
+
573
+ **4. Trial or Judgment Scenes**
574
+ **Definition**: Formal judgment or test
575
+
576
+ **Examples**:
577
+
578
+ **The Merchant of Venice** (Act 4, Scene 1 - Trial):
579
+ - Shylock demands pound of flesh
580
+ - Portia (disguised) argues law
581
+ - Dramatic reversal
582
+ - Shylock defeated
583
+ - Justice and mercy debated
584
+
585
+ **King Lear** (Act 3, Scene 6 - Mock Trial):
586
+ - Lear's madness peaks
587
+ - Imaginary trial of daughters
588
+ - Psychological climax
589
+ - Breakdown complete
590
+
591
+ ### Building to Climax
592
+
593
+ **Techniques**:
594
+
595
+ **1. Escalation**
596
+ - Start with small conflict
597
+ - Increase stakes progressively
598
+ - Add complications
599
+ - Build to peak intensity
600
+
601
+ **Example - Romeo and Juliet** (Act 3, Scene 1):
602
+ - Mercutio and Tybalt banter
603
+ - Escalates to insults
604
+ - Romeo tries to stop fight
605
+ - Mercutio killed
606
+ - Romeo kills Tybalt
607
+ - Progressive escalation
608
+
609
+ **2. Convergence**
610
+ - Bring multiple plot threads together
611
+ - All characters involved
612
+ - Subplots intersect with main plot
613
+ - Everything at stake simultaneously
614
+
615
+ **Example - Hamlet** (Final scene):
616
+ - Duel (main plot)
617
+ - Poisoned cup (Claudius's plot)
618
+ - Laertes' revenge (subplot)
619
+ - All converge in deaths
620
+
621
+ **3. Revelation**
622
+ - Withhold crucial information
623
+ - Build tension through ignorance
624
+ - Reveal at peak moment
625
+ - Truth changes everything
626
+
627
+ **Example - Othello**:
628
+ - Audience knows Iago's deception
629
+ - Othello doesn't learn truth until after murder
630
+ - Revelation creates tragic recognition
631
+ - Too late to prevent catastrophe
632
+
633
+ **4. Irreversible Action**
634
+ - Point of no return
635
+ - Action that can't be undone
636
+ - Seals character's fate
637
+ - Drives toward conclusion
638
+
639
+ **Examples**:
640
+ - Macbeth murders Duncan
641
+ - Hamlet kills Polonius
642
+ - Othello kills Desdemona
643
+ - Romeo kills Tybalt
644
+
645
+ ## Writing Lessons from Scene Construction
646
+
647
+ ### 1. Start Scenes Late, End Early
648
+ **Principle**: Enter scene as late as possible, exit as soon as objective achieved
649
+
650
+ **Technique**:
651
+ - Skip preliminaries
652
+ - Begin in middle of action
653
+ - End when scene's purpose accomplished
654
+ - Avoid trailing off
655
+
656
+ **Application**:
657
+ - Don't show characters arriving and greeting
658
+ - Start with conflict or key information
659
+ - End with decision, revelation, or exit
660
+ - Cut unnecessary conclusion
661
+
662
+ ### 2. Give Every Scene a Purpose
663
+ **Principle**: Each scene must advance plot, develop character, or explore theme
664
+
665
+ **Questions to ask**:
666
+ - What changes in this scene?
667
+ - What does audience learn?
668
+ - How does it advance the story?
669
+ - What would be lost without it?
670
+
671
+ **Application**:
672
+ - Plot advancement: New information, decision, action
673
+ - Character development: Reveal trait, relationship, change
674
+ - Theme exploration: Examine central ideas
675
+ - Multiple purposes: Best scenes serve several functions
676
+
677
+ ### 3. Create Obstacles and Conflict
678
+ **Principle**: Characters should want something and face opposition
679
+
680
+ **Types of conflict**:
681
+ - **Character vs. Character**: Direct opposition
682
+ - **Character vs. Self**: Internal conflict
683
+ - **Character vs. Society**: Social opposition
684
+ - **Character vs. Fate**: Inevitable forces
685
+
686
+ **Application**:
687
+ - Identify what each character wants in scene
688
+ - Create opposition to those wants
689
+ - Escalate conflict through scene
690
+ - Resolve or complicate by scene's end
691
+
692
+ ### 4. Use Subtext
693
+ **Principle**: Characters often mean more than they say
694
+
695
+ **Techniques**:
696
+ - Surface conversation vs. underlying meaning
697
+ - Dramatic irony (audience knows more)
698
+ - Characters hiding true feelings
699
+ - Coded language
700
+
701
+ **Example - Hamlet and Claudius**:
702
+ - Surface: Polite family conversation
703
+ - Subtext: Mutual suspicion and threat
704
+ - Audience understands both levels
705
+ - Creates tension
706
+
707
+ ### 5. Vary Rhythm and Pacing
708
+ **Principle**: Alternate between fast and slow, intense and calm
709
+
710
+ **Techniques**:
711
+ - Long scene followed by short scene
712
+ - Intense scene followed by comic relief
713
+ - Verse alternating with prose
714
+ - Quick dialogue vs. long speeches
715
+
716
+ **Application**:
717
+ - Prevent monotony
718
+ - Give audience emotional breaks
719
+ - Heighten impact through contrast
720
+ - Maintain engagement
721
+
722
+ ### 6. Embed Stage Directions in Dialogue
723
+ **Principle**: Make action clear through what characters say
724
+
725
+ **Techniques**:
726
+ - Characters describe what they see
727
+ - Dialogue implies physical action
728
+ - Language creates setting
729
+ - Reactions reveal events
730
+
731
+ **Application**:
732
+ - "Here comes the messenger" (entrance)
733
+ - "Put down your sword" (action)
734
+ - "The sun rises" (time/setting)
735
+ - "You're bleeding!" (reveals injury)
736
+
737
+ ## Practical Application
738
+
739
+ ### Analyzing a Scene
740
+
741
+ **Step 1: Identify Scene's Purpose**
742
+ - What is the scene's objective?
743
+ - How does it advance the plot?
744
+ - What character development occurs?
745
+ - What themes are explored?
746
+
747
+ **Step 2: Map the Structure**
748
+ - How does scene begin?
749
+ - What is the central conflict?
750
+ - How does tension build?
751
+ - How does scene end?
752
+ - What changes from beginning to end?
753
+
754
+ **Step 3: Analyze Dialogue**
755
+ - Verse or prose? Why?
756
+ - Long speeches or quick exchanges?
757
+ - What's the subtext?
758
+ - How do characters' voices differ?
759
+
760
+ **Step 4: Examine Pacing**
761
+ - How long is the scene?
762
+ - Where does it fit in the act?
763
+ - How does rhythm vary within scene?
764
+ - Fast or slow tempo? Why?
765
+
766
+ **Step 5: Identify Implied Stage Directions**
767
+ - What actions are implied?
768
+ - How is setting established?
769
+ - What entrances/exits occur?
770
+ - What physical business is suggested?
771
+
772
+ ### Writing Your Own Scene
773
+
774
+ **Step 1: Define Scene's Purpose**
775
+ - What must this scene accomplish?
776
+ - What information must be conveyed?
777
+ - What conflict will occur?
778
+ - How will characters change?
779
+
780
+ **Step 2: Determine Who's Present**
781
+ - Which characters are needed?
782
+ - Who enters when?
783
+ - Who exits when?
784
+ - Strategic use of entrances/exits?
785
+
786
+ **Step 3: Choose Verse or Prose**
787
+ - What's the tone?
788
+ - Who are the characters?
789
+ - What's the emotional level?
790
+ - Formal or informal?
791
+
792
+ **Step 4: Structure the Scene**
793
+ - **Opening**: How to begin? (In medias res?)
794
+ - **Development**: How does conflict escalate?
795
+ - **Climax**: What's the peak moment?
796
+ - **Resolution**: How does scene end?
797
+
798
+ **Step 5: Write Dialogue**
799
+ - Give each character distinct voice
800
+ - Use subtext where appropriate
801
+ - Vary speech length
802
+ - Embed action in dialogue
803
+
804
+ **Step 6: Revise for Pacing**
805
+ - Cut unnecessary lines
806
+ - Vary rhythm
807
+ - Check scene length
808
+ - Ensure clear purpose
809
+
810
+ ## Common Pitfalls to Avoid
811
+
812
+ **1. Talking Heads**
813
+ - **Problem**: Characters just sit and talk
814
+ - **Solution**: Add physical action, movement, business
815
+
816
+ **2. On-the-Nose Dialogue**
817
+ - **Problem**: Characters say exactly what they mean
818
+ - **Solution**: Add subtext, indirection, conflict
819
+
820
+ **3. Unclear Objectives**
821
+ - **Problem**: Characters don't want anything specific
822
+ - **Solution**: Give each character clear goal in scene
823
+
824
+ **4. Flat Pacing**
825
+ - **Problem**: Scene maintains same energy throughout
826
+ - **Solution**: Build tension, vary rhythm, create peaks and valleys
827
+
828
+ **5. Unnecessary Length**
829
+ - **Problem**: Scene continues after purpose achieved
830
+ - **Solution**: End scene as soon as objective accomplished
831
+
832
+ ## Links to Resources
833
+
834
+ ### Annotated Scene Examples
835
+ - [Hamlet: Closet Scene Analysis](../../examples/scene-examples/hamlet-closet-scene.md)
836
+ - [Macbeth: Dagger Soliloquy](../../examples/scene-examples/macbeth-dagger-soliloquy.md)
837
+ - [Romeo and Juliet: Balcony Scene](../../examples/scene-examples/romeo-juliet-balcony.md)
838
+
839
+ ### Exercises
840
+ - [Scene Analysis Exercise](../../examples/exercises/scene-analysis-exercise.md)
841
+ - [Scene Writing Exercise](../../examples/exercises/scene-writing-exercise.md)
842
+ - [Dialogue vs. Monologue Practice](../../examples/exercises/dialogue-monologue-exercise.md)
843
+
844
+ ### Related Rules
845
+ - [Tragedy Structure](tragedy.md)
846
+ - [Comedy Structure](comedy.md)
847
+ - [Soliloquies and Asides](../language/soliloquies-asides.md)
848
+ - [Iambic Pentameter](../poetry/iambic-pentameter.md)
849
+
850
+ ## Summary Checklist
851
+
852
+ When constructing a Shakespearean scene, verify:
853
+
854
+ - [ ] **Clear Purpose**: Scene advances plot, character, or theme
855
+ - [ ] **Strong Opening**: Begins in medias res or with clear hook
856
+ - [ ] **Conflict**: Characters want something and face opposition
857
+ - [ ] **Varied Dialogue**: Mix of long speeches and quick exchanges
858
+ - [ ] **Appropriate Form**: Verse or prose suits characters and situation
859
+ - [ ] **Subtext**: Characters don't always say what they mean
860
+ - [ ] **Pacing**: Rhythm varies, tension builds
861
+ - [ ] **Implied Action**: Stage business embedded in dialogue
862
+ - [ ] **Strategic Entrances/Exits**: Characters appear/leave purposefully
863
+ - [ ] **Clear Ending**: Scene ends when purpose achieved
864
+ - [ ] **Character Voice**: Each character sounds distinct
865
+ - [ ] **Thematic Resonance**: Scene explores play's central ideas
866
+
867
+ ---
868
+
869
+ **Remember**: Great scenes are built, not written. Each line, entrance, and action should serve the scene's purpose. Master the techniques of scene construction, and you'll create dramatic moments that engage, move, and transform your audience.
870
+