@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,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "shakespeare",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Shakespeare Writing Standards",
|
|
5
|
+
"description": "Comprehensive guide to Shakespearean writing including poetry (sonnets, iambic pentameter), drama (tragedy, comedy, history), Elizabethan English, rhetoric, character development, and thematic elements",
|
|
6
|
+
"type": "writing-standards",
|
|
7
|
+
"category": "literature",
|
|
8
|
+
"author": "Augment Extensions",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"tags": [
|
|
11
|
+
"shakespeare",
|
|
12
|
+
"literature",
|
|
13
|
+
"poetry",
|
|
14
|
+
"drama",
|
|
15
|
+
"sonnets",
|
|
16
|
+
"iambic-pentameter",
|
|
17
|
+
"elizabethan-english",
|
|
18
|
+
"tragedy",
|
|
19
|
+
"comedy",
|
|
20
|
+
"rhetoric",
|
|
21
|
+
"character-development",
|
|
22
|
+
"themes"
|
|
23
|
+
],
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"required": [],
|
|
26
|
+
"optional": []
|
|
27
|
+
},
|
|
28
|
+
"augment": {
|
|
29
|
+
"characterCount": 419662,
|
|
30
|
+
"priority": "high",
|
|
31
|
+
"category": "writing-standards",
|
|
32
|
+
"appliesTo": {
|
|
33
|
+
"filePatterns": [
|
|
34
|
+
"**/*.md",
|
|
35
|
+
"**/literature/**/*",
|
|
36
|
+
"**/poetry/**/*",
|
|
37
|
+
"**/drama/**/*"
|
|
38
|
+
],
|
|
39
|
+
"languages": ["markdown", "text"]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"installation": {
|
|
43
|
+
"required": false,
|
|
44
|
+
"steps": [
|
|
45
|
+
"Link module using: augx link writing-standards/literature/shakespeare",
|
|
46
|
+
"Or manually copy contents to project's .augment/ folder"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"contents": {
|
|
50
|
+
"rules": [
|
|
51
|
+
"rules/poetry/sonnets.md",
|
|
52
|
+
"rules/poetry/narrative-poetry.md",
|
|
53
|
+
"rules/poetry/verse-forms.md",
|
|
54
|
+
"rules/poetry/iambic-pentameter.md",
|
|
55
|
+
"rules/drama/tragedy.md",
|
|
56
|
+
"rules/drama/comedy.md",
|
|
57
|
+
"rules/drama/history-plays.md",
|
|
58
|
+
"rules/drama/scene-construction.md",
|
|
59
|
+
"rules/language/elizabethan-english.md",
|
|
60
|
+
"rules/language/rhetoric-wordplay.md",
|
|
61
|
+
"rules/language/vocabulary-guide.md",
|
|
62
|
+
"rules/character-themes/character-development.md",
|
|
63
|
+
"rules/character-themes/thematic-elements.md"
|
|
64
|
+
],
|
|
65
|
+
"examples": [
|
|
66
|
+
"examples/annotated-sonnets/",
|
|
67
|
+
"examples/scene-examples/",
|
|
68
|
+
"examples/exercises/"
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,608 @@
|
|
|
1
|
+
# Character Development
|
|
2
|
+
|
|
3
|
+
A comprehensive guide to creating complex, multi-dimensional characters in the Shakespearean tradition.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Shakespeare's characters are renowned for their psychological depth, complexity, and humanity. They possess internal conflicts, undergo transformations, and reveal themselves through action and language. This guide explores techniques for creating memorable, three-dimensional characters.
|
|
8
|
+
|
|
9
|
+
## Complex, Multi-Dimensional Characters
|
|
10
|
+
|
|
11
|
+
### Characteristics of Shakespearean Characters
|
|
12
|
+
|
|
13
|
+
**Multi-Faceted Personalities**:
|
|
14
|
+
- Possess contradictory traits (brave yet fearful, loving yet cruel)
|
|
15
|
+
- Display different aspects in different contexts
|
|
16
|
+
- Evolve and change throughout the story
|
|
17
|
+
- Contain both virtues and flaws
|
|
18
|
+
|
|
19
|
+
**Psychological Depth**:
|
|
20
|
+
- Have rich inner lives revealed through soliloquy
|
|
21
|
+
- Struggle with moral dilemmas
|
|
22
|
+
- Experience genuine emotional complexity
|
|
23
|
+
- Possess believable motivations
|
|
24
|
+
|
|
25
|
+
**Universal Yet Specific**:
|
|
26
|
+
- Embody universal human experiences
|
|
27
|
+
- Possess unique, individual characteristics
|
|
28
|
+
- Speak with distinctive voices
|
|
29
|
+
- Have particular backgrounds and histories
|
|
30
|
+
|
|
31
|
+
### Creating Complexity
|
|
32
|
+
|
|
33
|
+
**Avoid One-Dimensional Characters**:
|
|
34
|
+
|
|
35
|
+
❌ **Flat**: "The villain is purely evil with no redeeming qualities."
|
|
36
|
+
✅ **Complex**: "The villain believes he's doing right, has loved ones, but makes terrible choices."
|
|
37
|
+
|
|
38
|
+
**Example - Macbeth**:
|
|
39
|
+
- Brave warrior (Act I)
|
|
40
|
+
- Ambitious but hesitant (Act I)
|
|
41
|
+
- Murderer driven by prophecy and wife (Act II)
|
|
42
|
+
- Paranoid tyrant (Act III-IV)
|
|
43
|
+
- Nihilistic, defeated man (Act V)
|
|
44
|
+
|
|
45
|
+
**Contradictory Traits**:
|
|
46
|
+
```
|
|
47
|
+
HAMLET: I am but mad north-north-west. When the wind is southerly,
|
|
48
|
+
I know a hawk from a handsaw.
|
|
49
|
+
```
|
|
50
|
+
(Hamlet is both mad and calculating, genuine and performing)
|
|
51
|
+
|
|
52
|
+
## Internal Conflict and Motivation
|
|
53
|
+
|
|
54
|
+
### Internal Conflict
|
|
55
|
+
|
|
56
|
+
**Definition**: Character struggles within themselves between opposing desires, duties, or beliefs.
|
|
57
|
+
|
|
58
|
+
**Purpose**: Creates dramatic tension, reveals character depth, drives plot forward.
|
|
59
|
+
|
|
60
|
+
**Types of Internal Conflict**:
|
|
61
|
+
|
|
62
|
+
**Moral Conflict** (right vs. wrong):
|
|
63
|
+
```
|
|
64
|
+
HAMLET: To be, or not to be—that is the question:
|
|
65
|
+
Whether 'tis nobler in the mind to suffer
|
|
66
|
+
The slings and arrows of outrageous fortune,
|
|
67
|
+
Or to take arms against a sea of troubles
|
|
68
|
+
And by opposing end them.
|
|
69
|
+
```
|
|
70
|
+
(Hamlet: Revenge vs. morality, action vs. inaction)
|
|
71
|
+
|
|
72
|
+
**Desire vs. Duty**:
|
|
73
|
+
```
|
|
74
|
+
BRUTUS: I know no personal cause to spurn at him,
|
|
75
|
+
But for the general. He would be crowned.
|
|
76
|
+
How that might change his nature, there's the question.
|
|
77
|
+
```
|
|
78
|
+
(Brutus: Love for Caesar vs. duty to Rome)
|
|
79
|
+
|
|
80
|
+
**Ambition vs. Conscience**:
|
|
81
|
+
```
|
|
82
|
+
MACBETH: I have no spur
|
|
83
|
+
To prick the sides of my intent, but only
|
|
84
|
+
Vaulting ambition, which o'erleaps itself
|
|
85
|
+
And falls on th' other.
|
|
86
|
+
```
|
|
87
|
+
(Macbeth: Desire for power vs. moral hesitation)
|
|
88
|
+
|
|
89
|
+
**Love vs. Loyalty**:
|
|
90
|
+
```
|
|
91
|
+
JULIET: My only love sprung from my only hate!
|
|
92
|
+
Too early seen unknown, and known too late!
|
|
93
|
+
Prodigious birth of love it is to me
|
|
94
|
+
That I must love a loathèd enemy.
|
|
95
|
+
```
|
|
96
|
+
(Juliet: Love for Romeo vs. loyalty to family)
|
|
97
|
+
|
|
98
|
+
### Motivation
|
|
99
|
+
|
|
100
|
+
**Clear, Believable Motivations**:
|
|
101
|
+
|
|
102
|
+
Every character needs:
|
|
103
|
+
- **Want**: What they desire (external goal)
|
|
104
|
+
- **Need**: What they actually require (internal growth)
|
|
105
|
+
- **Fear**: What they're trying to avoid
|
|
106
|
+
- **Belief**: What drives their choices
|
|
107
|
+
|
|
108
|
+
**Example - Lady Macbeth**:
|
|
109
|
+
- **Want**: Power, queenship
|
|
110
|
+
- **Need**: To prove her strength (overcompensating for perceived weakness)
|
|
111
|
+
- **Fear**: Being seen as weak or feminine
|
|
112
|
+
- **Belief**: Ruthlessness equals strength
|
|
113
|
+
|
|
114
|
+
**Motivation Through Action**:
|
|
115
|
+
|
|
116
|
+
Show motivation through choices, not just words:
|
|
117
|
+
```
|
|
118
|
+
IAGO: I hate the Moor,
|
|
119
|
+
And it is thought abroad that 'twixt my sheets
|
|
120
|
+
He's done my office. I know not if't be true,
|
|
121
|
+
But I, for mere suspicion in that kind,
|
|
122
|
+
Will do as if for surety.
|
|
123
|
+
```
|
|
124
|
+
(Iago's actions reveal his malicious nature)
|
|
125
|
+
|
|
126
|
+
## Character Arcs and Transformation
|
|
127
|
+
|
|
128
|
+
### Character Arc
|
|
129
|
+
|
|
130
|
+
**Definition**: The transformation a character undergoes from beginning to end.
|
|
131
|
+
|
|
132
|
+
**Types of Arcs**:
|
|
133
|
+
|
|
134
|
+
**Positive Arc** (growth, redemption):
|
|
135
|
+
- Character overcomes flaw
|
|
136
|
+
- Learns important lesson
|
|
137
|
+
- Becomes better person
|
|
138
|
+
- Example: **King Lear** (pride to humility)
|
|
139
|
+
|
|
140
|
+
**Negative Arc** (corruption, fall):
|
|
141
|
+
- Character succumbs to flaw
|
|
142
|
+
- Moral degradation
|
|
143
|
+
- Tragic downfall
|
|
144
|
+
- Example: **Macbeth** (noble to tyrant)
|
|
145
|
+
|
|
146
|
+
**Flat Arc** (character changes world, not self):
|
|
147
|
+
- Character maintains core values
|
|
148
|
+
- World changes around them
|
|
149
|
+
- Tests their principles
|
|
150
|
+
- Example: **Cordelia** (maintains honesty despite consequences)
|
|
151
|
+
|
|
152
|
+
### Transformation Examples
|
|
153
|
+
|
|
154
|
+
**Macbeth's Arc** (Negative):
|
|
155
|
+
|
|
156
|
+
**Act I**: Noble warrior, loyal thane
|
|
157
|
+
```
|
|
158
|
+
DUNCAN: O valiant cousin, worthy gentleman!
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
**Act II**: Reluctant murderer, guilt-ridden
|
|
162
|
+
```
|
|
163
|
+
MACBETH: Will all great Neptune's ocean wash this blood
|
|
164
|
+
Clean from my hand?
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
**Act III**: Paranoid tyrant, ordering more murders
|
|
168
|
+
```
|
|
169
|
+
MACBETH: For mine own good
|
|
170
|
+
All causes shall give way.
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
**Act V**: Nihilistic, defeated
|
|
174
|
+
```
|
|
175
|
+
MACBETH: Life's but a walking shadow, a poor player
|
|
176
|
+
That struts and frets his hour upon the stage
|
|
177
|
+
And then is heard no more.
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
**King Lear's Arc** (Positive through suffering):
|
|
181
|
+
|
|
182
|
+
**Act I**: Arrogant king demanding flattery
|
|
183
|
+
```
|
|
184
|
+
LEAR: Which of you shall we say doth love us most?
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
**Act III**: Humbled by storm, gaining empathy
|
|
188
|
+
```
|
|
189
|
+
LEAR: Poor naked wretches, wheresoe'er you are,
|
|
190
|
+
That bide the pelting of this pitiless storm,
|
|
191
|
+
How shall your houseless heads and unfed sides,
|
|
192
|
+
Your looped and windowed raggedness, defend you
|
|
193
|
+
From seasons such as these? O, I have ta'en
|
|
194
|
+
Too little care of this!
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
**Act V**: Wise through suffering, loving father
|
|
198
|
+
```
|
|
199
|
+
LEAR: Come, let's away to prison.
|
|
200
|
+
We two alone will sing like birds i' th' cage.
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
## Foil Characters
|
|
204
|
+
|
|
205
|
+
### Definition
|
|
206
|
+
|
|
207
|
+
**Foil**: Character whose qualities contrast with another character, highlighting particular traits.
|
|
208
|
+
|
|
209
|
+
**Purpose**: Emphasizes protagonist's characteristics, creates dramatic contrast, explores themes from multiple angles.
|
|
210
|
+
|
|
211
|
+
### Examples of Foils
|
|
212
|
+
|
|
213
|
+
**Hamlet and Laertes**:
|
|
214
|
+
- **Hamlet**: Thoughtful, hesitant, philosophical
|
|
215
|
+
- **Laertes**: Impulsive, action-oriented, emotional
|
|
216
|
+
- **Contrast**: Highlights Hamlet's overthinking vs. Laertes' rashness
|
|
217
|
+
|
|
218
|
+
```
|
|
219
|
+
HAMLET: Thus conscience does make cowards of us all,
|
|
220
|
+
And thus the native hue of resolution
|
|
221
|
+
Is sicklied o'er with the pale cast of thought.
|
|
222
|
+
|
|
223
|
+
LAERTES: I dare damnation. To this point I stand,
|
|
224
|
+
That both the worlds I give to negligence,
|
|
225
|
+
Let come what comes, only I'll be revenged
|
|
226
|
+
Most throughly for my father.
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
**Hamlet and Fortinbras**:
|
|
230
|
+
- **Hamlet**: Paralyzed by thought
|
|
231
|
+
- **Fortinbras**: Man of action
|
|
232
|
+
- **Contrast**: Different approaches to revenge and honor
|
|
233
|
+
|
|
234
|
+
**Cordelia and Goneril/Regan**:
|
|
235
|
+
- **Cordelia**: Honest, loving, genuine
|
|
236
|
+
- **Goneril/Regan**: Flattering, cruel, false
|
|
237
|
+
- **Contrast**: True love vs. false flattery
|
|
238
|
+
|
|
239
|
+
**Banquo and Macbeth**:
|
|
240
|
+
- **Banquo**: Resists temptation, maintains honor
|
|
241
|
+
- **Macbeth**: Succumbs to ambition, loses honor
|
|
242
|
+
- **Contrast**: Two responses to same prophecy
|
|
243
|
+
|
|
244
|
+
### Creating Effective Foils
|
|
245
|
+
|
|
246
|
+
**Shared Situation, Different Response**:
|
|
247
|
+
- Place characters in similar circumstances
|
|
248
|
+
- Show contrasting choices
|
|
249
|
+
- Highlight different values and priorities
|
|
250
|
+
|
|
251
|
+
**Complementary Traits**:
|
|
252
|
+
- One character's strength is another's weakness
|
|
253
|
+
- Create balance and tension
|
|
254
|
+
- Explore different aspects of theme
|
|
255
|
+
|
|
256
|
+
## Stock Characters and Archetypes
|
|
257
|
+
|
|
258
|
+
### Stock Characters
|
|
259
|
+
|
|
260
|
+
**Definition**: Recognizable character types with conventional traits.
|
|
261
|
+
|
|
262
|
+
**Shakespeare's Use**: Takes stock types and adds depth, subverts expectations, creates variations.
|
|
263
|
+
|
|
264
|
+
### Common Shakespearean Archetypes
|
|
265
|
+
|
|
266
|
+
**The Fool/Clown**:
|
|
267
|
+
- Appears simple but speaks wisdom
|
|
268
|
+
- Uses wordplay and puns
|
|
269
|
+
- Often sees truth others miss
|
|
270
|
+
- Examples: **Feste** (Twelfth Night), **Touchstone** (As You Like It), **Fool** (King Lear)
|
|
271
|
+
|
|
272
|
+
```
|
|
273
|
+
FOOL (to Lear): Thou shouldst not have been old till thou hadst been wise.
|
|
274
|
+
```
|
|
275
|
+
|
|
276
|
+
**The Wise Counselor**:
|
|
277
|
+
- Offers guidance and wisdom
|
|
278
|
+
- Often ignored by protagonist
|
|
279
|
+
- Represents reason and experience
|
|
280
|
+
- Examples: **Polonius** (Hamlet), **Kent** (King Lear), **Gonzalo** (The Tempest)
|
|
281
|
+
|
|
282
|
+
**The Ingénue**:
|
|
283
|
+
- Young, innocent, pure
|
|
284
|
+
- Often victimized by circumstances
|
|
285
|
+
- Represents virtue and truth
|
|
286
|
+
- Examples: **Ophelia** (Hamlet), **Desdemona** (Othello), **Miranda** (The Tempest)
|
|
287
|
+
|
|
288
|
+
**The Machiavellian Villain**:
|
|
289
|
+
- Intelligent, manipulative
|
|
290
|
+
- Motivated by ambition or revenge
|
|
291
|
+
- Often soliloquizes about schemes
|
|
292
|
+
- Examples: **Iago** (Othello), **Edmund** (King Lear), **Richard III**
|
|
293
|
+
|
|
294
|
+
**The Melancholic**:
|
|
295
|
+
- Contemplative, philosophical
|
|
296
|
+
- Often dressed in black
|
|
297
|
+
- Struggles with existential questions
|
|
298
|
+
- Examples: **Hamlet**, **Jaques** (As You Like It)
|
|
299
|
+
|
|
300
|
+
### Subverting Archetypes
|
|
301
|
+
|
|
302
|
+
**Add Complexity to Stock Types**:
|
|
303
|
+
|
|
304
|
+
❌ **Stock**: The fool is merely comic relief
|
|
305
|
+
✅ **Complex**: The fool speaks profound truths through humor (King Lear's Fool)
|
|
306
|
+
|
|
307
|
+
❌ **Stock**: The villain is purely evil
|
|
308
|
+
✅ **Complex**: The villain has understandable motivations (Shylock)
|
|
309
|
+
|
|
310
|
+
**Example - Shylock**:
|
|
311
|
+
Traditional stock character: The greedy Jewish moneylender
|
|
312
|
+
Shakespeare's version: Complex man driven by persecution and desire for revenge
|
|
313
|
+
```
|
|
314
|
+
SHYLOCK: Hath not a Jew eyes? Hath not a Jew hands, organs,
|
|
315
|
+
dimensions, senses, affections, passions? Fed with
|
|
316
|
+
the same food, hurt with the same weapons, subject
|
|
317
|
+
to the same diseases, healed by the same means,
|
|
318
|
+
warmed and cooled by the same winter and summer
|
|
319
|
+
as a Christian is? If you prick us, do we not bleed?
|
|
320
|
+
If you tickle us, do we not laugh? If you poison us,
|
|
321
|
+
do we not die? And if you wrong us, shall we not revenge?
|
|
322
|
+
```
|
|
323
|
+
|
|
324
|
+
## Revealing Character Through Dialogue
|
|
325
|
+
|
|
326
|
+
### Distinctive Voice
|
|
327
|
+
|
|
328
|
+
**Each Character Should Sound Unique**:
|
|
329
|
+
|
|
330
|
+
**Vocabulary Level**:
|
|
331
|
+
- Educated characters: Complex vocabulary, classical references
|
|
332
|
+
- Common folk: Simple, direct language
|
|
333
|
+
- Fools: Wordplay, puns, malapropisms
|
|
334
|
+
|
|
335
|
+
**Speech Patterns**:
|
|
336
|
+
- Verbose vs. terse
|
|
337
|
+
- Poetic vs. prosaic
|
|
338
|
+
- Formal vs. colloquial
|
|
339
|
+
|
|
340
|
+
**Example - Contrasting Voices**:
|
|
341
|
+
|
|
342
|
+
**Hamlet** (educated, philosophical):
|
|
343
|
+
```
|
|
344
|
+
What a piece of work is a man! How noble in reason, how infinite
|
|
345
|
+
in faculty! In form and moving how express and admirable! In action
|
|
346
|
+
how like an angel, in apprehension how like a god!
|
|
347
|
+
```
|
|
348
|
+
|
|
349
|
+
**Gravedigger** (common, direct):
|
|
350
|
+
```
|
|
351
|
+
A pickax and a spade, a spade,
|
|
352
|
+
For and a shrouding sheet;
|
|
353
|
+
O, a pit of clay for to be made
|
|
354
|
+
For such a guest is meet.
|
|
355
|
+
```
|
|
356
|
+
|
|
357
|
+
### Subtext and Implication
|
|
358
|
+
|
|
359
|
+
**What's Not Said Matters**:
|
|
360
|
+
|
|
361
|
+
Characters reveal themselves through:
|
|
362
|
+
- What they avoid saying
|
|
363
|
+
- How they change subject
|
|
364
|
+
- Their reactions to others
|
|
365
|
+
- What they emphasize or minimize
|
|
366
|
+
|
|
367
|
+
**Example - Iago's Manipulation**:
|
|
368
|
+
```
|
|
369
|
+
IAGO: My lord, you know I love you.
|
|
370
|
+
|
|
371
|
+
OTHELLO: I think thou dost.
|
|
372
|
+
|
|
373
|
+
IAGO: For Michael Cassio,
|
|
374
|
+
I dare be sworn I think that he is honest.
|
|
375
|
+
|
|
376
|
+
OTHELLO: I think so too.
|
|
377
|
+
|
|
378
|
+
IAGO: Men should be what they seem,
|
|
379
|
+
Or those that be not, would they might seem none!
|
|
380
|
+
```
|
|
381
|
+
(Iago plants doubt while claiming honesty)
|
|
382
|
+
|
|
383
|
+
### Dialogue Reveals Character
|
|
384
|
+
|
|
385
|
+
**Through Word Choice**:
|
|
386
|
+
```
|
|
387
|
+
LADY MACBETH: Come, you spirits
|
|
388
|
+
That tend on mortal thoughts, unsex me here,
|
|
389
|
+
And fill me from the crown to the toe top-full
|
|
390
|
+
Of direst cruelty.
|
|
391
|
+
```
|
|
392
|
+
(Reveals her ruthless ambition and rejection of femininity)
|
|
393
|
+
|
|
394
|
+
**Through Imagery**:
|
|
395
|
+
```
|
|
396
|
+
OTHELLO: It is the cause, it is the cause, my soul.
|
|
397
|
+
Let me not name it to you, you chaste stars.
|
|
398
|
+
It is the cause. Yet I'll not shed her blood,
|
|
399
|
+
Nor scar that whiter skin of hers than snow,
|
|
400
|
+
And smooth as monumental alabaster.
|
|
401
|
+
```
|
|
402
|
+
(Reveals Othello's poetic nature, his struggle, his view of Desdemona)
|
|
403
|
+
|
|
404
|
+
## Soliloquy as Character Insight
|
|
405
|
+
|
|
406
|
+
### Purpose of Soliloquy
|
|
407
|
+
|
|
408
|
+
**Direct Access to Inner Thoughts**:
|
|
409
|
+
- Reveals true feelings and motivations
|
|
410
|
+
- Shows internal conflict
|
|
411
|
+
- Allows audience to understand character deeply
|
|
412
|
+
- Creates intimacy between character and audience
|
|
413
|
+
|
|
414
|
+
### Types of Soliloquy
|
|
415
|
+
|
|
416
|
+
**Decision-Making**:
|
|
417
|
+
```
|
|
418
|
+
HAMLET: To be, or not to be—that is the question:
|
|
419
|
+
Whether 'tis nobler in the mind to suffer
|
|
420
|
+
The slings and arrows of outrageous fortune,
|
|
421
|
+
Or to take arms against a sea of troubles
|
|
422
|
+
And by opposing end them.
|
|
423
|
+
```
|
|
424
|
+
(Hamlet weighing options)
|
|
425
|
+
|
|
426
|
+
**Self-Revelation**:
|
|
427
|
+
```
|
|
428
|
+
IAGO: I hate the Moor,
|
|
429
|
+
And it is thought abroad that 'twixt my sheets
|
|
430
|
+
He's done my office. I know not if't be true,
|
|
431
|
+
But I, for mere suspicion in that kind,
|
|
432
|
+
Will do as if for surety.
|
|
433
|
+
```
|
|
434
|
+
(Iago revealing true nature to audience)
|
|
435
|
+
|
|
436
|
+
**Emotional Expression**:
|
|
437
|
+
```
|
|
438
|
+
MACBETH: Is this a dagger which I see before me,
|
|
439
|
+
The handle toward my hand? Come, let me clutch thee.
|
|
440
|
+
I have thee not, and yet I see thee still.
|
|
441
|
+
```
|
|
442
|
+
(Macbeth's guilt and psychological state)
|
|
443
|
+
|
|
444
|
+
**Planning/Scheming**:
|
|
445
|
+
```
|
|
446
|
+
RICHARD III: Now is the winter of our discontent
|
|
447
|
+
Made glorious summer by this sun of York...
|
|
448
|
+
I am determined to prove a villain
|
|
449
|
+
And hate the idle pleasures of these days.
|
|
450
|
+
```
|
|
451
|
+
(Richard revealing his plans)
|
|
452
|
+
|
|
453
|
+
### Writing Effective Soliloquies
|
|
454
|
+
|
|
455
|
+
**Guidelines**:
|
|
456
|
+
1. **Reveal what dialogue cannot**: Inner thoughts, true feelings
|
|
457
|
+
2. **Advance plot or character**: Don't just repeat what we know
|
|
458
|
+
3. **Use vivid imagery**: Make abstract thoughts concrete
|
|
459
|
+
4. **Show conflict**: Internal struggle creates drama
|
|
460
|
+
5. **Maintain character voice**: Should sound like the character
|
|
461
|
+
6. **Create intimacy**: Audience becomes confidant
|
|
462
|
+
|
|
463
|
+
## Character Examples
|
|
464
|
+
|
|
465
|
+
### Hamlet
|
|
466
|
+
|
|
467
|
+
**Complexity**:
|
|
468
|
+
- Intelligent yet indecisive
|
|
469
|
+
- Loving yet cruel (to Ophelia)
|
|
470
|
+
- Moral yet capable of murder
|
|
471
|
+
- Sane yet possibly mad
|
|
472
|
+
|
|
473
|
+
**Internal Conflict**:
|
|
474
|
+
- Revenge vs. morality
|
|
475
|
+
- Action vs. contemplation
|
|
476
|
+
- Appearance vs. reality
|
|
477
|
+
|
|
478
|
+
**Arc**:
|
|
479
|
+
- Begins: Grieving, philosophical student
|
|
480
|
+
- Middle: Feigning madness, seeking proof
|
|
481
|
+
- End: Accepting fate, taking action
|
|
482
|
+
|
|
483
|
+
**Distinctive Voice**:
|
|
484
|
+
- Highly educated, philosophical
|
|
485
|
+
- Uses elaborate metaphors
|
|
486
|
+
- Shifts between verse and prose
|
|
487
|
+
- Witty, sardonic humor
|
|
488
|
+
|
|
489
|
+
### Lady Macbeth
|
|
490
|
+
|
|
491
|
+
**Complexity**:
|
|
492
|
+
- Ruthless yet ultimately fragile
|
|
493
|
+
- Strong-willed yet dependent on husband
|
|
494
|
+
- Ambitious yet guilt-ridden
|
|
495
|
+
|
|
496
|
+
**Internal Conflict**:
|
|
497
|
+
- Ambition vs. conscience
|
|
498
|
+
- Strength vs. vulnerability
|
|
499
|
+
- Control vs. chaos
|
|
500
|
+
|
|
501
|
+
**Arc**:
|
|
502
|
+
- Begins: Dominant, ruthless planner
|
|
503
|
+
- Middle: Maintaining facade, growing anxious
|
|
504
|
+
- End: Mad with guilt, suicide
|
|
505
|
+
|
|
506
|
+
**Distinctive Voice**:
|
|
507
|
+
- Commanding, imperative
|
|
508
|
+
- Violent imagery
|
|
509
|
+
- Challenges masculinity
|
|
510
|
+
- Deteriorates into fragmented speech
|
|
511
|
+
|
|
512
|
+
### Falstaff
|
|
513
|
+
|
|
514
|
+
**Complexity**:
|
|
515
|
+
- Comic yet tragic
|
|
516
|
+
- Cowardly yet charismatic
|
|
517
|
+
- Dishonest yet lovable
|
|
518
|
+
- Witty yet pathetic
|
|
519
|
+
|
|
520
|
+
**Internal Conflict**:
|
|
521
|
+
- Youth vs. age
|
|
522
|
+
- Honor vs. survival
|
|
523
|
+
- Friendship vs. self-interest
|
|
524
|
+
|
|
525
|
+
**Arc**:
|
|
526
|
+
- Begins: Prince Hal's companion, comic figure
|
|
527
|
+
- Middle: Increasingly desperate for relevance
|
|
528
|
+
- End: Rejected, dies of broken heart
|
|
529
|
+
|
|
530
|
+
**Distinctive Voice**:
|
|
531
|
+
- Verbose, witty
|
|
532
|
+
- Self-deprecating humor
|
|
533
|
+
- Prose (not verse)
|
|
534
|
+
- Food and drink imagery
|
|
535
|
+
|
|
536
|
+
### Rosalind (As You Like It)
|
|
537
|
+
|
|
538
|
+
**Complexity**:
|
|
539
|
+
- Witty yet vulnerable
|
|
540
|
+
- Disguised yet authentic
|
|
541
|
+
- Romantic yet practical
|
|
542
|
+
- Playful yet wise
|
|
543
|
+
|
|
544
|
+
**Internal Conflict**:
|
|
545
|
+
- Love vs. caution
|
|
546
|
+
- Identity vs. disguise
|
|
547
|
+
- Freedom vs. convention
|
|
548
|
+
|
|
549
|
+
**Arc**:
|
|
550
|
+
- Begins: Banished, adopting disguise
|
|
551
|
+
- Middle: Testing Orlando, gaining wisdom
|
|
552
|
+
- End: Revealing identity, orchestrating marriages
|
|
553
|
+
|
|
554
|
+
**Distinctive Voice**:
|
|
555
|
+
- Intelligent, quick-witted
|
|
556
|
+
- Playful wordplay
|
|
557
|
+
- Shifts between Rosalind and Ganymede
|
|
558
|
+
- Longest female role in Shakespeare
|
|
559
|
+
|
|
560
|
+
## Practical Application
|
|
561
|
+
|
|
562
|
+
### Character Development Checklist
|
|
563
|
+
|
|
564
|
+
**Core Identity**:
|
|
565
|
+
- [ ] What does the character want? (external goal)
|
|
566
|
+
- [ ] What does the character need? (internal growth)
|
|
567
|
+
- [ ] What is the character's greatest fear?
|
|
568
|
+
- [ ] What is the character's fatal flaw?
|
|
569
|
+
|
|
570
|
+
**Complexity**:
|
|
571
|
+
- [ ] Does the character have contradictory traits?
|
|
572
|
+
- [ ] Can the character surprise the audience?
|
|
573
|
+
- [ ] Does the character have both strengths and weaknesses?
|
|
574
|
+
- [ ] Is the character capable of change?
|
|
575
|
+
|
|
576
|
+
**Voice**:
|
|
577
|
+
- [ ] Does the character have distinctive speech patterns?
|
|
578
|
+
- [ ] Is the vocabulary appropriate to background?
|
|
579
|
+
- [ ] Does the character use characteristic imagery?
|
|
580
|
+
- [ ] Can you identify the character by dialogue alone?
|
|
581
|
+
|
|
582
|
+
**Relationships**:
|
|
583
|
+
- [ ] How does the character relate to others?
|
|
584
|
+
- [ ] Who serves as the character's foil?
|
|
585
|
+
- [ ] What relationships drive the character's choices?
|
|
586
|
+
- [ ] How do relationships reveal character?
|
|
587
|
+
|
|
588
|
+
**Arc**:
|
|
589
|
+
- [ ] How does the character change from beginning to end?
|
|
590
|
+
- [ ] What events trigger transformation?
|
|
591
|
+
- [ ] Is the arc believable and earned?
|
|
592
|
+
- [ ] Does the arc serve the theme?
|
|
593
|
+
|
|
594
|
+
## Summary
|
|
595
|
+
|
|
596
|
+
**Key Principles**:
|
|
597
|
+
1. **Create complexity**: Avoid one-dimensional characters
|
|
598
|
+
2. **Show internal conflict**: Characters should struggle within themselves
|
|
599
|
+
3. **Develop clear arcs**: Characters should transform (or resist transformation meaningfully)
|
|
600
|
+
4. **Use foils effectively**: Contrast highlights character traits
|
|
601
|
+
5. **Give distinctive voices**: Each character should sound unique
|
|
602
|
+
6. **Reveal through action**: Show character through choices, not just words
|
|
603
|
+
7. **Use soliloquy wisely**: Provide access to inner thoughts
|
|
604
|
+
8. **Balance archetype and individuality**: Use familiar types but add depth
|
|
605
|
+
|
|
606
|
+
**Remember**: Shakespeare's characters endure because they feel human—complex, contradictory, capable of both greatness and failure. Create characters who live and breathe on the page.
|
|
607
|
+
|
|
608
|
+
|