@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,447 @@
|
|
|
1
|
+
# Iambic Pentameter
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Iambic pentameter is the foundational meter of Shakespearean poetry and drama. It consists of five iambs (unstressed/stressed syllable pairs) per line, creating a rhythm that mirrors natural English speech while elevating it to poetic form.
|
|
6
|
+
|
|
7
|
+
## Definition and Scansion
|
|
8
|
+
|
|
9
|
+
### The Iamb
|
|
10
|
+
|
|
11
|
+
An **iamb** is a two-syllable metrical foot with the pattern: **unstressed/stressed** (u /)
|
|
12
|
+
|
|
13
|
+
**Examples of Iambs**:
|
|
14
|
+
- a**LONE** (u /)
|
|
15
|
+
- be**FORE** (u /)
|
|
16
|
+
- the **CAT** (u /)
|
|
17
|
+
- to **BE** (u /)
|
|
18
|
+
- in **LOVE** (u /)
|
|
19
|
+
|
|
20
|
+
### Pentameter
|
|
21
|
+
|
|
22
|
+
**Pentameter** means five metrical feet (five iambs) per line.
|
|
23
|
+
|
|
24
|
+
**Pattern**:
|
|
25
|
+
```
|
|
26
|
+
u / | u / | u / | u / | u /
|
|
27
|
+
(10 syllables total: 5 unstressed + 5 stressed)
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
### Complete Example with Scansion
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
Shall I | com PARE | thee TO | a SUM | mer's DAY?
|
|
34
|
+
u / | u / | u / | u / | u /
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
**Line**: "Shall I compare thee to a summer's day?" (Sonnet 18)
|
|
38
|
+
**Scansion**: u / | u / | u / | u / | u /
|
|
39
|
+
**Syllable Count**: 10
|
|
40
|
+
**Feet**: 5 iambs
|
|
41
|
+
|
|
42
|
+
## Natural Speech Rhythm
|
|
43
|
+
|
|
44
|
+
### Why Iambic Pentameter Works
|
|
45
|
+
|
|
46
|
+
Iambic pentameter mirrors the natural rhythm of English speech:
|
|
47
|
+
|
|
48
|
+
**Natural Speech**:
|
|
49
|
+
```
|
|
50
|
+
"I WENT to TOWN to BUY some BREAD to DAY"
|
|
51
|
+
u / u / u / u / u /
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
**Shakespearean Line**:
|
|
55
|
+
```
|
|
56
|
+
"But SOFT, what LIGHT through YON der WIN dow BREAKS?"
|
|
57
|
+
u / u / u / u / u /
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Conversational Quality
|
|
61
|
+
|
|
62
|
+
When spoken naturally, iambic pentameter doesn't sound forced:
|
|
63
|
+
|
|
64
|
+
**Example from Romeo and Juliet**:
|
|
65
|
+
```
|
|
66
|
+
ROMEO: If I profane with my unworthiest hand
|
|
67
|
+
u / u / u / u / u / u /
|
|
68
|
+
|
|
69
|
+
This holy shrine, the gentle fine is this:
|
|
70
|
+
u / u / u / u / u / u /
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
**Read aloud**: The meter enhances rather than disrupts natural speech.
|
|
74
|
+
|
|
75
|
+
## Variations and Substitutions
|
|
76
|
+
|
|
77
|
+
### Trochaic Substitution
|
|
78
|
+
|
|
79
|
+
**Trochee**: Stressed/unstressed (/ u) - opposite of iamb
|
|
80
|
+
|
|
81
|
+
**Purpose**: Add emphasis, variety, or dramatic effect
|
|
82
|
+
**Common Position**: First foot of a line
|
|
83
|
+
|
|
84
|
+
**Example**:
|
|
85
|
+
```
|
|
86
|
+
TELL me | where IS | fan CY | BRED
|
|
87
|
+
/ u | u / | u / | /
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
**"Tell me"** is a trochee (/ u) instead of an iamb (u /)
|
|
91
|
+
|
|
92
|
+
### Spondee
|
|
93
|
+
|
|
94
|
+
**Spondee**: Two stressed syllables (/ /)
|
|
95
|
+
|
|
96
|
+
**Purpose**: Create emphasis, slow the pace, add weight
|
|
97
|
+
|
|
98
|
+
**Example**:
|
|
99
|
+
```
|
|
100
|
+
BREAK, BREAK, | BREAK on | thy COLD | gray STONES, | O SEA
|
|
101
|
+
/ / | / u | u / | u / | u /
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
**"Break, break"** creates a spondee for emotional intensity.
|
|
105
|
+
|
|
106
|
+
### Pyrrhic Foot
|
|
107
|
+
|
|
108
|
+
**Pyrrhic**: Two unstressed syllables (u u)
|
|
109
|
+
|
|
110
|
+
**Purpose**: Speed up the line, create lightness
|
|
111
|
+
|
|
112
|
+
**Example**:
|
|
113
|
+
```
|
|
114
|
+
To BE | or NOT | to BE | that IS | the QUES | tion
|
|
115
|
+
u / | u / | u / | u u | u / | u
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
**"that is"** can be read as pyrrhic (u u) followed by stressed syllable.
|
|
119
|
+
|
|
120
|
+
## Feminine Endings
|
|
121
|
+
|
|
122
|
+
### Definition
|
|
123
|
+
|
|
124
|
+
A **feminine ending** adds an extra unstressed syllable at the end of the line (11 syllables instead of 10).
|
|
125
|
+
|
|
126
|
+
**Pattern**:
|
|
127
|
+
```
|
|
128
|
+
u / | u / | u / | u / | u / | u
|
|
129
|
+
(11 syllables: 5 iambs + 1 unstressed)
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
### Purpose
|
|
133
|
+
|
|
134
|
+
- Creates a softer, more gentle ending
|
|
135
|
+
- Suggests incompleteness or continuation
|
|
136
|
+
- Adds variety to rhythm
|
|
137
|
+
|
|
138
|
+
### Example
|
|
139
|
+
|
|
140
|
+
```
|
|
141
|
+
To BE | or NOT | to BE | that IS | the QUES | tion (u)
|
|
142
|
+
u / | u / | u / | u / | u / | u
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
**"question"** ends with unstressed syllable: QUES-tion (/ u)
|
|
146
|
+
|
|
147
|
+
### Famous Feminine Endings
|
|
148
|
+
|
|
149
|
+
**Hamlet**:
|
|
150
|
+
```
|
|
151
|
+
"Whether 'tis nobler in the mind to suffer" (u)
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
**Macbeth**:
|
|
155
|
+
```
|
|
156
|
+
"Tomorrow, and tomorrow, and tomorrow" (u)
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
## Enjambment vs. End-Stopped Lines
|
|
160
|
+
|
|
161
|
+
### End-Stopped Lines
|
|
162
|
+
|
|
163
|
+
**Definition**: Line ends with natural pause (punctuation: period, comma, semicolon, colon)
|
|
164
|
+
|
|
165
|
+
**Purpose**: Creates closure, emphasizes individual lines, slows pace
|
|
166
|
+
|
|
167
|
+
**Example**:
|
|
168
|
+
```
|
|
169
|
+
Shall I compare thee to a summer's day? [END-STOPPED]
|
|
170
|
+
Thou art more lovely and more temperate: [END-STOPPED]
|
|
171
|
+
Rough winds do shake the darling buds of May, [END-STOPPED]
|
|
172
|
+
And summer's lease hath all too short a date: [END-STOPPED]
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
**Effect**: Each line feels complete, creating a measured, contemplative rhythm.
|
|
176
|
+
|
|
177
|
+
### Enjambment
|
|
178
|
+
|
|
179
|
+
**Definition**: Line continues without pause into the next line (no punctuation at line end)
|
|
180
|
+
|
|
181
|
+
**Purpose**: Creates momentum, urgency, or flowing thought
|
|
182
|
+
|
|
183
|
+
**Example**:
|
|
184
|
+
```
|
|
185
|
+
But thy eternal summer shall not fade [ENJAMBED]
|
|
186
|
+
Nor lose possession of that fair thou owest; [END-STOPPED]
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
**Effect**: "fade" flows directly into "Nor lose possession," creating continuous motion.
|
|
190
|
+
|
|
191
|
+
### Dramatic Enjambment
|
|
192
|
+
|
|
193
|
+
**Example from Hamlet**:
|
|
194
|
+
```
|
|
195
|
+
To be, or not to be—that is the question:
|
|
196
|
+
Whether 'tis nobler in the mind to suffer [ENJAMBED]
|
|
197
|
+
The slings and arrows of outrageous fortune, [ENJAMBED]
|
|
198
|
+
Or to take arms against a sea of troubles [ENJAMBED]
|
|
199
|
+
And by opposing end them. [END-STOPPED]
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
**Effect**: Enjambment creates rushing, anxious thought process.
|
|
203
|
+
|
|
204
|
+
## Visual Scansion Examples
|
|
205
|
+
|
|
206
|
+
### Example 1: Perfect Iambic Pentameter
|
|
207
|
+
|
|
208
|
+
**Line**: "But soft, what light through yonder window breaks?" (Romeo and Juliet)
|
|
209
|
+
|
|
210
|
+
**Scansion**:
|
|
211
|
+
```
|
|
212
|
+
But SOFT | what LIGHT | through YON | der WIN | dow BREAKS
|
|
213
|
+
u / | u / | u / | u / | u /
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
**Analysis**:
|
|
217
|
+
- 10 syllables
|
|
218
|
+
- 5 perfect iambs
|
|
219
|
+
- Natural speech rhythm
|
|
220
|
+
- End-stopped (question mark)
|
|
221
|
+
|
|
222
|
+
### Example 2: Trochaic Substitution
|
|
223
|
+
|
|
224
|
+
**Line**: "Never, never, never, never, never!" (King Lear)
|
|
225
|
+
|
|
226
|
+
**Scansion**:
|
|
227
|
+
```
|
|
228
|
+
NEV er | NEV er | NEV er | NEV er | NEV er
|
|
229
|
+
/ u | / u | / u | / u | / u
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
**Analysis**:
|
|
233
|
+
- 10 syllables
|
|
234
|
+
- 5 trochees (not iambs!)
|
|
235
|
+
- Creates pounding, emphatic rhythm
|
|
236
|
+
- Expresses Lear's grief and despair
|
|
237
|
+
|
|
238
|
+
### Example 3: Mixed Feet with Feminine Ending
|
|
239
|
+
|
|
240
|
+
**Line**: "To be, or not to be—that is the question" (Hamlet)
|
|
241
|
+
|
|
242
|
+
**Scansion**:
|
|
243
|
+
```
|
|
244
|
+
To BE | or NOT | to BE | that IS | the QUES | tion
|
|
245
|
+
u / | u / | u / | u / | u / | u
|
|
246
|
+
```
|
|
247
|
+
|
|
248
|
+
**Analysis**:
|
|
249
|
+
- 11 syllables (feminine ending)
|
|
250
|
+
- 5 iambs + unstressed syllable
|
|
251
|
+
- "that is" could be pyrrhic (u u) + stressed
|
|
252
|
+
- Feminine ending suggests incompleteness
|
|
253
|
+
|
|
254
|
+
### Example 4: Spondee for Emphasis
|
|
255
|
+
|
|
256
|
+
**Line**: "The heartache and the thousand natural shocks" (Hamlet)
|
|
257
|
+
|
|
258
|
+
**Scansion**:
|
|
259
|
+
```
|
|
260
|
+
The HEART | ache AND | the THOU | sand NAT | ural SHOCKS
|
|
261
|
+
u / | / u | u / | u / | u /
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
**Analysis**:
|
|
265
|
+
- "heartache" creates near-spondee (/ /)
|
|
266
|
+
- Emphasizes emotional weight
|
|
267
|
+
- Returns to iambic pattern
|
|
268
|
+
|
|
269
|
+
## Practice Exercises
|
|
270
|
+
|
|
271
|
+
### Exercise 1: Identify the Meter
|
|
272
|
+
|
|
273
|
+
Mark the stressed syllables in these lines:
|
|
274
|
+
|
|
275
|
+
**1.** "The curfew tolls the knell of parting day"
|
|
276
|
+
```
|
|
277
|
+
Stressed syllables: _________________________________
|
|
278
|
+
```
|
|
279
|
+
|
|
280
|
+
**2.** "When to the sessions of sweet silent thought"
|
|
281
|
+
```
|
|
282
|
+
Stressed syllables: _________________________________
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
**3.** "My mistress' eyes are nothing like the sun"
|
|
286
|
+
```
|
|
287
|
+
Stressed syllables: _________________________________
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
### Exercise 2: Scan the Lines
|
|
291
|
+
|
|
292
|
+
Provide full scansion (u / notation) for these lines:
|
|
293
|
+
|
|
294
|
+
**1.** "Shall I compare thee to a summer's day?"
|
|
295
|
+
```
|
|
296
|
+
Scansion: ___________________________________________
|
|
297
|
+
```
|
|
298
|
+
|
|
299
|
+
**2.** "If music be the food of love, play on"
|
|
300
|
+
```
|
|
301
|
+
Scansion: ___________________________________________
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
**3.** "Now is the winter of our discontent"
|
|
305
|
+
```
|
|
306
|
+
Scansion: ___________________________________________
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
### Exercise 3: Identify Variations
|
|
310
|
+
|
|
311
|
+
Identify any metrical variations (trochee, spondee, feminine ending):
|
|
312
|
+
|
|
313
|
+
**1.** "Double, double toil and trouble"
|
|
314
|
+
```
|
|
315
|
+
Variation: __________________________________________
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
**2.** "Friends, Romans, countrymen, lend me your ears"
|
|
319
|
+
```
|
|
320
|
+
Variation: __________________________________________
|
|
321
|
+
```
|
|
322
|
+
|
|
323
|
+
**3.** "To be, or not to be—that is the question"
|
|
324
|
+
```
|
|
325
|
+
Variation: __________________________________________
|
|
326
|
+
```
|
|
327
|
+
|
|
328
|
+
### Exercise 4: Write Your Own
|
|
329
|
+
|
|
330
|
+
Write one line of iambic pentameter on each topic:
|
|
331
|
+
|
|
332
|
+
**1. Nature**:
|
|
333
|
+
```
|
|
334
|
+
___________________________________________________
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
**2. Love**:
|
|
338
|
+
```
|
|
339
|
+
___________________________________________________
|
|
340
|
+
```
|
|
341
|
+
|
|
342
|
+
**3. Time**:
|
|
343
|
+
```
|
|
344
|
+
___________________________________________________
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
## Common Mistakes to Avoid
|
|
348
|
+
|
|
349
|
+
### Mistake 1: Forcing Unnatural Stress
|
|
350
|
+
|
|
351
|
+
**Wrong**: "The CAT sat ON the MAT and LOOKED a ROUND"
|
|
352
|
+
**Right**: "The cat SAT on THE mat AND looked A round"
|
|
353
|
+
|
|
354
|
+
**Tip**: Read aloud naturally first, then adjust to meter.
|
|
355
|
+
|
|
356
|
+
### Mistake 2: Ignoring Natural Word Stress
|
|
357
|
+
|
|
358
|
+
**Wrong**: "To MOR row AND to MOR row AND to MOR row"
|
|
359
|
+
**Right**: "To MOR row and TO mor row and TO mor row"
|
|
360
|
+
|
|
361
|
+
**Tip**: Respect natural pronunciation of words.
|
|
362
|
+
|
|
363
|
+
### Mistake 3: Counting Syllables Instead of Stresses
|
|
364
|
+
|
|
365
|
+
**Wrong**: Focusing only on 10 syllables
|
|
366
|
+
**Right**: Focusing on unstressed/stressed pattern (u /)
|
|
367
|
+
|
|
368
|
+
**Tip**: Meter is about rhythm, not just syllable count.
|
|
369
|
+
|
|
370
|
+
### Mistake 4: Avoiding All Variation
|
|
371
|
+
|
|
372
|
+
**Wrong**: Perfect iambs in every line (monotonous)
|
|
373
|
+
**Right**: Strategic variations for emphasis and variety
|
|
374
|
+
|
|
375
|
+
**Tip**: Shakespeare varied meter for dramatic effect.
|
|
376
|
+
|
|
377
|
+
## Practical Application
|
|
378
|
+
|
|
379
|
+
### When to Use Iambic Pentameter
|
|
380
|
+
|
|
381
|
+
**1. Formal Speeches**: Nobility, important declarations
|
|
382
|
+
**2. Soliloquies**: Internal reflection, philosophical thought
|
|
383
|
+
**3. Love Poetry**: Sonnets, romantic dialogue
|
|
384
|
+
**4. Dramatic Moments**: Heightened emotion, key scenes
|
|
385
|
+
|
|
386
|
+
### When to Break from Iambic Pentameter
|
|
387
|
+
|
|
388
|
+
**1. Prose for Common Characters**: Servants, commoners, comic relief
|
|
389
|
+
**2. Madness**: Irregular meter suggests mental breakdown
|
|
390
|
+
**3. Extreme Emotion**: Broken meter reflects disrupted state
|
|
391
|
+
**4. Letters/Documents**: Prose for realism
|
|
392
|
+
|
|
393
|
+
### Tips for Writing in Iambic Pentameter
|
|
394
|
+
|
|
395
|
+
**1. Start with Natural Speech**:
|
|
396
|
+
- Write your idea in normal language
|
|
397
|
+
- Identify natural stresses
|
|
398
|
+
- Adjust to fit meter
|
|
399
|
+
|
|
400
|
+
**2. Read Aloud**:
|
|
401
|
+
- Hear the rhythm
|
|
402
|
+
- Test if it sounds natural
|
|
403
|
+
- Adjust awkward phrases
|
|
404
|
+
|
|
405
|
+
**3. Use Variations Strategically**:
|
|
406
|
+
- Trochee for emphasis
|
|
407
|
+
- Spondee for weight
|
|
408
|
+
- Feminine ending for softness
|
|
409
|
+
|
|
410
|
+
**4. Don't Sacrifice Meaning for Meter**:
|
|
411
|
+
- Clarity first
|
|
412
|
+
- Meter enhances, doesn't replace content
|
|
413
|
+
|
|
414
|
+
## Links to Exercises
|
|
415
|
+
|
|
416
|
+
For hands-on practice with iambic pentameter:
|
|
417
|
+
- [Iambic Pentameter Practice](../../examples/exercises/iambic-pentameter-practice.md)
|
|
418
|
+
- [Verse Analysis Exercise](../../examples/exercises/verse-analysis-exercise.md)
|
|
419
|
+
- [Sonnet Writing Exercise](../../examples/exercises/sonnet-writing-exercise.md)
|
|
420
|
+
|
|
421
|
+
## Further Reading
|
|
422
|
+
|
|
423
|
+
### Primary Sources
|
|
424
|
+
- Shakespeare's Sonnets (all 154 sonnets in iambic pentameter)
|
|
425
|
+
- *Romeo and Juliet* (Act 2, Scene 2 - Balcony scene)
|
|
426
|
+
- *Hamlet* (Act 3, Scene 1 - "To be or not to be")
|
|
427
|
+
- *Macbeth* (Act 5, Scene 5 - "Tomorrow and tomorrow")
|
|
428
|
+
|
|
429
|
+
### Secondary Sources
|
|
430
|
+
- *The Art of Shakespeare's Sonnets* by Helen Vendler
|
|
431
|
+
- *Shakespeare's Metrical Art* by George T. Wright
|
|
432
|
+
- *The Princeton Encyclopedia of Poetry and Poetics* (entry on "Iambic Pentameter")
|
|
433
|
+
|
|
434
|
+
## Summary
|
|
435
|
+
|
|
436
|
+
**Key Principles**:
|
|
437
|
+
1. **Iambic pentameter** = 5 iambs (u /) per line = 10 syllables
|
|
438
|
+
2. **Mirrors natural speech** while elevating to poetic form
|
|
439
|
+
3. **Variations** (trochee, spondee, pyrrhic) add emphasis and variety
|
|
440
|
+
4. **Feminine endings** add extra unstressed syllable (11 syllables)
|
|
441
|
+
5. **Enjambment** creates flow; **end-stopped** creates closure
|
|
442
|
+
6. **Read aloud** to test rhythm and naturalness
|
|
443
|
+
7. **Strategic variation** prevents monotony and adds dramatic effect
|
|
444
|
+
|
|
445
|
+
**Remember**: Iambic pentameter is a tool, not a prison. Shakespeare himself varied the meter constantly for dramatic effect. The goal is to create rhythm that enhances meaning, not to achieve mechanical perfection.
|
|
446
|
+
|
|
447
|
+
|