@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,383 @@
|
|
|
1
|
+
# Mike Nichols - Screenplay Style Guide
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
- [Table of Contents](#table-of-contents)
|
|
5
|
+
- [The Intimate Psychological Drama](#the-intimate-psychological-drama)
|
|
6
|
+
- [Overview](#overview)
|
|
7
|
+
- [Core Principles](#core-principles)
|
|
8
|
+
- [1. **Character Over Plot, Performance Over Spectacle**](#1-character-over-plot-performance-over-spectacle)
|
|
9
|
+
- [2. **Dialogue as Weapon and Revelation**](#2-dialogue-as-weapon-and-revelation)
|
|
10
|
+
- [3. **Ensemble Dynamics Through Intimate Pairings**](#3-ensemble-dynamics-through-intimate-pairings)
|
|
11
|
+
- [4. **Subtle Realism in Spectacle**](#4-subtle-realism-in-spectacle)
|
|
12
|
+
- [Narrative Structure](#narrative-structure)
|
|
13
|
+
- [The Nichols Three-Act Introspection](#the-nichols-three-act-introspection)
|
|
14
|
+
- [Character Development](#character-development)
|
|
15
|
+
- [The Flawed Everyman/Woman](#the-flawed-everymanwoman)
|
|
16
|
+
- [Nichols Character Archetypes](#nichols-character-archetypes)
|
|
17
|
+
- [Scene Construction](#scene-construction)
|
|
18
|
+
- [The "Verbal Duel" Scene](#the-verbal-duel-scene)
|
|
19
|
+
- [The "Silent Revelation" Scene](#the-silent-revelation-scene)
|
|
20
|
+
- [The "Mentor-Protégé" Scene](#the-mentor-protg-scene)
|
|
21
|
+
- [The "Cathartic Breakdown" Scene](#the-cathartic-breakdown-scene)
|
|
22
|
+
|
|
23
|
+
## The Intimate Psychological Drama
|
|
24
|
+
|
|
25
|
+
**Films Analyzed**:
|
|
26
|
+
- Who's Afraid of Virginia Woolf? (1966)
|
|
27
|
+
- The Graduate (1967)
|
|
28
|
+
- Catch-22 (1970)
|
|
29
|
+
- Carnal Knowledge (1971)
|
|
30
|
+
- The Day of the Dolphin (1973)
|
|
31
|
+
- Silkwood (1983)
|
|
32
|
+
- Working Girl (1988)
|
|
33
|
+
- Postcards from the Edge (1990)
|
|
34
|
+
- Regarding Henry (1991)
|
|
35
|
+
- Wolf (1994)
|
|
36
|
+
- The Birdcage (1996)
|
|
37
|
+
- Primary Colors (1998)
|
|
38
|
+
- Wit (2001)
|
|
39
|
+
- Closer (2004)
|
|
40
|
+
- Charlie Wilson's War (2007)
|
|
41
|
+
- Angels in America (2003, miniseries adaptation)
|
|
42
|
+
|
|
43
|
+
**Primary Writers**: Edward Albee, Buck Henry, Elaine May, Jules Feiffer, Nora Ephron, Tony Kushner, Carrie Fisher, Mike Nichols (collaborative contributions), John Patrick Shanley, Aaron Sorkin
|
|
44
|
+
**Genre**: Character-Driven Drama / Dark Comedy / Satire / Psychological Exploration
|
|
45
|
+
**Core Concept**: Nuanced examinations of human relationships, flaws, and societal pressures through dialogue-rich narratives, subtle direction, and actor-centered performances that reveal the paradoxical nature of humanity.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Overview
|
|
50
|
+
|
|
51
|
+
Mike Nichols' cinematic style represents a pinnacle of American filmmaking that prioritizes psychological depth, interpersonal dynamics, and emotional authenticity over spectacle or overt visual flair. Emerging from his roots in improvisational comedy with Elaine May and Broadway theater direction, Nichols brought a theater-honed sensibility to film, emphasizing rehearsals, actor collaboration, and the revelation of character through subtle interactions. His films often adapt stage plays, novels, or real-life stories, transforming them into intimate portraits of human vulnerability, power struggles, sexuality, and existential angst. Unlike the bombastic ensemble epics of other genres, Nichols' works are grounded in realism, with a self-effacing directorial approach that allows performances to shine, making the audience feel like voyeurs into private lives. This style evolved from the stylistically bold early works like *The Graduate*, with its innovative editing and sound design, to later seamless craftsmanship in films like *Closer*, where technical elements serve invisibly to heighten emotional truth. Nichols' films broke Hollywood taboos by addressing adult themes—infidelity, addiction, corporate greed, political corruption—with wit, irony, and compassion, influencing generations of character-driven cinema. His legacy lies in creating resonant stories that explore the tragedy and comedy of everyday existence, where characters' internal conflicts drive the narrative, and dialogue serves as both weapon and bridge in human connections.
|
|
52
|
+
|
|
53
|
+
Nichols' approach was revolutionary in the 1960s New Hollywood era, challenging the Production Code with raw language and themes in *Who's Afraid of Virginia Woolf?*, and capturing generational disillusionment in *The Graduate*. Over his career, he adapted to changing times, tackling feminism in *Working Girl*, queer identity in *The Birdcage*, and mortality in *Wit*, always with a focus on authenticity. His films balance dark humor with profound sadness, using satire to critique society while empathizing with flawed individuals. This guide distills the elements that define Nichols' style, providing a blueprint for writing screenplays that echo his commitment to psychological realism, collaborative storytelling, and the illumination of human paradoxes.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Core Principles
|
|
58
|
+
|
|
59
|
+
### 1. **Character Over Plot, Performance Over Spectacle**
|
|
60
|
+
In Nichols' films, plot serves as a framework for character exploration; events arise from internal motivations rather than external forces.
|
|
61
|
+
|
|
62
|
+
**Key Philosophy**:
|
|
63
|
+
- Characters are complex, flawed humans whose actions stem from psychological depths
|
|
64
|
+
- Spectacle is minimal; emotional revelations provide the drama
|
|
65
|
+
- Themes emerge organically from relationships, not imposed didactically
|
|
66
|
+
- Human paradoxes (strength in weakness, humor in pain) are central
|
|
67
|
+
|
|
68
|
+
**Examples from Films**:
|
|
69
|
+
- In *Who's Afraid of Virginia Woolf?*, George and Martha's marital games reveal layers of resentment and love, with alcohol as a metaphor for emotional erosion
|
|
70
|
+
- Benjamin Braddock's aimlessness in *The Graduate* symbolizes generational alienation, his affair with Mrs. Robinson a metaphor for trapped adulthood
|
|
71
|
+
- Jack Nicholson's character in *Carnal Knowledge* embodies male insecurity, his relationships exposing societal attitudes toward sex and power
|
|
72
|
+
- Meryl Streep's whistleblower in *Silkwood* represents moral courage amid personal chaos, her everyday struggles grounding the thriller elements
|
|
73
|
+
|
|
74
|
+
**Writing Approach**:
|
|
75
|
+
WRONG: "Karen enters the plant, discovers contamination, reports it."
|
|
76
|
+
RIGHT: "Karen's hands tremble as she lights a cigarette in the break room. The Geiger counter clicks faintly. Memories of her failed marriage flash—another betrayal. She stubs out the smoke, steels herself: 'I can't let this slide.' Her voice cracks, revealing fear beneath resolve."
|
|
77
|
+
|
|
78
|
+
This approach ensures actions feel motivated by inner turmoil, making characters relatable and their journeys compelling without relying on high-stakes plots.
|
|
79
|
+
|
|
80
|
+
### 2. **Dialogue as Weapon and Revelation**
|
|
81
|
+
Nichols' dialogue is sharp, subtext-laden, blending wit with wounding honesty—characters speak to conceal and expose simultaneously.
|
|
82
|
+
|
|
83
|
+
**Dialogue Guidelines**:
|
|
84
|
+
- **Wit masks vulnerability** - Humor deflects pain but reveals truth
|
|
85
|
+
- **Subtext drives conflict** - What isn't said matters more
|
|
86
|
+
- **Naturalistic rhythm** - Overlaps, interruptions mimic real speech
|
|
87
|
+
- **Emotional layering** - Banter escalates to confrontation or intimacy
|
|
88
|
+
|
|
89
|
+
**Dialogue Ratio**:
|
|
90
|
+
- Intense scenes: 60% subtextual barbs, 40% direct emotion
|
|
91
|
+
- Comedic moments: 50% irony, 50% pathos
|
|
92
|
+
- Ensemble interactions: Overlapping voices build tension or camaraderie
|
|
93
|
+
|
|
94
|
+
**Character Voice Examples**:
|
|
95
|
+
GEORGE (Sardonic, intellectual, wounded - Who's Afraid of Virginia Woolf?)
|
|
96
|
+
History will decide. But you, Martha, you have the unique distinction of being both a monster and a cliché.
|
|
97
|
+
BENJAMIN BRADDOCK (Awkward, existential, passive - The Graduate)
|
|
98
|
+
Mrs. Robinson, you're trying to seduce me. Aren't you?
|
|
99
|
+
SUSANNE VALE (Self-deprecating, addictive, resilient - Postcards from the Edge)
|
|
100
|
+
I'm not addicted to pills. I'm addicted to feeling good. And who isn't?
|
|
101
|
+
TESS MCGILL (Ambitious, street-smart, vulnerable - Working Girl)
|
|
102
|
+
I have a head for business and a bod for sin. Is there anything wrong with that?
|
|
103
|
+
ANNA (Manipulative, honest, fragile - Closer)
|
|
104
|
+
I don't kiss strange men. But you don't seem strange.
|
|
105
|
+
VIVIAN HARRISON (Intellectual, dying, reflective - Wit)
|
|
106
|
+
I thought being extremely smart would take care of it. But I see I have been found out.
|
|
107
|
+
|
|
108
|
+
These voices reflect Nichols' background in improvisation, where dialogue feels spontaneous yet precisely crafted to peel back emotional layers.
|
|
109
|
+
|
|
110
|
+
### 3. **Ensemble Dynamics Through Intimate Pairings**
|
|
111
|
+
Nichols excels at small ensembles or duos, where relationships illuminate broader themes.
|
|
112
|
+
|
|
113
|
+
**Ensemble Techniques**:
|
|
114
|
+
- **Intimate pairings** - Focus on two-character interactions for depth
|
|
115
|
+
- **Rotating perspectives** - Shift viewpoints to reveal multifaceted truths
|
|
116
|
+
- **Psychological realism** - Characters evolve through confrontations
|
|
117
|
+
- **Subtle power shifts** - Dominance ebbs and flows organically
|
|
118
|
+
|
|
119
|
+
**Pairing Examples from Films**:
|
|
120
|
+
- George + Martha (*Virginia Woolf*) - Marital warfare exposing illusions
|
|
121
|
+
- Benjamin + Mrs. Robinson (*Graduate*) - Generational seduction and rebellion
|
|
122
|
+
- Jonathan + Sandy (*Carnal Knowledge*) - Male friendship masking misogyny
|
|
123
|
+
- Suzanne + Doris (*Postcards*) - Mother-daughter addiction and forgiveness
|
|
124
|
+
- Armand + Albert (*Birdcage*) - Queer partnership amid farce
|
|
125
|
+
- Alice + Dan (*Closer*) - Love triangle of deception and desire
|
|
126
|
+
|
|
127
|
+
**Writing Approach**:
|
|
128
|
+
ENSEMBLE SCENE STRUCTURE:
|
|
129
|
+
|
|
130
|
+
Establish relational tension (subtle glances, loaded pauses)
|
|
131
|
+
Escalate through dialogue (barbs reveal backstory)
|
|
132
|
+
Peak in revelation (emotional outburst or quiet admission)
|
|
133
|
+
Resolve ambiguously (connection forged but fragility remains)
|
|
134
|
+
Aftermath reflection (one character processes alone)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
This structure mirrors Nichols' theatrical roots, building scenes like acts in a play.
|
|
138
|
+
|
|
139
|
+
### 4. **Subtle Realism in Spectacle**
|
|
140
|
+
Nichols' "disappearing act" direction makes technique invisible, grounding even satirical elements in human truth.
|
|
141
|
+
|
|
142
|
+
**Spectacle Principles**:
|
|
143
|
+
- **Emotional stakes in everyday settings** - Conflict arises in homes, offices, beds
|
|
144
|
+
- **Consequences feel personal** - Actions ripple through relationships
|
|
145
|
+
- **Internal logic** - Realism governs even fantastical elements (e.g., *Wolf*'s transformation as midlife crisis)
|
|
146
|
+
- **Blend of styles** - Early expressionism (*Graduate*'s montages) evolves to seamless craft
|
|
147
|
+
|
|
148
|
+
**Action Philosophy**:
|
|
149
|
+
NOT: Explosive arguments with dramatic music
|
|
150
|
+
BUT: George pours another drink, his hand steady but eyes betraying rage. Martha circles him like a predator, her laugh hollow. The room's shadows lengthen, mirroring their emotional darkness. Words cut deeper than any physical blow.
|
|
151
|
+
|
|
152
|
+
This ensures spectacle serves psychology, not vice versa.
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## Narrative Structure
|
|
157
|
+
|
|
158
|
+
### The Nichols Three-Act Introspection
|
|
159
|
+
|
|
160
|
+
Nichols' structures emphasize internal journeys, often adapting linear plays into fluid cinematic explorations.
|
|
161
|
+
|
|
162
|
+
#### Act 1: Establishment of Facade + Inciting Vulnerability (0-30 minutes)
|
|
163
|
+
**Goal**: Introduce characters' public selves and the crack that reveals their true nature
|
|
164
|
+
|
|
165
|
+
**Key Elements**:
|
|
166
|
+
- **Character introduction** - Through everyday routines showing discontent
|
|
167
|
+
- **Ordinary world** - Mundane settings highlight inner turmoil
|
|
168
|
+
- **Internal conflict** - Flaw or secret hinted at
|
|
169
|
+
- **Inciting incident** - Encounter that exposes vulnerability
|
|
170
|
+
- **Thematic setup** - Subtle motifs (water in *Graduate* for drowning in life)
|
|
171
|
+
|
|
172
|
+
**Pacing**:
|
|
173
|
+
- Slow build with observational shots
|
|
174
|
+
- Dialogue establishes wit and tension
|
|
175
|
+
- Emotional hook via subtle revelation
|
|
176
|
+
- Visual metaphors introduce themes
|
|
177
|
+
|
|
178
|
+
**Examples**:
|
|
179
|
+
- *Virginia Woolf*: Late-night party invitation exposes marital rot
|
|
180
|
+
- *Graduate*: Benjamin's homecoming pool party symbolizes isolation
|
|
181
|
+
- *Working Girl*: Tess's commute and boss betrayal spark ambition
|
|
182
|
+
- *Closer*: Chance meeting ignites chain of deceptions
|
|
183
|
+
|
|
184
|
+
In this act, Nichols uses continuity editing and naturalistic lighting to immerse viewers in characters' worlds, making the facade feel authentic before dismantling it. The inciting vulnerability often stems from a relationship— a seduction, argument, or confession—that sets the psychological stakes. Unlike plot-heavy films, the "call" is internal, pulling characters toward self-confrontation.
|
|
185
|
+
|
|
186
|
+
#### Act 2A: Escalating Confrontations + Relational Fractures (30-60 minutes)
|
|
187
|
+
**Goal**: Deepen conflicts through interactions, revealing layers of deception and desire
|
|
188
|
+
|
|
189
|
+
**Escalation Pattern**:
|
|
190
|
+
1. **Initial alliances** - Characters form bonds or rivalries
|
|
191
|
+
2. **Rising tensions** - Subtext erupts into overt conflict
|
|
192
|
+
3. **Midpoint revelation** - Secret exposed, shifting dynamics
|
|
193
|
+
4. **Emotional tests** - Characters face moral or personal dilemmas
|
|
194
|
+
5. **Fractures appear** - Relationships strain under truth
|
|
195
|
+
|
|
196
|
+
**Key Techniques**:
|
|
197
|
+
- **Rehearsal-like scenes** - Long takes allow actor improvisation
|
|
198
|
+
- **Subtle symbolism** - Objects (plastics in *Graduate*) critique society
|
|
199
|
+
- **Humor as relief** - Dark comedy punctuates drama
|
|
200
|
+
- **World expansion** - Settings reflect psyche (claustrophobic rooms)
|
|
201
|
+
|
|
202
|
+
This section draws from Nichols' improv background, allowing dialogue to evolve naturally while advancing themes. Conflicts are interpersonal, not external, building to a midpoint where facades crack—e.g., Benjamin's affair discovery in *Graduate* or the fake son's revelation in *Virginia Woolf*. Pacing alternates intensity with quiet moments, mirroring emotional waves.
|
|
203
|
+
|
|
204
|
+
#### Act 2B: Dark Descent + Rock Bottom (60-90 minutes)
|
|
205
|
+
**Goal**: Characters hit lowest points, forcing self-examination
|
|
206
|
+
|
|
207
|
+
**Midpoint Crisis**:
|
|
208
|
+
- **Major betrayal** - Trust shattered
|
|
209
|
+
- **Personal loss** - Emotional or literal (death, breakup)
|
|
210
|
+
- **Isolation** - Characters confront alone
|
|
211
|
+
- **Existential doubt** - Question identity/purpose
|
|
212
|
+
|
|
213
|
+
**Examples**:
|
|
214
|
+
- *Graduate*: Benjamin's frantic pursuit ends in rejection
|
|
215
|
+
- *Closer*: Cascade of lies leads to breakdowns
|
|
216
|
+
- *Wit*: Vivian's cancer treatment strips intellectual defenses
|
|
217
|
+
- *Silkwood*: Karen's contamination and isolation
|
|
218
|
+
|
|
219
|
+
Nichols excels here with low-key lighting and close-ups, emphasizing facial expressions over action. The descent is psychological, with silence as powerful as dialogue, leading to cathartic lows that set up redemption or acceptance.
|
|
220
|
+
|
|
221
|
+
#### Act 3: Reckoning + Ambiguous Resolution (90-120 minutes)
|
|
222
|
+
**Goal**: Characters confront truths, achieve partial growth, but endings remain bittersweet
|
|
223
|
+
|
|
224
|
+
**Resolution Principles**:
|
|
225
|
+
- **Confrontation climax** - Final emotional showdown
|
|
226
|
+
- **Partial catharsis** - Growth without neat ties
|
|
227
|
+
- **Thematic echo** - Motifs resolve symbolically
|
|
228
|
+
- **Human ambiguity** - No villains, only flawed people
|
|
229
|
+
|
|
230
|
+
**Final Confrontation Structure**:
|
|
231
|
+
|
|
232
|
+
RECKONING - Characters face core conflict
|
|
233
|
+
EMOTIONAL PEAK - Raw honesty emerges
|
|
234
|
+
SACRIFICE/CHOICE - Key decision made
|
|
235
|
+
RESOLUTION - New equilibrium, often open-ended
|
|
236
|
+
REFLECTION - Lingering shot on character's face
|
|
237
|
+
AFTERMATH - Hint of future uncertainty
|
|
238
|
+
THEMATIC CLOSE - Visual or dialogue callback
|
|
239
|
+
FADE OUT - Emotional resonance lingers
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
**Examples**:
|
|
243
|
+
- *Graduate*: Church interruption leads to uncertain escape
|
|
244
|
+
- *Virginia Woolf*: Illusion shattered, tentative reconciliation
|
|
245
|
+
- *Birdcage*: Farce resolves in acceptance
|
|
246
|
+
- *Closer*: Cycles of hurt continue subtly
|
|
247
|
+
|
|
248
|
+
Nichols' endings avoid Hollywood uplift, favoring realism—victories are pyrrhic, growth incomplete, reflecting life's messiness.
|
|
249
|
+
|
|
250
|
+
---
|
|
251
|
+
|
|
252
|
+
## Character Development
|
|
253
|
+
|
|
254
|
+
### The Flawed Everyman/Woman
|
|
255
|
+
|
|
256
|
+
**Core Traits**:
|
|
257
|
+
- **Relatable humanity** - Extraordinary in ordinariness
|
|
258
|
+
- **Psychological depth** - Layers of motivation
|
|
259
|
+
- **Moral ambiguity** - No pure heroes/villains
|
|
260
|
+
- **Evolution through relationships** - Others as mirrors
|
|
261
|
+
|
|
262
|
+
**Character Arc Template**:
|
|
263
|
+
SETUP: Character defined by facade (Benjamin's passivity, Martha's bravado)
|
|
264
|
+
CHALLENGE: Facade tested by relationships (affair, arguments)
|
|
265
|
+
CRISIS: Facade crumbles (betrayal, illness)
|
|
266
|
+
GROWTH: Confronts truth (rebellion, acceptance)
|
|
267
|
+
RESOLUTION: Transformed but scarred (new path with uncertainty)
|
|
268
|
+
|
|
269
|
+
Nichols' arcs are introspective, driven by self-discovery amid societal pressures. Characters like Vivian in *Wit* strip defenses to find humanity, or Tess in *Working Girl* navigates class/gender barriers for empowerment.
|
|
270
|
+
|
|
271
|
+
### Nichols Character Archetypes
|
|
272
|
+
|
|
273
|
+
**The Disillusioned Youth** (Benjamin Braddock, Susanne Vale):
|
|
274
|
+
- Adrift in expectations
|
|
275
|
+
- Rebellion through passivity or excess
|
|
276
|
+
- Existential quests
|
|
277
|
+
- Growth via confrontation
|
|
278
|
+
|
|
279
|
+
**The Battling Spouse** (George/Martha, Alice/Larry in *Closer*):
|
|
280
|
+
- Love as combat
|
|
281
|
+
- Witty exteriors hide pain
|
|
282
|
+
- Power dynamics in intimacy
|
|
283
|
+
- Redemption through honesty
|
|
284
|
+
|
|
285
|
+
**The Ambitious Outsider** (Tess McGill, Charlie Wilson):
|
|
286
|
+
- Street smarts vs. establishment
|
|
287
|
+
- Moral compromises for goals
|
|
288
|
+
- Satirical take on systems
|
|
289
|
+
- Triumph with costs
|
|
290
|
+
|
|
291
|
+
**The Intellectual Skeptic** (Vivian Bearing, Yossarian in *Catch-22*):
|
|
292
|
+
- Mind over emotion
|
|
293
|
+
- Crisis forces vulnerability
|
|
294
|
+
- Satire of institutions
|
|
295
|
+
- Acceptance of mortality
|
|
296
|
+
|
|
297
|
+
**The Flawed Mentor** (Mrs. Robinson, Doris Mann):
|
|
298
|
+
- Cynical wisdom
|
|
299
|
+
- Past traumas influence present
|
|
300
|
+
- Complex motivations
|
|
301
|
+
- Humanized through flaws
|
|
302
|
+
|
|
303
|
+
**The Redeeming Partner** (Albert in *Birdcage*, Joanne in *Regarding Henry*):
|
|
304
|
+
- Loyalty amid chaos
|
|
305
|
+
- Comic relief with depth
|
|
306
|
+
- Supports growth
|
|
307
|
+
- Queer or unconventional bonds
|
|
308
|
+
|
|
309
|
+
**The Political Operator** (John Klein in *Primary Colors*, Gust Avrakotos):
|
|
310
|
+
- Idealism vs. pragmatism
|
|
311
|
+
- Witty critique of power
|
|
312
|
+
- Personal stakes in public arenas
|
|
313
|
+
- Ambiguous ethics
|
|
314
|
+
|
|
315
|
+
These archetypes reflect Nichols' interest in human complexity, drawing from his life as an immigrant and comedian.
|
|
316
|
+
|
|
317
|
+
---
|
|
318
|
+
|
|
319
|
+
## Scene Construction
|
|
320
|
+
|
|
321
|
+
### The "Verbal Duel" Scene
|
|
322
|
+
Intense two-character confrontations where dialogue builds like a fencing match.
|
|
323
|
+
|
|
324
|
+
**Structure**:
|
|
325
|
+
1. **Setup tension** - Neutral topic escalates
|
|
326
|
+
2. **Parry and thrust** - Alternating attacks/defenses
|
|
327
|
+
3. **Revelation peak** - Core truth exposed
|
|
328
|
+
4. **Emotional release** - Laughter or tears
|
|
329
|
+
5. **Lingering aftermath** - Silence speaks
|
|
330
|
+
|
|
331
|
+
**Example Template**:
|
|
332
|
+
INT. LIVING ROOM - NIGHT
|
|
333
|
+
George sips bourbon, eyes on Martha.
|
|
334
|
+
MARTHA
|
|
335
|
+
You make me sick.
|
|
336
|
+
GEORGE
|
|
337
|
+
History will absolve me.
|
|
338
|
+
MARTHA circles, voice rising. George parries with sarcasm. Tension builds to illusion's collapse.
|
|
339
|
+
They collapse in exhaustion, a fragile truce.
|
|
340
|
+
|
|
341
|
+
### The "Silent Revelation" Scene
|
|
342
|
+
Moments where visuals convey inner turmoil without words.
|
|
343
|
+
|
|
344
|
+
**Elements**:
|
|
345
|
+
- **Close-ups** - Faces tell stories
|
|
346
|
+
- **Symbolic objects** - Mirrors, water reflect psyche
|
|
347
|
+
- **Naturalistic lighting** - Shadows emphasize isolation
|
|
348
|
+
- **Sound design** - Ambient noise heightens emotion
|
|
349
|
+
|
|
350
|
+
**Timing Rules**:
|
|
351
|
+
- After verbal peaks for contrast
|
|
352
|
+
- During transitions for introspection
|
|
353
|
+
- Never overuse; reserve for pivotal shifts
|
|
354
|
+
|
|
355
|
+
**Examples**:
|
|
356
|
+
WRONG (Over-explained):
|
|
357
|
+
Benjamin stares at the pool, thinking about his life.
|
|
358
|
+
RIGHT (Subtle):
|
|
359
|
+
Benjamin floats aimlessly. Simon & Garfunkel fade in. His face blank, eyes distant—drowning in suburbia without a ripple.
|
|
360
|
+
|
|
361
|
+
### The "Mentor-Protégé" Scene
|
|
362
|
+
Experienced character imparts wisdom, often ironically.
|
|
363
|
+
|
|
364
|
+
**Required Elements**:
|
|
365
|
+
- **Shared vulnerability** - Mentor reveals flaws
|
|
366
|
+
- **Resistance** - Protégé pushes back
|
|
367
|
+
- **Demonstration** - Life lesson shown
|
|
368
|
+
- **Bond formed** - Mutual respect emerges
|
|
369
|
+
|
|
370
|
+
**Examples**:
|
|
371
|
+
- Mrs. Robinson + Benjamin: Seduction as life cynicism
|
|
372
|
+
- Doris + Suzanne: Addiction advice with humor
|
|
373
|
+
- Emma + Vivian: Medical detachment vs. kindness
|
|
374
|
+
|
|
375
|
+
### The "Cathartic Breakdown" Scene
|
|
376
|
+
Character's emotional dam bursts, leading to growth.
|
|
377
|
+
|
|
378
|
+
**Structure**:
|
|
379
|
+
1. **Build-up pressure** - Suppressed feelings simmer
|
|
380
|
+
2. **Trigger** - Confrontation or memory
|
|
381
|
+
3. **Release** - Outburst or quiet tears
|
|
382
|
+
4. **Aftermath** - New clarity
|
|
383
|
+
5. **Visual punctuation** - Fade on transformed face
|