@mytechtoday/augment-extensions 1.6.0 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +231 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +19 -1
@@ -0,0 +1,507 @@
1
+ # History Plays
2
+
3
+ A comprehensive guide to Shakespearean history plays, exploring the balance between historical accuracy and dramatic license, political themes, and narrative techniques.
4
+
5
+ ## Overview
6
+
7
+ Shakespeare's history plays dramatize English history from the late 14th to early 16th centuries, focusing on the reigns of kings and the struggles for power. These plays blend historical fact with dramatic invention, creating compelling narratives that explore themes of kingship, legitimacy, honor, and political power. The ten history plays form two tetralogies chronicling the Wars of the Roses and the rise of the Tudor dynasty.
8
+
9
+ **The First Tetralogy** (written first, chronologically later):
10
+ - *Henry VI, Part 1* (1591)
11
+ - *Henry VI, Part 2* (1591)
12
+ - *Henry VI, Part 3* (1591)
13
+ - *Richard III* (1593)
14
+
15
+ **The Second Tetralogy** (written later, chronologically earlier):
16
+ - *Richard II* (1595)
17
+ - *Henry IV, Part 1* (1597)
18
+ - *Henry IV, Part 2* (1598)
19
+ - *Henry V* (1599)
20
+
21
+ **Stand-alone histories**:
22
+ - *King John* (1596)
23
+ - *Henry VIII* (1613)
24
+
25
+ ## Historical Accuracy vs. Dramatic License
26
+
27
+ ### Shakespeare's Sources
28
+
29
+ **Primary Sources**:
30
+ - **Raphael Holinshed's *Chronicles of England, Scotland, and Ireland*** (1577, 1587)
31
+ - **Edward Hall's *The Union of the Two Noble and Illustre Families of Lancaster and York*** (1548)
32
+ - **Plutarch's *Lives*** (for Roman plays)
33
+
34
+ **How Shakespeare Used Sources**:
35
+ - Compressed timelines (years into days)
36
+ - Combined multiple historical figures into single characters
37
+ - Invented scenes and dialogue
38
+ - Emphasized dramatic conflict over historical detail
39
+ - Added fictional characters for comic relief or thematic depth
40
+
41
+ ### Historical Accuracy
42
+
43
+ **What Shakespeare Kept Accurate**:
44
+ - Major historical events (battles, depositions, deaths)
45
+ - Succession of monarchs
46
+ - Key political alliances and conflicts
47
+ - General historical timeline
48
+ - Names of major historical figures
49
+
50
+ **Example - Henry V**:
51
+ ```
52
+ Historical Fact: Battle of Agincourt (1415)
53
+ - English victory against overwhelming French forces
54
+ - Henry V's leadership crucial to victory
55
+ - Longbow tactics decisive
56
+
57
+ Shakespeare's Treatment:
58
+ - Accurate battle outcome and significance
59
+ - Emphasizes Henry's leadership and rhetoric
60
+ - Adds St. Crispin's Day speech (fictional)
61
+ - Compresses campaign timeline
62
+ - Invents comic subplot with Pistol, Bardolph, Nym
63
+ ```
64
+
65
+ ### Dramatic License
66
+
67
+ **What Shakespeare Changed or Invented**:
68
+
69
+ 1. **Character Ages and Relationships**
70
+ - Made characters younger or older for dramatic effect
71
+ - Invented romantic relationships
72
+ - Combined or split historical figures
73
+
74
+ 2. **Timeline Compression**
75
+ - Years of events condensed into days or weeks
76
+ - Multiple battles combined into single scenes
77
+ - Simultaneous events that occurred years apart
78
+
79
+ 3. **Invented Scenes**
80
+ - Private conversations between historical figures
81
+ - Comic subplots with fictional characters
82
+ - Supernatural elements (ghosts, prophecies)
83
+
84
+ 4. **Character Motivation**
85
+ - Psychological depth added to historical figures
86
+ - Internal conflicts invented for dramatic tension
87
+ - Moral complexity beyond historical record
88
+
89
+ **Example - Richard III**:
90
+ ```
91
+ Historical Richard III:
92
+ - Reigned 1483-1485 (2 years)
93
+ - Possibly involved in princes' deaths
94
+ - Defeated at Bosworth Field
95
+
96
+ Shakespeare's Richard III:
97
+ - Compressed reign into rapid succession of crimes
98
+ - Made Richard a self-aware villain with soliloquies
99
+ - Invented scenes of seduction and manipulation
100
+ - Added supernatural elements (ghosts before battle)
101
+ - Emphasized Tudor propaganda (Richard as monster)
102
+ ```
103
+
104
+ ### Why Dramatic License Matters
105
+
106
+ **Purposes of Historical Changes**:
107
+ - **Thematic Clarity**: Simplify complex history to highlight themes
108
+ - **Dramatic Unity**: Create coherent narrative arc
109
+ - **Audience Engagement**: Add entertainment value
110
+ - **Political Commentary**: Reflect contemporary concerns
111
+ - **Moral Lessons**: Teach through exemplary or cautionary tales
112
+
113
+ **Balance to Strike**:
114
+ - Respect historical framework
115
+ - Maintain plausibility within period
116
+ - Use invention to illuminate truth
117
+ - Serve dramatic and thematic purposes
118
+ - Acknowledge when departing from record
119
+
120
+ ## Political Themes and Power Dynamics
121
+
122
+ ### Kingship and Legitimacy
123
+
124
+ **Central Questions**:
125
+ - What makes a legitimate king?
126
+ - Divine right vs. political competence
127
+ - Hereditary succession vs. conquest
128
+ - The burden of the crown
129
+
130
+ **Example - Richard II**:
131
+ ```
132
+ Richard II: Legitimate king by birth
133
+ - Divine right of kings
134
+ - Poor political judgment
135
+ - Deposed by Bolingbroke
136
+
137
+ Henry IV (Bolingbroke): Usurper king
138
+ - Political competence
139
+ - Guilt over usurpation
140
+ - Struggles with legitimacy
141
+ ```
142
+
143
+ **Key Themes**:
144
+ - **Divine Right**: Kings appointed by God
145
+ - **Usurpation**: Taking throne by force
146
+ - **Succession Crisis**: Competing claims
147
+ - **Burden of Rule**: Weight of responsibility
148
+
149
+ ### Power and Ambition
150
+
151
+ **Character Types**:
152
+
153
+ 1. **The Machiavellian Villain**
154
+ - Richard III: Self-aware manipulator
155
+ - Uses deception and murder
156
+ - Soliloquies reveal true intentions
157
+
158
+ 2. **The Reluctant King**
159
+ - Henry IV: Guilt-ridden usurper
160
+ - Henry VI: Weak, pious, unsuited to rule
161
+ - Burden of crown too heavy
162
+
163
+ 3. **The Ideal King**
164
+ - Henry V: Combines legitimacy with competence
165
+ - Rhetoric and leadership
166
+ - Unites nation through war
167
+
168
+ 4. **The Rebel**
169
+ - Hotspur: Honor-driven challenger
170
+ - Northumberland: Political opportunist
171
+ - Questions authority
172
+
173
+ ### Political Rhetoric
174
+
175
+ **Persuasive Speeches**:
176
+ - Appeals to honor, duty, patriotism
177
+ - Religious justification
178
+ - Emotional manipulation
179
+ - Logical argument
180
+
181
+ **Example - Henry V's St. Crispin's Day Speech**:
182
+ ```
183
+ We few, we happy few, we band of brothers;
184
+ For he today that sheds his blood with me
185
+ Shall be my brother; be he ne'er so vile,
186
+ This day shall gentle his condition;
187
+ And gentlemen in England now abed
188
+ Shall think themselves accursed they were not here,
189
+ And hold their manhoods cheap whiles any speaks
190
+ That fought with us upon Saint Crispin's day.
191
+ ```
192
+
193
+ **Rhetorical Techniques**:
194
+ - **Repetition**: "We few, we happy few"
195
+ - **Inclusive Language**: "band of brothers"
196
+ - **Honor Appeal**: "gentlemen...shall think themselves accursed"
197
+ - **Shared Sacrifice**: "sheds his blood with me"
198
+ - **Social Elevation**: "shall gentle his condition"
199
+
200
+ ### War and National Identity
201
+
202
+ **Themes**:
203
+ - **Patriotism**: England vs. France
204
+ - **Unity Through Conflict**: War unites divided nation
205
+ - **Military Honor**: Battlefield glory
206
+ - **Cost of War**: Death, suffering, moral compromise
207
+
208
+ **Example - Henry V**:
209
+ - Unites English nobility against France
210
+ - St. Crispin's Day speech creates brotherhood
211
+ - Victory at Agincourt validates Henry's kingship
212
+ - Comic subplot shows common soldiers' perspective
213
+
214
+ ### Civil War and Disorder
215
+
216
+ **Wars of the Roses** (1455-1485):
217
+ - House of Lancaster (red rose) vs. House of York (white rose)
218
+ - Succession crisis after Henry V's death
219
+ - Decades of civil war
220
+ - Resolved by Henry VII (Tudor)
221
+
222
+ **Themes**:
223
+ - **Chaos of Civil War**: Nation divided against itself
224
+ - **Weak Kingship**: Henry VI's inability to rule
225
+ - **Ambition Unleashed**: Nobles compete for power
226
+ - **Need for Order**: Strong king necessary for peace
227
+
228
+ **Example - Henry VI, Part 3**:
229
+ ```
230
+ KING HENRY VI:
231
+ This battle fares like to the morning's war,
232
+ When dying clouds contend with growing light,
233
+ What time the shepherd, blowing of his nails,
234
+ Can neither call it perfect day nor night.
235
+ ```
236
+
237
+ **Analysis**:
238
+ - Metaphor of dawn/dusk for civil war uncertainty
239
+ - Shepherd represents common people caught in conflict
240
+ - Neither side can claim victory
241
+ - Stalemate and suffering
242
+
243
+ ## Chorus and Narrative Framing
244
+
245
+ ### The Chorus in Henry V
246
+
247
+ **Function of Chorus**:
248
+ - Addresses audience directly
249
+ - Apologizes for theatrical limitations
250
+ - Sets scenes and provides context
251
+ - Bridges time and space gaps
252
+ - Invites imaginative participation
253
+
254
+ **Example - Prologue to Act 1**:
255
+ ```
256
+ O for a Muse of fire, that would ascend
257
+ The brightest heaven of invention,
258
+ A kingdom for a stage, princes to act
259
+ And monarchs to behold the swelling scene!
260
+ Then should the warlike Harry, like himself,
261
+ Assume the port of Mars; and at his heels,
262
+ Leash'd in like hounds, should famine, sword and fire
263
+ Crouch for employment. But pardon, gentles all,
264
+ The flat unraised spirits that have dared
265
+ On this unworthy scaffold to bring forth
266
+ So great an object: can this cockpit hold
267
+ The vasty fields of France? or may we cram
268
+ Within this wooden O the very casques
269
+ That did affright the air at Agincourt?
270
+ ```
271
+
272
+ **Rhetorical Strategies**:
273
+ - **Apology**: "pardon, gentles all"
274
+ - **Humility**: "unworthy scaffold," "wooden O"
275
+ - **Imagination Appeal**: "can this cockpit hold / The vasty fields of France?"
276
+ - **Epic Language**: "Muse of fire," "brightest heaven of invention"
277
+ - **Audience Inclusion**: "gentles all"
278
+
279
+ ### Narrative Techniques
280
+
281
+ **1. Prologue and Epilogue**
282
+ - Frame the action
283
+ - Provide historical context
284
+ - Comment on themes
285
+ - Connect to larger historical narrative
286
+
287
+ **2. Soliloquies**
288
+ - Reveal inner thoughts of kings
289
+ - Explore burden of rule
290
+ - Show private vs. public self
291
+ - Build sympathy or antipathy
292
+
293
+ **Example - Henry IV's Soliloquy**:
294
+ ```
295
+ How many thousand of my poorest subjects
296
+ Are at this hour asleep! O sleep, O gentle sleep,
297
+ Nature's soft nurse, how have I frighted thee,
298
+ That thou no more wilt weigh my eyelids down
299
+ And steep my senses in forgetfulness?
300
+ ```
301
+
302
+ **3. Parallel Plots**
303
+ - Main plot: Kings and nobles
304
+ - Subplot: Common people (Falstaff, tavern scenes)
305
+ - Contrast high and low perspectives
306
+ - Comic relief balances serious themes
307
+
308
+ **4. Historical Prophecy**
309
+ - Characters predict future events
310
+ - Audience knows historical outcome
311
+ - Dramatic irony
312
+ - Sense of fate and inevitability
313
+
314
+ ## Examples from Major History Plays
315
+
316
+ ### Henry V - The Ideal King
317
+
318
+ **Historical Context**:
319
+ - Henry V reigned 1413-1422
320
+ - Conquered much of France
321
+ - Died young, leaving infant heir
322
+ - Considered England's greatest warrior king
323
+
324
+ **Shakespeare's Treatment**:
325
+
326
+ **Act 1 - Transformation**:
327
+ - From wild Prince Hal to responsible King Henry
328
+ - Rejects Falstaff and tavern life
329
+ - Embraces duty and kingship
330
+
331
+ **Act 3 - "Once more unto the breach"**:
332
+ ```
333
+ Once more unto the breach, dear friends, once more;
334
+ Or close the wall up with our English dead.
335
+ In peace there's nothing so becomes a man
336
+ As modest stillness and humility:
337
+ But when the blast of war blows in our ears,
338
+ Then imitate the action of the tiger;
339
+ Stiffen the sinews, summon up the blood,
340
+ Disguise fair nature with hard-favour'd rage;
341
+ Then lend the eye a terrible aspect;
342
+ ```
343
+
344
+ **Themes**:
345
+ - Leadership through rhetoric
346
+ - Transformation in war
347
+ - Balance of peace and war virtues
348
+ - Inspiring troops through language
349
+
350
+ **Act 4 - St. Crispin's Day**:
351
+ - Outnumbered at Agincourt
352
+ - Henry's speech creates unity
353
+ - Victory against odds
354
+ - Validates Henry's kingship
355
+
356
+ **Act 5 - Wooing Katherine**:
357
+ - Political marriage to unite England and France
358
+ - Henry as plain soldier, not courtly lover
359
+ - Comic relief after war
360
+ - Ironic: audience knows union will fail
361
+
362
+ ### Richard III - The Machiavellian Villain
363
+
364
+ **Historical Context**:
365
+ - Richard III reigned 1483-1485
366
+ - Last Yorkist king
367
+ - Defeated by Henry Tudor at Bosworth
368
+ - Tudor propaganda portrayed him as villain
369
+
370
+ **Shakespeare's Treatment**:
371
+
372
+ **Opening Soliloquy**:
373
+ ```
374
+ Now is the winter of our discontent
375
+ Made glorious summer by this sun of York;
376
+ And all the clouds that lour'd upon our house
377
+ In the deep bosom of the ocean buried.
378
+ ```
379
+
380
+ **Character Techniques**:
381
+ - **Self-Awareness**: Richard knows he's a villain
382
+ - **Audience Complicity**: Shares plans with audience
383
+ - **Charisma**: Charming despite evil
384
+ - **Physical Deformity**: Reflects moral corruption
385
+
386
+ **Dramatic Arc**:
387
+ 1. **Rise**: Manipulates way to throne
388
+ 2. **Reign**: Murders to secure power
389
+ 3. **Fall**: Haunted by ghosts, defeated at Bosworth
390
+ 4. **Death**: "A horse! A horse! My kingdom for a horse!"
391
+
392
+ **Themes**:
393
+ - Ambition without conscience
394
+ - Appearance vs. reality
395
+ - Divine justice (Tudor victory)
396
+ - Consequences of tyranny
397
+
398
+ ## Writing Shakespearean History Plays
399
+
400
+ ### Research and Preparation
401
+
402
+ **Steps**:
403
+ 1. **Study Historical Sources**
404
+ - Read primary sources (chronicles, letters)
405
+ - Understand major events and figures
406
+ - Note timeline and relationships
407
+
408
+ 2. **Identify Dramatic Potential**
409
+ - Find conflicts and tensions
410
+ - Look for character complexity
411
+ - Discover thematic resonance
412
+
413
+ 3. **Choose What to Change**
414
+ - Compress timeline for unity
415
+ - Combine characters if needed
416
+ - Invent scenes for dramatic effect
417
+ - Add fictional characters for perspective
418
+
419
+ 4. **Develop Themes**
420
+ - What does history teach?
421
+ - How does past reflect present?
422
+ - What universal truths emerge?
423
+
424
+ ### Balancing History and Drama
425
+
426
+ **Guidelines**:
427
+ - **Respect Major Facts**: Don't change outcomes of battles or deaths
428
+ - **Compress Time**: Years can become weeks
429
+ - **Invent Dialogue**: Historical figures didn't leave transcripts
430
+ - **Add Subplots**: Common people provide perspective
431
+ - **Use Anachronism Carefully**: Avoid jarring modern references
432
+ - **Serve Theme**: Changes should illuminate truth
433
+
434
+ ### Political Themes to Explore
435
+
436
+ **Universal Questions**:
437
+ - What makes a good leader?
438
+ - How is power gained and lost?
439
+ - What is the cost of ambition?
440
+ - How do we balance order and freedom?
441
+ - What is the relationship between ruler and ruled?
442
+
443
+ ### Chorus and Framing Devices
444
+
445
+ **When to Use Chorus**:
446
+ - Epic scope requires explanation
447
+ - Time/space gaps need bridging
448
+ - Theatrical limitations need acknowledgment
449
+ - Direct address enhances themes
450
+
451
+ **Alternatives to Chorus**:
452
+ - Narrator character
453
+ - Prologue/epilogue
454
+ - Soliloquies that address audience
455
+ - Metatheatrical comments
456
+
457
+ ## Practical Application
458
+
459
+ ### Exercise 1: Historical Research
460
+
461
+ Choose a historical event or figure:
462
+ 1. Research the facts
463
+ 2. Identify dramatic conflicts
464
+ 3. List what you'd keep accurate
465
+ 4. List what you'd change for drama
466
+ 5. Justify your changes thematically
467
+
468
+ ### Exercise 2: Political Speech
469
+
470
+ Write a 10-15 line speech for a historical leader:
471
+ - Use blank verse (iambic pentameter)
472
+ - Include rhetorical devices (repetition, metaphor, appeals to honor)
473
+ - Address specific political situation
474
+ - Persuade audience to action
475
+
476
+ ### Exercise 3: Chorus Prologue
477
+
478
+ Write a chorus prologue for a historical play:
479
+ - Apologize for theatrical limitations
480
+ - Set the scene
481
+ - Introduce themes
482
+ - Invite audience imagination
483
+ - Use elevated language
484
+
485
+ ## Further Reading
486
+
487
+ **Shakespeare's History Plays**:
488
+ - *Richard II* - Deposition and legitimacy
489
+ - *Henry IV, Part 1 & 2* - Prince Hal's education
490
+ - *Henry V* - Ideal kingship
491
+ - *Richard III* - Machiavellian villainy
492
+ - *Henry VI, Part 1, 2, 3* - Civil war and weak kingship
493
+
494
+ **Critical Works**:
495
+ - E.M.W. Tillyard, *Shakespeare's History Plays* (1944)
496
+ - Jan Kott, *Shakespeare Our Contemporary* (1964)
497
+ - Phyllis Rackin, *Stages of History* (1990)
498
+
499
+ **Historical Sources**:
500
+ - Raphael Holinshed, *Chronicles of England, Scotland, and Ireland*
501
+ - Edward Hall, *The Union of the Two Noble and Illustre Families of Lancaster and York*
502
+
503
+ ---
504
+
505
+ *This guide provides a foundation for understanding and writing Shakespearean history plays. Remember that Shakespeare balanced historical accuracy with dramatic effectiveness, using the past to explore timeless themes of power, legitimacy, and leadership.*
506
+
507
+