@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,426 @@
|
|
|
1
|
+
# Verse Analysis Exercise
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
This exercise develops your analytical skills by examining Shakespeare's verse in depth: scansion, rhetorical devices, dramatic function, and thematic significance.
|
|
6
|
+
|
|
7
|
+
**Time Required**: 1-2 hours
|
|
8
|
+
**Difficulty**: Intermediate to Advanced
|
|
9
|
+
**Prerequisites**: Understanding of iambic pentameter, basic rhetorical devices
|
|
10
|
+
|
|
11
|
+
## How to Analyze Verse
|
|
12
|
+
|
|
13
|
+
### The Five Layers of Analysis
|
|
14
|
+
|
|
15
|
+
1. **Scansion**: Meter, rhythm, variations
|
|
16
|
+
2. **Sound**: Rhyme, alliteration, assonance, consonance
|
|
17
|
+
3. **Rhetoric**: Metaphor, simile, personification, antithesis
|
|
18
|
+
4. **Drama**: Character revelation, plot advancement, conflict
|
|
19
|
+
5. **Theme**: Universal ideas, philosophical questions
|
|
20
|
+
|
|
21
|
+
## Exercise 1: Sonnet 29
|
|
22
|
+
|
|
23
|
+
### The Text
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
When, in disgrace with fortune and men's eyes,
|
|
27
|
+
I all alone beweep my outcast state,
|
|
28
|
+
And trouble deaf heaven with my bootless cries,
|
|
29
|
+
And look upon myself and curse my fate,
|
|
30
|
+
Wishing me like to one more rich in hope,
|
|
31
|
+
Featured like him, like him with friends possessed,
|
|
32
|
+
Desiring this man's art and that man's scope,
|
|
33
|
+
With what I most enjoy contented least;
|
|
34
|
+
Yet in these thoughts myself almost despising,
|
|
35
|
+
Haply I think on thee, and then my state,
|
|
36
|
+
Like to the lark at break of day arising
|
|
37
|
+
From sullen earth, sings hymns at heaven's gate;
|
|
38
|
+
For thy sweet love remembered such wealth brings
|
|
39
|
+
That then I scorn to change my state with kings.
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Part A: Scansion
|
|
43
|
+
|
|
44
|
+
**Instructions**: Scan lines 1-4. Mark stressed syllables and identify metrical variations.
|
|
45
|
+
|
|
46
|
+
**Line 1**: "When, in disgrace with fortune and men's eyes,"
|
|
47
|
+
```
|
|
48
|
+
Scansion: _________________________________________________
|
|
49
|
+
Metrical variation (if any): _________________________________
|
|
50
|
+
Effect of variation: _________________________________
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
**Line 2**: "I all alone beweep my outcast state,"
|
|
54
|
+
```
|
|
55
|
+
Scansion: _________________________________________________
|
|
56
|
+
Metrical variation (if any): _________________________________
|
|
57
|
+
Effect of variation: _________________________________
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
**Line 3**: "And trouble deaf heaven with my bootless cries,"
|
|
61
|
+
```
|
|
62
|
+
Scansion: _________________________________________________
|
|
63
|
+
Metrical variation (if any): _________________________________
|
|
64
|
+
Effect of variation: _________________________________
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
**Line 4**: "And look upon myself and curse my fate,"
|
|
68
|
+
```
|
|
69
|
+
Scansion: _________________________________________________
|
|
70
|
+
Metrical variation (if any): _________________________________
|
|
71
|
+
Effect of variation: _________________________________
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### Part B: Sound Devices
|
|
75
|
+
|
|
76
|
+
**Identify**:
|
|
77
|
+
|
|
78
|
+
**Rhyme scheme**: _________________________________
|
|
79
|
+
|
|
80
|
+
**Alliteration** (list 3 examples):
|
|
81
|
+
1. _________________________________
|
|
82
|
+
2. _________________________________
|
|
83
|
+
3. _________________________________
|
|
84
|
+
|
|
85
|
+
**Assonance** (repeated vowel sounds):
|
|
86
|
+
- _________________________________
|
|
87
|
+
|
|
88
|
+
**Consonance** (repeated consonant sounds):
|
|
89
|
+
- _________________________________
|
|
90
|
+
|
|
91
|
+
### Part C: Rhetorical Devices
|
|
92
|
+
|
|
93
|
+
**Identify and explain**:
|
|
94
|
+
|
|
95
|
+
**Simile** (line 11-12):
|
|
96
|
+
- What is compared to what? _________________________________
|
|
97
|
+
- Effect: _________________________________
|
|
98
|
+
|
|
99
|
+
**Metaphor** (line 13):
|
|
100
|
+
- What is "wealth"? _________________________________
|
|
101
|
+
- Effect: _________________________________
|
|
102
|
+
|
|
103
|
+
**Anaphora** (repetition at line beginnings):
|
|
104
|
+
- Which word repeats? _________________________________
|
|
105
|
+
- Lines: _________________________________
|
|
106
|
+
- Effect: _________________________________
|
|
107
|
+
|
|
108
|
+
### Part D: Structure and Theme
|
|
109
|
+
|
|
110
|
+
**Quatrain 1** (lines 1-4):
|
|
111
|
+
- Main idea: _________________________________
|
|
112
|
+
- Emotional tone: _________________________________
|
|
113
|
+
|
|
114
|
+
**Quatrain 2** (lines 5-8):
|
|
115
|
+
- Main idea: _________________________________
|
|
116
|
+
- Emotional tone: _________________________________
|
|
117
|
+
|
|
118
|
+
**Quatrain 3** (lines 9-12):
|
|
119
|
+
- Main idea: _________________________________
|
|
120
|
+
- Emotional tone: _________________________________
|
|
121
|
+
- **Volta** (turn): Which word signals the turn? _________________________________
|
|
122
|
+
|
|
123
|
+
**Couplet** (lines 13-14):
|
|
124
|
+
- Main idea: _________________________________
|
|
125
|
+
- How does it resolve the sonnet? _________________________________
|
|
126
|
+
|
|
127
|
+
**Central Theme**:
|
|
128
|
+
- In one sentence: _________________________________
|
|
129
|
+
|
|
130
|
+
### Part E: Dramatic Context
|
|
131
|
+
|
|
132
|
+
**Speaker's emotional journey**:
|
|
133
|
+
1. Beginning: _________________________________
|
|
134
|
+
2. Middle: _________________________________
|
|
135
|
+
3. End: _________________________________
|
|
136
|
+
|
|
137
|
+
**What causes the change?** _________________________________
|
|
138
|
+
|
|
139
|
+
**Universal human experience**: _________________________________
|
|
140
|
+
|
|
141
|
+
## Exercise 2: Hamlet's Soliloquy (Excerpt)
|
|
142
|
+
|
|
143
|
+
### The Text
|
|
144
|
+
|
|
145
|
+
```
|
|
146
|
+
O, what a rogue and peasant slave am I!
|
|
147
|
+
Is it not monstrous that this player here,
|
|
148
|
+
But in a fiction, in a dream of passion,
|
|
149
|
+
Could force his soul so to his own conceit
|
|
150
|
+
That from her working all his visage wanned,
|
|
151
|
+
Tears in his eyes, distraction in his aspect,
|
|
152
|
+
A broken voice, and his whole function suiting
|
|
153
|
+
With forms to his conceit? And all for nothing!
|
|
154
|
+
For Hecuba!
|
|
155
|
+
What's Hecuba to him, or he to Hecuba,
|
|
156
|
+
That he should weep for her?
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
### Part A: Scansion
|
|
160
|
+
|
|
161
|
+
**Scan line 1**:
|
|
162
|
+
```
|
|
163
|
+
O, what a rogue and peasant slave am I!
|
|
164
|
+
|
|
165
|
+
Scansion: _________________________________________________
|
|
166
|
+
Syllable count: _________________________________
|
|
167
|
+
Iambic pentameter? Yes / No
|
|
168
|
+
If no, what's different? _________________________________
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
**Scan line 9**:
|
|
172
|
+
```
|
|
173
|
+
For Hecuba!
|
|
174
|
+
|
|
175
|
+
Scansion: _________________________________
|
|
176
|
+
Syllable count: _________________________________
|
|
177
|
+
Effect of short line: _________________________________
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
### Part B: Rhetorical Questions
|
|
181
|
+
|
|
182
|
+
**List all rhetorical questions**:
|
|
183
|
+
1. _________________________________
|
|
184
|
+
2. _________________________________
|
|
185
|
+
3. _________________________________
|
|
186
|
+
|
|
187
|
+
**Purpose of rhetorical questions**:
|
|
188
|
+
- _________________________________
|
|
189
|
+
|
|
190
|
+
**Effect on audience**:
|
|
191
|
+
- _________________________________
|
|
192
|
+
|
|
193
|
+
### Part C: Self-Directed Language
|
|
194
|
+
|
|
195
|
+
**Words Hamlet uses to describe himself**:
|
|
196
|
+
- _________________________________
|
|
197
|
+
- _________________________________
|
|
198
|
+
- _________________________________
|
|
199
|
+
|
|
200
|
+
**Tone**: _________________________________
|
|
201
|
+
|
|
202
|
+
**What does this reveal about Hamlet's state of mind?**
|
|
203
|
+
- _________________________________
|
|
204
|
+
|
|
205
|
+
### Part D: Contrast
|
|
206
|
+
|
|
207
|
+
**The Player** (actor):
|
|
208
|
+
- Can cry for: _________________________________
|
|
209
|
+
- Emotional state: _________________________________
|
|
210
|
+
|
|
211
|
+
**Hamlet**:
|
|
212
|
+
- Cannot act on: _________________________________
|
|
213
|
+
- Emotional state: _________________________________
|
|
214
|
+
|
|
215
|
+
**What is Shakespeare exploring through this contrast?**
|
|
216
|
+
- _________________________________
|
|
217
|
+
|
|
218
|
+
## Exercise 3: Romeo and Juliet (Balcony Scene Excerpt)
|
|
219
|
+
|
|
220
|
+
### The Text
|
|
221
|
+
|
|
222
|
+
```
|
|
223
|
+
JULIET
|
|
224
|
+
O Romeo, Romeo! wherefore art thou Romeo?
|
|
225
|
+
Deny thy father and refuse thy name;
|
|
226
|
+
Or, if thou wilt not, be but sworn my love,
|
|
227
|
+
And I'll no longer be a Capulet.
|
|
228
|
+
|
|
229
|
+
ROMEO [Aside]
|
|
230
|
+
Shall I hear more, or shall I speak at this?
|
|
231
|
+
|
|
232
|
+
JULIET
|
|
233
|
+
'Tis but thy name that is my enemy;
|
|
234
|
+
Thou art thyself, though not a Montague.
|
|
235
|
+
What's Montague? it is nor hand, nor foot,
|
|
236
|
+
Nor arm, nor face, nor any other part
|
|
237
|
+
Belonging to a man. O, be some other name!
|
|
238
|
+
What's in a name? that which we call a rose
|
|
239
|
+
By any other name would smell as sweet;
|
|
240
|
+
```
|
|
241
|
+
|
|
242
|
+
### Part A: Scansion
|
|
243
|
+
|
|
244
|
+
**Scan Juliet's first line**:
|
|
245
|
+
```
|
|
246
|
+
O Romeo, Romeo! wherefore art thou Romeo?
|
|
247
|
+
|
|
248
|
+
Scansion: _________________________________________________
|
|
249
|
+
Syllable count: _________________________________
|
|
250
|
+
Why is this line longer than 10 syllables? _________________________________
|
|
251
|
+
Effect: _________________________________
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
### Part B: Dramatic Irony
|
|
255
|
+
|
|
256
|
+
**What does Juliet not know?**
|
|
257
|
+
- _________________________________
|
|
258
|
+
|
|
259
|
+
**What does the audience know?**
|
|
260
|
+
- _________________________________
|
|
261
|
+
|
|
262
|
+
**Effect of this irony**:
|
|
263
|
+
- _________________________________
|
|
264
|
+
|
|
265
|
+
### Part C: Argument Structure
|
|
266
|
+
|
|
267
|
+
**Juliet's logical argument** (lines 6-12):
|
|
268
|
+
|
|
269
|
+
**Premise**: _________________________________
|
|
270
|
+
|
|
271
|
+
**Evidence**: _________________________________
|
|
272
|
+
|
|
273
|
+
**Conclusion**: _________________________________
|
|
274
|
+
|
|
275
|
+
**Is her argument sound?** _________________________________
|
|
276
|
+
|
|
277
|
+
### Part D: Famous Line Analysis
|
|
278
|
+
|
|
279
|
+
**"What's in a name? that which we call a rose / By any other name would smell as sweet"**
|
|
280
|
+
|
|
281
|
+
**Literal meaning**: _________________________________
|
|
282
|
+
|
|
283
|
+
**Metaphorical meaning**: _________________________________
|
|
284
|
+
|
|
285
|
+
**Application to Romeo and Juliet's situation**: _________________________________
|
|
286
|
+
|
|
287
|
+
**Universal theme**: _________________________________
|
|
288
|
+
|
|
289
|
+
**Why is this line famous?** _________________________________
|
|
290
|
+
|
|
291
|
+
### Part E: Character Voice
|
|
292
|
+
|
|
293
|
+
**How does Juliet's language differ from Romeo's?**
|
|
294
|
+
|
|
295
|
+
**Juliet**:
|
|
296
|
+
- Sentence structure: _________________________________
|
|
297
|
+
- Imagery: _________________________________
|
|
298
|
+
- Tone: _________________________________
|
|
299
|
+
|
|
300
|
+
**Romeo** (from earlier in scene):
|
|
301
|
+
- Sentence structure: _________________________________
|
|
302
|
+
- Imagery: _________________________________
|
|
303
|
+
- Tone: _________________________________
|
|
304
|
+
|
|
305
|
+
**What do these differences reveal about their characters?**
|
|
306
|
+
- _________________________________
|
|
307
|
+
|
|
308
|
+
## Exercise 4: Comparative Analysis
|
|
309
|
+
|
|
310
|
+
### Instructions
|
|
311
|
+
Compare how Shakespeare uses verse in these three passages.
|
|
312
|
+
|
|
313
|
+
### Comparison Chart
|
|
314
|
+
|
|
315
|
+
| | Sonnet 29 | Hamlet Soliloquy | Romeo & Juliet |
|
|
316
|
+
|---|---|---|---|
|
|
317
|
+
| **Meter regularity** | | | |
|
|
318
|
+
| **Rhyme scheme** | | | |
|
|
319
|
+
| **Sentence length** | | | |
|
|
320
|
+
| **Imagery type** | | | |
|
|
321
|
+
| **Emotional tone** | | | |
|
|
322
|
+
| **Purpose** | | | |
|
|
323
|
+
|
|
324
|
+
### Synthesis Questions
|
|
325
|
+
|
|
326
|
+
**1. How does verse form serve different dramatic purposes?**
|
|
327
|
+
- _________________________________
|
|
328
|
+
|
|
329
|
+
**2. How does Shakespeare vary meter for emotional effect?**
|
|
330
|
+
- _________________________________
|
|
331
|
+
|
|
332
|
+
**3. What patterns do you notice in how Shakespeare uses rhetorical devices?**
|
|
333
|
+
- _________________________________
|
|
334
|
+
|
|
335
|
+
## Advanced Challenge: Full Passage Analysis
|
|
336
|
+
|
|
337
|
+
### Choose one passage from Shakespeare (10-14 lines)
|
|
338
|
+
|
|
339
|
+
**Passage**: _________________________________
|
|
340
|
+
|
|
341
|
+
**Source** (Play, Act, Scene): _________________________________
|
|
342
|
+
|
|
343
|
+
### Complete Analysis
|
|
344
|
+
|
|
345
|
+
**1. Scansion** (scan every line):
|
|
346
|
+
```
|
|
347
|
+
_________________________________________________
|
|
348
|
+
_________________________________________________
|
|
349
|
+
_________________________________________________
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
**2. Sound devices** (identify 5):
|
|
353
|
+
1. _________________________________
|
|
354
|
+
2. _________________________________
|
|
355
|
+
3. _________________________________
|
|
356
|
+
4. _________________________________
|
|
357
|
+
5. _________________________________
|
|
358
|
+
|
|
359
|
+
**3. Rhetorical devices** (identify 5):
|
|
360
|
+
1. _________________________________
|
|
361
|
+
2. _________________________________
|
|
362
|
+
3. _________________________________
|
|
363
|
+
4. _________________________________
|
|
364
|
+
5. _________________________________
|
|
365
|
+
|
|
366
|
+
**4. Dramatic function**:
|
|
367
|
+
- Character revelation: _________________________________
|
|
368
|
+
- Plot advancement: _________________________________
|
|
369
|
+
- Theme development: _________________________________
|
|
370
|
+
|
|
371
|
+
**5. Performance notes**:
|
|
372
|
+
- Tone: _________________________________
|
|
373
|
+
- Pacing: _________________________________
|
|
374
|
+
- Emphasis: _________________________________
|
|
375
|
+
- Gestures: _________________________________
|
|
376
|
+
|
|
377
|
+
**6. Modern translation** (in your own words):
|
|
378
|
+
```
|
|
379
|
+
_________________________________________________
|
|
380
|
+
_________________________________________________
|
|
381
|
+
_________________________________________________
|
|
382
|
+
```
|
|
383
|
+
|
|
384
|
+
**7. Why this passage matters**:
|
|
385
|
+
- _________________________________
|
|
386
|
+
|
|
387
|
+
## Self-Assessment
|
|
388
|
+
|
|
389
|
+
**What I learned about Shakespeare's verse**:
|
|
390
|
+
- _________________________________
|
|
391
|
+
|
|
392
|
+
**Most surprising discovery**:
|
|
393
|
+
- _________________________________
|
|
394
|
+
|
|
395
|
+
**Skill I want to develop further**:
|
|
396
|
+
- _________________________________
|
|
397
|
+
|
|
398
|
+
**Favorite passage analyzed**:
|
|
399
|
+
- _________________________________
|
|
400
|
+
|
|
401
|
+
## Further Practice
|
|
402
|
+
|
|
403
|
+
### Recommended Passages for Analysis
|
|
404
|
+
|
|
405
|
+
**Sonnets**:
|
|
406
|
+
- Sonnet 18 ("Shall I compare thee")
|
|
407
|
+
- Sonnet 73 ("That time of year")
|
|
408
|
+
- Sonnet 130 ("My mistress' eyes")
|
|
409
|
+
|
|
410
|
+
**Soliloquies**:
|
|
411
|
+
- Hamlet, Act 3, Scene 1 ("To be or not to be")
|
|
412
|
+
- Macbeth, Act 1, Scene 7 ("If it were done")
|
|
413
|
+
- Macbeth, Act 5, Scene 5 ("Tomorrow and tomorrow")
|
|
414
|
+
|
|
415
|
+
**Dialogues**:
|
|
416
|
+
- Romeo and Juliet, Act 2, Scene 2 (Balcony scene)
|
|
417
|
+
- Othello, Act 3, Scene 3 (Iago's manipulation)
|
|
418
|
+
- Much Ado About Nothing, Act 4, Scene 1 (Beatrice and Benedick)
|
|
419
|
+
|
|
420
|
+
### Resources
|
|
421
|
+
|
|
422
|
+
- **Folger Shakespeare Library**: folger.edu
|
|
423
|
+
- **MIT Complete Works**: shakespeare.mit.edu
|
|
424
|
+
- **Open Source Shakespeare**: opensourceshakespeare.org
|
|
425
|
+
- **Shakespeare's Words**: shakespeareswords.com (glossary)
|
|
426
|
+
|