@mytechtoday/augment-extensions 1.5.2 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/README.md +62 -9
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -0
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +740 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  218. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  219. package/augment-extensions/writing-standards/screenplay/module.json +48 -1
  220. package/cli/AGENTS.md +22 -0
  221. package/cli/dist/__test_hook-system.d.ts +2 -0
  222. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  223. package/cli/dist/__test_hook-system.js +4 -0
  224. package/cli/dist/__test_hook-system.js.map +1 -0
  225. package/cli/dist/cli.js +21 -0
  226. package/cli/dist/cli.js.map +1 -1
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  230. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  234. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  236. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  238. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  242. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  282. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  286. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  290. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  294. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  298. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  302. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  306. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  310. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  314. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  318. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  322. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  326. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  330. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  334. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  338. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  342. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  346. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  348. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  349. package/cli/dist/commands/generate-shot-list.js +115 -0
  350. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  351. package/cli/dist/index.d.ts +7 -0
  352. package/cli/dist/index.d.ts.map +1 -0
  353. package/cli/dist/index.js +10 -0
  354. package/cli/dist/index.js.map +1 -0
  355. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  356. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  357. package/cli/dist/utils/mcp-integration.js +102 -13
  358. package/cli/dist/utils/mcp-integration.js.map +1 -1
  359. package/package.json +4 -1
