@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,576 @@
|
|
|
1
|
+
# King Lear: Storm Scene (Act 3, Scene 2)
|
|
2
|
+
|
|
3
|
+
## Scene Context
|
|
4
|
+
|
|
5
|
+
**Play**: *King Lear* (1605-1606)
|
|
6
|
+
**Act/Scene**: Act 3, Scene 2
|
|
7
|
+
**Location**: A heath (open, desolate landscape)
|
|
8
|
+
**Time**: Night, during a violent storm
|
|
9
|
+
**Characters**: King Lear, the Fool, Kent (disguised as Caius)
|
|
10
|
+
|
|
11
|
+
**Dramatic Situation**: Lear has been cast out by his daughters Goneril and Regan after dividing his kingdom between them and disinheriting Cordelia. He wanders the heath in a raging storm, accompanied only by his Fool. His mind is beginning to break under the weight of his daughters' betrayal and his own folly. The storm outside mirrors the storm in Lear's mind.
|
|
12
|
+
|
|
13
|
+
**What Has Happened Before**:
|
|
14
|
+
- Lear divided his kingdom based on flattery
|
|
15
|
+
- Disinherited Cordelia for speaking truth
|
|
16
|
+
- Gave power to Goneril and Regan
|
|
17
|
+
- Both daughters have rejected and humiliated him
|
|
18
|
+
- Lear has fled into the storm
|
|
19
|
+
- His sanity is crumbling
|
|
20
|
+
|
|
21
|
+
## Full Scene Excerpt (Lines 1-24)
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
Storm still. Enter LEAR and FOOL
|
|
25
|
+
|
|
26
|
+
LEAR
|
|
27
|
+
Blow, winds, and crack your cheeks! rage! blow!
|
|
28
|
+
You cataracts and hurricanoes, spout
|
|
29
|
+
Till you have drench'd our steeples, drown'd the cocks!
|
|
30
|
+
You sulphurous and thought-executing fires,
|
|
31
|
+
Vaunt-couriers to oak-cleaving thunderbolts,
|
|
32
|
+
Singe my white head! And thou, all-shaking thunder,
|
|
33
|
+
Smite flat the thick rotundity o' the world!
|
|
34
|
+
Crack nature's moulds, an germens spill at once,
|
|
35
|
+
That make ingrateful man!
|
|
36
|
+
|
|
37
|
+
FOOL
|
|
38
|
+
O nuncle, court holy-water in a dry
|
|
39
|
+
house is better than this rain-water out o'
|
|
40
|
+
door. Good nuncle, in, and ask thy daughters'
|
|
41
|
+
blessing: here's a night pities neither wise
|
|
42
|
+
man nor fool.
|
|
43
|
+
|
|
44
|
+
LEAR
|
|
45
|
+
Rumble thy bellyful! Spit, fire! spout, rain!
|
|
46
|
+
Nor rain, wind, thunder, fire, are my daughters:
|
|
47
|
+
I tax not you, you elements, with unkindness;
|
|
48
|
+
I never gave you kingdom, call'd you children,
|
|
49
|
+
You owe me no subscription: then let fall
|
|
50
|
+
Your horrible pleasure: here I stand, your slave,
|
|
51
|
+
A poor, infirm, weak, and despised old man:
|
|
52
|
+
But yet I call you servile ministers,
|
|
53
|
+
That have with two pernicious daughters join'd
|
|
54
|
+
Your high engender'd battles 'gainst a head
|
|
55
|
+
So old and white as this. O! O! 'tis foul!
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Scansion Analysis
|
|
59
|
+
|
|
60
|
+
### Opening Lines (1-9)
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
Line 1: BLOW, WINDS, | and CRACK | your CHEEKS! | RAGE! BLOW!
|
|
64
|
+
/ / | u / | u / | / /
|
|
65
|
+
Spondees throughout - violent, emphatic
|
|
66
|
+
Imperative verbs create commanding tone
|
|
67
|
+
|
|
68
|
+
Line 2: You CA | ta racts | and HUR | ri canes, | SPOUT
|
|
69
|
+
u / | u u | u / | u u | /
|
|
70
|
+
Irregular rhythm - chaotic like storm
|
|
71
|
+
Trochaic substitution in foot 1
|
|
72
|
+
|
|
73
|
+
Line 3: Till YOU | have DRENCH'D | our STEE | ples, DROWN'D | the COCKS!
|
|
74
|
+
u / | u / | u / | u / | u /
|
|
75
|
+
Iambic pentameter with violent imagery
|
|
76
|
+
|
|
77
|
+
Line 4: You SUL | phur ous | and THOUGHT | ex E | cu ting | FIRES,
|
|
78
|
+
u / | u u | u / | u / | u u | /
|
|
79
|
+
Irregular - reflects chaos and violence
|
|
80
|
+
|
|
81
|
+
Line 5: VAUNT-cou | riers TO | oak-CLEA | ving THUN | der bolts,
|
|
82
|
+
/ u | u / | / / | u / | u u
|
|
83
|
+
Spondee in foot 3 (emphasis on "oak-CLEA")
|
|
84
|
+
Compound words create epic, violent imagery
|
|
85
|
+
|
|
86
|
+
Line 6: SINGE my | WHITE head! | And THOU, | all-SHA | king THUN | der,
|
|
87
|
+
/ u | / / | u / | / / | u / | u
|
|
88
|
+
Multiple spondees - emphatic, violent
|
|
89
|
+
Lear invites destruction on himself
|
|
90
|
+
|
|
91
|
+
Line 7: SMITE FLAT | the THICK | ro TUN | di ty | o' the | WORLD!
|
|
92
|
+
/ / | u / | u / | u / | u u | /
|
|
93
|
+
Spondee in foot 1 (emphasis on "SMITE FLAT")
|
|
94
|
+
Violent, destructive imagery
|
|
95
|
+
|
|
96
|
+
Line 8: CRACK NA | ture's MOULDS, | an GER | mens SPILL | at ONCE,
|
|
97
|
+
/ / | u / | u / | u / | u /
|
|
98
|
+
Spondee in foot 1 (emphasis on "CRACK NA")
|
|
99
|
+
Apocalyptic imagery
|
|
100
|
+
|
|
101
|
+
Line 9: That MAKE | in GRA | te ful | MAN!
|
|
102
|
+
u / | u / | u u | /
|
|
103
|
+
Truncated line - emphatic ending
|
|
104
|
+
Final stress on "MAN" - source of Lear's rage
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
### Middle Section (15-25)
|
|
108
|
+
|
|
109
|
+
```
|
|
110
|
+
Line 15: RUM ble | thy BEL | ly ful! | SPIT, FIRE! | SPOUT, RAIN!
|
|
111
|
+
/ u | u / | u u | / / | / /
|
|
112
|
+
Trochaic substitution in foot 1
|
|
113
|
+
Spondees in feet 4-5 - violent imperatives
|
|
114
|
+
|
|
115
|
+
Line 16: Nor RAIN, | WIND, THUN | der, FIRE, | are MY | daugh ters:
|
|
116
|
+
u / | / / | u / | u / | / u
|
|
117
|
+
Spondee in foot 2 (emphasis on "WIND, THUN")
|
|
118
|
+
Lists elements - none as cruel as daughters
|
|
119
|
+
|
|
120
|
+
Line 17: I TAX | not YOU, | you E | le ments, | with UN | kind ness;
|
|
121
|
+
u / | u / | u / | u u | u / | u u
|
|
122
|
+
Iambic pentameter with extra syllable
|
|
123
|
+
Lear addresses elements directly
|
|
124
|
+
|
|
125
|
+
Line 18: I NE | ver GAVE | you KING | dom, CALL'D | you CHIL | dren,
|
|
126
|
+
u / | u / | u / | u / | u / | u
|
|
127
|
+
Iambic pentameter with extra syllable
|
|
128
|
+
Contrast with daughters who received kingdom
|
|
129
|
+
|
|
130
|
+
Line 19: You OWE | me NO | sub SCRIP | tion: THEN | let FALL
|
|
131
|
+
u / | u / | u / | u / | u /
|
|
132
|
+
Iambic pentameter (perfect)
|
|
133
|
+
Lear releases elements from obligation
|
|
134
|
+
|
|
135
|
+
Line 20: Your HOR | ri ble | plea SURE: | HERE I | STAND, your | SLAVE,
|
|
136
|
+
u / | u u | / u | / / | / u | /
|
|
137
|
+
Irregular - multiple stresses
|
|
138
|
+
"HERE I STAND" - defiant despite submission
|
|
139
|
+
|
|
140
|
+
## Character Analysis
|
|
141
|
+
|
|
142
|
+
### Lear's Psychological State
|
|
143
|
+
|
|
144
|
+
**Rage and Defiance**:
|
|
145
|
+
- Commands the storm: "Blow, winds, and crack your cheeks!"
|
|
146
|
+
- Invites destruction: "Singe my white head!"
|
|
147
|
+
- Challenges nature itself
|
|
148
|
+
- Refuses to submit to daughters
|
|
149
|
+
|
|
150
|
+
**Descent into Madness**:
|
|
151
|
+
- Addresses inanimate elements as if they can hear
|
|
152
|
+
- Conflates storm with daughters
|
|
153
|
+
- Apocalyptic imagery ("Crack nature's moulds")
|
|
154
|
+
- Losing grip on reality
|
|
155
|
+
|
|
156
|
+
**Self-Awareness**:
|
|
157
|
+
- "A poor, infirm, weak, and despised old man"
|
|
158
|
+
- Recognizes his vulnerability
|
|
159
|
+
- Acknowledges his age and weakness
|
|
160
|
+
- Moment of clarity amid madness
|
|
161
|
+
|
|
162
|
+
**Moral Reasoning**:
|
|
163
|
+
- Elements don't owe him anything
|
|
164
|
+
- He never gave them kingdom
|
|
165
|
+
- They have no obligation to him
|
|
166
|
+
- Unlike daughters who betrayed him
|
|
167
|
+
|
|
168
|
+
### Character Arc
|
|
169
|
+
|
|
170
|
+
**From King to Beggar**:
|
|
171
|
+
1. **Act 1**: Powerful king, demands flattery
|
|
172
|
+
2. **Act 2**: Rejected by daughters, losing power
|
|
173
|
+
3. **Act 3**: Wandering heath, losing sanity
|
|
174
|
+
4. **Act 4**: Complete madness, crowned with flowers
|
|
175
|
+
5. **Act 5**: Brief clarity, then death
|
|
176
|
+
|
|
177
|
+
**Transformation**:
|
|
178
|
+
- Began as arrogant, foolish king
|
|
179
|
+
- Suffering strips away pride
|
|
180
|
+
- Learns humility and empathy
|
|
181
|
+
- Gains wisdom through madness
|
|
182
|
+
- Too late to save himself
|
|
183
|
+
|
|
184
|
+
### The Fool's Role
|
|
185
|
+
|
|
186
|
+
**Comic Relief**:
|
|
187
|
+
- "Court holy-water in a dry house is better"
|
|
188
|
+
- Practical wisdom in simple language
|
|
189
|
+
- Contrasts with Lear's grand rhetoric
|
|
190
|
+
|
|
191
|
+
**Truth-Teller**:
|
|
192
|
+
- Points out Lear's folly
|
|
193
|
+
- Suggests returning to daughters
|
|
194
|
+
- Knows Lear won't listen
|
|
195
|
+
- Loyal despite Lear's madness
|
|
196
|
+
|
|
197
|
+
**Dramatic Function**:
|
|
198
|
+
- Provides perspective
|
|
199
|
+
- Grounds scene in reality
|
|
200
|
+
- Shows Lear's isolation
|
|
201
|
+
- Emphasizes Lear's tragic nobility
|
|
202
|
+
|
|
203
|
+
## Dramatic Techniques
|
|
204
|
+
|
|
205
|
+
### Storm as Metaphor
|
|
206
|
+
|
|
207
|
+
**External Storm = Internal Storm**:
|
|
208
|
+
- Physical storm mirrors Lear's mental chaos
|
|
209
|
+
- Thunder = Lear's rage
|
|
210
|
+
- Lightning = Flashes of insight
|
|
211
|
+
- Rain = Tears, suffering
|
|
212
|
+
- Wind = Uncontrollable forces
|
|
213
|
+
|
|
214
|
+
**Pathetic Fallacy**:
|
|
215
|
+
- Nature reflects human emotion
|
|
216
|
+
- Universe responds to Lear's suffering
|
|
217
|
+
- Cosmic scale of tragedy
|
|
218
|
+
- Not just personal, but universal
|
|
219
|
+
|
|
220
|
+
**Apocalyptic Imagery**:
|
|
221
|
+
- "Crack nature's moulds"
|
|
222
|
+
- "Spill at once / That make ingrateful man"
|
|
223
|
+
- Lear wants to destroy creation
|
|
224
|
+
- Rage so great it threatens cosmos
|
|
225
|
+
|
|
226
|
+
### Imagery and Metaphor
|
|
227
|
+
|
|
228
|
+
**1. Violent Natural Forces**:
|
|
229
|
+
- **"Cataracts and hurricanoes"**: Overwhelming water
|
|
230
|
+
- **"Sulphurous...fires"**: Hell-like destruction
|
|
231
|
+
- **"Oak-cleaving thunderbolts"**: Splitting, destroying power
|
|
232
|
+
- **Effect**: Nature as violent, destructive force
|
|
233
|
+
|
|
234
|
+
**2. Apocalyptic Destruction**:
|
|
235
|
+
- **"Crack nature's moulds"**: Destroy templates of creation
|
|
236
|
+
- **"Germens spill at once"**: Seeds of life destroyed
|
|
237
|
+
- **"Smite flat the thick rotundity o' the world"**: Flatten earth
|
|
238
|
+
- **Effect**: Lear wants to unmake creation
|
|
239
|
+
|
|
240
|
+
**3. Body Imagery**:
|
|
241
|
+
- **"Crack your cheeks"**: Wind personified with face
|
|
242
|
+
- **"Rumble thy bellyful"**: Thunder as digestion
|
|
243
|
+
- **"White head"**: Lear's age, vulnerability
|
|
244
|
+
- **Effect**: Humanizes nature, naturalizes humans
|
|
245
|
+
|
|
246
|
+
**4. Political Imagery**:
|
|
247
|
+
- **"I never gave you kingdom"**: Elements vs. daughters
|
|
248
|
+
- **"You owe me no subscription"**: No feudal obligation
|
|
249
|
+
- **"Servile ministers"**: Elements as servants
|
|
250
|
+
- **Effect**: Lear still thinks in political terms
|
|
251
|
+
|
|
252
|
+
### Rhetorical Devices
|
|
253
|
+
|
|
254
|
+
**Imperatives (Commands)**:
|
|
255
|
+
- "Blow, winds"
|
|
256
|
+
- "Crack your cheeks"
|
|
257
|
+
- "Spout"
|
|
258
|
+
- "Singe my white head"
|
|
259
|
+
- "Smite flat"
|
|
260
|
+
- Creates commanding, defiant tone
|
|
261
|
+
|
|
262
|
+
**Apostrophe (Direct Address)**:
|
|
263
|
+
- Lear addresses winds, fires, thunder
|
|
264
|
+
- Treats inanimate forces as conscious beings
|
|
265
|
+
- Shows disconnection from reality
|
|
266
|
+
- Emphasizes isolation (no humans to address)
|
|
267
|
+
|
|
268
|
+
**Repetition**:
|
|
269
|
+
- "Blow...blow"
|
|
270
|
+
- "Rage! blow!"
|
|
271
|
+
- "Spit, fire! spout, rain!"
|
|
272
|
+
- Creates rhythmic intensity
|
|
273
|
+
|
|
274
|
+
**Alliteration**:
|
|
275
|
+
- "Blow...bellyful"
|
|
276
|
+
- "Spit...spout"
|
|
277
|
+
- "Crack...cheeks"
|
|
278
|
+
- "Sulphurous...singe"
|
|
279
|
+
|
|
280
|
+
**Assonance**:
|
|
281
|
+
- "Blow, winds" (long 'o' sounds)
|
|
282
|
+
- "Singe...white" (long 'i' sounds)
|
|
283
|
+
- "Rumble...bellyful" (short 'u' sounds)
|
|
284
|
+
|
|
285
|
+
### Rhythm and Sound
|
|
286
|
+
|
|
287
|
+
**Violent, Irregular Rhythm**:
|
|
288
|
+
- Multiple spondees (stressed syllables together)
|
|
289
|
+
- Broken meter reflects broken mind
|
|
290
|
+
- Emphatic stresses on violent verbs
|
|
291
|
+
- Chaotic rhythm matches storm
|
|
292
|
+
|
|
293
|
+
**Sound Effects**:
|
|
294
|
+
- Hard consonants: "Crack," "Smite," "Spit"
|
|
295
|
+
- Explosive sounds: "Blow," "Spout"
|
|
296
|
+
- Sibilance: "Sulphurous," "Singe," "Spill"
|
|
297
|
+
- Mimics storm sounds
|
|
298
|
+
|
|
299
|
+
**Truncated Lines**:
|
|
300
|
+
- "That make ingrateful man!" (4 feet)
|
|
301
|
+
- Creates emphatic endings
|
|
302
|
+
- Reflects Lear's broken state
|
|
303
|
+
|
|
304
|
+
## Thematic Elements
|
|
305
|
+
|
|
306
|
+
### Nature and Civilization
|
|
307
|
+
|
|
308
|
+
**Lear Stripped of Civilization**:
|
|
309
|
+
- No longer king
|
|
310
|
+
- No palace, no servants
|
|
311
|
+
- Exposed to raw nature
|
|
312
|
+
- Reduced to essential humanity
|
|
313
|
+
|
|
314
|
+
**Nature as Indifferent**:
|
|
315
|
+
- Storm doesn't care about Lear
|
|
316
|
+
- Elements have no obligation to him
|
|
317
|
+
- Nature is amoral, not immoral
|
|
318
|
+
- Contrast with daughters' active cruelty
|
|
319
|
+
|
|
320
|
+
**Return to Primitive State**:
|
|
321
|
+
- Lear on heath like primitive man
|
|
322
|
+
- Shelter, warmth, basic needs
|
|
323
|
+
- Civilization's veneer stripped away
|
|
324
|
+
- Reveals essential human vulnerability
|
|
325
|
+
|
|
326
|
+
### Justice and Injustice
|
|
327
|
+
|
|
328
|
+
**Cosmic Injustice**:
|
|
329
|
+
- Lear's suffering seems disproportionate
|
|
330
|
+
- Elements join with daughters against him
|
|
331
|
+
- Universe appears hostile
|
|
332
|
+
- No divine justice evident
|
|
333
|
+
|
|
334
|
+
**Lear's Moral Reasoning**:
|
|
335
|
+
- Elements don't owe him anything
|
|
336
|
+
- He never gave them kingdom
|
|
337
|
+
- They're not ungrateful like daughters
|
|
338
|
+
- Lear distinguishes natural from moral evil
|
|
339
|
+
|
|
340
|
+
**Question of Deserving**:
|
|
341
|
+
- Does Lear deserve this suffering?
|
|
342
|
+
- His folly was great, but punishment greater
|
|
343
|
+
- Tragedy explores limits of justice
|
|
344
|
+
- Suffering exceeds sin
|
|
345
|
+
|
|
346
|
+
### Madness and Wisdom
|
|
347
|
+
|
|
348
|
+
**Madness as Insight**:
|
|
349
|
+
- Lear's madness reveals truth
|
|
350
|
+
- Sees through social pretense
|
|
351
|
+
- Understands human vulnerability
|
|
352
|
+
- Wisdom through suffering
|
|
353
|
+
|
|
354
|
+
**Loss of Identity**:
|
|
355
|
+
- "Who is it that can tell me who I am?"
|
|
356
|
+
- Lear no longer knows himself
|
|
357
|
+
- Kingship was his identity
|
|
358
|
+
- Stripped of role, loses self
|
|
359
|
+
|
|
360
|
+
**Fool's Wisdom**:
|
|
361
|
+
- Simple, practical advice
|
|
362
|
+
- Sees truth Lear can't
|
|
363
|
+
- Wisdom in folly
|
|
364
|
+
- Contrast with Lear's learned madness
|
|
365
|
+
|
|
366
|
+
### Parent-Child Relationships
|
|
367
|
+
|
|
368
|
+
**Betrayal**:
|
|
369
|
+
- Daughters reject father
|
|
370
|
+
- Lear gave them everything
|
|
371
|
+
- They owe him gratitude
|
|
372
|
+
- Instead, they cast him out
|
|
373
|
+
|
|
374
|
+
**Lear's Realization**:
|
|
375
|
+
- Elements don't owe him anything
|
|
376
|
+
- But daughters do
|
|
377
|
+
- He gave them kingdom
|
|
378
|
+
- They called him father
|
|
379
|
+
|
|
380
|
+
**Contrast with Cordelia**:
|
|
381
|
+
- Cordelia spoke truth, was rejected
|
|
382
|
+
- Goneril and Regan flattered, were rewarded
|
|
383
|
+
- Lear's folly in judgment
|
|
384
|
+
- Too late, he understands
|
|
385
|
+
|
|
386
|
+
## Performance and Staging Notes
|
|
387
|
+
|
|
388
|
+
### Setting and Atmosphere
|
|
389
|
+
|
|
390
|
+
**The Heath**:
|
|
391
|
+
- Open, desolate landscape
|
|
392
|
+
- No shelter, no civilization
|
|
393
|
+
- Exposed to elements
|
|
394
|
+
- Symbolic of Lear's stripped state
|
|
395
|
+
|
|
396
|
+
**Storm Effects**:
|
|
397
|
+
- Thunder, lightning (sound and light)
|
|
398
|
+
- Wind machines
|
|
399
|
+
- Rain effects (if possible)
|
|
400
|
+
- Overwhelming, chaotic
|
|
401
|
+
|
|
402
|
+
**Darkness**:
|
|
403
|
+
- Night scene
|
|
404
|
+
- Limited visibility
|
|
405
|
+
- Isolation emphasized
|
|
406
|
+
- Danger, disorientation
|
|
407
|
+
|
|
408
|
+
### Lear's Physical State
|
|
409
|
+
|
|
410
|
+
**Appearance**:
|
|
411
|
+
- Wet, disheveled
|
|
412
|
+
- White hair exposed
|
|
413
|
+
- Aged, vulnerable
|
|
414
|
+
- Contrasts with regal bearing of Act 1
|
|
415
|
+
|
|
416
|
+
**Movement**:
|
|
417
|
+
- Staggering, unsteady
|
|
418
|
+
- Arms raised to sky
|
|
419
|
+
- Defiant gestures
|
|
420
|
+
- Physical exhaustion
|
|
421
|
+
|
|
422
|
+
**Voice**:
|
|
423
|
+
- Shouting over storm
|
|
424
|
+
- Hoarse, strained
|
|
425
|
+
- Moments of quiet intensity
|
|
426
|
+
- Vocal exhaustion
|
|
427
|
+
|
|
428
|
+
### The Fool's Contrast
|
|
429
|
+
|
|
430
|
+
**Physical**:
|
|
431
|
+
- Smaller, weaker than Lear
|
|
432
|
+
- Trying to shelter
|
|
433
|
+
- Practical, not defiant
|
|
434
|
+
- Concerned for Lear
|
|
435
|
+
|
|
436
|
+
**Vocal**:
|
|
437
|
+
- Quieter than Lear
|
|
438
|
+
- Reasonable tone
|
|
439
|
+
- Contrast with Lear's rage
|
|
440
|
+
- Unheard, ignored
|
|
441
|
+
|
|
442
|
+
### Staging Choices
|
|
443
|
+
|
|
444
|
+
**Lear's Position**:
|
|
445
|
+
- Center stage, isolated
|
|
446
|
+
- Elevated if possible
|
|
447
|
+
- Facing audience (addressing cosmos)
|
|
448
|
+
- Fool trying to reach him
|
|
449
|
+
|
|
450
|
+
**Storm Intensity**:
|
|
451
|
+
- Should match Lear's emotion
|
|
452
|
+
- Loudest during his speeches
|
|
453
|
+
- Quieter during Fool's lines
|
|
454
|
+
- Overwhelming but not drowning dialogue
|
|
455
|
+
|
|
456
|
+
**Lighting**:
|
|
457
|
+
- Lightning flashes on key lines
|
|
458
|
+
- Darkness between
|
|
459
|
+
- Lear illuminated
|
|
460
|
+
- Fool in shadows
|
|
461
|
+
|
|
462
|
+
## Writing Lessons
|
|
463
|
+
|
|
464
|
+
### Creating Powerful Speeches
|
|
465
|
+
|
|
466
|
+
**Techniques from This Scene**:
|
|
467
|
+
|
|
468
|
+
1. **Use Imperatives**:
|
|
469
|
+
- Commands create active, dynamic speech
|
|
470
|
+
- "Blow," "Crack," "Singe," "Smite"
|
|
471
|
+
- Character takes action through language
|
|
472
|
+
|
|
473
|
+
2. **Layer Imagery**:
|
|
474
|
+
- Natural forces (wind, fire, thunder)
|
|
475
|
+
- Apocalyptic destruction
|
|
476
|
+
- Body imagery
|
|
477
|
+
- Political metaphors
|
|
478
|
+
|
|
479
|
+
3. **Vary Rhythm**:
|
|
480
|
+
- Violent spondees for emphasis
|
|
481
|
+
- Irregular meter for chaos
|
|
482
|
+
- Truncated lines for impact
|
|
483
|
+
|
|
484
|
+
4. **Use Repetition**:
|
|
485
|
+
- "Blow...blow"
|
|
486
|
+
- "Rage! blow!"
|
|
487
|
+
- Creates intensity and rhythm
|
|
488
|
+
|
|
489
|
+
### Externalizing Internal States
|
|
490
|
+
|
|
491
|
+
**Storm = Mind**:
|
|
492
|
+
- External storm mirrors internal chaos
|
|
493
|
+
- Visible, audible representation of emotion
|
|
494
|
+
- Audience sees and hears Lear's mental state
|
|
495
|
+
- Pathetic fallacy makes emotion cosmic
|
|
496
|
+
|
|
497
|
+
**Application**:
|
|
498
|
+
- Use weather, nature to reflect character
|
|
499
|
+
- External events mirror internal states
|
|
500
|
+
- Make invisible visible
|
|
501
|
+
- Amplify emotion through environment
|
|
502
|
+
|
|
503
|
+
### Contrasting Characters
|
|
504
|
+
|
|
505
|
+
**Lear vs. Fool**:
|
|
506
|
+
- Grand rhetoric vs. simple speech
|
|
507
|
+
- Defiance vs. practicality
|
|
508
|
+
- Madness vs. wisdom
|
|
509
|
+
- Tragic vs. comic
|
|
510
|
+
|
|
511
|
+
**Effect**:
|
|
512
|
+
- Fool grounds Lear's flights
|
|
513
|
+
- Provides perspective
|
|
514
|
+
- Shows Lear's isolation
|
|
515
|
+
- Emphasizes Lear's tragic nobility
|
|
516
|
+
|
|
517
|
+
## Comparative Analysis
|
|
518
|
+
|
|
519
|
+
### Contrast with Macbeth's "Tomorrow" Soliloquy
|
|
520
|
+
|
|
521
|
+
**Lear**:
|
|
522
|
+
- Rage and defiance
|
|
523
|
+
- Addresses external forces
|
|
524
|
+
- Wants to destroy world
|
|
525
|
+
- Still engaged, fighting
|
|
526
|
+
|
|
527
|
+
**Macbeth**:
|
|
528
|
+
- Nihilism and resignation
|
|
529
|
+
- Internal reflection
|
|
530
|
+
- Sees world as already meaningless
|
|
531
|
+
- Disengaged, empty
|
|
532
|
+
|
|
533
|
+
**Difference**:
|
|
534
|
+
- Lear rages against injustice
|
|
535
|
+
- Macbeth accepts meaninglessness
|
|
536
|
+
- Lear maintains moral framework
|
|
537
|
+
- Macbeth has lost all values
|
|
538
|
+
|
|
539
|
+
### Thematic Significance in Play
|
|
540
|
+
|
|
541
|
+
**Turning Point**:
|
|
542
|
+
- Lear's madness begins here
|
|
543
|
+
- Physical and mental exposure
|
|
544
|
+
- Stripping away of pretense
|
|
545
|
+
- Beginning of wisdom through suffering
|
|
546
|
+
|
|
547
|
+
**Preparation for Reconciliation**:
|
|
548
|
+
- Lear must lose everything
|
|
549
|
+
- Suffering teaches humility
|
|
550
|
+
- Madness brings insight
|
|
551
|
+
- Prepares for reunion with Cordelia
|
|
552
|
+
|
|
553
|
+
## Further Study
|
|
554
|
+
|
|
555
|
+
**Related Scenes**:
|
|
556
|
+
- Act 4, Scene 6: Lear mad, crowned with flowers
|
|
557
|
+
- Act 4, Scene 7: Lear's reconciliation with Cordelia
|
|
558
|
+
- Act 5, Scene 3: "Howl, howl, howl" - Lear with dead Cordelia
|
|
559
|
+
|
|
560
|
+
**Themes to Explore**:
|
|
561
|
+
- Nature vs. civilization
|
|
562
|
+
- Madness and wisdom
|
|
563
|
+
- Justice and suffering
|
|
564
|
+
- Parent-child relationships
|
|
565
|
+
|
|
566
|
+
**Performance Versions**:
|
|
567
|
+
- Laurence Olivier (1983) - classical intensity
|
|
568
|
+
- Ian McKellen (2007) - psychological depth
|
|
569
|
+
- Glenda Jackson (2019) - gender-swapped, powerful
|
|
570
|
+
|
|
571
|
+
---
|
|
572
|
+
|
|
573
|
+
*This storm scene represents one of Shakespeare's most powerful explorations of human suffering and cosmic injustice. Lear's rage against the elements mirrors his internal chaos, while his moral reasoning amid madness shows the beginning of wisdom through suffering.*
|
|
574
|
+
```
|
|
575
|
+
|
|
576
|
+
|