@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,471 @@
|
|
|
1
|
+
# Thematic Elements
|
|
2
|
+
|
|
3
|
+
A comprehensive guide to universal themes in Shakespearean writing and how to weave them through plot and character.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Shakespeare's works explore timeless, universal themes that resonate across centuries and cultures. These themes are not stated explicitly but woven subtly through character, plot, imagery, and language. This guide explores major Shakespearean themes and techniques for integrating them into your writing.
|
|
8
|
+
|
|
9
|
+
## Universal Themes
|
|
10
|
+
|
|
11
|
+
### Love
|
|
12
|
+
|
|
13
|
+
**Definition**: Romantic love, familial love, friendship, and the transformative power of affection.
|
|
14
|
+
|
|
15
|
+
**Manifestations**:
|
|
16
|
+
- **Romantic Love**: Passionate, all-consuming (Romeo and Juliet)
|
|
17
|
+
- **Unrequited Love**: Longing and suffering (Twelfth Night)
|
|
18
|
+
- **Forbidden Love**: Love against social barriers (Othello)
|
|
19
|
+
- **Mature Love**: Tested and enduring (The Winter's Tale)
|
|
20
|
+
|
|
21
|
+
**Example - Romeo and Juliet**:
|
|
22
|
+
```
|
|
23
|
+
ROMEO: But soft, what light through yonder window breaks?
|
|
24
|
+
It is the east, and Juliet is the sun.
|
|
25
|
+
```
|
|
26
|
+
(Love as transcendent, transformative force)
|
|
27
|
+
|
|
28
|
+
**Thematic Questions**:
|
|
29
|
+
- What sacrifices does love demand?
|
|
30
|
+
- Can love overcome social divisions?
|
|
31
|
+
- Is love rational or irrational?
|
|
32
|
+
|
|
33
|
+
### Power
|
|
34
|
+
|
|
35
|
+
**Definition**: The acquisition, use, abuse, and loss of political and personal power.
|
|
36
|
+
|
|
37
|
+
**Manifestations**:
|
|
38
|
+
- **Legitimate vs. Illegitimate Power**: Rightful rule vs. usurpation
|
|
39
|
+
- **Corruption of Power**: How power corrupts the powerful
|
|
40
|
+
- **Power Struggles**: Competition for control
|
|
41
|
+
- **Powerlessness**: Those without agency
|
|
42
|
+
|
|
43
|
+
**Example - Macbeth**:
|
|
44
|
+
```
|
|
45
|
+
MACBETH: I have no spur
|
|
46
|
+
To prick the sides of my intent, but only
|
|
47
|
+
Vaulting ambition, which o'erleaps itself
|
|
48
|
+
And falls on th' other.
|
|
49
|
+
```
|
|
50
|
+
(Ambition for power leads to downfall)
|
|
51
|
+
|
|
52
|
+
**Thematic Questions**:
|
|
53
|
+
- What makes power legitimate?
|
|
54
|
+
- Does power inevitably corrupt?
|
|
55
|
+
- What is the cost of pursuing power?
|
|
56
|
+
|
|
57
|
+
### Ambition
|
|
58
|
+
|
|
59
|
+
**Definition**: The desire for achievement, status, or power, and its consequences.
|
|
60
|
+
|
|
61
|
+
**Manifestations**:
|
|
62
|
+
- **Noble Ambition**: Desire for worthy goals
|
|
63
|
+
- **Destructive Ambition**: Ruthless pursuit of power
|
|
64
|
+
- **Thwarted Ambition**: Frustrated desires
|
|
65
|
+
- **Ambition vs. Morality**: Ethical conflicts
|
|
66
|
+
|
|
67
|
+
**Example - Macbeth**:
|
|
68
|
+
```
|
|
69
|
+
LADY MACBETH: Thou wouldst be great,
|
|
70
|
+
Art not without ambition, but without
|
|
71
|
+
The illness should attend it.
|
|
72
|
+
```
|
|
73
|
+
(Ambition requires ruthlessness)
|
|
74
|
+
|
|
75
|
+
**Thematic Questions**:
|
|
76
|
+
- When does ambition become destructive?
|
|
77
|
+
- What are we willing to sacrifice for our goals?
|
|
78
|
+
- Can ambition coexist with morality?
|
|
79
|
+
|
|
80
|
+
### Revenge
|
|
81
|
+
|
|
82
|
+
**Definition**: The desire for retribution and its moral and psychological consequences.
|
|
83
|
+
|
|
84
|
+
**Manifestations**:
|
|
85
|
+
- **Just Revenge**: Righteous retribution
|
|
86
|
+
- **Destructive Revenge**: Revenge that consumes the avenger
|
|
87
|
+
- **Delayed Revenge**: Hesitation and moral conflict
|
|
88
|
+
- **Cycle of Revenge**: Endless retaliation
|
|
89
|
+
|
|
90
|
+
**Example - Hamlet**:
|
|
91
|
+
```
|
|
92
|
+
HAMLET: To be, or not to be—that is the question:
|
|
93
|
+
Whether 'tis nobler in the mind to suffer
|
|
94
|
+
The slings and arrows of outrageous fortune,
|
|
95
|
+
Or to take arms against a sea of troubles
|
|
96
|
+
And by opposing end them.
|
|
97
|
+
```
|
|
98
|
+
(Moral conflict about revenge)
|
|
99
|
+
|
|
100
|
+
**Thematic Questions**:
|
|
101
|
+
- Is revenge ever justified?
|
|
102
|
+
- What is the cost of seeking revenge?
|
|
103
|
+
- Does revenge bring satisfaction or further suffering?
|
|
104
|
+
|
|
105
|
+
### Fate vs. Free Will
|
|
106
|
+
|
|
107
|
+
**Definition**: The tension between predetermined destiny and individual choice.
|
|
108
|
+
|
|
109
|
+
**Manifestations**:
|
|
110
|
+
- **Prophecy and Destiny**: Foretold futures
|
|
111
|
+
- **Choice and Consequence**: Actions shaping outcomes
|
|
112
|
+
- **Inevitability**: Events that cannot be avoided
|
|
113
|
+
- **Self-Fulfilling Prophecy**: Choices that create predicted outcomes
|
|
114
|
+
|
|
115
|
+
**Example - Macbeth**:
|
|
116
|
+
```
|
|
117
|
+
MACBETH: If chance will have me king, why, chance may crown me
|
|
118
|
+
Without my stir.
|
|
119
|
+
```
|
|
120
|
+
(Later chooses to act, fulfilling prophecy through murder)
|
|
121
|
+
|
|
122
|
+
**Example - Romeo and Juliet**:
|
|
123
|
+
```
|
|
124
|
+
CHORUS: A pair of star-crossed lovers take their life.
|
|
125
|
+
```
|
|
126
|
+
(Fate presented as inevitable, yet choices matter)
|
|
127
|
+
|
|
128
|
+
**Thematic Questions**:
|
|
129
|
+
- Are we masters of our destiny?
|
|
130
|
+
- Do our choices matter if fate is predetermined?
|
|
131
|
+
- Can we escape our destiny?
|
|
132
|
+
|
|
133
|
+
## Appearance vs. Reality
|
|
134
|
+
|
|
135
|
+
**Definition**: The contrast between how things seem and how they truly are.
|
|
136
|
+
|
|
137
|
+
**Manifestations**:
|
|
138
|
+
- **Deception**: Characters hiding true intentions
|
|
139
|
+
- **Disguise**: Physical concealment of identity
|
|
140
|
+
- **Illusion**: False perceptions
|
|
141
|
+
- **Truth Revealed**: Unmasking reality
|
|
142
|
+
|
|
143
|
+
**Example - Hamlet**:
|
|
144
|
+
```
|
|
145
|
+
HAMLET: Seems, madam? Nay, it is. I know not "seems."
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
**Example - Macbeth**:
|
|
149
|
+
```
|
|
150
|
+
MACBETH: False face must hide what the false heart doth know.
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
**Example - Othello**:
|
|
154
|
+
```
|
|
155
|
+
IAGO: I am not what I am.
|
|
156
|
+
```
|
|
157
|
+
(Iago's deception drives the tragedy)
|
|
158
|
+
|
|
159
|
+
**Thematic Questions**:
|
|
160
|
+
- Can we trust appearances?
|
|
161
|
+
- What is the cost of deception?
|
|
162
|
+
- How do we discern truth from illusion?
|
|
163
|
+
|
|
164
|
+
## Order and Disorder
|
|
165
|
+
|
|
166
|
+
**Definition**: The balance between social/natural order and chaos.
|
|
167
|
+
|
|
168
|
+
**Manifestations**:
|
|
169
|
+
- **Social Hierarchy**: Proper order of society
|
|
170
|
+
- **Natural Order**: Cosmic balance
|
|
171
|
+
- **Disruption**: Chaos from breaking order
|
|
172
|
+
- **Restoration**: Return to balance
|
|
173
|
+
|
|
174
|
+
**Example - Macbeth**:
|
|
175
|
+
```
|
|
176
|
+
ROSS: By th' clock 'tis day,
|
|
177
|
+
And yet dark night strangles the traveling lamp.
|
|
178
|
+
Is't night's predominance or the day's shame
|
|
179
|
+
That darkness does the face of earth entomb
|
|
180
|
+
When living light should kiss it?
|
|
181
|
+
```
|
|
182
|
+
(Murder of king disrupts natural order)
|
|
183
|
+
|
|
184
|
+
**Example - King Lear**:
|
|
185
|
+
```
|
|
186
|
+
LEAR: Blow, winds, and crack your cheeks! Rage, blow!
|
|
187
|
+
```
|
|
188
|
+
(Storm reflects disorder in kingdom and Lear's mind)
|
|
189
|
+
|
|
190
|
+
**Thematic Questions**:
|
|
191
|
+
- What happens when natural order is violated?
|
|
192
|
+
- Can order be restored after chaos?
|
|
193
|
+
- What is the relationship between political and natural order?
|
|
194
|
+
|
|
195
|
+
## Nature and the Supernatural
|
|
196
|
+
|
|
197
|
+
**Definition**: The relationship between the natural world, human nature, and supernatural forces.
|
|
198
|
+
|
|
199
|
+
**Manifestations**:
|
|
200
|
+
- **Natural World**: Storms, seasons, animals as symbols
|
|
201
|
+
- **Supernatural Beings**: Ghosts, witches, fairies
|
|
202
|
+
- **Omens and Portents**: Signs of future events
|
|
203
|
+
- **Human Nature**: What is natural vs. unnatural in human behavior
|
|
204
|
+
|
|
205
|
+
**Example - Macbeth**:
|
|
206
|
+
```
|
|
207
|
+
FIRST WITCH: When shall we three meet again?
|
|
208
|
+
In thunder, lightning, or in rain?
|
|
209
|
+
```
|
|
210
|
+
(Witches represent supernatural forces influencing fate)
|
|
211
|
+
|
|
212
|
+
**Example - Hamlet**:
|
|
213
|
+
```
|
|
214
|
+
HAMLET: There are more things in heaven and earth, Horatio,
|
|
215
|
+
Than are dreamt of in your philosophy.
|
|
216
|
+
```
|
|
217
|
+
(Ghost reveals supernatural dimension)
|
|
218
|
+
|
|
219
|
+
**Example - The Tempest**:
|
|
220
|
+
```
|
|
221
|
+
PROSPERO: We are such stuff
|
|
222
|
+
As dreams are made on, and our little life
|
|
223
|
+
Is rounded with a sleep.
|
|
224
|
+
```
|
|
225
|
+
(Magic and nature intertwined)
|
|
226
|
+
|
|
227
|
+
**Thematic Questions**:
|
|
228
|
+
- What is the relationship between natural and supernatural?
|
|
229
|
+
- What is "natural" human behavior?
|
|
230
|
+
- Can humans control nature or supernatural forces?
|
|
231
|
+
|
|
232
|
+
## Justice and Mercy
|
|
233
|
+
|
|
234
|
+
**Definition**: The tension between strict justice and compassionate mercy.
|
|
235
|
+
|
|
236
|
+
**Manifestations**:
|
|
237
|
+
- **Legal Justice**: Courts, trials, punishment
|
|
238
|
+
- **Divine Justice**: Cosmic retribution
|
|
239
|
+
- **Mercy and Forgiveness**: Compassion over punishment
|
|
240
|
+
- **Injustice**: Wrongful punishment or lack of justice
|
|
241
|
+
|
|
242
|
+
**Example - The Merchant of Venice**:
|
|
243
|
+
```
|
|
244
|
+
PORTIA: The quality of mercy is not strained.
|
|
245
|
+
It droppeth as the gentle rain from heaven
|
|
246
|
+
Upon the place beneath. It is twice blest:
|
|
247
|
+
It blesseth him that gives and him that takes.
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
**Example - Measure for Measure**:
|
|
251
|
+
```
|
|
252
|
+
ISABELLA: Why, all the souls that were were forfeit once,
|
|
253
|
+
And He that might the vantage best have took
|
|
254
|
+
Found out the remedy. How would you be
|
|
255
|
+
If He, which is the top of judgment, should
|
|
256
|
+
But judge you as you are?
|
|
257
|
+
```
|
|
258
|
+
(Plea for mercy over strict justice)
|
|
259
|
+
|
|
260
|
+
**Thematic Questions**:
|
|
261
|
+
- Is strict justice always right?
|
|
262
|
+
- When should mercy override justice?
|
|
263
|
+
- What is true justice?
|
|
264
|
+
|
|
265
|
+
## Time and Mortality
|
|
266
|
+
|
|
267
|
+
**Definition**: The passage of time, aging, death, and the desire for immortality.
|
|
268
|
+
|
|
269
|
+
**Manifestations**:
|
|
270
|
+
- **Mortality**: Inevitability of death
|
|
271
|
+
- **Legacy**: What we leave behind
|
|
272
|
+
- **Time's Passage**: Aging and change
|
|
273
|
+
- **Immortality**: Through art, memory, or children
|
|
274
|
+
|
|
275
|
+
**Example - Hamlet**:
|
|
276
|
+
```
|
|
277
|
+
HAMLET: Alas, poor Yorick! I knew him, Horatio—a fellow of
|
|
278
|
+
infinite jest, of most excellent fancy. He hath borne
|
|
279
|
+
me on his back a thousand times, and now, how abhorred
|
|
280
|
+
in my imagination it is!
|
|
281
|
+
```
|
|
282
|
+
(Confronting mortality)
|
|
283
|
+
|
|
284
|
+
**Example - Sonnet 18**:
|
|
285
|
+
```
|
|
286
|
+
So long as men can breathe or eyes can see,
|
|
287
|
+
So long lives this, and this gives life to thee.
|
|
288
|
+
```
|
|
289
|
+
(Poetry grants immortality)
|
|
290
|
+
|
|
291
|
+
**Example - Macbeth**:
|
|
292
|
+
```
|
|
293
|
+
MACBETH: Tomorrow, and tomorrow, and tomorrow
|
|
294
|
+
Creeps in this petty pace from day to day
|
|
295
|
+
To the last syllable of recorded time.
|
|
296
|
+
```
|
|
297
|
+
(Time's relentless, meaningless progression)
|
|
298
|
+
|
|
299
|
+
**Thematic Questions**:
|
|
300
|
+
- How do we face mortality?
|
|
301
|
+
- What gives life meaning in the face of death?
|
|
302
|
+
- Can we achieve immortality?
|
|
303
|
+
|
|
304
|
+
## Weaving Themes Through Plot and Character
|
|
305
|
+
|
|
306
|
+
### Integration Techniques
|
|
307
|
+
|
|
308
|
+
**1. Character Embodiment**
|
|
309
|
+
|
|
310
|
+
Make characters embody different perspectives on the theme:
|
|
311
|
+
|
|
312
|
+
**Example - Hamlet (Revenge)**:
|
|
313
|
+
- **Hamlet**: Hesitant, philosophical approach to revenge
|
|
314
|
+
- **Laertes**: Impulsive, immediate revenge
|
|
315
|
+
- **Fortinbras**: Honorable, political revenge
|
|
316
|
+
- **Pyrrhus**: Brutal, excessive revenge (in Player's speech)
|
|
317
|
+
|
|
318
|
+
Each character represents a different relationship to the theme.
|
|
319
|
+
|
|
320
|
+
**2. Plot as Thematic Exploration**
|
|
321
|
+
|
|
322
|
+
Structure plot to test and explore theme:
|
|
323
|
+
|
|
324
|
+
**Example - King Lear (Order and Disorder)**:
|
|
325
|
+
- **Act I**: Lear disrupts natural order (dividing kingdom, banishing Cordelia)
|
|
326
|
+
- **Act II-III**: Chaos spreads (family breakdown, political disorder, storm)
|
|
327
|
+
- **Act IV-V**: Attempted restoration (reconciliation, battle, tragic resolution)
|
|
328
|
+
|
|
329
|
+
Plot progression mirrors thematic journey.
|
|
330
|
+
|
|
331
|
+
**3. Imagery and Symbolism**
|
|
332
|
+
|
|
333
|
+
Use recurring images to reinforce theme:
|
|
334
|
+
|
|
335
|
+
**Example - Macbeth (Blood/Guilt)**:
|
|
336
|
+
```
|
|
337
|
+
MACBETH: Will all great Neptune's ocean wash this blood
|
|
338
|
+
Clean from my hand?
|
|
339
|
+
|
|
340
|
+
LADY MACBETH: Out, damned spot! Out, I say!
|
|
341
|
+
```
|
|
342
|
+
(Blood imagery throughout reinforces guilt theme)
|
|
343
|
+
|
|
344
|
+
**4. Contrasting Scenes**
|
|
345
|
+
|
|
346
|
+
Juxtapose scenes to highlight thematic contrasts:
|
|
347
|
+
|
|
348
|
+
**Example - Romeo and Juliet (Love vs. Hate)**:
|
|
349
|
+
- Love scene (balcony) followed by violence (Tybalt's death)
|
|
350
|
+
- Wedding followed by banishment
|
|
351
|
+
- Intimate moments contrasted with public feuding
|
|
352
|
+
|
|
353
|
+
**5. Dialogue and Subtext**
|
|
354
|
+
|
|
355
|
+
Characters discuss theme without being obvious:
|
|
356
|
+
|
|
357
|
+
❌ **On-the-Nose**:
|
|
358
|
+
```
|
|
359
|
+
CHARACTER: This play is about the corrupting nature of power.
|
|
360
|
+
```
|
|
361
|
+
|
|
362
|
+
✅ **Subtle**:
|
|
363
|
+
```
|
|
364
|
+
MACBETH: I am in blood
|
|
365
|
+
Stepped in so far that, should I wade no more,
|
|
366
|
+
Returning were as tedious as go o'er.
|
|
367
|
+
```
|
|
368
|
+
(Shows corruption without stating it)
|
|
369
|
+
|
|
370
|
+
**6. Multiple Themes Interweaving**
|
|
371
|
+
|
|
372
|
+
Great works explore multiple themes simultaneously:
|
|
373
|
+
|
|
374
|
+
**Example - Hamlet**:
|
|
375
|
+
- **Primary**: Revenge, action vs. inaction
|
|
376
|
+
- **Secondary**: Appearance vs. reality, mortality, madness
|
|
377
|
+
- **Tertiary**: Corruption, family, duty
|
|
378
|
+
|
|
379
|
+
Themes intersect and complicate each other.
|
|
380
|
+
|
|
381
|
+
### Practical Application
|
|
382
|
+
|
|
383
|
+
**Step 1: Choose Primary Theme**
|
|
384
|
+
|
|
385
|
+
Select 1-2 central themes for your work.
|
|
386
|
+
|
|
387
|
+
**Step 2: Develop Thematic Question**
|
|
388
|
+
|
|
389
|
+
What question does your work explore about this theme?
|
|
390
|
+
|
|
391
|
+
Example: "Does revenge bring justice or perpetuate suffering?"
|
|
392
|
+
|
|
393
|
+
**Step 3: Create Contrasting Perspectives**
|
|
394
|
+
|
|
395
|
+
Design characters with different relationships to theme.
|
|
396
|
+
|
|
397
|
+
**Step 4: Structure Plot Around Theme**
|
|
398
|
+
|
|
399
|
+
Major plot points should test and explore theme.
|
|
400
|
+
|
|
401
|
+
**Step 5: Layer in Imagery**
|
|
402
|
+
|
|
403
|
+
Choose recurring images/symbols that reinforce theme.
|
|
404
|
+
|
|
405
|
+
**Step 6: Avoid Preaching**
|
|
406
|
+
|
|
407
|
+
Show theme through action, don't state it explicitly.
|
|
408
|
+
|
|
409
|
+
**Step 7: Allow Complexity**
|
|
410
|
+
|
|
411
|
+
Don't provide simple answers—explore contradictions and nuances.
|
|
412
|
+
|
|
413
|
+
## Thematic Checklist
|
|
414
|
+
|
|
415
|
+
When developing themes in your writing:
|
|
416
|
+
|
|
417
|
+
- [ ] Theme emerges from character and plot, not imposed artificially
|
|
418
|
+
- [ ] Multiple characters offer different perspectives on theme
|
|
419
|
+
- [ ] Plot structure explores and tests theme
|
|
420
|
+
- [ ] Imagery and symbolism reinforce theme
|
|
421
|
+
- [ ] Theme is shown through action, not stated in dialogue
|
|
422
|
+
- [ ] Thematic questions are complex, not simplistic
|
|
423
|
+
- [ ] Multiple themes interweave naturally
|
|
424
|
+
- [ ] Theme resonates universally while being specific to story
|
|
425
|
+
- [ ] Ending provides thematic resolution (not necessarily answer)
|
|
426
|
+
- [ ] Theme deepens on re-reading/re-watching
|
|
427
|
+
|
|
428
|
+
## Common Pitfalls
|
|
429
|
+
|
|
430
|
+
**Pitfall 1: Being Too Obvious**
|
|
431
|
+
|
|
432
|
+
❌ Characters explicitly state the theme
|
|
433
|
+
✅ Theme emerges through action and consequence
|
|
434
|
+
|
|
435
|
+
**Pitfall 2: Single Perspective**
|
|
436
|
+
|
|
437
|
+
❌ Only one viewpoint on theme presented
|
|
438
|
+
✅ Multiple characters explore theme from different angles
|
|
439
|
+
|
|
440
|
+
**Pitfall 3: Theme Added Late**
|
|
441
|
+
|
|
442
|
+
❌ Theme tacked on at end
|
|
443
|
+
✅ Theme woven throughout from beginning
|
|
444
|
+
|
|
445
|
+
**Pitfall 4: Simplistic Resolution**
|
|
446
|
+
|
|
447
|
+
❌ Easy answer to complex thematic question
|
|
448
|
+
✅ Nuanced, thought-provoking exploration
|
|
449
|
+
|
|
450
|
+
**Pitfall 5: Theme Overwhelming Story**
|
|
451
|
+
|
|
452
|
+
❌ Story serves theme at expense of character and plot
|
|
453
|
+
✅ Theme emerges naturally from compelling story
|
|
454
|
+
|
|
455
|
+
## Further Reading
|
|
456
|
+
|
|
457
|
+
- **Hamlet**: Revenge, mortality, appearance vs. reality
|
|
458
|
+
- **Macbeth**: Ambition, power, fate vs. free will, order and disorder
|
|
459
|
+
- **King Lear**: Order and disorder, justice and mercy, nature
|
|
460
|
+
- **Romeo and Juliet**: Love, fate vs. free will, time
|
|
461
|
+
- **Othello**: Jealousy, appearance vs. reality, race
|
|
462
|
+
- **The Tempest**: Power, forgiveness, nature and the supernatural
|
|
463
|
+
|
|
464
|
+
---
|
|
465
|
+
|
|
466
|
+
**Related Guides**:
|
|
467
|
+
- [Character Development](character-development.md) - Creating characters who embody themes
|
|
468
|
+
- [Tragedy](../drama/tragedy.md) - Thematic elements in tragic structure
|
|
469
|
+
- [Rhetoric and Wordplay](../language/rhetoric-wordplay.md) - Language techniques for conveying theme
|
|
470
|
+
|
|
471
|
+
|