@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,662 @@
1
+ # Vocabulary Guide
2
+
3
+ A comprehensive guide to Elizabethan vocabulary for Shakespearean writing, including glossary, pronunciation, etymology, and graduated vocabulary lists.
4
+
5
+ ## Overview
6
+
7
+ This guide provides a structured approach to learning and using Elizabethan vocabulary authentically. It includes common terms organized by difficulty level, pronunciation guidance, etymological explanations, and practical do's and don'ts for maintaining authenticity while ensuring modern comprehension.
8
+
9
+ ---
10
+
11
+ ## Graduated Vocabulary Lists
12
+
13
+ ### Beginner Level (Essential Terms)
14
+
15
+ These are the most common Elizabethan words you'll encounter in Shakespeare. Master these first.
16
+
17
+ #### Pronouns and Basic Forms
18
+ - **thou** (THOU) - you (singular, informal) - *Etymology*: Old English "þū"
19
+ - **thee** (THEE) - you (object form) - *Etymology*: Old English "þē"
20
+ - **thy** (THY) - your (before consonants) - *Etymology*: Old English "þīn"
21
+ - **thine** (THINE) - your (before vowels/standalone) - *Etymology*: Old English "þīn"
22
+ - **ye** (YEE) - you (plural or formal) - *Etymology*: Old English "gē"
23
+
24
+ #### Common Verbs
25
+ - **art** (ART) - are (with "thou") - *Etymology*: Old English "eart"
26
+ - **hast** (HAST) - have (with "thou") - *Etymology*: Old English "hæfst"
27
+ - **dost** (DOST) - do (with "thou") - *Etymology*: Old English "dōst"
28
+ - **wilt** (WILT) - will (with "thou") - *Etymology*: Old English "wilt"
29
+ - **shalt** (SHALT) - shall (with "thou") - *Etymology*: Old English "scealt"
30
+ - **hath** (HATH) - has (third person) - *Etymology*: Old English "hæfþ"
31
+ - **doth** (DUTH) - does (third person) - *Etymology*: Old English "dōþ"
32
+
33
+ #### Time and Place
34
+ - **anon** (uh-NON) - soon, right away - *Etymology*: Old English "on ān" (in one)
35
+ - **ere** (AIR) - before - *Etymology*: Old English "ǣr"
36
+ - **hence** (HENS) - from here, away - *Etymology*: Middle English "hennes"
37
+ - **hither** (HITH-er) - to here, toward this place - *Etymology*: Old English "hider"
38
+ - **thither** (THITH-er) - to there, toward that place - *Etymology*: Old English "þider"
39
+ - **whence** (WENS) - from where - *Etymology*: Middle English "whennes"
40
+ - **yonder** (YON-der) - over there - *Etymology*: Middle English "yonder"
41
+
42
+ #### Common Expressions
43
+ - **marry** (MAR-ee) - indeed, to be sure - *Etymology*: From "by the Virgin Mary"
44
+ - **prithee** (PRITH-ee) - please, I pray thee - *Etymology*: Contraction of "I pray thee"
45
+ - **methinks** (mee-THINKS) - it seems to me - *Etymology*: "me" (to me) + "thinks" (seems)
46
+ - **forsooth** (for-SOOTH) - truly, indeed - *Etymology*: "for" + "sooth" (truth)
47
+ - **perchance** (per-CHANS) - perhaps, maybe - *Etymology*: French "par chance"
48
+
49
+ #### Greetings and Farewells
50
+ - **good morrow** (GOOD MOR-oh) - good morning - *Etymology*: "morrow" from Old English "morgen"
51
+ - **good den** (GOOD DEN) - good evening - *Etymology*: Shortened from "good even"
52
+ - **hail** (HAYL) - hello, greetings - *Etymology*: Old Norse "heill" (healthy)
53
+ - **fare thee well** (FAIR thee WEL) - goodbye - *Etymology*: "fare" (go) + "well"
54
+
55
+ #### Negatives and Affirmatives
56
+ - **nay** (NAY) - no - *Etymology*: Old Norse "nei"
57
+ - **yea** (YAY) - yes - *Etymology*: Old English "gēa"
58
+ - **aye** (AYE) - yes, always - *Etymology*: Middle English "ay"
59
+ - **ne'er** (NAIR) - never - *Etymology*: Contraction of "never"
60
+ - **e'er** (AIR) - ever - *Etymology*: Contraction of "ever"
61
+
62
+ ### Intermediate Level (Common Literary Terms)
63
+
64
+ Once you've mastered beginner terms, add these to your vocabulary.
65
+
66
+ #### Emotions and States
67
+ - **afeard** (uh-FEERD) - afraid - *Etymology*: Middle English "afered"
68
+ - **alas** (uh-LAS) - expression of grief or concern - *Etymology*: Old French "a las" (ah, weary)
69
+ - **alack** (uh-LAK) - expression of regret - *Etymology*: "a" + "lack"
70
+ - **woe** (WOH) - grief, sorrow - *Etymology*: Old English "wā"
71
+ - **mirth** (MERTH) - joy, merriment - *Etymology*: Old English "myrgþ"
72
+ - **melancholy** (MEL-an-kol-ee) - sadness, depression - *Etymology*: Greek "melancholia" (black bile)
73
+
74
+ #### Actions and Movement
75
+ - **begone** (bee-GON) - go away - *Etymology*: "be" + "gone"
76
+ - **tarry** (TAR-ee) - delay, wait - *Etymology*: Middle English "tarien"
77
+ - **hasten** (HAY-sen) - hurry - *Etymology*: Middle English "hasten"
78
+ - **abide** (uh-BYDE) - remain, endure - *Etymology*: Old English "ābīdan"
79
+ - **beseech** (bee-SEECH) - beg, implore - *Etymology*: Middle English "besechen"
80
+ - **smite** (SMYTE) - strike, hit - *Etymology*: Old English "smītan"
81
+
82
+ #### Descriptions
83
+ - **beauteous** (BYOO-tee-us) - beautiful - *Etymology*: "beauty" + "-ous"
84
+ - **wondrous** (WUN-drus) - wonderful, marvelous - *Etymology*: "wonder" + "-ous"
85
+ - **grievous** (GREE-vus) - causing grief, serious - *Etymology*: Old French "grevous"
86
+ - **valiant** (VAL-yant) - brave, courageous - *Etymology*: Old French "vaillant"
87
+ - **noble** (NOH-bul) - of high rank, honorable - *Etymology*: Latin "nobilis"
88
+ - **base** (BAYSS) - low, dishonorable - *Etymology*: Latin "bassus" (low)
89
+
90
+ #### Relationships
91
+ - **kinsman** (KINZ-man) - male relative - *Etymology*: "kin" + "man"
92
+ - **kinswoman** (KINZ-woo-man) - female relative - *Etymology*: "kin" + "woman"
93
+ - **liege** (LEEJ) - lord, sovereign - *Etymology*: Old French "lige"
94
+ - **vassal** (VAS-ul) - servant, subordinate - *Etymology*: Medieval Latin "vassallus"
95
+ - **betrothed** (bee-TROTHD) - engaged to be married - *Etymology*: "be" + "troth" (pledge)
96
+
97
+ #### Quantities and Measures
98
+ - **oft** (OFT) - often - *Etymology*: Old English "oft"
99
+ - **naught** (NAWT) - nothing - *Etymology*: Old English "nāwiht"
100
+ - **aught** (AWT) - anything - *Etymology*: Old English "āwiht"
101
+ - **twain** (TWAYN) - two - *Etymology*: Old English "twēgen"
102
+ - **score** (SKOR) - twenty - *Etymology*: Old Norse "skor" (notch)
103
+
104
+ ### Advanced Level (Literary and Archaic Terms)
105
+
106
+ These terms appear less frequently but add authenticity and depth.
107
+
108
+ #### Philosophical and Abstract
109
+ - **wherefore** (WAIR-for) - why, for what reason - *Etymology*: "where" + "fore" (NOT "where")
110
+ - **whither** (WHITH-er) - to what place, where to - *Etymology*: Old English "hwider"
111
+ - **albeit** (awl-BEE-it) - although - *Etymology*: "all be it"
112
+ - **mayhap** (MAY-hap) - perhaps - *Etymology*: "may" + "hap" (happen)
113
+ - **peradventure** (per-ad-VEN-chur) - perhaps, possibly - *Etymology*: Old French "par aventure"
114
+ - **verily** (VER-i-lee) - truly, certainly - *Etymology*: "very" + "-ly"
115
+ - **certes** (SER-teez) - certainly - *Etymology*: Old French "certes"
116
+
117
+ #### Actions (Complex)
118
+ - **requite** (ree-KWYTE) - repay, return - *Etymology*: Latin "re-" + "quietare"
119
+ - **befall** (bee-FAWL) - happen to - *Etymology*: "be" + "fall"
120
+ - **beguile** (bee-GYLE) - deceive, charm - *Etymology*: "be" + "guile"
121
+ - **entreat** (en-TREET) - plead, request earnestly - *Etymology*: Old French "entraiter"
122
+ - **importune** (im-por-TOON) - beg persistently - *Etymology*: Latin "importunus"
123
+ - **vouchsafe** (vouch-SAYF) - grant, allow - *Etymology*: "vouch" + "safe"
124
+
125
+ #### Descriptions (Complex)
126
+ - **puissant** (PWIS-ant) - powerful - *Etymology*: Old French "puissant"
127
+ - **sovereign** (SOV-rin) - supreme, royal - *Etymology*: Old French "soverain"
128
+ - **peerless** (PEER-less) - without equal - *Etymology*: "peer" + "-less"
129
+ - **comely** (KUM-lee) - attractive, pleasing - *Etymology*: Middle English "comly"
130
+ - **seemly** (SEEM-lee) - appropriate, proper - *Etymology*: Old Norse "sœmiligr"
131
+ - **unseemly** (un-SEEM-lee) - improper, inappropriate - *Etymology*: "un-" + "seemly"
132
+
133
+ ---
134
+
135
+ ## Pronunciation Guide
136
+
137
+ ### General Principles
138
+
139
+ **Stress Patterns**:
140
+ - Most Elizabethan words follow modern English stress patterns
141
+ - Compound words: stress first element (GOOD-morrow, FARE-well)
142
+ - French-derived words: often stress final syllable (per-CHANCE, en-TREAT)
143
+
144
+ **Silent Letters**:
145
+ - Final **-e** often silent but can be pronounced for meter: "love" can be "LOV" or "LUV-uh"
146
+ - **-ed** endings: pronounced as separate syllable when needed for meter: "blessèd" (BLESS-ed)
147
+
148
+ **Vowel Sounds**:
149
+ - **ea**: Often pronounced as "ay" (great = GRAYT, break = BRAYK)
150
+ - **oo**: Can be short "u" sound (blood = BLUD, flood = FLUD)
151
+ - **ou**: Often "oo" sound (you = YOO, through = THROO)
152
+
153
+ ### Common Mispronunciations
154
+
155
+ **WRONG → RIGHT**:
156
+ - **wherefore** (WHERE-for) → (WAIR-for) - means "why," not "where"
157
+ - **oft** (OFF-tee) → (OFT) - one syllable, like "soft" without the "s"
158
+ - **prithee** (PRITH-thee) → (PRITH-ee) - two syllables, not three
159
+ - **methinks** (meth-INKS) → (mee-THINKS) - stress on second syllable
160
+ - **forsooth** (FOR-sooth) → (for-SOOTH) - stress on second syllable
161
+
162
+ ### Elision and Contraction
163
+
164
+ **Common Contractions**:
165
+ - **'tis** (TIS) - it is
166
+ - **'twas** (TWAZ) - it was
167
+ - **'twill** (TWIL) - it will
168
+ - **'twould** (TWUD) - it would
169
+ - **ne'er** (NAIR) - never
170
+ - **e'er** (AIR) - ever
171
+ - **o'er** (OR) - over
172
+ - **i'** (EYE) - in (before consonants)
173
+
174
+ **Poetic Elision** (for meter):
175
+ - **th'** - the (before vowels): "th'eternal" (thee-TER-nal)
176
+ - **t'** - to (before vowels): "t'appear" (tuh-PEER)
177
+ - **o'th'** - of the: "o'th'world" (uh-thuh-WORLD)
178
+
179
+ ---
180
+
181
+ ## Etymology Explanations
182
+
183
+ ### Old English Roots
184
+
185
+ Many Elizabethan words come directly from Old English (Anglo-Saxon):
186
+
187
+ **Examples**:
188
+ - **thou, thee, thy, thine** - Old English pronouns (þū, þē, þīn)
189
+ - **ere** (before) - Old English "ǣr"
190
+ - **woe** (sorrow) - Old English "wā"
191
+ - **smite** (strike) - Old English "smītan"
192
+
193
+ **Why It Matters**: Old English words tend to be short, direct, and emotional. They're the core of English vocabulary.
194
+
195
+ ### French/Latin Influence
196
+
197
+ After the Norman Conquest (1066), French and Latin words entered English:
198
+
199
+ **Examples**:
200
+ - **sovereign** - Old French "soverain" (supreme)
201
+ - **noble** - Latin "nobilis" (well-known)
202
+ - **requite** - Latin "re-" (back) + "quietare" (settle)
203
+ - **importune** - Latin "importunus" (troublesome)
204
+
205
+ **Why It Matters**: French/Latin words tend to be longer, more formal, and abstract. They add sophistication.
206
+
207
+ ### Compound Words
208
+
209
+ Elizabethan English freely created compounds:
210
+
211
+ **Examples**:
212
+ - **wherefore** - "where" + "fore" (for what reason)
213
+ - **hereafter** - "here" + "after" (in the future)
214
+ - **methinks** - "me" (to me) + "thinks" (seems)
215
+ - **forsooth** - "for" + "sooth" (truth)
216
+
217
+ **Why It Matters**: Understanding compounds helps you create authentic-sounding new words.
218
+
219
+ ### Semantic Shift (False Friends)
220
+
221
+ Some Elizabethan words look familiar but have different meanings:
222
+
223
+ **Examples**:
224
+ - **presently** - immediately (NOT "soon")
225
+ - **awful** - awe-inspiring (NOT "terrible")
226
+ - **silly** - innocent, harmless (NOT "foolish")
227
+ - **nice** - foolish, wanton (NOT "pleasant")
228
+ - **prevent** - come before, anticipate (NOT "stop")
229
+ - **let** - hinder, prevent (NOT "allow")
230
+
231
+ **Why It Matters**: Using these words with modern meanings destroys authenticity.
232
+
233
+ ---
234
+
235
+ ## Comparison Tables: Elizabethan vs. Modern
236
+
237
+ ### Pronouns
238
+
239
+ | Elizabethan | Modern | Usage |
240
+ |-------------|--------|-------|
241
+ | thou | you (singular) | Subject, informal |
242
+ | thee | you (singular) | Object, informal |
243
+ | thy | your | Possessive before consonants |
244
+ | thine | your/yours | Possessive before vowels or standalone |
245
+ | ye | you (plural/formal) | Subject, formal or plural |
246
+
247
+ ### Common Verbs
248
+
249
+ | Elizabethan | Modern | Example |
250
+ |-------------|--------|---------|
251
+ | art | are | "Thou art my friend" |
252
+ | hast | have | "Thou hast my sword" |
253
+ | dost | do | "What dost thou here?" |
254
+ | wilt | will | "Wilt thou go?" |
255
+ | shalt | shall | "Thou shalt not pass" |
256
+ | hath | has | "He hath spoken" |
257
+ | doth | does | "She doth protest" |
258
+
259
+ ### Time and Place
260
+
261
+ | Elizabethan | Modern | Meaning |
262
+ |-------------|--------|---------|
263
+ | anon | soon | Right away, immediately |
264
+ | ere | before | Prior to |
265
+ | hence | from here | Away from this place |
266
+ | hither | to here | Toward this place |
267
+ | thither | to there | Toward that place |
268
+ | whence | from where | From what place |
269
+ | whither | to where | To what place |
270
+ | yonder | over there | At a distance |
271
+
272
+ ### Negatives and Affirmatives
273
+
274
+ | Elizabethan | Modern | Usage |
275
+ |-------------|--------|-------|
276
+ | nay | no | Negative response |
277
+ | yea | yes | Affirmative response |
278
+ | aye | yes/always | Affirmative or "ever" |
279
+ | ne'er | never | Not ever |
280
+ | e'er | ever | At any time |
281
+ | naught | nothing | Zero, nil |
282
+ | aught | anything | Something, anything |
283
+
284
+ ### Common Expressions
285
+
286
+ | Elizabethan | Modern | Literal Meaning |
287
+ |-------------|--------|-----------------|
288
+ | prithee | please | I pray thee |
289
+ | methinks | I think | It seems to me |
290
+ | forsooth | truly | For truth |
291
+ | marry | indeed | By Mary (oath) |
292
+ | perchance | perhaps | By chance |
293
+ | fare thee well | goodbye | Go well |
294
+ | good morrow | good morning | Good tomorrow |
295
+
296
+ ---
297
+
298
+ ## Do's and Don'ts for Authenticity
299
+
300
+ ### DO: Use Archaic Language Purposefully
301
+
302
+ ✅ **Good**: Use archaic words to establish period, character, or tone
303
+ ```
304
+ HAMLET: To be, or not to be: that is the question.
305
+ ```
306
+
307
+ ✅ **Good**: Mix archaic and modern for accessibility
308
+ ```
309
+ BEATRICE: I had rather hear my dog bark at a crow than a man swear he loves me.
310
+ ```
311
+
312
+ ### DON'T: Overuse Archaic Language
313
+
314
+ ❌ **Bad**: Every sentence crammed with "thee," "thou," "forsooth"
315
+ ```
316
+ SERVANT: Forsooth, methinks thou dost tarry overmuch, prithee hasten thee hence!
317
+ ```
318
+
319
+ ✅ **Better**: Natural mix
320
+ ```
321
+ SERVANT: You're taking too long. Hurry up!
322
+ ```
323
+
324
+ ### DO: Be Consistent with Character
325
+
326
+ ✅ **Good**: Noble characters use formal language
327
+ ```
328
+ KING: We shall not yield to this demand.
329
+ ```
330
+
331
+ ✅ **Good**: Common characters use simpler language
332
+ ```
333
+ GRAVEDIGGER: I've been digging graves for thirty years.
334
+ ```
335
+
336
+ ### DON'T: Mix Registers Randomly
337
+
338
+ ❌ **Bad**: Peasant speaking like nobility
339
+ ```
340
+ PEASANT: Verily, I beseech thee to vouchsafe me thy sovereign consideration.
341
+ ```
342
+
343
+ ✅ **Better**: Appropriate register
344
+ ```
345
+ PEASANT: Please, sir, hear me out.
346
+ ```
347
+
348
+ ### DO: Use "Thou" Correctly
349
+
350
+ ✅ **Good**: Intimate/informal
351
+ ```
352
+ ROMEO: But soft, what light through yonder window breaks?
353
+ It is the east, and Juliet is the sun.
354
+ Arise, fair sun, and kill the envious moon,
355
+ Who is already sick and pale with grief
356
+ That thou, her maid, art far more fair than she.
357
+ ```
358
+
359
+ ✅ **Good**: Insult (deliberate informality)
360
+ ```
361
+ TYBALT: What, art thou drawn among these heartless hinds?
362
+ Turn thee, Benvolio, look upon thy death.
363
+ ```
364
+
365
+ ### DON'T: Use "Thou" for Formality
366
+
367
+ ❌ **Bad**: Servant to king
368
+ ```
369
+ SERVANT: Thou art the king, and I obey thee.
370
+ ```
371
+
372
+ ✅ **Better**: Formal "you"
373
+ ```
374
+ SERVANT: You are the king, and I obey you.
375
+ ```
376
+
377
+ ### DO: Understand Etymology
378
+
379
+ ✅ **Good**: Use words with awareness of their roots
380
+ ```
381
+ HAMLET: Wherefore art thou Romeo? (Why are you Romeo?)
382
+ ```
383
+
384
+ ### DON'T: Misuse Based on Sound
385
+
386
+ ❌ **Bad**: "Wherefore" meaning "where"
387
+ ```
388
+ JULIET: Wherefore art thou? I cannot see thee. (WRONG)
389
+ ```
390
+
391
+ ### DO: Use Contractions for Meter
392
+
393
+ ✅ **Good**: Poetic elision
394
+ ```
395
+ MACBETH: 'Tis done. The bell invites me.
396
+ ```
397
+
398
+ ### DON'T: Contract Randomly
399
+
400
+ ❌ **Bad**: Contracting for no reason
401
+ ```
402
+ SERVANT: 'Tis I who hath brought th'message. (Awkward)
403
+ ```
404
+
405
+ ✅ **Better**: Natural speech
406
+ ```
407
+ SERVANT: I've brought the message.
408
+ ```
409
+
410
+ ### DO: Research Historical Usage
411
+
412
+ ✅ **Good**: Check if a word existed in Shakespeare's time
413
+ - Use Oxford English Dictionary (OED) for first recorded usage
414
+ - Consult Shakespeare's Words (online glossary)
415
+ - Check concordances for how Shakespeare used specific words
416
+
417
+ ### DON'T: Invent "Shakespearean" Words
418
+
419
+ ❌ **Bad**: Making up archaic-sounding words
420
+ ```
421
+ KNIGHT: I shall smiteth thee with mine swordeth! (WRONG)
422
+ ```
423
+
424
+ ✅ **Better**: Actual Elizabethan usage
425
+ ```
426
+ KNIGHT: I shall smite thee with my sword!
427
+ ```
428
+
429
+ ---
430
+
431
+ ## Practical Application
432
+
433
+ ### Building Your Vocabulary
434
+
435
+ **Week 1-2: Beginner Level**
436
+ - Master pronouns (thou, thee, thy, thine)
437
+ - Learn basic verbs (art, hast, dost, wilt, shalt)
438
+ - Practice greetings and farewells
439
+
440
+ **Week 3-4: Intermediate Level**
441
+ - Add common expressions (prithee, methinks, forsooth)
442
+ - Learn time/place words (anon, ere, hence, hither)
443
+ - Practice emotions and actions
444
+
445
+ **Week 5-6: Advanced Level**
446
+ - Study philosophical terms (wherefore, whither, albeit)
447
+ - Learn complex actions (requite, befall, beguile)
448
+ - Master false friends (presently, prevent, let)
449
+
450
+ ### Practice Exercises
451
+
452
+ **Exercise 1: Translation**
453
+ Translate modern sentences to Elizabethan:
454
+ - Modern: "Where are you going?"
455
+ - Elizabethan: "Whither goest thou?" or "Where go you?"
456
+
457
+ **Exercise 2: Register Matching**
458
+ Write the same sentence for different characters:
459
+ - King: "We shall depart at dawn."
460
+ - Servant: "We leave at sunrise."
461
+ - Lover: "I must go when morning comes."
462
+
463
+ **Exercise 3: Etymology Hunt**
464
+ Find the etymology of 10 Shakespearean words and note:
465
+ - Original language (Old English, French, Latin)
466
+ - Original meaning
467
+ - How meaning has shifted
468
+
469
+ ### Common Mistakes to Avoid
470
+
471
+ **Mistake 1: Adding "-eth" to Everything**
472
+ ❌ Wrong: "I goeth to the market"
473
+ ✅ Right: "I go to the market" (first person doesn't take -eth)
474
+ ✅ Right: "He goeth to the market" (third person can take -eth)
475
+
476
+ **Mistake 2: Using "Ye" as "The"**
477
+ ❌ Wrong: "Ye olde shoppe" (This is a misreading of "þe" - the thorn letter)
478
+ ✅ Right: "The old shop"
479
+
480
+ **Mistake 3: Random Capitalization**
481
+ ❌ Wrong: "Thou Art My Friend"
482
+ ✅ Right: "Thou art my friend" (normal capitalization rules apply)
483
+
484
+ **Mistake 4: Mixing Time Periods**
485
+ ❌ Wrong: Using Victorian words in Elizabethan setting
486
+ ✅ Right: Research the specific time period
487
+
488
+ ---
489
+
490
+ ## Glossary of Essential Terms
491
+
492
+ ### A
493
+ - **abide** - remain, endure
494
+ - **afeard** - afraid
495
+ - **albeit** - although
496
+ - **alack** - expression of regret
497
+ - **alas** - expression of grief
498
+ - **anon** - soon, right away
499
+ - **art** - are (with "thou")
500
+ - **aught** - anything
501
+ - **aye** - yes, always
502
+
503
+ ### B
504
+ - **base** - low, dishonorable
505
+ - **beauteous** - beautiful
506
+ - **befall** - happen to
507
+ - **begone** - go away
508
+ - **beguile** - deceive, charm
509
+ - **beseech** - beg, implore
510
+ - **betrothed** - engaged to be married
511
+
512
+ ### C
513
+ - **certes** - certainly
514
+ - **comely** - attractive, pleasing
515
+
516
+ ### D
517
+ - **dost** - do (with "thou")
518
+ - **doth** - does (third person)
519
+
520
+ ### E
521
+ - **e'er** - ever
522
+ - **entreat** - plead, request earnestly
523
+ - **ere** - before
524
+
525
+ ### F
526
+ - **fare thee well** - goodbye
527
+ - **forsooth** - truly, indeed
528
+
529
+ ### G
530
+ - **good den** - good evening
531
+ - **good morrow** - good morning
532
+ - **grievous** - causing grief, serious
533
+
534
+ ### H
535
+ - **hail** - hello, greetings
536
+ - **hast** - have (with "thou")
537
+ - **hasten** - hurry
538
+ - **hath** - has (third person)
539
+ - **hence** - from here, away
540
+ - **hither** - to here, toward this place
541
+
542
+ ### I
543
+ - **importune** - beg persistently
544
+
545
+ ### K
546
+ - **kinsman** - male relative
547
+ - **kinswoman** - female relative
548
+
549
+ ### L
550
+ - **liege** - lord, sovereign
551
+
552
+ ### M
553
+ - **marry** - indeed, to be sure
554
+ - **mayhap** - perhaps
555
+ - **melancholy** - sadness, depression
556
+ - **methinks** - it seems to me
557
+ - **mirth** - joy, merriment
558
+
559
+ ### N
560
+ - **naught** - nothing
561
+ - **nay** - no
562
+ - **ne'er** - never
563
+ - **noble** - of high rank, honorable
564
+
565
+ ### O
566
+ - **oft** - often
567
+
568
+ ### P
569
+ - **peerless** - without equal
570
+ - **perchance** - perhaps, maybe
571
+ - **peradventure** - perhaps, possibly
572
+ - **presently** - immediately (NOT "soon")
573
+ - **prithee** - please, I pray thee
574
+ - **puissant** - powerful
575
+
576
+ ### R
577
+ - **requite** - repay, return
578
+
579
+ ### S
580
+ - **score** - twenty
581
+ - **seemly** - appropriate, proper
582
+ - **shalt** - shall (with "thou")
583
+ - **smite** - strike, hit
584
+ - **sovereign** - supreme, royal
585
+
586
+ ### T
587
+ - **tarry** - delay, wait
588
+ - **thee** - you (object form, singular)
589
+ - **thine** - your (before vowels/standalone)
590
+ - **thither** - to there, toward that place
591
+ - **thou** - you (subject form, singular)
592
+ - **thy** - your (before consonants)
593
+ - **'tis** - it is
594
+ - **twain** - two
595
+ - **'twas** - it was
596
+
597
+ ### U
598
+ - **unseemly** - improper, inappropriate
599
+
600
+ ### V
601
+ - **valiant** - brave, courageous
602
+ - **vassal** - servant, subordinate
603
+ - **verily** - truly, certainly
604
+ - **vouchsafe** - grant, allow
605
+
606
+ ### W
607
+ - **whence** - from where
608
+ - **wherefore** - why, for what reason (NOT "where")
609
+ - **whither** - to what place, where to
610
+ - **wilt** - will (with "thou")
611
+ - **woe** - grief, sorrow
612
+ - **wondrous** - wonderful, marvelous
613
+
614
+ ### Y
615
+ - **ye** - you (plural or formal)
616
+ - **yea** - yes
617
+ - **yonder** - over there
618
+
619
+ ---
620
+
621
+ ## Resources for Further Study
622
+
623
+ ### Online Resources
624
+ - **Shakespeare's Words**: shakespeareswords.com - Comprehensive glossary
625
+ - **Open Source Shakespeare**: opensourceshakespeare.org - Searchable texts
626
+ - **Oxford English Dictionary**: oed.com - Etymology and historical usage
627
+ - **Folger Shakespeare Library**: folger.edu - Educational resources
628
+
629
+ ### Books
630
+ - **Shakespeare's Words** by David Crystal and Ben Crystal
631
+ - **The Oxford Shakespeare Glossary** by Stanley Wells
632
+ - **Shakespeare's Language** by Frank Kermode
633
+ - **The Development of Standard English 1300-1800** by Laura Wright
634
+
635
+ ### Practice Tools
636
+ - Read Shakespeare aloud to internalize rhythms
637
+ - Watch performances to hear pronunciation
638
+ - Use flashcards for vocabulary building
639
+ - Write short scenes using graduated vocabulary lists
640
+
641
+ ---
642
+
643
+ ## Conclusion
644
+
645
+ Mastering Elizabethan vocabulary is a gradual process. Start with beginner-level terms, practice consistently, and always prioritize clarity and authenticity over mere archaism. Remember: Shakespeare wrote for audiences to understand and enjoy, not to confuse them with obscure language.
646
+
647
+ **Key Principles**:
648
+ 1. **Authenticity**: Use words that existed in Shakespeare's time
649
+ 2. **Clarity**: Modern audiences should understand the meaning
650
+ 3. **Consistency**: Match vocabulary to character and situation
651
+ 4. **Purpose**: Every archaic word should serve the story
652
+ 5. **Research**: Verify usage and pronunciation
653
+
654
+ With practice and study, you'll develop an ear for Elizabethan English that sounds natural, authentic, and accessible to modern audiences.
655
+
656
+ ---
657
+
658
+ **Last Updated**: 2026-02-24
659
+ **Version**: 1.0.0
660
+ **Related Guides**: elizabethan-english.md, rhetoric-wordplay.md
661
+
662
+