@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,225 @@
|
|
|
1
|
+
# Sonnet 130: "My mistress' eyes are nothing like the sun"
|
|
2
|
+
|
|
3
|
+
## Full Text
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
My mistress' eyes are nothing like the sun;
|
|
7
|
+
Coral is far more red than her lips' red;
|
|
8
|
+
If snow be white, why then her breasts are dun;
|
|
9
|
+
If hairs be wires, black wires grow on her head.
|
|
10
|
+
I have seen roses damask'd, red and white,
|
|
11
|
+
But no such roses see I in her cheeks;
|
|
12
|
+
And in some perfumes is there more delight
|
|
13
|
+
Than in the breath that from my mistress reeks.
|
|
14
|
+
I love to hear her speak, yet well I know
|
|
15
|
+
That music hath a far more pleasing sound;
|
|
16
|
+
I grant I never saw a goddess go;
|
|
17
|
+
My mistress, when she walks, treads on the ground:
|
|
18
|
+
And yet, by heaven, I think my love as rare
|
|
19
|
+
As any she belied with false compare.
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Structure Analysis
|
|
23
|
+
|
|
24
|
+
**Form**: Shakespearean Sonnet
|
|
25
|
+
- **14 lines** in iambic pentameter
|
|
26
|
+
- **Rhyme Scheme**: ABAB CDCD EFEF GG
|
|
27
|
+
- **Structure**: Three quatrains (anti-Petrarchan comparisons) + closing couplet (volta)
|
|
28
|
+
|
|
29
|
+
**Quatrain 1** (Lines 1-4): Rejects conventional comparisons (eyes, lips, skin, hair)
|
|
30
|
+
**Quatrain 2** (Lines 5-8): Continues realistic description (cheeks, breath)
|
|
31
|
+
**Quatrain 3** (Lines 9-12): Honest assessment (voice, walk)
|
|
32
|
+
**Couplet** (Lines 13-14): Volta - true love needs no false comparisons
|
|
33
|
+
|
|
34
|
+
## Line-by-Line Scansion
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
Line 1: My MIS | tress' EYES | are NO | thing LIKE | the SUN;
|
|
38
|
+
u / | u / | u / | u / | u /
|
|
39
|
+
Iambic pentameter (perfect)
|
|
40
|
+
|
|
41
|
+
Line 2: Cor AL | is FAR | more RED | than HER | lips' RED;
|
|
42
|
+
u / | u / | u / | u / | / /
|
|
43
|
+
Spondee in foot 5 (emphasis on "lips' red")
|
|
44
|
+
|
|
45
|
+
Line 3: If SNOW | be WHITE, | why THEN | her BREASTS | are DUN;
|
|
46
|
+
u / | u / | u / | u / | u /
|
|
47
|
+
Iambic pentameter (perfect)
|
|
48
|
+
|
|
49
|
+
Line 4: If HAIRS | be WIRES, | black WIRES | grow ON | her HEAD.
|
|
50
|
+
u / | u / | / / | / / | u /
|
|
51
|
+
Spondees in feet 3-4 (emphasis on "black wires grow on")
|
|
52
|
+
|
|
53
|
+
Line 5: I HAVE | seen RO | ses DA | mask'd, RED | and WHITE,
|
|
54
|
+
u / | / / | u / | / / | u /
|
|
55
|
+
Spondees in feet 2 and 4 (emphasis on "seen roses" and "red")
|
|
56
|
+
|
|
57
|
+
Line 6: But NO | such RO | ses SEE | I IN | her CHEEKS;
|
|
58
|
+
u / | / / | u / | / / | u /
|
|
59
|
+
Spondees in feet 2 and 4 (emphasis on "such roses" and "I in")
|
|
60
|
+
|
|
61
|
+
Line 7: And IN | some PER | fumes IS | there MORE | de LIGHT
|
|
62
|
+
u / | u / | / / | u / | u /
|
|
63
|
+
Spondee in foot 3 (emphasis on "fumes is")
|
|
64
|
+
|
|
65
|
+
Line 8: Than IN | the BREATH | that FROM | my MIS | tress REEKS.
|
|
66
|
+
u / | u / | u / | u / | u /
|
|
67
|
+
Iambic pentameter (perfect)
|
|
68
|
+
|
|
69
|
+
Line 9: I LOVE | to HEAR | her SPEAK, | yet WELL | I KNOW
|
|
70
|
+
u / | u / | u / | u / | u /
|
|
71
|
+
Iambic pentameter (perfect)
|
|
72
|
+
|
|
73
|
+
Line 10: That MU | sic HATH | a FAR | more PLEA | sing SOUND;
|
|
74
|
+
u / | u / | u / | u / | u /
|
|
75
|
+
Iambic pentameter (perfect)
|
|
76
|
+
|
|
77
|
+
Line 11: I GRANT | I NE | ver SAW | a GO | ddess GO;
|
|
78
|
+
u / | u / | u / | u / | u /
|
|
79
|
+
Iambic pentameter (perfect)
|
|
80
|
+
|
|
81
|
+
Line 12: My MIS | tress, WHEN | she WALKS, | treads ON | the GROUND:
|
|
82
|
+
u / | u / | u / | / / | u /
|
|
83
|
+
Spondee in foot 4 (emphasis on "treads on")
|
|
84
|
+
|
|
85
|
+
Line 13: And YET, | by HEA | ven, I | THINK my | LOVE as | RARE
|
|
86
|
+
u / | u / | u / | / u | / u | /
|
|
87
|
+
Extra syllable (feminine ending), emphasis on "THINK," "LOVE," "RARE"
|
|
88
|
+
|
|
89
|
+
Line 14: As A | ny SHE | be LIED | with FALSE | com PARE.
|
|
90
|
+
u / | u / | u / | u / | u /
|
|
91
|
+
Iambic pentameter (perfect)
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
## Thematic Analysis
|
|
95
|
+
|
|
96
|
+
### Central Theme
|
|
97
|
+
**Honest Love vs. False Flattery**: True love doesn't require exaggerated comparisons; honesty is more valuable than conventional praise.
|
|
98
|
+
|
|
99
|
+
### Key Themes
|
|
100
|
+
1. **Anti-Petrarchan Satire**: Mocks conventional love poetry clichés
|
|
101
|
+
2. **Realism vs. Idealization**: Prefers honest description to false flattery
|
|
102
|
+
3. **True Love**: Genuine affection doesn't need hyperbole
|
|
103
|
+
4. **Authenticity**: Real beauty doesn't require comparison to impossible standards
|
|
104
|
+
|
|
105
|
+
### The Volta
|
|
106
|
+
**Location**: Line 13 ("And yet, by heaven...")
|
|
107
|
+
**Function**: Dramatic reversal - after 12 lines of "insults," declares true love
|
|
108
|
+
**Effect**: Reframes all previous lines as critique of false poetry, not the beloved
|
|
109
|
+
|
|
110
|
+
## Rhetorical Devices
|
|
111
|
+
|
|
112
|
+
### Parody/Satire
|
|
113
|
+
Shakespeare mocks Petrarchan conventions:
|
|
114
|
+
- **Conventional**: "Eyes like the sun" → **Shakespeare**: "nothing like the sun"
|
|
115
|
+
- **Conventional**: "Lips like coral" → **Shakespeare**: "Coral is far more red"
|
|
116
|
+
- **Conventional**: "Skin like snow" → **Shakespeare**: "her breasts are dun"
|
|
117
|
+
- **Conventional**: "Hair like golden wires" → **Shakespeare**: "black wires"
|
|
118
|
+
|
|
119
|
+
### Litotes (Understatement)
|
|
120
|
+
- "nothing like the sun" (not "different from")
|
|
121
|
+
- "no such roses see I" (not "she lacks roses")
|
|
122
|
+
- "music hath a far more pleasing sound" (not "her voice is unpleasant")
|
|
123
|
+
|
|
124
|
+
### Antithesis
|
|
125
|
+
**Lines 1-12** (realistic description) vs. **Lines 13-14** (declaration of true love)
|
|
126
|
+
**False comparisons** vs. **Honest love**
|
|
127
|
+
|
|
128
|
+
### Alliteration
|
|
129
|
+
- Line 3: "**w**hy then... **w**hite"
|
|
130
|
+
- Line 4: "**w**ires... **w**ires"
|
|
131
|
+
- Line 5: "**r**oses... **r**ed"
|
|
132
|
+
|
|
133
|
+
### Imagery
|
|
134
|
+
**Visual**: Sun, coral, snow, wires, roses (damask), goddess
|
|
135
|
+
**Olfactory**: Perfumes, breath
|
|
136
|
+
**Auditory**: Music, speech
|
|
137
|
+
**Kinesthetic**: Walking, treading
|
|
138
|
+
|
|
139
|
+
## Modern Translation
|
|
140
|
+
|
|
141
|
+
**Quatrain 1**:
|
|
142
|
+
My girlfriend's eyes are nothing like the sun;
|
|
143
|
+
Coral is much redder than her lips;
|
|
144
|
+
If snow is white, then her breasts are grayish-brown;
|
|
145
|
+
If hair is like wires, then black wires grow on her head.
|
|
146
|
+
|
|
147
|
+
**Quatrain 2**:
|
|
148
|
+
I have seen roses that are red and white mixed together,
|
|
149
|
+
But I don't see such colors in her cheeks;
|
|
150
|
+
And some perfumes smell better
|
|
151
|
+
Than the breath that comes from my girlfriend.
|
|
152
|
+
|
|
153
|
+
**Quatrain 3**:
|
|
154
|
+
I love to hear her speak, but I know
|
|
155
|
+
That music sounds much better;
|
|
156
|
+
I admit I've never seen a goddess walk;
|
|
157
|
+
My girlfriend, when she walks, walks on the ground like a normal person:
|
|
158
|
+
|
|
159
|
+
**Couplet**:
|
|
160
|
+
And yet, I swear, I think my love is as special
|
|
161
|
+
As any woman who's been lied about with false comparisons.
|
|
162
|
+
|
|
163
|
+
## Writing Lessons
|
|
164
|
+
|
|
165
|
+
### 1. Subverting Expectations
|
|
166
|
+
The poem sets up expectations (love sonnet) then subverts them (realistic description), creating surprise and humor.
|
|
167
|
+
|
|
168
|
+
### 2. The Power of "And Yet"
|
|
169
|
+
The volta at line 13 reframes everything. The turn word "yet" transforms apparent criticism into deeper praise.
|
|
170
|
+
|
|
171
|
+
### 3. Satire Through Imitation
|
|
172
|
+
Shakespeare imitates Petrarchan conventions to mock them. Know the rules before you break them.
|
|
173
|
+
|
|
174
|
+
### 4. Honesty as Compliment
|
|
175
|
+
By rejecting false comparisons, Shakespeare implies his beloved doesn't need them—a deeper compliment than clichés.
|
|
176
|
+
|
|
177
|
+
### 5. Structure Serves Meaning
|
|
178
|
+
The 12-line buildup of "insults" makes the 2-line reversal more powerful. Proportion creates impact.
|
|
179
|
+
|
|
180
|
+
### 6. Concrete vs. Abstract
|
|
181
|
+
Concrete images (sun, coral, snow, wires, roses) make the satire specific and vivid.
|
|
182
|
+
|
|
183
|
+
### 7. The Meta-Poetic Move
|
|
184
|
+
The poem is about poetry itself—how we write about love. Self-awareness can deepen meaning.
|
|
185
|
+
|
|
186
|
+
### 8. Humor in Love Poetry
|
|
187
|
+
Love poetry doesn't have to be solemn. Humor can express affection as powerfully as earnestness.
|
|
188
|
+
|
|
189
|
+
## Historical Context
|
|
190
|
+
|
|
191
|
+
### Petrarchan Conventions
|
|
192
|
+
Francesco Petrarch (1304-1374) established conventions for love poetry:
|
|
193
|
+
- **Eyes**: Like stars or the sun
|
|
194
|
+
- **Lips**: Like coral or rubies
|
|
195
|
+
- **Skin**: Like snow or ivory
|
|
196
|
+
- **Hair**: Like golden wires
|
|
197
|
+
- **Cheeks**: Like roses
|
|
198
|
+
- **Breath**: Like perfume
|
|
199
|
+
- **Voice**: Like music
|
|
200
|
+
- **Walk**: Like a goddess
|
|
201
|
+
|
|
202
|
+
By Shakespeare's time (1590s), these had become clichés. Sonnet 130 is a deliberate anti-Petrarchan statement.
|
|
203
|
+
|
|
204
|
+
### The "Dark Lady" Sonnets
|
|
205
|
+
Sonnet 130 is part of the "Dark Lady" sequence (sonnets 127-152), which feature a mysterious woman with dark features—contrary to Elizabethan beauty standards favoring fair skin and blonde hair.
|
|
206
|
+
|
|
207
|
+
## Practice Exercise
|
|
208
|
+
|
|
209
|
+
**Write an anti-cliché poem**:
|
|
210
|
+
1. Choose a topic with established clichés (e.g., success, happiness, home)
|
|
211
|
+
2. Spend 12 lines rejecting conventional descriptions
|
|
212
|
+
3. Use concrete, specific images
|
|
213
|
+
4. Turn in the final 2 lines to reveal your true, honest perspective
|
|
214
|
+
|
|
215
|
+
**Maintain**:
|
|
216
|
+
- Iambic pentameter
|
|
217
|
+
- ABAB CDCD EFEF GG rhyme scheme
|
|
218
|
+
- Specific, concrete imagery
|
|
219
|
+
- A powerful "And yet..." or "But..." turn
|
|
220
|
+
|
|
221
|
+
**Example topics**:
|
|
222
|
+
- Success (reject: money, fame, power)
|
|
223
|
+
- Home (reject: mansion, white picket fence, 2.5 kids)
|
|
224
|
+
- Happiness (reject: constant joy, no problems, perfect life)
|
|
225
|
+
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
# Sonnet 18: "Shall I compare thee to a summer's day?"
|
|
2
|
+
|
|
3
|
+
## Full Text
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
Shall I compare thee to a summer's day?
|
|
7
|
+
Thou art more lovely and more temperate:
|
|
8
|
+
Rough winds do shake the darling buds of May,
|
|
9
|
+
And summer's lease hath all too short a date:
|
|
10
|
+
Sometime too hot the eye of heaven shines,
|
|
11
|
+
And often is his gold complexion dimm'd;
|
|
12
|
+
And every fair from fair sometime declines,
|
|
13
|
+
By chance or nature's changing course untrimm'd;
|
|
14
|
+
But thy eternal summer shall not fade
|
|
15
|
+
Nor lose possession of that fair thou owest;
|
|
16
|
+
Nor shall Death brag thou wander'st in his shade,
|
|
17
|
+
When in eternal lines to time thou growest:
|
|
18
|
+
So long as men can breathe or eyes can see,
|
|
19
|
+
So long lives this, and this gives life to thee.
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Structure Analysis
|
|
23
|
+
|
|
24
|
+
**Form**: Shakespearean Sonnet
|
|
25
|
+
- **14 lines** in iambic pentameter
|
|
26
|
+
- **Rhyme Scheme**: ABAB CDCD EFEF GG
|
|
27
|
+
- **Structure**: Three quatrains + closing couplet
|
|
28
|
+
|
|
29
|
+
**Quatrain 1** (Lines 1-4): Introduces comparison, establishes beloved's superiority
|
|
30
|
+
**Quatrain 2** (Lines 5-8): Develops summer's imperfections
|
|
31
|
+
**Quatrain 3** (Lines 9-12): Volta - shifts to beloved's eternal nature
|
|
32
|
+
**Couplet** (Lines 13-14): Resolution - poetry grants immortality
|
|
33
|
+
|
|
34
|
+
## Line-by-Line Scansion
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
Line 1: Shall I | com PARE | thee TO | a SUM | mer's DAY?
|
|
38
|
+
u / | u / | u / | u / | u /
|
|
39
|
+
Iambic pentameter (perfect)
|
|
40
|
+
|
|
41
|
+
Line 2: Thou ART | more LOVE | ly AND | more TEM | per ATE:
|
|
42
|
+
u / | u / | u / | u / | u /
|
|
43
|
+
Iambic pentameter (perfect)
|
|
44
|
+
|
|
45
|
+
Line 3: Rough WINDS | do SHAKE | the DAR | ling BUDS | of MAY,
|
|
46
|
+
/ / | u / | u / | u / | u /
|
|
47
|
+
Spondee opening (emphasis on "Rough winds")
|
|
48
|
+
|
|
49
|
+
Line 4: And SUM | mer's LEASE | hath ALL | too SHORT | a DATE:
|
|
50
|
+
u / | u / | u / | u / | u /
|
|
51
|
+
Iambic pentameter (perfect)
|
|
52
|
+
|
|
53
|
+
Line 5: Some TIME | too HOT | the EYE | of HEA | ven SHINES,
|
|
54
|
+
u / | u / | u / | u / | u /
|
|
55
|
+
Iambic pentameter (perfect)
|
|
56
|
+
|
|
57
|
+
Line 6: And OF | ten IS | his GOLD | com PLEX | ion DIMM'D;
|
|
58
|
+
u / | u / | u / | u / | u /
|
|
59
|
+
Iambic pentameter (perfect)
|
|
60
|
+
|
|
61
|
+
Line 7: And EV | ery FAIR | from FAIR | some TIME | de CLINES,
|
|
62
|
+
u / | u / | u / | u / | u /
|
|
63
|
+
Iambic pentameter (perfect)
|
|
64
|
+
|
|
65
|
+
Line 8: By CHANCE | or NA | ture's CHANG | ing COURSE | un TRIMM'D;
|
|
66
|
+
u / | u / | u / | u / | u /
|
|
67
|
+
Iambic pentameter (perfect)
|
|
68
|
+
|
|
69
|
+
Line 9: But THY | e TER | nal SUM | mer SHALL | not FADE
|
|
70
|
+
u / | u / | u / | u / | u /
|
|
71
|
+
Iambic pentameter (perfect)
|
|
72
|
+
|
|
73
|
+
Line 10: Nor LOSE | pos SES | sion OF | that FAIR | thou OW'ST;
|
|
74
|
+
u / | u / | u / | u / | u /
|
|
75
|
+
Iambic pentameter (perfect)
|
|
76
|
+
|
|
77
|
+
Line 11: Nor SHALL | Death BRAG | thou WAN | der'st IN | his SHADE,
|
|
78
|
+
u / | / / | u / | u / | u /
|
|
79
|
+
Spondee in foot 2 (emphasis on "Death brag")
|
|
80
|
+
|
|
81
|
+
Line 12: When IN | e TER | nal LINES | to TIME | thou GROW'ST:
|
|
82
|
+
u / | u / | u / | u / | u /
|
|
83
|
+
Iambic pentameter (perfect)
|
|
84
|
+
|
|
85
|
+
Line 13: So LONG | as MEN | can BREATHE | or EYES | can SEE,
|
|
86
|
+
u / | u / | u / | u / | u /
|
|
87
|
+
Iambic pentameter (perfect)
|
|
88
|
+
|
|
89
|
+
Line 14: So LONG | lives THIS, | and THIS | gives LIFE | to THEE.
|
|
90
|
+
u / | / / | u / | / / | u /
|
|
91
|
+
Spondees in feet 2 and 4 (emphasis on key words)
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
## Thematic Analysis
|
|
95
|
+
|
|
96
|
+
### Central Theme
|
|
97
|
+
**Immortality through Art**: The poem argues that poetry can preserve beauty and grant eternal life to the beloved.
|
|
98
|
+
|
|
99
|
+
### Key Themes
|
|
100
|
+
1. **Time and Mortality**: Summer fades, beauty declines, but art endures
|
|
101
|
+
2. **Nature's Imperfection**: Even summer has flaws (too hot, too short, changeable)
|
|
102
|
+
3. **The Power of Poetry**: "Eternal lines" grant immortality
|
|
103
|
+
4. **Love and Beauty**: The beloved transcends natural beauty
|
|
104
|
+
|
|
105
|
+
### The Volta (Turn)
|
|
106
|
+
**Location**: Line 9 ("But thy eternal summer...")
|
|
107
|
+
**Function**: Shifts from summer's imperfections to the beloved's eternal nature
|
|
108
|
+
**Effect**: Creates dramatic contrast and introduces the solution
|
|
109
|
+
|
|
110
|
+
## Rhetorical Devices
|
|
111
|
+
|
|
112
|
+
### Metaphor
|
|
113
|
+
- **"summer's day"** = temporary beauty and warmth
|
|
114
|
+
- **"eye of heaven"** = the sun
|
|
115
|
+
- **"eternal summer"** = the beloved's enduring beauty
|
|
116
|
+
- **"eternal lines"** = the poem itself
|
|
117
|
+
|
|
118
|
+
### Personification
|
|
119
|
+
- **Death** personified as a boastful figure (line 11)
|
|
120
|
+
- **Summer** given human qualities (lease, complexion)
|
|
121
|
+
- **Nature** as an active force
|
|
122
|
+
|
|
123
|
+
### Alliteration
|
|
124
|
+
- Line 5: "**S**ometime too hot the eye of heaven **sh**ines"
|
|
125
|
+
- Line 11: "**Nor sh**all **D**eath brag thou wan**d**er'st"
|
|
126
|
+
|
|
127
|
+
### Antithesis
|
|
128
|
+
- **Summer (imperfect)** vs. **Beloved (perfect)**
|
|
129
|
+
- **Temporal** vs. **Eternal**
|
|
130
|
+
- **Nature's decay** vs. **Art's preservation**
|
|
131
|
+
|
|
132
|
+
## Modern Translation
|
|
133
|
+
|
|
134
|
+
**Quatrain 1**:
|
|
135
|
+
Should I compare you to a summer's day?
|
|
136
|
+
You're more beautiful and more consistent:
|
|
137
|
+
Strong winds shake the precious flowers of May,
|
|
138
|
+
And summer doesn't last very long:
|
|
139
|
+
|
|
140
|
+
**Quatrain 2**:
|
|
141
|
+
Sometimes the sun is too hot,
|
|
142
|
+
And often its golden face is covered by clouds;
|
|
143
|
+
And everything beautiful eventually loses its beauty,
|
|
144
|
+
Either by accident or through nature's inevitable changes;
|
|
145
|
+
|
|
146
|
+
**Quatrain 3**:
|
|
147
|
+
But your eternal beauty will never fade
|
|
148
|
+
Nor will you lose the beauty you possess;
|
|
149
|
+
Nor will Death claim you've entered his domain,
|
|
150
|
+
When you live forever in these immortal verses:
|
|
151
|
+
|
|
152
|
+
**Couplet**:
|
|
153
|
+
As long as humans exist and can read,
|
|
154
|
+
This poem will live, and it will keep you alive.
|
|
155
|
+
|
|
156
|
+
## Writing Lessons
|
|
157
|
+
|
|
158
|
+
### 1. The Power of Contrast
|
|
159
|
+
Shakespeare establishes the comparison (summer) only to show how the beloved surpasses it. This creates a compliment more powerful than simple praise.
|
|
160
|
+
|
|
161
|
+
### 2. Concrete Imagery
|
|
162
|
+
Abstract concepts (beauty, time, immortality) are made tangible through concrete images: rough winds, darling buds, the eye of heaven.
|
|
163
|
+
|
|
164
|
+
### 3. The Volta as Dramatic Turn
|
|
165
|
+
The shift at line 9 ("But...") creates dramatic tension and resolution. The problem (decay) is answered by the solution (poetry).
|
|
166
|
+
|
|
167
|
+
### 4. Self-Referential Conclusion
|
|
168
|
+
The couplet refers to the poem itself, making the reader complicit in granting immortality. We are reading it now, proving its claim.
|
|
169
|
+
|
|
170
|
+
### 5. Metrical Variation for Emphasis
|
|
171
|
+
Strategic use of spondees (stressed-stressed feet) emphasizes key words: "Rough winds," "Death brag," "lives this," "gives life."
|
|
172
|
+
|
|
173
|
+
### 6. Sound and Sense
|
|
174
|
+
The smooth iambic rhythm mirrors the "temperate" quality praised in line 2, while disruptions (spondees) mark moments of intensity.
|
|
175
|
+
|
|
176
|
+
## Practice Exercise
|
|
177
|
+
|
|
178
|
+
**Try writing your own sonnet using this structure**:
|
|
179
|
+
1. Introduce a comparison in Quatrain 1
|
|
180
|
+
2. Develop the comparison's limitations in Quatrain 2
|
|
181
|
+
3. Introduce a "But..." turn in Quatrain 3 showing how your subject transcends the comparison
|
|
182
|
+
4. Conclude with a couplet that resolves the argument
|
|
183
|
+
|
|
184
|
+
**Maintain**:
|
|
185
|
+
- Iambic pentameter (10 syllables, unstressed/stressed pattern)
|
|
186
|
+
- ABAB CDCD EFEF GG rhyme scheme
|
|
187
|
+
- Clear volta at line 9
|
|
188
|
+
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
# Sonnet 73: "That time of year thou mayst in me behold"
|
|
2
|
+
|
|
3
|
+
## Full Text
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
That time of year thou mayst in me behold
|
|
7
|
+
When yellow leaves, or none, or few, do hang
|
|
8
|
+
Upon those boughs which shake against the cold,
|
|
9
|
+
Bare ruin'd choirs, where late the sweet birds sang.
|
|
10
|
+
In me thou see'st the twilight of such day
|
|
11
|
+
As after sunset fadeth in the west,
|
|
12
|
+
Which by and by black night doth take away,
|
|
13
|
+
Death's second self, that seals up all in rest.
|
|
14
|
+
In me thou see'st the glowing of such fire
|
|
15
|
+
That on the ashes of his youth doth lie,
|
|
16
|
+
As the death-bed whereon it must expire
|
|
17
|
+
Consumed with that which it was nourish'd by.
|
|
18
|
+
This thou perceivest, which makes thy love more strong,
|
|
19
|
+
To love that well which thou must leave ere long.
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Structure Analysis
|
|
23
|
+
|
|
24
|
+
**Form**: Shakespearean Sonnet
|
|
25
|
+
- **14 lines** in iambic pentameter
|
|
26
|
+
- **Rhyme Scheme**: ABAB CDCD EFEF GG
|
|
27
|
+
- **Structure**: Three quatrains (each a metaphor) + closing couplet
|
|
28
|
+
|
|
29
|
+
**Quatrain 1** (Lines 1-4): Autumn metaphor - aging as late autumn
|
|
30
|
+
**Quatrain 2** (Lines 5-8): Twilight metaphor - aging as approaching night/death
|
|
31
|
+
**Quatrain 3** (Lines 9-12): Dying fire metaphor - aging as embers fading
|
|
32
|
+
**Couplet** (Lines 13-14): Resolution - awareness of mortality intensifies love
|
|
33
|
+
|
|
34
|
+
## Line-by-Line Scansion
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
Line 1: That TIME | of YEAR | thou MAYST | in ME | be HOLD
|
|
38
|
+
u / | u / | u / | u / | u /
|
|
39
|
+
Iambic pentameter (perfect)
|
|
40
|
+
|
|
41
|
+
Line 2: When YEL | low LEAVES, | or NONE, | or FEW, | do HANG
|
|
42
|
+
u / | u / | u / | u / | u /
|
|
43
|
+
Iambic pentameter (perfect)
|
|
44
|
+
|
|
45
|
+
Line 3: U PON | those BOUGHS | which SHAKE | a GAINST | the COLD,
|
|
46
|
+
u / | / / | u / | u / | u /
|
|
47
|
+
Spondee in foot 2 (emphasis on "those boughs")
|
|
48
|
+
|
|
49
|
+
Line 4: Bare RU | in'd CHOIRS, | where LATE | the SWEET | birds SANG.
|
|
50
|
+
/ / | / / | u / | u / | / /
|
|
51
|
+
Multiple spondees (heavy, mournful rhythm)
|
|
52
|
+
|
|
53
|
+
Line 5: In ME | thou SEE'ST | the TWI | light OF | such DAY
|
|
54
|
+
u / | u / | u / | u / | u /
|
|
55
|
+
Iambic pentameter (perfect)
|
|
56
|
+
|
|
57
|
+
Line 6: As AF | ter SUN | set FA | deth IN | the WEST,
|
|
58
|
+
u / | u / | u / | u / | u /
|
|
59
|
+
Iambic pentameter (perfect)
|
|
60
|
+
|
|
61
|
+
Line 7: Which BY | and BY | black NIGHT | doth TAKE | a WAY,
|
|
62
|
+
u / | u / | / / | u / | u /
|
|
63
|
+
Spondee in foot 3 (emphasis on "black night")
|
|
64
|
+
|
|
65
|
+
Line 8: Death's SE | cond SELF, | that SEALS | up ALL | in REST.
|
|
66
|
+
/ / | / / | u / | u / | u /
|
|
67
|
+
Spondees in feet 1-2 (heavy emphasis on Death)
|
|
68
|
+
|
|
69
|
+
Line 9: In ME | thou SEE'ST | the GLOW | ing OF | such FIRE
|
|
70
|
+
u / | u / | u / | u / | u /
|
|
71
|
+
Iambic pentameter (perfect)
|
|
72
|
+
|
|
73
|
+
Line 10: That ON | the A | shes OF | his YOUTH | doth LIE,
|
|
74
|
+
u / | u / | u / | u / | u /
|
|
75
|
+
Iambic pentameter (perfect)
|
|
76
|
+
|
|
77
|
+
Line 11: As THE | death-BED | where ON | it MUST | ex PIRE
|
|
78
|
+
u / | / / | u / | u / | u /
|
|
79
|
+
Spondee in foot 2 (emphasis on "death-bed")
|
|
80
|
+
|
|
81
|
+
Line 12: Con SUMED | with THAT | which IT | was NOU | rish'd BY.
|
|
82
|
+
u / | u / | u / | u / | u /
|
|
83
|
+
Iambic pentameter (perfect)
|
|
84
|
+
|
|
85
|
+
Line 13: This THOU | per CEIV'ST, | which MAKES | thy LOVE | more STRONG,
|
|
86
|
+
u / | u / | u / | u / | u /
|
|
87
|
+
Iambic pentameter (perfect)
|
|
88
|
+
|
|
89
|
+
Line 14: To LOVE | that WELL | which THOU | must LEAVE | ere LONG.
|
|
90
|
+
u / | u / | u / | u / | u /
|
|
91
|
+
Iambic pentameter (perfect)
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
## Thematic Analysis
|
|
95
|
+
|
|
96
|
+
### Central Theme
|
|
97
|
+
**Mortality and Love**: The awareness of approaching death intensifies the preciousness of love.
|
|
98
|
+
|
|
99
|
+
### Key Themes
|
|
100
|
+
1. **Aging and Decay**: Three progressive metaphors of decline
|
|
101
|
+
2. **Time's Passage**: From season to day to moment (fire dying)
|
|
102
|
+
3. **Paradox of Consumption**: The fire is "consumed with that which it was nourished by"
|
|
103
|
+
4. **Love Strengthened by Loss**: Impermanence makes love more valuable
|
|
104
|
+
|
|
105
|
+
### The Three Metaphors (Intensifying Pattern)
|
|
106
|
+
|
|
107
|
+
**Autumn** (Quatrain 1):
|
|
108
|
+
- **Time scale**: Seasonal (months)
|
|
109
|
+
- **Image**: Yellow leaves, bare branches, ruined choirs
|
|
110
|
+
- **Implication**: Late in life, past productivity
|
|
111
|
+
|
|
112
|
+
**Twilight** (Quatrain 2):
|
|
113
|
+
- **Time scale**: Daily (hours)
|
|
114
|
+
- **Image**: Fading light after sunset, approaching night
|
|
115
|
+
- **Implication**: Death is imminent, darkness approaching
|
|
116
|
+
|
|
117
|
+
**Dying Fire** (Quatrain 3):
|
|
118
|
+
- **Time scale**: Immediate (minutes)
|
|
119
|
+
- **Image**: Glowing embers on ashes
|
|
120
|
+
- **Implication**: Final moments, consumed by what sustained it
|
|
121
|
+
|
|
122
|
+
### The Volta
|
|
123
|
+
**Location**: Line 13 ("This thou perceivest...")
|
|
124
|
+
**Function**: Shifts from speaker's mortality to beloved's response
|
|
125
|
+
**Effect**: Transforms meditation on death into affirmation of love
|
|
126
|
+
|
|
127
|
+
## Rhetorical Devices
|
|
128
|
+
|
|
129
|
+
### Extended Metaphor (Conceit)
|
|
130
|
+
Each quatrain develops a complete metaphor for aging:
|
|
131
|
+
- **Autumn**: Natural cycle, seasonal decline
|
|
132
|
+
- **Twilight**: Daily cycle, approaching darkness
|
|
133
|
+
- **Dying fire**: Immediate consumption, final moments
|
|
134
|
+
|
|
135
|
+
### Personification
|
|
136
|
+
- **Death** as "second self" of night (line 8)
|
|
137
|
+
- **Night** that "seals up all in rest"
|
|
138
|
+
- **Fire** lying on ashes like a person on a deathbed
|
|
139
|
+
|
|
140
|
+
### Paradox
|
|
141
|
+
**Line 12**: "Consumed with that which it was nourished by"
|
|
142
|
+
- Youth (fuel) both sustains and destroys life
|
|
143
|
+
- Living consumes the very substance of life
|
|
144
|
+
|
|
145
|
+
### Imagery
|
|
146
|
+
**Visual**: Yellow leaves, bare boughs, twilight, glowing embers
|
|
147
|
+
**Auditory**: "sweet birds sang" (now silent)
|
|
148
|
+
**Tactile**: Cold, ashes, fire
|
|
149
|
+
|
|
150
|
+
### Alliteration
|
|
151
|
+
- Line 4: "**B**are **r**uin'd **ch**oirs"
|
|
152
|
+
- Line 7: "**b**lack night"
|
|
153
|
+
- Line 8: "**s**econd **s**elf, that **s**eals"
|
|
154
|
+
|
|
155
|
+
## Modern Translation
|
|
156
|
+
|
|
157
|
+
**Quatrain 1**:
|
|
158
|
+
You can see in me that time of year
|
|
159
|
+
When only a few yellow leaves, or none at all, hang
|
|
160
|
+
On tree branches that shake in the cold wind,
|
|
161
|
+
Like bare, ruined church choirs where birds used to sing sweetly.
|
|
162
|
+
|
|
163
|
+
**Quatrain 2**:
|
|
164
|
+
In me you see the twilight of the day
|
|
165
|
+
That fades in the west after sunset,
|
|
166
|
+
Which is gradually taken away by black night,
|
|
167
|
+
Death's twin, that closes everything in rest.
|
|
168
|
+
|
|
169
|
+
**Quatrain 3**:
|
|
170
|
+
In me you see the glow of a fire
|
|
171
|
+
That lies on the ashes of its youth,
|
|
172
|
+
Like a deathbed where it must die,
|
|
173
|
+
Consumed by the very thing that once fed it.
|
|
174
|
+
|
|
175
|
+
**Couplet**:
|
|
176
|
+
You understand all this, which makes your love stronger,
|
|
177
|
+
To love deeply what you must soon lose.
|
|
178
|
+
|
|
179
|
+
## Writing Lessons
|
|
180
|
+
|
|
181
|
+
### 1. Progressive Intensification
|
|
182
|
+
The three metaphors accelerate in urgency: season → day → moment. This creates mounting emotional intensity.
|
|
183
|
+
|
|
184
|
+
### 2. Concrete Imagery for Abstract Concepts
|
|
185
|
+
Aging and mortality are made vivid through specific images: yellow leaves, twilight, glowing embers.
|
|
186
|
+
|
|
187
|
+
### 3. Structural Parallelism
|
|
188
|
+
Each quatrain begins with "In me thou see'st" (or variant), creating rhythmic unity while developing different metaphors.
|
|
189
|
+
|
|
190
|
+
### 4. The Paradox as Insight
|
|
191
|
+
Line 12's paradox captures a profound truth: living consumes life itself. Paradox can express complex ideas concisely.
|
|
192
|
+
|
|
193
|
+
### 5. Turning Negative to Positive
|
|
194
|
+
The couplet transforms the meditation on death into an affirmation: mortality makes love more precious.
|
|
195
|
+
|
|
196
|
+
### 6. Metrical Variation for Mood
|
|
197
|
+
Heavy spondees in lines 4 and 8 create a mournful, weighty tone appropriate to the subject.
|
|
198
|
+
|
|
199
|
+
### 7. Sensory Detail
|
|
200
|
+
Each metaphor engages multiple senses, making abstract aging tangible and emotionally resonant.
|
|
201
|
+
|
|
202
|
+
## Practice Exercise
|
|
203
|
+
|
|
204
|
+
**Write a sonnet using progressive metaphors**:
|
|
205
|
+
1. Choose three metaphors that intensify (e.g., storm → earthquake → explosion)
|
|
206
|
+
2. Dedicate one quatrain to each metaphor
|
|
207
|
+
3. Use parallel structure to begin each quatrain
|
|
208
|
+
4. Conclude with a couplet that reframes the progression positively
|
|
209
|
+
|
|
210
|
+
**Maintain**:
|
|
211
|
+
- Iambic pentameter
|
|
212
|
+
- ABAB CDCD EFEF GG rhyme scheme
|
|
213
|
+
- Clear progression in intensity
|
|
214
|
+
- Concrete sensory imagery
|
|
215
|
+
|