@mytechtoday/augment-extensions 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +115 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +4 -1
@@ -0,0 +1,576 @@
1
+ # King Lear: Storm Scene (Act 3, Scene 2)
2
+
3
+ ## Scene Context
4
+
5
+ **Play**: *King Lear* (1605-1606)
6
+ **Act/Scene**: Act 3, Scene 2
7
+ **Location**: A heath (open, desolate landscape)
8
+ **Time**: Night, during a violent storm
9
+ **Characters**: King Lear, the Fool, Kent (disguised as Caius)
10
+
11
+ **Dramatic Situation**: Lear has been cast out by his daughters Goneril and Regan after dividing his kingdom between them and disinheriting Cordelia. He wanders the heath in a raging storm, accompanied only by his Fool. His mind is beginning to break under the weight of his daughters' betrayal and his own folly. The storm outside mirrors the storm in Lear's mind.
12
+
13
+ **What Has Happened Before**:
14
+ - Lear divided his kingdom based on flattery
15
+ - Disinherited Cordelia for speaking truth
16
+ - Gave power to Goneril and Regan
17
+ - Both daughters have rejected and humiliated him
18
+ - Lear has fled into the storm
19
+ - His sanity is crumbling
20
+
21
+ ## Full Scene Excerpt (Lines 1-24)
22
+
23
+ ```
24
+ Storm still. Enter LEAR and FOOL
25
+
26
+ LEAR
27
+ Blow, winds, and crack your cheeks! rage! blow!
28
+ You cataracts and hurricanoes, spout
29
+ Till you have drench'd our steeples, drown'd the cocks!
30
+ You sulphurous and thought-executing fires,
31
+ Vaunt-couriers to oak-cleaving thunderbolts,
32
+ Singe my white head! And thou, all-shaking thunder,
33
+ Smite flat the thick rotundity o' the world!
34
+ Crack nature's moulds, an germens spill at once,
35
+ That make ingrateful man!
36
+
37
+ FOOL
38
+ O nuncle, court holy-water in a dry
39
+ house is better than this rain-water out o'
40
+ door. Good nuncle, in, and ask thy daughters'
41
+ blessing: here's a night pities neither wise
42
+ man nor fool.
43
+
44
+ LEAR
45
+ Rumble thy bellyful! Spit, fire! spout, rain!
46
+ Nor rain, wind, thunder, fire, are my daughters:
47
+ I tax not you, you elements, with unkindness;
48
+ I never gave you kingdom, call'd you children,
49
+ You owe me no subscription: then let fall
50
+ Your horrible pleasure: here I stand, your slave,
51
+ A poor, infirm, weak, and despised old man:
52
+ But yet I call you servile ministers,
53
+ That have with two pernicious daughters join'd
54
+ Your high engender'd battles 'gainst a head
55
+ So old and white as this. O! O! 'tis foul!
56
+ ```
57
+
58
+ ## Scansion Analysis
59
+
60
+ ### Opening Lines (1-9)
61
+
62
+ ```
63
+ Line 1: BLOW, WINDS, | and CRACK | your CHEEKS! | RAGE! BLOW!
64
+ / / | u / | u / | / /
65
+ Spondees throughout - violent, emphatic
66
+ Imperative verbs create commanding tone
67
+
68
+ Line 2: You CA | ta racts | and HUR | ri canes, | SPOUT
69
+ u / | u u | u / | u u | /
70
+ Irregular rhythm - chaotic like storm
71
+ Trochaic substitution in foot 1
72
+
73
+ Line 3: Till YOU | have DRENCH'D | our STEE | ples, DROWN'D | the COCKS!
74
+ u / | u / | u / | u / | u /
75
+ Iambic pentameter with violent imagery
76
+
77
+ Line 4: You SUL | phur ous | and THOUGHT | ex E | cu ting | FIRES,
78
+ u / | u u | u / | u / | u u | /
79
+ Irregular - reflects chaos and violence
80
+
81
+ Line 5: VAUNT-cou | riers TO | oak-CLEA | ving THUN | der bolts,
82
+ / u | u / | / / | u / | u u
83
+ Spondee in foot 3 (emphasis on "oak-CLEA")
84
+ Compound words create epic, violent imagery
85
+
86
+ Line 6: SINGE my | WHITE head! | And THOU, | all-SHA | king THUN | der,
87
+ / u | / / | u / | / / | u / | u
88
+ Multiple spondees - emphatic, violent
89
+ Lear invites destruction on himself
90
+
91
+ Line 7: SMITE FLAT | the THICK | ro TUN | di ty | o' the | WORLD!
92
+ / / | u / | u / | u / | u u | /
93
+ Spondee in foot 1 (emphasis on "SMITE FLAT")
94
+ Violent, destructive imagery
95
+
96
+ Line 8: CRACK NA | ture's MOULDS, | an GER | mens SPILL | at ONCE,
97
+ / / | u / | u / | u / | u /
98
+ Spondee in foot 1 (emphasis on "CRACK NA")
99
+ Apocalyptic imagery
100
+
101
+ Line 9: That MAKE | in GRA | te ful | MAN!
102
+ u / | u / | u u | /
103
+ Truncated line - emphatic ending
104
+ Final stress on "MAN" - source of Lear's rage
105
+ ```
106
+
107
+ ### Middle Section (15-25)
108
+
109
+ ```
110
+ Line 15: RUM ble | thy BEL | ly ful! | SPIT, FIRE! | SPOUT, RAIN!
111
+ / u | u / | u u | / / | / /
112
+ Trochaic substitution in foot 1
113
+ Spondees in feet 4-5 - violent imperatives
114
+
115
+ Line 16: Nor RAIN, | WIND, THUN | der, FIRE, | are MY | daugh ters:
116
+ u / | / / | u / | u / | / u
117
+ Spondee in foot 2 (emphasis on "WIND, THUN")
118
+ Lists elements - none as cruel as daughters
119
+
120
+ Line 17: I TAX | not YOU, | you E | le ments, | with UN | kind ness;
121
+ u / | u / | u / | u u | u / | u u
122
+ Iambic pentameter with extra syllable
123
+ Lear addresses elements directly
124
+
125
+ Line 18: I NE | ver GAVE | you KING | dom, CALL'D | you CHIL | dren,
126
+ u / | u / | u / | u / | u / | u
127
+ Iambic pentameter with extra syllable
128
+ Contrast with daughters who received kingdom
129
+
130
+ Line 19: You OWE | me NO | sub SCRIP | tion: THEN | let FALL
131
+ u / | u / | u / | u / | u /
132
+ Iambic pentameter (perfect)
133
+ Lear releases elements from obligation
134
+
135
+ Line 20: Your HOR | ri ble | plea SURE: | HERE I | STAND, your | SLAVE,
136
+ u / | u u | / u | / / | / u | /
137
+ Irregular - multiple stresses
138
+ "HERE I STAND" - defiant despite submission
139
+
140
+ ## Character Analysis
141
+
142
+ ### Lear's Psychological State
143
+
144
+ **Rage and Defiance**:
145
+ - Commands the storm: "Blow, winds, and crack your cheeks!"
146
+ - Invites destruction: "Singe my white head!"
147
+ - Challenges nature itself
148
+ - Refuses to submit to daughters
149
+
150
+ **Descent into Madness**:
151
+ - Addresses inanimate elements as if they can hear
152
+ - Conflates storm with daughters
153
+ - Apocalyptic imagery ("Crack nature's moulds")
154
+ - Losing grip on reality
155
+
156
+ **Self-Awareness**:
157
+ - "A poor, infirm, weak, and despised old man"
158
+ - Recognizes his vulnerability
159
+ - Acknowledges his age and weakness
160
+ - Moment of clarity amid madness
161
+
162
+ **Moral Reasoning**:
163
+ - Elements don't owe him anything
164
+ - He never gave them kingdom
165
+ - They have no obligation to him
166
+ - Unlike daughters who betrayed him
167
+
168
+ ### Character Arc
169
+
170
+ **From King to Beggar**:
171
+ 1. **Act 1**: Powerful king, demands flattery
172
+ 2. **Act 2**: Rejected by daughters, losing power
173
+ 3. **Act 3**: Wandering heath, losing sanity
174
+ 4. **Act 4**: Complete madness, crowned with flowers
175
+ 5. **Act 5**: Brief clarity, then death
176
+
177
+ **Transformation**:
178
+ - Began as arrogant, foolish king
179
+ - Suffering strips away pride
180
+ - Learns humility and empathy
181
+ - Gains wisdom through madness
182
+ - Too late to save himself
183
+
184
+ ### The Fool's Role
185
+
186
+ **Comic Relief**:
187
+ - "Court holy-water in a dry house is better"
188
+ - Practical wisdom in simple language
189
+ - Contrasts with Lear's grand rhetoric
190
+
191
+ **Truth-Teller**:
192
+ - Points out Lear's folly
193
+ - Suggests returning to daughters
194
+ - Knows Lear won't listen
195
+ - Loyal despite Lear's madness
196
+
197
+ **Dramatic Function**:
198
+ - Provides perspective
199
+ - Grounds scene in reality
200
+ - Shows Lear's isolation
201
+ - Emphasizes Lear's tragic nobility
202
+
203
+ ## Dramatic Techniques
204
+
205
+ ### Storm as Metaphor
206
+
207
+ **External Storm = Internal Storm**:
208
+ - Physical storm mirrors Lear's mental chaos
209
+ - Thunder = Lear's rage
210
+ - Lightning = Flashes of insight
211
+ - Rain = Tears, suffering
212
+ - Wind = Uncontrollable forces
213
+
214
+ **Pathetic Fallacy**:
215
+ - Nature reflects human emotion
216
+ - Universe responds to Lear's suffering
217
+ - Cosmic scale of tragedy
218
+ - Not just personal, but universal
219
+
220
+ **Apocalyptic Imagery**:
221
+ - "Crack nature's moulds"
222
+ - "Spill at once / That make ingrateful man"
223
+ - Lear wants to destroy creation
224
+ - Rage so great it threatens cosmos
225
+
226
+ ### Imagery and Metaphor
227
+
228
+ **1. Violent Natural Forces**:
229
+ - **"Cataracts and hurricanoes"**: Overwhelming water
230
+ - **"Sulphurous...fires"**: Hell-like destruction
231
+ - **"Oak-cleaving thunderbolts"**: Splitting, destroying power
232
+ - **Effect**: Nature as violent, destructive force
233
+
234
+ **2. Apocalyptic Destruction**:
235
+ - **"Crack nature's moulds"**: Destroy templates of creation
236
+ - **"Germens spill at once"**: Seeds of life destroyed
237
+ - **"Smite flat the thick rotundity o' the world"**: Flatten earth
238
+ - **Effect**: Lear wants to unmake creation
239
+
240
+ **3. Body Imagery**:
241
+ - **"Crack your cheeks"**: Wind personified with face
242
+ - **"Rumble thy bellyful"**: Thunder as digestion
243
+ - **"White head"**: Lear's age, vulnerability
244
+ - **Effect**: Humanizes nature, naturalizes humans
245
+
246
+ **4. Political Imagery**:
247
+ - **"I never gave you kingdom"**: Elements vs. daughters
248
+ - **"You owe me no subscription"**: No feudal obligation
249
+ - **"Servile ministers"**: Elements as servants
250
+ - **Effect**: Lear still thinks in political terms
251
+
252
+ ### Rhetorical Devices
253
+
254
+ **Imperatives (Commands)**:
255
+ - "Blow, winds"
256
+ - "Crack your cheeks"
257
+ - "Spout"
258
+ - "Singe my white head"
259
+ - "Smite flat"
260
+ - Creates commanding, defiant tone
261
+
262
+ **Apostrophe (Direct Address)**:
263
+ - Lear addresses winds, fires, thunder
264
+ - Treats inanimate forces as conscious beings
265
+ - Shows disconnection from reality
266
+ - Emphasizes isolation (no humans to address)
267
+
268
+ **Repetition**:
269
+ - "Blow...blow"
270
+ - "Rage! blow!"
271
+ - "Spit, fire! spout, rain!"
272
+ - Creates rhythmic intensity
273
+
274
+ **Alliteration**:
275
+ - "Blow...bellyful"
276
+ - "Spit...spout"
277
+ - "Crack...cheeks"
278
+ - "Sulphurous...singe"
279
+
280
+ **Assonance**:
281
+ - "Blow, winds" (long 'o' sounds)
282
+ - "Singe...white" (long 'i' sounds)
283
+ - "Rumble...bellyful" (short 'u' sounds)
284
+
285
+ ### Rhythm and Sound
286
+
287
+ **Violent, Irregular Rhythm**:
288
+ - Multiple spondees (stressed syllables together)
289
+ - Broken meter reflects broken mind
290
+ - Emphatic stresses on violent verbs
291
+ - Chaotic rhythm matches storm
292
+
293
+ **Sound Effects**:
294
+ - Hard consonants: "Crack," "Smite," "Spit"
295
+ - Explosive sounds: "Blow," "Spout"
296
+ - Sibilance: "Sulphurous," "Singe," "Spill"
297
+ - Mimics storm sounds
298
+
299
+ **Truncated Lines**:
300
+ - "That make ingrateful man!" (4 feet)
301
+ - Creates emphatic endings
302
+ - Reflects Lear's broken state
303
+
304
+ ## Thematic Elements
305
+
306
+ ### Nature and Civilization
307
+
308
+ **Lear Stripped of Civilization**:
309
+ - No longer king
310
+ - No palace, no servants
311
+ - Exposed to raw nature
312
+ - Reduced to essential humanity
313
+
314
+ **Nature as Indifferent**:
315
+ - Storm doesn't care about Lear
316
+ - Elements have no obligation to him
317
+ - Nature is amoral, not immoral
318
+ - Contrast with daughters' active cruelty
319
+
320
+ **Return to Primitive State**:
321
+ - Lear on heath like primitive man
322
+ - Shelter, warmth, basic needs
323
+ - Civilization's veneer stripped away
324
+ - Reveals essential human vulnerability
325
+
326
+ ### Justice and Injustice
327
+
328
+ **Cosmic Injustice**:
329
+ - Lear's suffering seems disproportionate
330
+ - Elements join with daughters against him
331
+ - Universe appears hostile
332
+ - No divine justice evident
333
+
334
+ **Lear's Moral Reasoning**:
335
+ - Elements don't owe him anything
336
+ - He never gave them kingdom
337
+ - They're not ungrateful like daughters
338
+ - Lear distinguishes natural from moral evil
339
+
340
+ **Question of Deserving**:
341
+ - Does Lear deserve this suffering?
342
+ - His folly was great, but punishment greater
343
+ - Tragedy explores limits of justice
344
+ - Suffering exceeds sin
345
+
346
+ ### Madness and Wisdom
347
+
348
+ **Madness as Insight**:
349
+ - Lear's madness reveals truth
350
+ - Sees through social pretense
351
+ - Understands human vulnerability
352
+ - Wisdom through suffering
353
+
354
+ **Loss of Identity**:
355
+ - "Who is it that can tell me who I am?"
356
+ - Lear no longer knows himself
357
+ - Kingship was his identity
358
+ - Stripped of role, loses self
359
+
360
+ **Fool's Wisdom**:
361
+ - Simple, practical advice
362
+ - Sees truth Lear can't
363
+ - Wisdom in folly
364
+ - Contrast with Lear's learned madness
365
+
366
+ ### Parent-Child Relationships
367
+
368
+ **Betrayal**:
369
+ - Daughters reject father
370
+ - Lear gave them everything
371
+ - They owe him gratitude
372
+ - Instead, they cast him out
373
+
374
+ **Lear's Realization**:
375
+ - Elements don't owe him anything
376
+ - But daughters do
377
+ - He gave them kingdom
378
+ - They called him father
379
+
380
+ **Contrast with Cordelia**:
381
+ - Cordelia spoke truth, was rejected
382
+ - Goneril and Regan flattered, were rewarded
383
+ - Lear's folly in judgment
384
+ - Too late, he understands
385
+
386
+ ## Performance and Staging Notes
387
+
388
+ ### Setting and Atmosphere
389
+
390
+ **The Heath**:
391
+ - Open, desolate landscape
392
+ - No shelter, no civilization
393
+ - Exposed to elements
394
+ - Symbolic of Lear's stripped state
395
+
396
+ **Storm Effects**:
397
+ - Thunder, lightning (sound and light)
398
+ - Wind machines
399
+ - Rain effects (if possible)
400
+ - Overwhelming, chaotic
401
+
402
+ **Darkness**:
403
+ - Night scene
404
+ - Limited visibility
405
+ - Isolation emphasized
406
+ - Danger, disorientation
407
+
408
+ ### Lear's Physical State
409
+
410
+ **Appearance**:
411
+ - Wet, disheveled
412
+ - White hair exposed
413
+ - Aged, vulnerable
414
+ - Contrasts with regal bearing of Act 1
415
+
416
+ **Movement**:
417
+ - Staggering, unsteady
418
+ - Arms raised to sky
419
+ - Defiant gestures
420
+ - Physical exhaustion
421
+
422
+ **Voice**:
423
+ - Shouting over storm
424
+ - Hoarse, strained
425
+ - Moments of quiet intensity
426
+ - Vocal exhaustion
427
+
428
+ ### The Fool's Contrast
429
+
430
+ **Physical**:
431
+ - Smaller, weaker than Lear
432
+ - Trying to shelter
433
+ - Practical, not defiant
434
+ - Concerned for Lear
435
+
436
+ **Vocal**:
437
+ - Quieter than Lear
438
+ - Reasonable tone
439
+ - Contrast with Lear's rage
440
+ - Unheard, ignored
441
+
442
+ ### Staging Choices
443
+
444
+ **Lear's Position**:
445
+ - Center stage, isolated
446
+ - Elevated if possible
447
+ - Facing audience (addressing cosmos)
448
+ - Fool trying to reach him
449
+
450
+ **Storm Intensity**:
451
+ - Should match Lear's emotion
452
+ - Loudest during his speeches
453
+ - Quieter during Fool's lines
454
+ - Overwhelming but not drowning dialogue
455
+
456
+ **Lighting**:
457
+ - Lightning flashes on key lines
458
+ - Darkness between
459
+ - Lear illuminated
460
+ - Fool in shadows
461
+
462
+ ## Writing Lessons
463
+
464
+ ### Creating Powerful Speeches
465
+
466
+ **Techniques from This Scene**:
467
+
468
+ 1. **Use Imperatives**:
469
+ - Commands create active, dynamic speech
470
+ - "Blow," "Crack," "Singe," "Smite"
471
+ - Character takes action through language
472
+
473
+ 2. **Layer Imagery**:
474
+ - Natural forces (wind, fire, thunder)
475
+ - Apocalyptic destruction
476
+ - Body imagery
477
+ - Political metaphors
478
+
479
+ 3. **Vary Rhythm**:
480
+ - Violent spondees for emphasis
481
+ - Irregular meter for chaos
482
+ - Truncated lines for impact
483
+
484
+ 4. **Use Repetition**:
485
+ - "Blow...blow"
486
+ - "Rage! blow!"
487
+ - Creates intensity and rhythm
488
+
489
+ ### Externalizing Internal States
490
+
491
+ **Storm = Mind**:
492
+ - External storm mirrors internal chaos
493
+ - Visible, audible representation of emotion
494
+ - Audience sees and hears Lear's mental state
495
+ - Pathetic fallacy makes emotion cosmic
496
+
497
+ **Application**:
498
+ - Use weather, nature to reflect character
499
+ - External events mirror internal states
500
+ - Make invisible visible
501
+ - Amplify emotion through environment
502
+
503
+ ### Contrasting Characters
504
+
505
+ **Lear vs. Fool**:
506
+ - Grand rhetoric vs. simple speech
507
+ - Defiance vs. practicality
508
+ - Madness vs. wisdom
509
+ - Tragic vs. comic
510
+
511
+ **Effect**:
512
+ - Fool grounds Lear's flights
513
+ - Provides perspective
514
+ - Shows Lear's isolation
515
+ - Emphasizes Lear's tragic nobility
516
+
517
+ ## Comparative Analysis
518
+
519
+ ### Contrast with Macbeth's "Tomorrow" Soliloquy
520
+
521
+ **Lear**:
522
+ - Rage and defiance
523
+ - Addresses external forces
524
+ - Wants to destroy world
525
+ - Still engaged, fighting
526
+
527
+ **Macbeth**:
528
+ - Nihilism and resignation
529
+ - Internal reflection
530
+ - Sees world as already meaningless
531
+ - Disengaged, empty
532
+
533
+ **Difference**:
534
+ - Lear rages against injustice
535
+ - Macbeth accepts meaninglessness
536
+ - Lear maintains moral framework
537
+ - Macbeth has lost all values
538
+
539
+ ### Thematic Significance in Play
540
+
541
+ **Turning Point**:
542
+ - Lear's madness begins here
543
+ - Physical and mental exposure
544
+ - Stripping away of pretense
545
+ - Beginning of wisdom through suffering
546
+
547
+ **Preparation for Reconciliation**:
548
+ - Lear must lose everything
549
+ - Suffering teaches humility
550
+ - Madness brings insight
551
+ - Prepares for reunion with Cordelia
552
+
553
+ ## Further Study
554
+
555
+ **Related Scenes**:
556
+ - Act 4, Scene 6: Lear mad, crowned with flowers
557
+ - Act 4, Scene 7: Lear's reconciliation with Cordelia
558
+ - Act 5, Scene 3: "Howl, howl, howl" - Lear with dead Cordelia
559
+
560
+ **Themes to Explore**:
561
+ - Nature vs. civilization
562
+ - Madness and wisdom
563
+ - Justice and suffering
564
+ - Parent-child relationships
565
+
566
+ **Performance Versions**:
567
+ - Laurence Olivier (1983) - classical intensity
568
+ - Ian McKellen (2007) - psychological depth
569
+ - Glenda Jackson (2019) - gender-swapped, powerful
570
+
571
+ ---
572
+
573
+ *This storm scene represents one of Shakespeare's most powerful explorations of human suffering and cosmic injustice. Lear's rage against the elements mirrors his internal chaos, while his moral reasoning amid madness shows the beginning of wisdom through suffering.*
574
+ ```
575
+
576
+