@@ -0,0 +1,743 @@
1
+ # Shakespearean Tragedy
2
+
3
+ ## Overview
4
+
5
+ Shakespearean tragedy explores the downfall of a noble protagonist due to a fatal flaw (hamartia), external circumstances, or a combination of both. These plays examine profound themes of ambition, power, revenge, fate, and human nature, culminating in catastrophe and death.
6
+
7
+ ## Five-Act Structure
8
+
9
+ ### Act I: Exposition
10
+ **Purpose**: Establish the world, characters, and initial conflict
11
+
12
+ **Key Elements**:
13
+ - Introduce the tragic hero in their position of power or nobility
14
+ - Establish the hero's virtues and potential flaws
15
+ - Present the inciting incident or supernatural element
16
+ - Set up the central conflict
17
+
18
+ **Example - Hamlet**:
19
+ - Ghost appears, revealing murder
20
+ - Hamlet's world disrupted
21
+ - Conflict: Revenge vs. moral hesitation
22
+
23
+ **Example - Macbeth**:
24
+ - Witches' prophecy
25
+ - Macbeth's ambition awakened
26
+ - Conflict: Ambition vs. loyalty
27
+
28
+ ### Act II: Rising Action
29
+ **Purpose**: Complications develop, hero commits to course of action
30
+
31
+ **Key Elements**:
32
+ - Hero makes crucial decision (often morally questionable)
33
+ - Consequences begin to unfold
34
+ - Secondary characters introduced or developed
35
+ - Tension escalates
36
+
37
+ **Example - Macbeth**:
38
+ - Macbeth murders Duncan
39
+ - Becomes king through treachery
40
+ - Guilt and paranoia begin
41
+
42
+ **Example - Othello**:
43
+ - Iago's manipulation begins
44
+ - Othello's jealousy awakened
45
+ - Trust erodes
46
+
47
+ ### Act III: Climax
48
+ **Purpose**: Turning point where hero's fate becomes inevitable
49
+
50
+ **Key Elements**:
51
+ - Peak of hero's power or success
52
+ - Critical error or revelation
53
+ - Point of no return
54
+ - Reversal of fortune begins (peripeteia)
55
+
56
+ **Example - Hamlet**:
57
+ - "To be or not to be" soliloquy
58
+ - Play-within-a-play confirms guilt
59
+ - Kills Polonius, sealing his fate
60
+
61
+ **Example - King Lear**:
62
+ - Lear's madness on the heath
63
+ - Realizes his error about daughters
64
+ - Too late to undo damage
65
+
66
+ ### Act IV: Falling Action
67
+ **Purpose**: Consequences accelerate, hero's downfall progresses
68
+
69
+ **Key Elements**:
70
+ - Hero's situation deteriorates
71
+ - Allies turn or die
72
+ - Subplots converge with main plot
73
+ - Desperation increases
74
+
75
+ **Example - Macbeth**:
76
+ - More murders (Banquo, Macduff's family)
77
+ - Isolation increases
78
+ - Witches' second prophecy
79
+ - False sense of security
80
+
81
+ **Example - Othello**:
82
+ - Othello fully convinced of Desdemona's infidelity
83
+ - Plans her murder
84
+ - Iago's web complete
85
+
86
+ ### Act V: Catastrophe
87
+ **Purpose**: Resolution through death and restoration of order
88
+
89
+ **Key Elements**:
90
+ - Hero's death (usually)
91
+ - Recognition of truth (anagnorisis)
92
+ - Restoration of moral/political order
93
+ - Surviving characters reflect on events
94
+
95
+ **Example - Hamlet**:
96
+ - Duel with Laertes
97
+ - Multiple deaths (Hamlet, Claudius, Gertrude, Laertes)
98
+ - Fortinbras restores order
99
+ - "The rest is silence"
100
+
101
+ **Example - King Lear**:
102
+ - Lear carries dead Cordelia
103
+ - "Howl, howl, howl!"
104
+ - Lear dies of grief
105
+ - Albany and Edgar restore kingdom
106
+
107
+ ## The Tragic Hero
108
+
109
+ ### Characteristics
110
+
111
+ **1. Noble Birth or High Status**
112
+ - Kings, princes, generals, nobles
113
+ - Position of power and responsibility
114
+ - Respected by others
115
+
116
+ **Examples**:
117
+ - Hamlet: Prince of Denmark
118
+ - Macbeth: Thane of Glamis, then King
119
+ - Othello: General of Venice
120
+ - King Lear: King of Britain
121
+
122
+ **2. Exceptional Qualities**
123
+ - Intelligence, courage, leadership
124
+ - Admirable traits that make downfall tragic
125
+ - Potential for greatness
126
+
127
+ **Examples**:
128
+ - Hamlet: Brilliant, philosophical
129
+ - Macbeth: Brave warrior
130
+ - Othello: Noble, honorable general
131
+ - Lear: Powerful, commanding
132
+
133
+ **3. Fatal Flaw (Hamartia)**
134
+ - Character weakness that leads to downfall
135
+ - Often an excess of a virtue
136
+ - Makes hero vulnerable to manipulation or error
137
+
138
+ **Examples**:
139
+ - Hamlet: Indecision, overthinking
140
+ - Macbeth: Ambition
141
+ - Othello: Jealousy, trust in wrong person
142
+ - Lear: Pride, poor judgment
143
+
144
+ **4. Free Choice**
145
+ - Hero makes decisions that seal their fate
146
+ - Not purely victim of circumstances
147
+ - Moral responsibility for actions
148
+
149
+ **Examples**:
150
+ - Macbeth chooses to murder Duncan
151
+ - Othello chooses to believe Iago
152
+ - Lear chooses to divide kingdom based on flattery
153
+
154
+ **5. Self-Awareness (Anagnorisis)**
155
+ - Moment of recognition or realization
156
+ - Understanding of their error
157
+ - Often comes too late to prevent catastrophe
158
+
159
+ **Examples**:
160
+ - Othello: "One that loved not wisely but too well"
161
+ - Lear: "I am a very foolish fond old man"
162
+ - Macbeth: "Life's but a walking shadow"
163
+
164
+ **6. Audience Sympathy**
165
+ - Despite flaws, audience feels pity and fear
166
+ - Downfall seems disproportionate to error
167
+ - Catharsis through witnessing tragedy
168
+
169
+ ## Key Tragic Elements
170
+
171
+ ### Hamartia (Fatal Flaw)
172
+ **Definition**: The character trait or error in judgment that leads to the hero's downfall
173
+
174
+ **Types**:
175
+ - **Character Flaw**: Inherent weakness (Othello's jealousy)
176
+ - **Error in Judgment**: Wrong decision (Lear dividing kingdom)
177
+ - **Excess of Virtue**: Too much of a good quality (Hamlet's thoughtfulness becomes paralysis)
178
+
179
+ **Examples**:
180
+ - Macbeth: Vaulting ambition
181
+ - Othello: Jealousy and misplaced trust
182
+ - Hamlet: Indecision and overthinking
183
+ - Lear: Pride and vanity
184
+
185
+ ### Hubris (Excessive Pride)
186
+ **Definition**: Arrogance or excessive pride that leads the hero to defy natural order, gods, or moral law
187
+
188
+ **Characteristics**:
189
+ - Overconfidence in one's abilities or position
190
+ - Disregard for warnings or advice
191
+ - Belief in invincibility
192
+ - Defiance of moral or natural order
193
+
194
+ **Examples**:
195
+
196
+ **Macbeth**:
197
+ ```
198
+ MACBETH: I bear a charmed life, which must not yield
199
+ To one of woman born.
200
+ ```
201
+ (Believes witches' prophecy makes him invincible)
202
+
203
+ **King Lear**:
204
+ ```
205
+ LEAR: Come not between the dragon and his wrath.
206
+ ```
207
+ (Arrogantly demands flattery, banishes honest daughter)
208
+
209
+ **Othello**:
210
+ ```
211
+ OTHELLO: My parts, my title, and my perfect soul
212
+ Shall manifest me rightly.
213
+ ```
214
+ (Pride in his reputation makes him vulnerable to Iago's manipulation)
215
+
216
+ **Consequences**:
217
+ - Blindness to truth
218
+ - Alienation from allies
219
+ - Vulnerability to manipulation
220
+ - Inevitable downfall
221
+
222
+ ### Peripeteia (Reversal of Fortune)
223
+ **Definition**: Sudden reversal from good to bad fortune, often triggered by the hero's own actions
224
+
225
+ **Characteristics**:
226
+ - Dramatic turning point
227
+ - Ironic twist (hero's actions cause opposite of intended result)
228
+ - Point of no return
229
+ - Accelerates toward catastrophe
230
+
231
+ **Examples**:
232
+
233
+ **Macbeth**:
234
+ - **Reversal**: Becomes king through murder, but loses peace, sleep, sanity
235
+ - **Irony**: Achieves ambition but finds it hollow
236
+ - **Trigger**: Murder of Duncan
237
+
238
+ **Othello**:
239
+ - **Reversal**: From honored general and happy husband to murderer
240
+ - **Irony**: Kills wife to preserve honor, destroys honor
241
+ - **Trigger**: Believing Iago's lies
242
+
243
+ **Hamlet**:
244
+ - **Reversal**: From grieving son to accidental murderer
245
+ - **Irony**: Kills Polonius thinking it's Claudius, seals own fate
246
+ - **Trigger**: Impulsive action in mother's chamber
247
+
248
+ **King Lear**:
249
+ - **Reversal**: From powerful king to mad beggar
250
+ - **Irony**: Gives away power to gain love, loses both
251
+ - **Trigger**: Division of kingdom
252
+
253
+ ### Anagnorisis (Recognition/Realization)
254
+ **Definition**: Moment when the tragic hero recognizes the truth about themselves, their situation, or others
255
+
256
+ **Characteristics**:
257
+ - Sudden insight or revelation
258
+ - Often comes too late to prevent catastrophe
259
+ - Leads to self-awareness
260
+ - Evokes pity in audience
261
+
262
+ **Examples**:
263
+
264
+ **Othello** (Act 5, Scene 2):
265
+ ```
266
+ OTHELLO: I kissed thee ere I killed thee. No way but this,
267
+ Killing myself, to die upon a kiss.
268
+ ```
269
+ (Realizes Desdemona was innocent, Iago deceived him)
270
+
271
+ **King Lear** (Act 4, Scene 7):
272
+ ```
273
+ LEAR: I am a very foolish fond old man,
274
+ Fourscore and upward, not an hour more nor less;
275
+ And, to deal plainly,
276
+ I fear I am not in my perfect mind.
277
+ ```
278
+ (Recognizes his folly, reconciles with Cordelia)
279
+
280
+ **Macbeth** (Act 5, Scene 5):
281
+ ```
282
+ MACBETH: Life's but a walking shadow, a poor player
283
+ That struts and frets his hour upon the stage
284
+ And then is heard no more. It is a tale
285
+ Told by an idiot, full of sound and fury,
286
+ Signifying nothing.
287
+ ```
288
+ (Realizes the emptiness of his ambition and life)
289
+
290
+ **Hamlet** (Act 5, Scene 2):
291
+ ```
292
+ HAMLET: The readiness is all.
293
+ ```
294
+ (Accepts fate, understands he cannot control everything)
295
+
296
+ **Timing**:
297
+ - Usually in Act V
298
+ - After point of no return
299
+ - Before or during death scene
300
+ - Creates catharsis for audience
301
+
302
+ ### Use of Soliloquies and Asides
303
+
304
+ **Soliloquy**: Character alone on stage, speaking thoughts aloud
305
+
306
+ **Purpose**:
307
+ - Reveal inner conflict
308
+ - Share plans with audience
309
+ - Express philosophical reflections
310
+ - Create dramatic irony
311
+
312
+ **Famous Examples**:
313
+
314
+ **Hamlet - "To be or not to be"** (Act 3, Scene 1):
315
+ - Contemplates suicide and existence
316
+ - Reveals paralysis and overthinking
317
+ - Philosophical depth
318
+
319
+ **Macbeth - "Is this a dagger"** (Act 2, Scene 1):
320
+ - Hallucination before murdering Duncan
321
+ - Shows guilt and hesitation
322
+ - Psychological realism
323
+
324
+ **Macbeth - "Tomorrow, and tomorrow"** (Act 5, Scene 5):
325
+ - Nihilistic reflection on life's meaninglessness
326
+ - Shows complete despair
327
+ - Culmination of tragic arc
328
+
329
+ **Othello - "It is the cause"** (Act 5, Scene 2):
330
+ - Justifies murdering Desdemona
331
+ - Shows tragic delusion
332
+ - Dramatic irony (audience knows truth)
333
+
334
+ **Aside**: Brief comment to audience while other characters present
335
+
336
+ **Purpose**:
337
+ - Share secret thoughts
338
+ - Create dramatic irony
339
+ - Reveal deception
340
+ - Comment on action
341
+
342
+ **Example - Iago in Othello**:
343
+ ```
344
+ IAGO [Aside]: And what's he then that says I play the villain,
345
+ When this advice is free I give and honest?
346
+ ```
347
+ (Reveals his villainy to audience while appearing helpful to Othello)
348
+
349
+ ### Subplot Integration
350
+
351
+ **Purpose**: Subplots mirror, contrast, or complicate the main plot
352
+
353
+ **Functions**:
354
+ - **Parallel**: Echoes main plot themes
355
+ - **Contrast**: Highlights main plot through difference
356
+ - **Complication**: Adds obstacles or consequences
357
+ - **Thematic Depth**: Explores themes from different angles
358
+
359
+ **Examples**:
360
+
361
+ **Hamlet - Fortinbras Subplot**:
362
+ - **Parallel**: Both sons seeking revenge for fathers
363
+ - **Contrast**: Fortinbras acts decisively, Hamlet hesitates
364
+ - **Resolution**: Fortinbras restores order after Hamlet's death
365
+ - **Theme**: Different responses to duty and revenge
366
+
367
+ **King Lear - Gloucester Subplot**:
368
+ - **Parallel**: Both fathers misjudge their children
369
+ - **Mirror**: Gloucester has two sons (Edmund/Edgar), Lear has three daughters
370
+ - **Theme**: Blindness (literal and metaphorical)
371
+ - **Integration**: Edmund's schemes intersect with main plot
372
+
373
+ **Hamlet - Polonius Family Subplot**:
374
+ - **Complication**: Hamlet kills Polonius, triggering Laertes' revenge
375
+ - **Parallel**: Laertes seeks revenge like Hamlet
376
+ - **Contrast**: Laertes acts immediately, Hamlet delays
377
+ - **Consequence**: Leads to final duel and multiple deaths
378
+
379
+ **Macbeth - Macduff Subplot**:
380
+ - **Contrast**: Macduff as loyal thane vs. Macbeth as traitor
381
+ - **Consequence**: Macbeth murders Macduff's family
382
+ - **Resolution**: Macduff kills Macbeth, fulfills prophecy
383
+ - **Theme**: Legitimate vs. illegitimate power
384
+
385
+ ## Examples from Major Tragedies
386
+
387
+ ### Hamlet (c. 1600)
388
+
389
+ **Central Conflict**: Revenge vs. moral hesitation
390
+
391
+ **Hamartia**: Overthinking, indecision, paralysis by analysis
392
+
393
+ **Plot Summary**:
394
+ - Ghost reveals Claudius murdered Hamlet's father
395
+ - Hamlet delays revenge, questions ghost's truth
396
+ - Accidentally kills Polonius
397
+ - Laertes seeks revenge for father and sister
398
+ - Final duel results in multiple deaths
399
+
400
+ **Key Themes**:
401
+ - Revenge and justice
402
+ - Madness (real and feigned)
403
+ - Mortality and death
404
+ - Corruption and decay
405
+ - Appearance vs. reality
406
+
407
+ **Famous Quotes**:
408
+ - "To be or not to be, that is the question"
409
+ - "The play's the thing wherein I'll catch the conscience of the king"
410
+ - "Something is rotten in the state of Denmark"
411
+ - "The rest is silence"
412
+
413
+ **Tragic Elements**:
414
+ - **Peripeteia**: Killing Polonius seals his fate
415
+ - **Anagnorisis**: "The readiness is all" - accepts fate
416
+ - **Catharsis**: Multiple deaths restore moral order
417
+
418
+ ### Macbeth (c. 1606)
419
+
420
+ **Central Conflict**: Ambition vs. loyalty and morality
421
+
422
+ **Hamartia**: Vaulting ambition, susceptibility to manipulation
423
+
424
+ **Plot Summary**:
425
+ - Witches prophesy Macbeth will be king
426
+ - Lady Macbeth persuades him to murder Duncan
427
+ - Becomes king but descends into paranoia
428
+ - Orders more murders (Banquo, Macduff's family)
429
+ - Defeated by Macduff, Malcolm restores order
430
+
431
+ **Key Themes**:
432
+ - Ambition and power
433
+ - Guilt and conscience
434
+ - Fate vs. free will
435
+ - Appearance vs. reality
436
+ - Masculinity and violence
437
+
438
+ **Famous Quotes**:
439
+ - "Fair is foul, and foul is fair"
440
+ - "Is this a dagger which I see before me?"
441
+ - "Out, damned spot!"
442
+ - "Tomorrow, and tomorrow, and tomorrow"
443
+ - "Life's but a walking shadow"
444
+
445
+ **Tragic Elements**:
446
+ - **Peripeteia**: Becomes king but loses peace and sanity
447
+ - **Anagnorisis**: Realizes life is meaningless
448
+ - **Catharsis**: Death restores legitimate rule
449
+
450
+ ### Othello (c. 1603)
451
+
452
+ **Central Conflict**: Love and trust vs. jealousy and deception
453
+
454
+ **Hamartia**: Jealousy, misplaced trust in Iago
455
+
456
+ **Plot Summary**:
457
+ - Othello, Moorish general, marries Desdemona
458
+ - Iago manipulates Othello into believing Desdemona unfaithful
459
+ - Othello's jealousy grows despite lack of evidence
460
+ - Murders Desdemona
461
+ - Learns truth, kills himself
462
+
463
+ **Key Themes**:
464
+ - Jealousy and trust
465
+ - Race and otherness
466
+ - Appearance vs. reality
467
+ - Reputation and honor
468
+ - Manipulation and deception
469
+
470
+ **Famous Quotes**:
471
+ - "O, beware, my lord, of jealousy! It is the green-eyed monster"
472
+ - "I am not what I am" (Iago)
473
+ - "Put out the light, and then put out the light"
474
+ - "One that loved not wisely but too well"
475
+
476
+ **Tragic Elements**:
477
+ - **Peripeteia**: From honored general to murderer
478
+ - **Anagnorisis**: Realizes Desdemona was innocent
479
+ - **Catharsis**: Self-punishment through suicide
480
+
481
+ ### King Lear (c. 1606)
482
+
483
+ **Central Conflict**: Power and family vs. pride and misjudgment
484
+
485
+ **Hamartia**: Pride, vanity, poor judgment
486
+
487
+ **Plot Summary**:
488
+ - Lear divides kingdom based on daughters' flattery
489
+ - Banishes honest Cordelia, rewards false Goneril and Regan
490
+ - Daughters betray him, strip his power
491
+ - Descends into madness on heath
492
+ - Reconciles with Cordelia but she dies
493
+ - Lear dies of grief
494
+
495
+ **Key Themes**:
496
+ - Power and authority
497
+ - Family and betrayal
498
+ - Madness and wisdom
499
+ - Justice and injustice
500
+ - Nature and civilization
501
+
502
+ **Famous Quotes**:
503
+ - "Nothing will come of nothing"
504
+ - "How sharper than a serpent's tooth it is to have a thankless child"
505
+ - "I am a man more sinned against than sinning"
506
+ - "Howl, howl, howl!"
507
+
508
+ **Tragic Elements**:
509
+ - **Peripeteia**: From king to mad beggar
510
+ - **Anagnorisis**: Recognizes his folly, too late
511
+ - **Catharsis**: Devastating ending, no redemption
512
+
513
+ ## Writing Lessons from Shakespearean Tragedy
514
+
515
+ ### 1. Create Complex, Flawed Heroes
516
+ **Lesson**: Make protagonists admirable but flawed
517
+
518
+ **Techniques**:
519
+ - Give heroes noble qualities (courage, intelligence, honor)
520
+ - Add fatal flaw that makes them vulnerable
521
+ - Ensure flaw is believable and relatable
522
+ - Make audience sympathize despite flaw
523
+
524
+ **Application**:
525
+ - Avoid purely good or evil characters
526
+ - Show internal conflict between virtue and flaw
527
+ - Let flaw emerge from circumstances and choices
528
+
529
+ ### 2. Build Inevitable Consequences
530
+ **Lesson**: Each action should lead logically to the next
531
+
532
+ **Techniques**:
533
+ - Establish cause-and-effect chain
534
+ - Make consequences proportional to actions
535
+ - Show how small choices lead to catastrophe
536
+ - Create sense of inevitability
537
+
538
+ **Application**:
539
+ - Plot each decision and its consequence
540
+ - Avoid deus ex machina solutions
541
+ - Let character choices drive plot
542
+ - Build toward unavoidable conclusion
543
+
544
+ ### 3. Use Dramatic Irony
545
+ **Lesson**: Let audience know more than characters
546
+
547
+ **Techniques**:
548
+ - Share villain's plans through soliloquies/asides
549
+ - Show truth while character believes lies
550
+ - Create tension through audience knowledge
551
+ - Heighten emotional impact
552
+
553
+ **Application**:
554
+ - Iago's asides reveal manipulation
555
+ - Audience knows Desdemona is innocent
556
+ - Witches' prophecies have double meanings
557
+ - Ghost reveals truth Hamlet must discover
558
+
559
+ ### 4. Explore Universal Themes
560
+ **Lesson**: Address timeless human concerns
561
+
562
+ **Themes**:
563
+ - Ambition and its costs
564
+ - Love and jealousy
565
+ - Power and corruption
566
+ - Revenge and justice
567
+ - Fate vs. free will
568
+ - Appearance vs. reality
569
+
570
+ **Application**:
571
+ - Ground themes in specific situations
572
+ - Explore from multiple angles
573
+ - Avoid simple answers
574
+ - Let themes emerge from action
575
+
576
+ ### 5. Create Memorable Language
577
+ **Lesson**: Use poetry to heighten emotion and meaning
578
+
579
+ **Techniques**:
580
+ - Soliloquies for introspection
581
+ - Metaphors for complex ideas
582
+ - Imagery for emotional impact
583
+ - Rhythm for dramatic effect
584
+
585
+ **Application**:
586
+ - Match language to character and situation
587
+ - Use verse for elevated moments
588
+ - Create quotable lines
589
+ - Balance poetry with clarity
590
+
591
+ ### 6. Integrate Subplots Thematically
592
+ **Lesson**: Use subplots to deepen main themes
593
+
594
+ **Techniques**:
595
+ - Mirror main plot in different context
596
+ - Contrast with main plot
597
+ - Complicate main plot
598
+ - Converge subplots in climax
599
+
600
+ **Application**:
601
+ - Gloucester subplot mirrors Lear's story
602
+ - Fortinbras contrasts with Hamlet
603
+ - Polonius family complicates Hamlet's revenge
604
+ - All threads resolve in final act
605
+
606
+ ## Practical Application
607
+
608
+ ### Analyzing a Tragedy
609
+
610
+ **Step 1: Identify the Tragic Hero**
611
+ - Who is the protagonist?
612
+ - What is their status/position?
613
+ - What are their admirable qualities?
614
+ - What is their fatal flaw?
615
+
616
+ **Step 2: Map the Five-Act Structure**
617
+ - Act I: What is the inciting incident?
618
+ - Act II: What decision commits the hero?
619
+ - Act III: What is the turning point?
620
+ - Act IV: How does situation deteriorate?
621
+ - Act V: How is order restored?
622
+
623
+ **Step 3: Find Key Tragic Elements**
624
+ - **Hamartia**: What is the fatal flaw?
625
+ - **Hubris**: Where does pride appear?
626
+ - **Peripeteia**: What is the reversal?
627
+ - **Anagnorisis**: When does recognition occur?
628
+ - **Catharsis**: What emotions are purged?
629
+
630
+ **Step 4: Analyze Themes**
631
+ - What universal themes are explored?
632
+ - How do subplots reinforce themes?
633
+ - What questions does the play raise?
634
+ - What insights does it offer?
635
+
636
+ **Step 5: Examine Language and Technique**
637
+ - Key soliloquies and their purpose
638
+ - Use of dramatic irony
639
+ - Imagery and metaphor
640
+ - Verse vs. prose
641
+
642
+ ### Writing Your Own Tragedy
643
+
644
+ **Step 1: Create Your Tragic Hero**
645
+ - Choose noble protagonist
646
+ - Define admirable qualities
647
+ - Identify fatal flaw
648
+ - Ensure audience sympathy
649
+
650
+ **Step 2: Establish the Stakes**
651
+ - What does hero have to lose?
652
+ - What are they trying to achieve?
653
+ - What forces oppose them?
654
+ - What choice will seal their fate?
655
+
656
+ **Step 3: Plan the Five Acts**
657
+ - **Act I**: Introduce hero and inciting incident
658
+ - **Act II**: Hero commits to fateful course
659
+ - **Act III**: Turning point, reversal begins
660
+ - **Act IV**: Consequences accelerate
661
+ - **Act V**: Catastrophe and resolution
662
+
663
+ **Step 4: Develop Subplots**
664
+ - Create parallel or contrasting storylines
665
+ - Ensure thematic connection to main plot
666
+ - Plan convergence in climax
667
+ - Use to deepen themes
668
+
669
+ **Step 5: Write Key Moments**
670
+ - Opening scene establishing world
671
+ - Decision that commits hero
672
+ - Turning point/reversal
673
+ - Recognition scene
674
+ - Final catastrophe
675
+
676
+ **Step 6: Revise for Inevitability**
677
+ - Check cause-and-effect chain
678
+ - Ensure each action has consequences
679
+ - Remove coincidences
680
+ - Build toward unavoidable conclusion
681
+
682
+ ## Common Pitfalls to Avoid
683
+
684
+ **1. Purely Evil Villain**
685
+ - **Problem**: One-dimensional antagonist
686
+ - **Solution**: Give villain understandable motivations (Iago's resentment, Edmund's illegitimacy)
687
+
688
+ **2. Unearned Catastrophe**
689
+ - **Problem**: Downfall seems arbitrary or excessive
690
+ - **Solution**: Build logical chain from flaw to consequence
691
+
692
+ **3. Weak Anagnorisis**
693
+ - **Problem**: Hero never realizes their error
694
+ - **Solution**: Include moment of recognition, even if too late
695
+
696
+ **4. Deus Ex Machina**
697
+ - **Problem**: External force resolves plot artificially
698
+ - **Solution**: Let hero's choices drive resolution
699
+
700
+ **5. Unclear Theme**
701
+ - **Problem**: Play lacks coherent meaning
702
+ - **Solution**: Ensure all elements serve central themes
703
+
704
+ ## Links to Resources
705
+
706
+ ### Annotated Examples
707
+ - [Hamlet: "To be or not to be" Soliloquy](../../examples/scene-examples/hamlet-to-be-or-not-to-be.md)
708
+ - [Macbeth: "Tomorrow and tomorrow" Soliloquy](../../examples/scene-examples/macbeth-tomorrow-and-tomorrow.md)
709
+ - [King Lear: Storm Scene Analysis](../../examples/scene-examples/king-lear-storm-scene.md)
710
+
711
+ ### Exercises
712
+ - [Tragedy Analysis Exercise](../../examples/exercises/tragedy-analysis-exercise.md)
713
+ - [Fatal Flaw Development](../../examples/exercises/fatal-flaw-exercise.md)
714
+ - [Five-Act Structure Planning](../../examples/exercises/five-act-structure-exercise.md)
715
+
716
+ ### Related Rules
717
+ - [Character Development](../character-themes/character-development.md)
718
+ - [Thematic Elements](../character-themes/thematic-elements.md)
719
+ - [Scene Construction](scene-construction.md)
720
+ - [Soliloquies and Asides](../language/soliloquies-asides.md)
721
+
722
+ ## Summary Checklist
723
+
724
+ When writing or analyzing Shakespearean tragedy, verify:
725
+
726
+ - [ ] **Tragic Hero**: Noble, flawed, sympathetic protagonist
727
+ - [ ] **Five-Act Structure**: Clear progression through acts
728
+ - [ ] **Hamartia**: Identifiable fatal flaw
729
+ - [ ] **Hubris**: Excessive pride or overconfidence
730
+ - [ ] **Peripeteia**: Reversal of fortune
731
+ - [ ] **Anagnorisis**: Moment of recognition
732
+ - [ ] **Catharsis**: Emotional purging for audience
733
+ - [ ] **Subplots**: Thematically integrated secondary stories
734
+ - [ ] **Soliloquies**: Reveal inner conflict and plans
735
+ - [ ] **Dramatic Irony**: Audience knows more than characters
736
+ - [ ] **Universal Themes**: Timeless human concerns
737
+ - [ ] **Inevitable Conclusion**: Logical chain of consequences
738
+ - [ ] **Restoration of Order**: Moral/political balance restored
739
+
740
+ ---
741
+
742
+ **Remember**: Tragedy explores the darkest aspects of human nature and fate, but through this darkness comes insight. The best tragedies make us feel both pity and fear, then purge these emotions through catharsis, leaving us with deeper understanding of the human condition.
743
+