@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.
- package/AGENTS.md +76 -0
- package/README.md +26 -3
- package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
- package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
- package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
- package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
- package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
- package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
- package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
- package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
- package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
- package/augment-extensions/writing-standards/screenplay/README.md +62 -9
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +740 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
- package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
- package/augment-extensions/writing-standards/screenplay/module.json +48 -1
- package/cli/AGENTS.md +22 -0
- package/cli/dist/__test_hook-system.d.ts +2 -0
- package/cli/dist/__test_hook-system.d.ts.map +1 -0
- package/cli/dist/__test_hook-system.js +4 -0
- package/cli/dist/__test_hook-system.js.map +1 -0
- package/cli/dist/cli.js +21 -0
- package/cli/dist/cli.js.map +1 -1
- package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
- package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
- package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
- package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
- package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
- package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/errors.js +287 -0
- package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
- package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
- package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
- package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
- package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
- package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
- package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
- package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
- package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
- package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
- package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
- package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
- package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
- package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
- package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
- package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
- package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
- package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
- package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
- package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
- package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
- package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
- package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
- package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
- package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
- package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
- package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
- package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
- package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
- package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
- package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
- package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
- package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
- package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
- package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
- package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
- package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
- package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
- package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
- package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
- package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
- package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
- package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
- package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
- package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
- package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
- package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
- package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
- package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
- package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
- package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
- package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
- package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
- package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
- package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
- package/cli/dist/commands/generate-shot-list.d.ts +13 -0
- package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
- package/cli/dist/commands/generate-shot-list.js +115 -0
- package/cli/dist/commands/generate-shot-list.js.map +1 -0
- package/cli/dist/index.d.ts +7 -0
- package/cli/dist/index.d.ts.map +1 -0
- package/cli/dist/index.js +10 -0
- package/cli/dist/index.js.map +1 -0
- package/cli/dist/utils/mcp-integration.d.ts +1 -2
- package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
- package/cli/dist/utils/mcp-integration.js +102 -13
- package/cli/dist/utils/mcp-integration.js.map +1 -1
- package/package.json +4 -1
|
@@ -0,0 +1,400 @@
|
|
|
1
|
+
# Elizabethan English
|
|
2
|
+
|
|
3
|
+
A comprehensive guide to using Elizabethan English in Shakespearean writing, covering vocabulary, grammar, and authentic language usage.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Elizabethan English (Early Modern English, c. 1500-1700) differs from Modern English in vocabulary, grammar, and pronunciation. This guide helps writers use archaic language authentically while maintaining clarity for modern audiences.
|
|
8
|
+
|
|
9
|
+
## Pronouns and Forms of Address
|
|
10
|
+
|
|
11
|
+
### Second Person Pronouns
|
|
12
|
+
|
|
13
|
+
**Thou/Thee/Thy/Thine** (singular, informal/intimate):
|
|
14
|
+
- **Thou**: Subject form ("Thou art my friend")
|
|
15
|
+
- **Thee**: Object form ("I love thee")
|
|
16
|
+
- **Thy**: Possessive before consonants ("thy sword")
|
|
17
|
+
- **Thine**: Possessive before vowels or standalone ("thine eyes", "the sword is thine")
|
|
18
|
+
|
|
19
|
+
**You/Your/Yours** (plural or formal singular):
|
|
20
|
+
- Used for respect, formality, or addressing superiors
|
|
21
|
+
- Also used for plural (as in Modern English)
|
|
22
|
+
|
|
23
|
+
**Usage Guidelines**:
|
|
24
|
+
- Intimate relationships: thou/thee (lovers, close friends, family)
|
|
25
|
+
- Formal/respectful: you/your (addressing nobility, strangers, superiors)
|
|
26
|
+
- Insults/contempt: thou/thee (deliberately informal to show disrespect)
|
|
27
|
+
- Prayer: thou/thee (intimate relationship with God)
|
|
28
|
+
|
|
29
|
+
**Examples**:
|
|
30
|
+
```
|
|
31
|
+
ROMEO: But soft, what light through yonder window breaks?
|
|
32
|
+
It is the east, and Juliet is the sun.
|
|
33
|
+
Arise, fair sun, and kill the envious moon,
|
|
34
|
+
Who is already sick and pale with grief
|
|
35
|
+
That thou, her maid, art far more fair than she.
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Verb Conjugations with Thou
|
|
39
|
+
|
|
40
|
+
**Present Tense** - Add **-st** or **-est**:
|
|
41
|
+
- thou art (to be)
|
|
42
|
+
- thou hast (to have)
|
|
43
|
+
- thou dost (to do)
|
|
44
|
+
- thou canst (can)
|
|
45
|
+
- thou wilt (will)
|
|
46
|
+
- thou shalt (shall)
|
|
47
|
+
- thou lovest, thou speakest, thou goest
|
|
48
|
+
|
|
49
|
+
**Past Tense** - Add **-st** or **-est**:
|
|
50
|
+
- thou wast (to be)
|
|
51
|
+
- thou hadst (to have)
|
|
52
|
+
- thou didst (to do)
|
|
53
|
+
- thou lovedst, thou spakest, thou wentest
|
|
54
|
+
|
|
55
|
+
## Common Verb Forms
|
|
56
|
+
|
|
57
|
+
### Third Person Singular
|
|
58
|
+
|
|
59
|
+
**Present Tense** - Add **-th** or **-eth** (archaic) or **-s** (modern):
|
|
60
|
+
- he/she/it hath (has)
|
|
61
|
+
- he/she/it doth (does)
|
|
62
|
+
- he/she/it saith (says)
|
|
63
|
+
- he/she/it goeth (goes)
|
|
64
|
+
- he/she/it loveth (loves)
|
|
65
|
+
|
|
66
|
+
**Note**: Shakespeare used both **-th** and **-s** endings. The **-s** form was becoming standard.
|
|
67
|
+
|
|
68
|
+
### Auxiliary Verbs
|
|
69
|
+
|
|
70
|
+
**To Be**:
|
|
71
|
+
- I am, thou art, he/she/it is
|
|
72
|
+
- we/you/they are
|
|
73
|
+
- I was, thou wast/wert, he/she/it was
|
|
74
|
+
- we/you/they were
|
|
75
|
+
|
|
76
|
+
**To Have**:
|
|
77
|
+
- I have, thou hast, he/she/it hath/has
|
|
78
|
+
- we/you/they have
|
|
79
|
+
- I had, thou hadst, he/she/it had
|
|
80
|
+
- we/you/they had
|
|
81
|
+
|
|
82
|
+
**To Do**:
|
|
83
|
+
- I do, thou dost, he/she/it doth/does
|
|
84
|
+
- we/you/they do
|
|
85
|
+
- I did, thou didst, he/she/it did
|
|
86
|
+
- we/you/they did
|
|
87
|
+
|
|
88
|
+
## Common Elizabethan Words and Phrases
|
|
89
|
+
|
|
90
|
+
### Greetings and Farewells
|
|
91
|
+
- **Good morrow**: Good morning
|
|
92
|
+
- **Good den**: Good evening
|
|
93
|
+
- **Hail**: Hello/greetings
|
|
94
|
+
- **Fare thee well**: Goodbye
|
|
95
|
+
- **God be with you**: Goodbye (origin of "goodbye")
|
|
96
|
+
- **Anon**: Soon, right away ("I come anon")
|
|
97
|
+
|
|
98
|
+
### Common Expressions
|
|
99
|
+
- **Marry**: Indeed, to be sure (from "by the Virgin Mary")
|
|
100
|
+
- **Prithee**: I pray thee, please
|
|
101
|
+
- **Methinks**: It seems to me
|
|
102
|
+
- **Forsooth**: In truth, indeed
|
|
103
|
+
- **Perchance**: Perhaps, maybe
|
|
104
|
+
- **Wherefore**: Why (not "where")
|
|
105
|
+
- **Whence**: From where
|
|
106
|
+
- **Whither**: To where
|
|
107
|
+
- **Hither**: To here
|
|
108
|
+
- **Thither**: To there
|
|
109
|
+
- **Hence**: From here, away
|
|
110
|
+
- **Thence**: From there
|
|
111
|
+
|
|
112
|
+
### Intensifiers and Exclamations
|
|
113
|
+
- **Verily**: Truly, certainly
|
|
114
|
+
- **Certes**: Certainly
|
|
115
|
+
- **Marry**: Indeed
|
|
116
|
+
- **Zounds**: God's wounds (oath)
|
|
117
|
+
- **'Sblood**: God's blood (oath)
|
|
118
|
+
- **Fie**: Expression of disgust
|
|
119
|
+
- **Alas**: Expression of grief or concern
|
|
120
|
+
- **Alack**: Alas (expression of regret)
|
|
121
|
+
|
|
122
|
+
## Vocabulary Guidelines
|
|
123
|
+
|
|
124
|
+
### Words with Changed Meanings (False Friends)
|
|
125
|
+
|
|
126
|
+
**Careful** - These words existed in Elizabethan English but meant something different:
|
|
127
|
+
|
|
128
|
+
| Elizabethan Word | Then Meaning | Now Meaning |
|
|
129
|
+
|-----------------|--------------|-------------|
|
|
130
|
+
| **Awful** | Inspiring awe, worthy of respect | Terrible, very bad |
|
|
131
|
+
| **Brave** | Splendid, fine, excellent | Courageous |
|
|
132
|
+
| **Curious** | Careful, skillful, elaborate | Inquisitive |
|
|
133
|
+
| **Doubt** | Suspect, fear | Uncertainty |
|
|
134
|
+
| **Fond** | Foolish | Affectionate |
|
|
135
|
+
| **Generous** | Noble, high-born | Giving freely |
|
|
136
|
+
| **Honest** | Chaste (for women) | Truthful |
|
|
137
|
+
| **Humor** | Mood, temperament | Comedy |
|
|
138
|
+
| **Jealous** | Suspicious, vigilant | Envious |
|
|
139
|
+
| **Knave** | Boy, servant | Dishonest person |
|
|
140
|
+
| **Luxury** | Lust, lechery | Expensive comfort |
|
|
141
|
+
| **Meat** | Food in general | Animal flesh |
|
|
142
|
+
| **Naughty** | Wicked, evil | Mildly bad |
|
|
143
|
+
| **Presently** | Immediately | Soon |
|
|
144
|
+
| **Prevent** | Precede, anticipate | Stop from happening |
|
|
145
|
+
| **Quick** | Alive, living | Fast |
|
|
146
|
+
| **Sad** | Serious, grave | Unhappy |
|
|
147
|
+
| **Silly** | Innocent, harmless | Foolish |
|
|
148
|
+
| **Villain** | Peasant, low-born person | Evil person |
|
|
149
|
+
| **Want** | Lack | Desire |
|
|
150
|
+
|
|
151
|
+
### Common Elizabethan Vocabulary
|
|
152
|
+
|
|
153
|
+
**Useful archaic words to add authenticity**:
|
|
154
|
+
|
|
155
|
+
- **Anon**: Soon, presently
|
|
156
|
+
- **Aye**: Yes
|
|
157
|
+
- **Belike**: Probably, perhaps
|
|
158
|
+
- **Betimes**: Early, soon
|
|
159
|
+
- **Bodkin**: Dagger
|
|
160
|
+
- **Bootless**: Useless, in vain
|
|
161
|
+
- **Coz**: Cousin (also used for any relative)
|
|
162
|
+
- **Ere**: Before
|
|
163
|
+
- **E'en**: Even
|
|
164
|
+
- **E'er**: Ever
|
|
165
|
+
- **Fain**: Gladly, willingly
|
|
166
|
+
- **Haply**: Perhaps, by chance
|
|
167
|
+
- **Hark**: Listen
|
|
168
|
+
- **Hie**: Hurry, go quickly
|
|
169
|
+
- **List**: Listen
|
|
170
|
+
- **Marry**: Indeed (mild oath)
|
|
171
|
+
- **Mayhap**: Perhaps
|
|
172
|
+
- **Nay**: No
|
|
173
|
+
- **Ne'er**: Never
|
|
174
|
+
- **O'er**: Over
|
|
175
|
+
- **Oft**: Often
|
|
176
|
+
- **Perchance**: Perhaps
|
|
177
|
+
- **Prithee**: I pray thee, please
|
|
178
|
+
- **Sirrah**: Form of address to inferiors
|
|
179
|
+
- **Soft**: Wait, hold on
|
|
180
|
+
- **Sooth**: Truth
|
|
181
|
+
- **Tarry**: Wait, delay
|
|
182
|
+
- **Trow**: Believe, think
|
|
183
|
+
- **Twas**: It was
|
|
184
|
+
- **Wilt**: Will (with thou)
|
|
185
|
+
- **Withal**: With, moreover
|
|
186
|
+
- **Wot**: Know
|
|
187
|
+
- **Yea**: Yes
|
|
188
|
+
- **Yon/Yonder**: Over there
|
|
189
|
+
|
|
190
|
+
## When to Use Archaic Language
|
|
191
|
+
|
|
192
|
+
### Balance Authenticity with Clarity
|
|
193
|
+
|
|
194
|
+
**Do Use Archaic Language**:
|
|
195
|
+
- For period authenticity in historical settings
|
|
196
|
+
- In formal speeches and soliloquies
|
|
197
|
+
- For poetic effect and rhythm
|
|
198
|
+
- To establish character voice (nobility, scholars, clergy)
|
|
199
|
+
- In verse passages
|
|
200
|
+
|
|
201
|
+
**Prefer Modern Clarity**:
|
|
202
|
+
- When meaning would be obscure
|
|
203
|
+
- In fast-paced dialogue
|
|
204
|
+
- For lower-class characters (they spoke more colloquially)
|
|
205
|
+
- When modern word is equally authentic
|
|
206
|
+
- To avoid confusing the audience
|
|
207
|
+
|
|
208
|
+
### Graduated Approach
|
|
209
|
+
|
|
210
|
+
**Heavy Archaic** (Formal speeches, nobility, verse):
|
|
211
|
+
```
|
|
212
|
+
KING: Wherefore dost thou tarry, good sir?
|
|
213
|
+
Methinks the hour grows late, and we must hence
|
|
214
|
+
Ere darkness falls upon this troubled realm.
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
**Moderate Archaic** (Standard dialogue, mixed register):
|
|
218
|
+
```
|
|
219
|
+
MERCHANT: I pray you, sir, what news from London?
|
|
220
|
+
My ships should have arrived by now.
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
**Light Archaic** (Common folk, servants, modern clarity):
|
|
224
|
+
```
|
|
225
|
+
SERVANT: The master wants you in the hall.
|
|
226
|
+
He's in a foul mood today, I tell you.
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
## Common Elizabethan Phrases and Idioms
|
|
230
|
+
|
|
231
|
+
### Everyday Expressions
|
|
232
|
+
|
|
233
|
+
- **"God's wounds!"** / **"Zounds!"**: Oath of surprise or anger
|
|
234
|
+
- **"By my troth"**: By my faith, truly
|
|
235
|
+
- **"In sooth"**: In truth
|
|
236
|
+
- **"What ho!"**: Hey there! (calling attention)
|
|
237
|
+
- **"Well met!"**: Nice to see you
|
|
238
|
+
- **"How now?"**: What's going on? What's the matter?
|
|
239
|
+
- **"Soft you now"**: Wait a moment
|
|
240
|
+
- **"Mark me"**: Listen to me, pay attention
|
|
241
|
+
- **"Give me leave"**: Allow me, excuse me
|
|
242
|
+
- **"I take my leave"**: I'm departing
|
|
243
|
+
- **"Beshrew me"**: Curse me (mild oath)
|
|
244
|
+
- **"Marry, come up!"**: Expression of indignant surprise
|
|
245
|
+
|
|
246
|
+
### Shakespearean Coinages Still Used
|
|
247
|
+
|
|
248
|
+
Shakespeare invented or popularized many phrases still in use:
|
|
249
|
+
- "Break the ice"
|
|
250
|
+
- "Wild goose chase"
|
|
251
|
+
- "In a pickle"
|
|
252
|
+
- "Heart of gold"
|
|
253
|
+
- "Wear my heart upon my sleeve"
|
|
254
|
+
- "The world's my oyster"
|
|
255
|
+
- "Too much of a good thing"
|
|
256
|
+
- "All that glitters is not gold"
|
|
257
|
+
- "Brevity is the soul of wit"
|
|
258
|
+
- "The be-all and end-all"
|
|
259
|
+
|
|
260
|
+
## Grammar Differences
|
|
261
|
+
|
|
262
|
+
### Double Negatives (Emphatic)
|
|
263
|
+
|
|
264
|
+
Elizabethan English used double negatives for emphasis (not cancellation):
|
|
265
|
+
|
|
266
|
+
```
|
|
267
|
+
MERCUTIO: I will not budge for no man's pleasure, I.
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
### Subjunctive Mood
|
|
271
|
+
|
|
272
|
+
More common in Elizabethan English:
|
|
273
|
+
|
|
274
|
+
```
|
|
275
|
+
If it be so, then let us hence.
|
|
276
|
+
Though he slay me, yet will I trust him.
|
|
277
|
+
Be it as it may, I shall proceed.
|
|
278
|
+
```
|
|
279
|
+
|
|
280
|
+
### Inverted Word Order
|
|
281
|
+
|
|
282
|
+
More flexible than Modern English:
|
|
283
|
+
|
|
284
|
+
```
|
|
285
|
+
Speaks he truly? (Does he speak truly?)
|
|
286
|
+
Know you this man? (Do you know this man?)
|
|
287
|
+
Came he not home last night? (Didn't he come home last night?)
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
## Contractions and Elisions
|
|
291
|
+
|
|
292
|
+
### Common Contractions
|
|
293
|
+
|
|
294
|
+
- **'tis**: it is
|
|
295
|
+
- **'twas**: it was
|
|
296
|
+
- **'twill**: it will
|
|
297
|
+
- **'twould**: it would
|
|
298
|
+
- **ne'er**: never
|
|
299
|
+
- **e'er**: ever
|
|
300
|
+
- **o'er**: over
|
|
301
|
+
- **e'en**: even
|
|
302
|
+
- **i'**: in
|
|
303
|
+
- **o'**: of/on
|
|
304
|
+
- **a'**: of/on/he
|
|
305
|
+
|
|
306
|
+
### Poetic Elisions (for meter)
|
|
307
|
+
|
|
308
|
+
- **th'**: the
|
|
309
|
+
- **t'**: to
|
|
310
|
+
- **i'th'**: in the
|
|
311
|
+
- **o'th'**: of the
|
|
312
|
+
- **on't**: on it
|
|
313
|
+
- **in't**: in it
|
|
314
|
+
- **for't**: for it
|
|
315
|
+
|
|
316
|
+
## Practical Application
|
|
317
|
+
|
|
318
|
+
### Writing Authentic Dialogue
|
|
319
|
+
|
|
320
|
+
**Step 1**: Write in modern English first
|
|
321
|
+
**Step 2**: Identify formal vs. informal contexts
|
|
322
|
+
**Step 3**: Replace modern pronouns (you → thou/thee for intimate)
|
|
323
|
+
**Step 4**: Adjust verb forms to match pronouns
|
|
324
|
+
**Step 5**: Add period vocabulary where natural
|
|
325
|
+
**Step 6**: Read aloud for rhythm and clarity
|
|
326
|
+
|
|
327
|
+
### Example Transformation
|
|
328
|
+
|
|
329
|
+
**Modern**:
|
|
330
|
+
```
|
|
331
|
+
JULIET: Romeo, why are you Romeo?
|
|
332
|
+
Deny your father and refuse your name.
|
|
333
|
+
Or if you won't, just swear you love me,
|
|
334
|
+
And I'll no longer be a Capulet.
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
**Elizabethan**:
|
|
338
|
+
```
|
|
339
|
+
JULIET: O Romeo, Romeo, wherefore art thou Romeo?
|
|
340
|
+
Deny thy father and refuse thy name.
|
|
341
|
+
Or if thou wilt not, be but sworn my love,
|
|
342
|
+
And I'll no longer be a Capulet.
|
|
343
|
+
```
|
|
344
|
+
|
|
345
|
+
## Common Mistakes to Avoid
|
|
346
|
+
|
|
347
|
+
### Mistake 1: "Wherefore" = "Where"
|
|
348
|
+
|
|
349
|
+
**Wrong**: "Wherefore art thou?" = "Where are you?"
|
|
350
|
+
**Right**: "Wherefore art thou Romeo?" = "Why are you Romeo?"
|
|
351
|
+
|
|
352
|
+
### Mistake 2: Mixing Thou/You Inconsistently
|
|
353
|
+
|
|
354
|
+
**Wrong**: "Thou are my friend" (wrong verb)
|
|
355
|
+
**Right**: "Thou art my friend" (correct verb)
|
|
356
|
+
|
|
357
|
+
### Mistake 3: Overusing Archaic Language
|
|
358
|
+
|
|
359
|
+
**Wrong**: "Prithee, good sirrah, wouldst thou perchance convey unto me yon implement?"
|
|
360
|
+
**Right**: "Prithee, pass me that tool."
|
|
361
|
+
|
|
362
|
+
### Mistake 4: Using Modern Slang
|
|
363
|
+
|
|
364
|
+
**Wrong**: "Okay, let's go."
|
|
365
|
+
**Right**: "Very well, let us hence."
|
|
366
|
+
|
|
367
|
+
### Mistake 5: Inconsistent Register
|
|
368
|
+
|
|
369
|
+
Keep character voice consistent - don't switch between archaic and modern randomly.
|
|
370
|
+
|
|
371
|
+
## Resources and References
|
|
372
|
+
|
|
373
|
+
### Primary Sources
|
|
374
|
+
- **First Folio** (1623): Original Shakespeare texts
|
|
375
|
+
- **King James Bible** (1611): Contemporary language examples
|
|
376
|
+
- **Oxford English Dictionary**: Etymology and historical usage
|
|
377
|
+
|
|
378
|
+
### Recommended Reading
|
|
379
|
+
- **Shakespeare's Words** by David Crystal
|
|
380
|
+
- **The Cambridge Guide to the Language of Shakespeare**
|
|
381
|
+
- **Early Modern English** by Charles Barber
|
|
382
|
+
|
|
383
|
+
### Online Resources
|
|
384
|
+
- **Shakespeare's Words Glossary**: shakespeareswords.com
|
|
385
|
+
- **Open Source Shakespeare**: opensourceshakespeare.org
|
|
386
|
+
- **Folger Shakespeare Library**: folger.edu
|
|
387
|
+
|
|
388
|
+
## Summary
|
|
389
|
+
|
|
390
|
+
**Key Principles**:
|
|
391
|
+
1. **Thou/thee** for intimate, **you** for formal
|
|
392
|
+
2. Match verb forms to pronouns (**thou art**, not **thou is**)
|
|
393
|
+
3. Use archaic vocabulary sparingly for flavor
|
|
394
|
+
4. Prioritize clarity over authenticity when needed
|
|
395
|
+
5. Maintain consistent register for each character
|
|
396
|
+
6. Read aloud to test rhythm and comprehension
|
|
397
|
+
|
|
398
|
+
**Remember**: The goal is to evoke the period while remaining accessible to modern audiences. Shakespeare himself balanced poetry with clarity - follow his example.
|
|
399
|
+
|
|
400
|
+
|