@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
package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
# Christopher Nolan Films Style Guide
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
Christopher Nolan occupies a singular position in contemporary filmmaking: a director who consistently delivers massive studio spectacles that double as intellectually rigorous philosophical inquiries. Beginning with the low-budget, reverse-chronology noir of *Following* (1998) and the groundbreaking memory puzzle *Memento* (2000), he ascended to blockbuster status with the critically and commercially triumphant Dark Knight trilogy (*Batman Begins* 2005, *The Dark Knight* 2008, *The Dark Knight Rises* 2012). Subsequent works pushed conceptual boundaries further: the multi-layered dream-heist thriller *Inception* (2010), the scientifically grounded space exploration epic *Interstellar* (2014), the three-stranded survival mosaic *Dunkirk* (2017), the temporally inverted espionage thriller *Tenet* (2020), and the morally complex biographical drama *Oppenheimer* (2023), which earned him his first Best Director Oscar. Nolan’s screenplays—most written solo or in close collaboration with his brother Jonathan—are architectural marvels: meticulously plotted, thematically dense, and engineered for both visceral impact and repeated viewings that reveal new layers.
|
|
5
|
+
|
|
6
|
+
Nolan’s cinematic voice stands apart from Wes Anderson’s whimsical symmetry and emotional containment, David Lynch’s subconscious surrealism and unresolved mystery, the Coen Brothers’ mordant absurdism and regional fatalism, Quentin Tarantino’s rhythmic pop-culture dialogue explosions, or the stark, minimalist realism of *Blue Ruin*. Instead, Nolan fuses blockbuster scale with philosophical weight, using time manipulation, moral ambiguity, practical spectacle, and scientific verisimilitude to explore the limits of human perception, choice, sacrifice, and legacy. This massively expanded guide dissects every major facet of his approach with exhaustive detail, abundant film-specific examples, insights into his collaborative workflows (with cinematographers Wally Pfister and Hoyte van Hoytema, composer Hans Zimmer, editor Lee Smith, and production designer Nathan Crowley), philosophical and scientific underpinnings, structural blueprints, dialogue mechanics, visual prescriptions, and practical habits for screenwriters who wish to channel this demanding, intellectually muscular style authentically.
|
|
7
|
+
|
|
8
|
+
## Overall Tone and Thematic DNA – Cerebral Intensity Anchored in Human Stakes
|
|
9
|
+
- **High-Concept Thrillers with Profound Moral Gravity**
|
|
10
|
+
Nolan’s tone marries pulse-pounding spectacle with existential inquiry. Action sequences are never gratuitous; they serve as metaphors for deeper questions about time, identity, responsibility, and the cost of progress.
|
|
11
|
+
- *Inception* delivers kinetic dream-heist set pieces (zero-gravity corridor fights, collapsing cities), yet the emotional core is Cobb’s (Leonardo DiCaprio) guilt over his wife’s suicide and his desperate need to return to his children.
|
|
12
|
+
- *Interstellar* juxtaposes awe-inspiring cosmic visuals (the wormhole, the tesseract bookshelf) with intimate family tragedy—Cooper’s time-dilated separation from Murph becomes a literal embodiment of relativity’s cruelty.
|
|
13
|
+
- *Oppenheimer* uses rapid-fire cross-cutting between 1940s Los Alamos and 1950s security hearings to create a sense of historical inevitability, while the intimate horror of Oppenheimer’s realization (“I am become Death, the destroyer of worlds”) grounds the epic in personal torment.
|
|
14
|
+
→ **Core Principle**: Every thrilling moment must carry dual weight—visceral excitement on the surface and philosophical or emotional resonance beneath. Never let scale overwhelm humanity.
|
|
15
|
+
|
|
16
|
+
- **Thematic Pillars – A Comprehensive Philosophical & Scientific Framework**
|
|
17
|
+
Nolan draws heavily from real physics, ethics, history, and psychology, often consulting experts (Kip Thorne for *Interstellar*, historians for *Oppenheimer*, magicians for *The Prestige*).
|
|
18
|
+
1. Time as narrative and thematic antagonist: Non-linearity, inversion, dilation, loops (e.g., *Memento*’s reverse structure mirrors anterograde amnesia).
|
|
19
|
+
2. Duality of identity and morality: Heroes with dark mirrors (Batman/Joker, Angier/Borden, Cooper/Murph’s generational rift).
|
|
20
|
+
3. The cost of creation and ambition: Scientific or artistic breakthroughs that destroy (nuclear fission in *Oppenheimer*, cloning in *The Prestige*, inception planting ideas).
|
|
21
|
+
4. Perception vs. reality: Layers of deception or altered states (dreams in *Inception*, propaganda in *Dunkirk*, inverted causality in *Tenet*).
|
|
22
|
+
5. Sacrifice and legacy: Personal loss for collective survival (soldiers on Dunkirk beaches, Cooper leaving Earth, Oppenheimer’s guilt).
|
|
23
|
+
6. Determinism vs. free will: Predetermined paths that can be altered through choice or paradox (e.g., *Tenet*’s “what’s happened, happened” vs. protagonist’s interventions).
|
|
24
|
+
7. Human endurance under extreme pressure: Physical, psychological, and moral resilience (pilots in *Dunkirk*, prisoners in *The Dark Knight*).
|
|
25
|
+
8. The ethics of power and knowledge: Who should wield god-like abilities? (Batman’s no-kill rule, Oppenheimer’s bomb, Sator’s algorithm).
|
|
26
|
+
→ Integrate themes through plot mechanics and character dilemmas rather than overt speeches—let science or history provide the intellectual scaffolding.
|
|
27
|
+
|
|
28
|
+
- **Tone Spectrum: Puzzle to Catharsis**
|
|
29
|
+
Begins with intrigue and disorientation → escalates to relentless tension → peaks in explosive, high-concept climaxes → resolves with reflective, often bittersweet catharsis. Humor is minimal, dry, and character-driven (Alfred’s sarcasm, Cobb’s wry one-liners). Violence is realistic, consequential, and rarely glorified.
|
|
30
|
+
|
|
31
|
+
## Narrative Architecture – Temporal Mazes Engineered for Revelation
|
|
32
|
+
- **Non-Linear, Multi-Threaded, and Rule-Based Structures**
|
|
33
|
+
Nolan frequently fractures chronology or layers timelines to mirror thematic concerns, using clear visual/auditory cues to orient the audience.
|
|
34
|
+
- *Memento*: Alternating color (reverse) and black-and-white (forward) sequences converge at the climax, forcing viewers to reconstruct Leonard’s reality.
|
|
35
|
+
- *Dunkirk*: Three interwoven strands (The Mole: one week, The Sea: one day, The Air: one hour) converge in real-time at the evacuation’s climax.
|
|
36
|
+
- *Tenet*: Forward and inverted action sequences intercut, creating palindromic symmetry that rewards diagramming.
|
|
37
|
+
- *Oppenheimer*: Rapid cross-cutting between three timelines (Los Alamos development, 1954 security hearing, 1930s–40s flashbacks) to build momentum.
|
|
38
|
+
→ **Detailed Principle**: Map timelines rigorously before writing. Use color grading, aspect ratios, sound design, or title cards to differentiate threads. Ensure convergence delivers emotional and intellectual payoff.
|
|
39
|
+
|
|
40
|
+
- **High-Concept Premises with Escalating Scope**
|
|
41
|
+
Stories begin with a personal or intimate hook before expanding to existential stakes.
|
|
42
|
+
- *The Prestige*: Magician rivalry escalates to obsession, betrayal, and Tesla-powered duplication.
|
|
43
|
+
- *Inception*: Corporate extraction becomes a rescue mission across dream layers and personal guilt.
|
|
44
|
+
→ Structure in clear acts: Establish rules → complicate them → subvert for climax.
|
|
45
|
+
|
|
46
|
+
- **Pacing, Economy, and Script Length**
|
|
47
|
+
Scripts typically 120–180 pages, with scenes that blend exposition, action, and character in tight rhythm. Cross-cutting accelerates momentum.
|
|
48
|
+
- *Dunkirk* maintains urgency through parallel editing despite minimal dialogue.
|
|
49
|
+
→ Favor concise, purposeful dialogue; use visual storytelling to convey complexity.
|
|
50
|
+
|
|
51
|
+
- **Endings: Intellectual Closure with Emotional Ambiguity**
|
|
52
|
+
Resolutions satisfy plot logic while leaving philosophical questions open.
|
|
53
|
+
- *Inception*: Spinning top—dream or reality?
|
|
54
|
+
- *Interstellar*: Cooper reunites with aged Murph, then departs again.
|
|
55
|
+
- *Oppenheimer*: Final exchange with Einstein leaves moral weight unresolved.
|
|
56
|
+
→ End on symbolic images or quiet conversations that echo opening motifs.
|
|
57
|
+
|
|
58
|
+
## Character Construction – Flawed Geniuses in Moral Crucibles
|
|
59
|
+
- **Intellectual Protagonists Haunted by Trauma**
|
|
60
|
+
Heroes are brilliant but deeply flawed, driven by personal loss or guilt.
|
|
61
|
+
- J. Robert Oppenheimer: Charismatic physicist burdened by foresight of destruction.
|
|
62
|
+
- Dom Cobb: Master extractor crippled by Mal’s suicide.
|
|
63
|
+
- Bruce Wayne: Billionaire orphan channeling rage into controlled vigilantism.
|
|
64
|
+
→ Detail obsessions (time, memory, justice) and reveal backstories through action/flashback.
|
|
65
|
+
|
|
66
|
+
- **Moral Mirrors and Antagonistic Foils**
|
|
67
|
+
Villains or rivals embody the protagonist’s shadow.
|
|
68
|
+
- Joker as chaos to Batman’s order; Borden/Angier as mutual reflections of obsession.
|
|
69
|
+
→ Use antagonists to force ethical confrontations.
|
|
70
|
+
|
|
71
|
+
- **Arc Through Moral Choice**
|
|
72
|
+
Growth occurs via pivotal decisions under pressure, not therapy-like revelations.
|
|
73
|
+
|
|
74
|
+
## Dialogue Mechanics – Precise, Expository, Philosophically Charged
|
|
75
|
+
- **Functional Clarity with Thematic Depth**
|
|
76
|
+
Lines explain complex ideas efficiently while advancing character and plot.
|
|
77
|
+
- *Tenet*: “What’s happened, happened.” / “Try not to try to understand it. Feel it.”
|
|
78
|
+
- *Interstellar*: “We’ve always defined ourselves by the ability to overcome the impossible.”
|
|
79
|
+
→ Write declarative, jargon-aware dialogue that remains accessible.
|
|
80
|
+
|
|
81
|
+
- **Subtext and Tension**
|
|
82
|
+
Conversations mask deeper conflicts or foreshadow twists.
|
|
83
|
+
- Interrogations in *The Dark Knight* reveal psyches through pressure.
|
|
84
|
+
|
|
85
|
+
## Visual Language & Cinematography – Practical Grandeur
|
|
86
|
+
- **IMAX-Scale Realism and Practical Effects**
|
|
87
|
+
Prioritize real locations, practical sets, and minimal CGI for authenticity.
|
|
88
|
+
- Actual Spitfires in *Dunkirk*; rotating hallway in *Inception* built practically.
|
|
89
|
+
→ Describe epic scale: “The IMAX frame engulfs the black hole’s accretion disk, light bending in impossible arcs.”
|
|
90
|
+
|
|
91
|
+
- **Signature Techniques**
|
|
92
|
+
Cross-cutting, slow-motion impacts, desaturated realism, high-contrast lighting.
|
|
93
|
+
|
|
94
|
+
## Action, Tension & Sound Design – Physics-Driven Spectacle
|
|
95
|
+
- **Grounded High-Concept Action**
|
|
96
|
+
Set pieces obey internal rules (gravity in *Inception*, inversion in *Tenet*).
|
|
97
|
+
→ Explain mechanics early, then exploit them for twists.
|
|
98
|
+
|
|
99
|
+
- **Hans Zimmer Scores**
|
|
100
|
+
Pulsing rhythms, ticking clocks, organ swells, Shepard tones for perpetual tension.
|
|
101
|
+
|
|
102
|
+
## Practical Screenwriting Advice – Nolan’s Process
|
|
103
|
+
- Consult domain experts rigorously.
|
|
104
|
+
- Diagram timelines and plot threads on whiteboards.
|
|
105
|
+
- Prioritize practical over digital effects in descriptions.
|
|
106
|
+
- Revise for logical consistency and emotional truth.
|
|
107
|
+
- Collaborate closely with trusted partners (brother, DP, composer).
|
|
108
|
+
- Aim for scripts that demand and reward multiple readings.
|
|
109
|
+
|
|
110
|
+
## Quick Reference – Nolan Checklist (Expanded)
|
|
111
|
+
- [ ] Manipulated/non-linear timeline structure
|
|
112
|
+
- [ ] High-concept premise rooted in science/philosophy
|
|
113
|
+
- [ ] Morally complex protagonist with personal trauma
|
|
114
|
+
- [ ] Practical, IMAX-scale spectacle descriptions
|
|
115
|
+
- [ ] Precise, jargon-informed expository dialogue
|
|
116
|
+
- [ ] Multi-threaded cross-cutting for tension
|
|
117
|
+
- [ ] Time-based motifs (clocks, inversion, dilation)
|
|
118
|
+
- [ ] Ambiguous yet emotionally resonant ending
|
|
119
|
+
- [ ] Antagonists as moral/psychological mirrors
|
|
120
|
+
- [ ] Escalation from personal to existential stakes
|
|
121
|
+
- [ ] Scientific/historical accuracy in mechanics
|
|
122
|
+
- [ ] Pulsing, rhythmic score integration
|
|
123
|
+
- [ ] Intellectual puzzles with rewatch value
|
|
124
|
+
- [ ] Sacrifice and legacy as emotional core
|
|
125
|
+
|
|
126
|
+
Write with the rigor of a physicist and the passion of a storyteller. Nolan proves that blockbuster cinema can wrestle with the deepest questions of existence—construct labyrinths of time and morality that leave audiences both exhilarated and haunted.
|
package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
# Coen Brothers Films Style Guide
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
Joel and Ethan Coen have quietly built one of the most singular, instantly recognizable bodies of work in modern American cinema. From the neo-noir fatalism of *Blood Simple* (1984) through the existential slapstick of *The Big Lebowski* (1998), the bleak moral parable of *No Country for Old Men* (2007), the folk melancholy of *Inside Llewyn Davis* (2013), and the Midwestern procedural irony of *Fargo* (1996), their films share a consistent worldview: life is unpredictable, often cruel, frequently ridiculous, and almost never fair. Their screenplays are literary in construction—dense with subtext, economical in description, rich in regional texture, and allergic to conventional Hollywood formulas.
|
|
5
|
+
|
|
6
|
+
Unlike Tarantino’s dialogue fireworks and genre mash-ups, or the MCU’s interconnected heroism, the Coens favor stories about flawed, mostly ordinary people whose small ambitions or moral compromises detonate into cascading disasters. Humor arises not from quips but from the absurdity of human behavior in the face of implacable fate. Violence is abrupt, consequential, and rarely glamorous. This expanded guide dissects every major pillar of their style with granular examples, structural dissections, dialogue mechanics, visual prescriptions, philosophical underpinnings, and practical habits, giving screenwriters the tools to write authentically “Coen-esque” without pastiche.
|
|
7
|
+
|
|
8
|
+
## Core Tone & Philosophical DNA
|
|
9
|
+
- **The Absurdity of Control**
|
|
10
|
+
The Coens repeatedly dramatize the illusion of agency. Characters make plans; chance, incompetence, or cosmic indifference dismantles them.
|
|
11
|
+
- *A Serious Man*: Larry Gopnik’s desperate search for meaning is met with Kafkaesque non-answers.
|
|
12
|
+
- *Burn After Reading*: A chain of espionage misunderstandings escalates from petty theft to multiple murders over nothing of value.
|
|
13
|
+
→ **Core Principle**: Never let protagonists win through skill or virtue alone. Reward (or punish) them via accident, misunderstanding, or moral luck.
|
|
14
|
+
|
|
15
|
+
- **Thematic Pillars (Expanded)**
|
|
16
|
+
1. Fate / inevitability vs. the desire for control
|
|
17
|
+
2. Human vanity, delusion, and incompetence as engines of plot
|
|
18
|
+
3. The corruption or futility of the American Dream
|
|
19
|
+
4. The banality of evil—evil is often ordinary, bureaucratic, or accidental
|
|
20
|
+
5. Regional mythology as moral landscape (Minnesota nice, Texas frontier brutality, Depression-era South, 1960s Greenwich Village)
|
|
21
|
+
6. The tension between order and chaos
|
|
22
|
+
7. The unknowability of other people’s inner lives
|
|
23
|
+
8. Cycles of violence and the limits of justice
|
|
24
|
+
9. The quiet tragedy of unfulfilled artistic ambition
|
|
25
|
+
|
|
26
|
+
- **Tone Spectrum**
|
|
27
|
+
Dry irony → mordant humor → melancholy → sudden brutality → resigned acceptance.
|
|
28
|
+
The humor is never broad or sitcom-like; it emerges from character delusion colliding with reality.
|
|
29
|
+
Contrast: Tarantino revels in stylized excess; the Coens find comedy in understatement and pathos in farce.
|
|
30
|
+
|
|
31
|
+
## Narrative Architecture – Expanded Breakdown
|
|
32
|
+
- **Organic, Discovery-Based Structure**
|
|
33
|
+
The Coens famously do not outline in detail. They begin with a premise or character and write linearly, letting story reveal itself.
|
|
34
|
+
→ Write the first draft as discovery, not execution of a blueprint.
|
|
35
|
+
|
|
36
|
+
- **Common Structural Patterns**
|
|
37
|
+
1. **The Snowball / Chain Reaction** (*Fargo*, *Burn After Reading*, *Blood Simple*)
|
|
38
|
+
Small, selfish act → compounding mistakes → irreversible catastrophe
|
|
39
|
+
2. **The Quest That Goes Nowhere** (*The Big Lebowski*, *Inside Llewyn Davis*, *O Brother, Where Art Thou?*)
|
|
40
|
+
Circular or Sisyphean journeys that end roughly where they began
|
|
41
|
+
3. **The Late Protagonist Introduction** (*Fargo* – Marge enters p. 31; *No Country* – Sheriff Bell is the moral center but barely acts)
|
|
42
|
+
4. **Episodic / Picaresque** (*O Brother*, *Raising Arizona*)
|
|
43
|
+
String of colorful set-pieces loosely tied by a goal
|
|
44
|
+
5. **Philosophical Parable** (*A Serious Man*, *No Country for Old Men*)
|
|
45
|
+
Story functions as extended metaphor or riddle
|
|
46
|
+
|
|
47
|
+
- **Pacing & Scene Economy**
|
|
48
|
+
Scenes are rarely longer than 5–7 pages unless deliberately slow-burn (e.g., the coin-toss scene in *No Country*).
|
|
49
|
+
Silence, pauses, and reaction shots carry as much weight as dialogue.
|
|
50
|
+
→ Trust subtext and performance over constant verbal exposition.
|
|
51
|
+
|
|
52
|
+
- **Endings – Signature Coen Closures**
|
|
53
|
+
- Ambiguous / open (*Inside Llewyn Davis*, *A Serious Man*)
|
|
54
|
+
- Cyclical / ironic return (*The Big Lebowski*, *O Brother*)
|
|
55
|
+
- Melancholy resignation (*Fargo*, *No Country*)
|
|
56
|
+
- Sudden cut to black on unresolved image (*Blood Simple*)
|
|
57
|
+
→ Avoid tidy moral victories or clear catharsis.
|
|
58
|
+
|
|
59
|
+
## Character Construction – Deep Dive
|
|
60
|
+
- **Protagonist Archetypes**
|
|
61
|
+
- The Passive Everyman (*Larry Gopnik*, *Llewyn Davis*, *The Dude*)
|
|
62
|
+
- The Deluded Schemer (*Jerry Lundegaard*, *Ed Crane in The Man Who Wasn’t There*)
|
|
63
|
+
- The Unstoppable Force (*Anton Chigurh*, *Leonard Smalls in Raising Arizona*)
|
|
64
|
+
- The Quiet Moral Center (*Marge Gunderson*, *Sheriff Bell*)
|
|
65
|
+
|
|
66
|
+
- **Supporting Eccentrics & Stealing Scenes**
|
|
67
|
+
Every character, no matter how minor, receives one vivid, defining trait:
|
|
68
|
+
- Walter Sobchak’s military obsession and hair-trigger temper
|
|
69
|
+
- Big Dan Teague’s eye patch and poetic brutality
|
|
70
|
+
- The three cleaners in *Burn After Reading* whose deadpan incompetence is terrifying
|
|
71
|
+
|
|
72
|
+
- **Moral Complexity Without Judgment**
|
|
73
|
+
The Coens rarely editorialize. They present flawed people doing terrible things and let the audience decide.
|
|
74
|
+
→ Avoid heroes or villains—create humans who are understandable even when reprehensible.
|
|
75
|
+
|
|
76
|
+
## Dialogue – Mechanics & Philosophy
|
|
77
|
+
- **Regional Authenticity First**
|
|
78
|
+
Dialect is never cartoonish but always specific:
|
|
79
|
+
- Minnesota / Fargo: “yah,” “you betcha,” “oh jeez,” understated politeness masking tension
|
|
80
|
+
- Texas / No Country: laconic, drawling menace
|
|
81
|
+
- 1930s South / O Brother: rhythmic, almost musical vernacular
|
|
82
|
+
|
|
83
|
+
- **The Four-Layer Conversation**
|
|
84
|
+
1. Literal surface topic
|
|
85
|
+
2. Character revealing neurosis / delusion
|
|
86
|
+
3. Subtextual power struggle
|
|
87
|
+
4. Thematic or philosophical undertone
|
|
88
|
+
|
|
89
|
+
- **Signature Techniques**
|
|
90
|
+
- Repetition for comic or menacing effect
|
|
91
|
+
- Non-sequiturs and non-answers
|
|
92
|
+
- Polite deflection of horror (“I’m sorry, but there’s nothing we can do…”)
|
|
93
|
+
- Sudden philosophical digressions
|
|
94
|
+
|
|
95
|
+
- **Example Dissection – Gas Station Scene (*No Country*)**
|
|
96
|
+
Surface: coin flip for gas-pump promise
|
|
97
|
+
Subtext: life-or-death wager disguised as courtesy
|
|
98
|
+
Tone: polite Southern manners masking existential terror
|
|
99
|
+
|
|
100
|
+
## Visual & Cinematic Language
|
|
101
|
+
- **Roger Deakins Influence on the Page**
|
|
102
|
+
- Wide master shots emphasizing isolation
|
|
103
|
+
- High-contrast chiaroscuro in noir films
|
|
104
|
+
- Snow, desert, water, or empty highways as existential backdrops
|
|
105
|
+
- Dutch angles for psychological unease
|
|
106
|
+
- Long, unbroken takes during moments of dread
|
|
107
|
+
|
|
108
|
+
- **Signature Motifs**
|
|
109
|
+
- Hats (fedora, cowboy, bowling)
|
|
110
|
+
- Vehicles as character extensions
|
|
111
|
+
- Dreams / hallucinations (*Barton Fink*, *The Hudsucker Proxy*)
|
|
112
|
+
- Barbershops, bowling alleys, diners, motels
|
|
113
|
+
- Weather as mood (blizzards, dust storms, rain)
|
|
114
|
+
|
|
115
|
+
- **Action-Line Style**
|
|
116
|
+
Sparse, precise, behavior-focused.
|
|
117
|
+
Example tone: “He stands motionless, staring at the blood pooling under the chair. The clock ticks. Somewhere a dog barks once.”
|
|
118
|
+
|
|
119
|
+
## Violence – Coen Approach
|
|
120
|
+
- Sudden, ugly, and final
|
|
121
|
+
- Often off-screen or implied (*Blood Simple*’s burial)
|
|
122
|
+
- Consequences linger (limping characters, guilt, funerals)
|
|
123
|
+
- Rarely cathartic—more often senseless or ironic
|
|
124
|
+
|
|
125
|
+
## Music & Sound – Carter Burwell & Beyond
|
|
126
|
+
- Sparse, haunting scores that comment ironically or mournfully
|
|
127
|
+
- Period diegetic music (*O Brother*’s bluegrass, *Hail, Caesar!*’s Hollywood numbers)
|
|
128
|
+
- Silence used aggressively to build dread
|
|
129
|
+
|
|
130
|
+
## Practical Habits & Screenwriting Process
|
|
131
|
+
- Write first drafts linearly, no index cards or beat sheets
|
|
132
|
+
- Storyboard every major sequence
|
|
133
|
+
- Research regional speech patterns obsessively
|
|
134
|
+
- Cast mentally early—write for specific voices
|
|
135
|
+
- Embrace period detail for texture
|
|
136
|
+
- Revise for rhythm and subtext, not plot tightening
|
|
137
|
+
- Allow ambiguity—don’t resolve every question
|
|
138
|
+
|
|
139
|
+
## Quick Reference – Coen Checklist (Expanded)
|
|
140
|
+
- [ ] Ordinary person undone by small moral compromise
|
|
141
|
+
- [ ] Vivid regional dialect / verbal tic
|
|
142
|
+
- [ ] Chain-reaction catastrophe from minor mistake
|
|
143
|
+
- [ ] Dry humor arising from delusion vs. reality
|
|
144
|
+
- [ ] Sparse, image-driven action lines
|
|
145
|
+
- [ ] Voiceover or ironic preface
|
|
146
|
+
- [ ] Ambiguous, cyclical, or resigned ending
|
|
147
|
+
- [ ] Sudden violence with lasting consequence
|
|
148
|
+
- [ ] Strong sense of place as moral force
|
|
149
|
+
- [ ] Layered dialogue revealing character indirectly
|
|
150
|
+
- [ ] Recurring motif (hat, weather, vehicle, dream)
|
|
151
|
+
- [ ] Absence of traditional hero/villain binary
|
|
152
|
+
- [ ] Philosophical or existential question left hanging
|
|
153
|
+
|
|
154
|
+
Write what fascinates you, trust the characters to make terrible decisions, and let the absurdity of existence do the rest. That’s the Coen paradox: rigorous craft in service of chaos.
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# David Lynch Films Style Guide
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
David Lynch, the visionary filmmaker, painter, and musician, has forged a cinematic language that defies easy categorization, drawing from the depths of the human subconscious to create experiences that linger like half-remembered dreams. His body of work spans from the stark, industrial nightmare of *Eraserhead* (1977), his feature debut born from years of painstaking labor, to the labyrinthine Hollywood satire and identity dissolution in *Mulholland Drive* (2001), which began as a rejected TV pilot before morphing into a masterpiece. It includes the groundbreaking television series *Twin Peaks* (1990–1991, revived in 2017 as *Twin Peaks: The Return*), which revolutionized serialized storytelling with its blend of soap opera tropes and supernatural horror; the fragmented psychological thriller *Lost Highway* (1997), co-written with Barry Gifford; the surreal digital odyssey *Inland Empire* (2006), shot entirely on consumer-grade video; and even his more linear but still enigmatic works like *The Straight Story* (1999), a gentle road trip that subtly incorporates his signature unease. Lynch's screenplays are less about traditional plotting and more about evoking moods, exploring the porous boundaries between reality and hallucination, and inviting audiences to confront the uncanny within the mundane.
|
|
5
|
+
|
|
6
|
+
What defines "Lynchian" cinema is its ability to unsettle through familiarity twisted awry—the everyday rendered strange, the innocent corrupted, and the logical supplanted by the intuitive. Unlike Quentin Tarantino's explosive dialogue and genre homages, the Coen Brothers' wry fatalism and chain-reaction absurdities, or the MCU's interconnected heroic epics, Lynch's style prioritizes the interior landscape of the mind, where symbols, sounds, and images operate on a dreamlike frequency. This profoundly expanded guide delves deeper into every facet of his approach, offering verbose dissections of techniques, enriched with multiple film-specific examples, philosophical insights drawn from Lynch's transcendental meditation practice, and practical steps for screenwriters to harness this ethereal style without mere imitation. It emphasizes the intuitive process, the embrace of ambiguity, and the power of the unspoken, providing tools to craft scripts that feel like portals to the subconscious rather than straightforward narratives.
|
|
7
|
+
|
|
8
|
+
## Overall Tone and Thematic DNA – A Deeper Dive into the Lynchian Psyche
|
|
9
|
+
- **The Uncanny Valley: Familiarity as a Gateway to Dread**
|
|
10
|
+
Lynch masterfully employs the Freudian concept of the uncanny—things that are familiar yet slightly off-kilter—to generate a pervasive sense of unease. This tone begins with nostalgic, almost kitschy depictions of American life, only to subvert them with intrusions of the grotesque or inexplicable.
|
|
11
|
+
- In *Blue Velvet* (1986), the idyllic Lumberton suburb, complete with white picket fences and fire trucks waving cheerily, conceals a underworld of sexual violence, drug addiction, and a severed ear crawling with ants, symbolizing buried decay.
|
|
12
|
+
- *Twin Peaks* contrasts the quaint Pacific Northwest town—its cherry pie diners, homecoming queens, and lumber mills—with demonic possessions, incestuous secrets, and otherworldly entities like the Black Lodge.
|
|
13
|
+
- Even in *The Straight Story*, a seemingly straightforward tale of an elderly man lawn-mowing across states, subtle Lynchian touches like starry night skies and mechanical breakdowns hint at deeper existential isolation.
|
|
14
|
+
→ **Expanded Principle**: Always ground your script in hyper-realistic, comforting details (e.g., 1950s diners with jukeboxes playing Roy Orbison) before introducing dissonant elements (e.g., a character inhaling from an oxygen mask while delivering threats). This contrast amplifies the horror, making the audience question their own reality.
|
|
15
|
+
|
|
16
|
+
- **Core Thematic Obsessions – Layers of the Subconscious**
|
|
17
|
+
Lynch's themes are not intellectual puzzles but emotional resonances, influenced by his 50+ years of Transcendental Meditation (TM), which he credits for unlocking creative "big fish" ideas from the unified field of consciousness.
|
|
18
|
+
1. Identity duality: Characters fracture into multiples, reflecting inner conflicts (e.g., Fred Madison becoming Pete Dayton in *Lost Highway*).
|
|
19
|
+
2. Innocence corrupted: Pure figures like Laura Palmer in *Twin Peaks* or Betty Elms in *Mulholland Drive* descend into moral ambiguity.
|
|
20
|
+
3. Dream vs. reality: Narratives blur boundaries, suggesting dreams as portals to truth (e.g., the Red Room sequences).
|
|
21
|
+
4. Sexuality's dual edge: Ecstasy intertwined with violence (e.g., Dorothy Vallens' masochistic pleas in *Blue Velvet*).
|
|
22
|
+
5. Industrial-organic tension: Machines hum with menace against fragile humanity (e.g., the radiator lady in *Eraserhead*).
|
|
23
|
+
6. Unresolved mysteries: Evil remains enigmatic, like Killer BOB or the Mystery Man in *Lost Highway*.
|
|
24
|
+
7. Transcendence amid horror: Moments of pure beauty or light punctuate darkness (e.g., the angelic singer in *Mulholland Drive*).
|
|
25
|
+
8. The role of fate and synchronicity: Events align mysteriously, echoing TM's emphasis on inner harmony.
|
|
26
|
+
→ Avoid overt explanations; let themes emerge through recurring symbols, allowing viewers to interpret via their own subconscious.
|
|
27
|
+
|
|
28
|
+
- **Tone Spectrum: From Reverie to Nightmare**
|
|
29
|
+
The emotional arc shifts fluidly: warm nostalgia evokes comfort, creeping unease builds tension, surreal terror delivers shocks, hypnotic reverie offers respite, and ambiguous melancholy provides closure. Humor appears as absurd, almost infantile non-sequiturs (e.g., the backwards-talking Man from Another Place). Violence is psychological, intimate—rarely graphic but deeply disturbing, like the implied horrors in *Twin Peaks: Fire Walk with Me* (1992).
|
|
30
|
+
|
|
31
|
+
## Narrative Architecture – Building Dreams on Index Cards
|
|
32
|
+
- **Dream Logic: Associative Rather Than Causal Storytelling**
|
|
33
|
+
Lynch eschews Aristotelian plot for Freudian free association, where scenes connect through emotion, color, or symbol rather than logic. Contradictions are embraced as part of the dream state.
|
|
34
|
+
- *Mulholland Drive* starts as a glossy Hollywood fantasy before fracturing into a nightmarish revelation of failed dreams and jealousy.
|
|
35
|
+
- *Inland Empire* loops recursively, with Laura Dern's character slipping between actress, role, and cursed Polish folklore.
|
|
36
|
+
- *Twin Peaks: The Return* spans 18 hours with digressions into atomic bomb origins and interdimensional travel.
|
|
37
|
+
→ **Detailed Principle**: Construct narratives as mosaics—events don't "cause" each other but resonate. Use abrupt transitions (e.g., a character waking mid-scene) to mimic dream shifts.
|
|
38
|
+
|
|
39
|
+
- **Lynch's Index Card Methodology: Intuitive Assembly**
|
|
40
|
+
Drawing from screenwriting teacher Frank Daniel, Lynch generates 70+ scene fragments on 3x5 cards, each capturing a vivid image, mood, or dialogue snippet. He arranges them non-sequentially, dictating to an assistant, allowing the story to self-organize like a collage. This process mirrors TM's idea-diving.
|
|
41
|
+
- For *Lost Highway*, cards might include "jazz saxophonist in turmoil," "mystery videotapes," "desert highway transformation."
|
|
42
|
+
→ Practical steps: Brainstorm isolated ideas daily; rearrange physically; dictate drafts; revise by feel, cutting anything that disrupts the "unified field" of mood.
|
|
43
|
+
|
|
44
|
+
- **Pacing, Economy, and Atmospheric Lingering**
|
|
45
|
+
Scripts are poetic, with minimal dialogue but expansive descriptions of mood. Scenes extend through repetition or stasis, building hypnotic dread.
|
|
46
|
+
- Long hallway walks in *Twin Peaks* amplify isolation; slow-motion falls in *Mulholland Drive* heighten tragedy.
|
|
47
|
+
→ Allow "dead air"—describe pauses where ambient sounds dominate, fostering immersion.
|
|
48
|
+
|
|
49
|
+
- **Endings: Cycles of Eternal Mystery**
|
|
50
|
+
Resolutions are illusions; stories loop or fade into ambiguity, reflecting life's unresolved questions.
|
|
51
|
+
- *Eraserhead* ends in a radiant but uncertain "heaven"; *Twin Peaks: The Return* closes with a scream of eternal recurrence.
|
|
52
|
+
→ Craft finales that echo openings, leaving audiences in meditative limbo.
|
|
53
|
+
|
|
54
|
+
## Character Construction – Archetypes from the Id
|
|
55
|
+
- **Abstract Embodiments of Psychic Forces**
|
|
56
|
+
Characters are less individuals than manifestations of desires, fears, or archetypes, often with stylized behaviors that feel alien yet human.
|
|
57
|
+
- Innocent explorers: Jeffrey Beaumont (*Blue Velvet*) or Agent Cooper (*Twin Peaks*), whose curiosity unveils horrors.
|
|
58
|
+
- Fractured selves: Naomi Watts as Betty/Diane in *Mulholland Drive*, embodying aspiration and despair.
|
|
59
|
+
- Enigmatic evils: Frank Booth's nitrous-fueled rage or the cowboy in *Mulholland Drive* as fate's messenger.
|
|
60
|
+
→ Infuse with obsessions (e.g., Cooper's coffee love) that symbolize deeper needs; avoid backstories—reveal through actions and symbols.
|
|
61
|
+
|
|
62
|
+
- **Stylized Performances: Heightened Reality**
|
|
63
|
+
Acting directions imply trance-like delivery: overly polite, whispered, or screamed.
|
|
64
|
+
- Isabella Rossellini's Dorothy in *Blue Velvet* shifts from victim to seductress in dreamlike fluidity.
|
|
65
|
+
→ Write notes like "speaks as if reciting a forgotten poem."
|
|
66
|
+
|
|
67
|
+
## Dialogue Mechanics – Whispers from the Subconscious
|
|
68
|
+
- **Sparse, Evocative, and Repetitive Cadence**
|
|
69
|
+
Words are tools for incantation, not information—cryptic, poetic, laden with double meanings.
|
|
70
|
+
- *Twin Peaks*: Log Lady's riddles ("The owls are not what they seem"); backwards speech in the Red Room.
|
|
71
|
+
- *Lost Highway*: Mystery Man's chilling "We've met before, haven't we?"
|
|
72
|
+
→ Use repetition for rhythm (e.g., "Silencio" in *Mulholland Drive*); incorporate non-sequiturs that hint at hidden truths.
|
|
73
|
+
|
|
74
|
+
- **Multi-Layered Structure**
|
|
75
|
+
1. Literal: Surface pleasantry.
|
|
76
|
+
2. Emotional: Underlying fear/desire.
|
|
77
|
+
3. Symbolic: Clue to larger mystery.
|
|
78
|
+
4. Sonic: Delivery as sound design (whispers, echoes).
|
|
79
|
+
|
|
80
|
+
## Visual Language & Directing-on-the-Page – Painting with Light and Shadow
|
|
81
|
+
- **Recurring Motifs: Symbols as Narrative Glue**
|
|
82
|
+
- Red elements: Curtains (separation of worlds), lipstick (seduction/corruption).
|
|
83
|
+
- Electricity: Buzzing lights signal otherworldly interference (e.g., flickering in *Twin Peaks*).
|
|
84
|
+
- Nature vs. machine: Woods hide secrets; factories spew existential dread.
|
|
85
|
+
- Patterns: Chevron floors evoke disorientation.
|
|
86
|
+
→ Describe immersively: "The bulb flickers, casting jagged shadows like veins across the chevron tile."
|
|
87
|
+
|
|
88
|
+
- **Cinematography: Hypnotic Techniques**
|
|
89
|
+
Slow zooms into darkness; extreme angles; color shifts from warm to cold.
|
|
90
|
+
- Oversaturated blues/reds in *Blue Velvet* for emotional coding.
|
|
91
|
+
|
|
92
|
+
## Sound Design & Music – The Auditory Subconscious
|
|
93
|
+
- **Layered Ambiance: Sound as Character**
|
|
94
|
+
Drones, hums, reversed audio create unease.
|
|
95
|
+
- *Eraserhead*'s constant industrial roar mirrors mental torment.
|
|
96
|
+
- Badalamenti's scores: Ethereal synths (*Twin Peaks* theme evokes longing).
|
|
97
|
+
→ Specify: "A low hum builds, like electricity in the veins."
|
|
98
|
+
|
|
99
|
+
- **Ironic or Hypnotic Needle Drops**
|
|
100
|
+
Roy Orbison's "In Dreams" in *Blue Velvet* turns romantic into terrifying.
|
|
101
|
+
|
|
102
|
+
## Practical Screenwriting Advice – Lynch's Rituals for Creation
|
|
103
|
+
- Practice TM twice daily to access ideas.
|
|
104
|
+
- Capture fragments immediately—ideas are fleeting fish.
|
|
105
|
+
- Work in isolation; dictate to preserve flow.
|
|
106
|
+
- Revise by meditation: Feel if scenes "glow."
|
|
107
|
+
- Ignore market logic—follow inner vision.
|
|
108
|
+
- Experiment with mediums (e.g., video for *Inland Empire*).
|
|
109
|
+
|
|
110
|
+
## Quick Reference – Lynchian Checklist (Expanded)
|
|
111
|
+
- [ ] Hyper-normal setting subverted by uncanny intrusion
|
|
112
|
+
- [ ] Identity split / doppelgänger motif
|
|
113
|
+
- [ ] Non-linear dream logic with associative jumps
|
|
114
|
+
- [ ] Signature symbols: red curtains, buzzing electricity, fire/smoke
|
|
115
|
+
- [ ] Industrial drones and ambient whispers in sound
|
|
116
|
+
- [ ] Cryptic, repetitive dialogue with sonic emphasis
|
|
117
|
+
- [ ] Unresolved central mystery / open-ended cycle
|
|
118
|
+
- [ ] Prolonged silences and slow builds for dread
|
|
119
|
+
- [ ] Corruption of innocence through sexuality or violence
|
|
120
|
+
- [ ] 70+ index cards for intuitive structure assembly
|
|
121
|
+
- [ ] Transcendent beauty piercing horror
|
|
122
|
+
- [ ] Heightened, trance-like character performances
|
|
123
|
+
|
|
124
|
+
Embrace the unknown, meditate on your ideas, and let the subconscious guide the pen. In Lynch's world, the paradox is that true clarity comes from deliberate obscurity, yielding films that haunt and heal in equal measure.
|
package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# Denis Villeneuve Films Style Guide
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
Denis Villeneuve stands as one of the most disciplined and visually commanding auteurs working today, transforming dense literary source material and original concepts into cinematic experiences of overwhelming immersion, philosophical weight, and sustained tension. His trajectory began in Quebecois cinema with intimate yet unsettling works—*August 32nd on Earth* (1998), a surreal road-trip meditation on mortality; *Maelström* (2000), a fable narrated by a talking fish; the stark, documentary-style recreation of tragedy in *Polytechnique* (2009); and the devastating family revelation epic *Incendies* (2010), which earned international acclaim. His Hollywood ascent brought *Prisoners* (2013), a morally corrosive abduction thriller; the doppelgänger psychological nightmare *Enemy* (2013); the morally compromised border-war procedural *Sicario* (2015); the linguistically transcendent first-contact story *Arrival* (2016); the visually monumental sequel *Blade Runner 2049* (2017); and the two-part adaptation of Frank Herbert’s *Dune* (*Part One* 2021, *Part Two* 2024), which redefined large-scale science-fiction storytelling.
|
|
5
|
+
|
|
6
|
+
Villeneuve’s screenplays—often adapted in collaboration with writers like Taylor Sheridan (*Sicario*), Eric Heisserer (*Arrival*), Hampton Fancher & Michael Green (*Blade Runner 2049*), Jon Spaihts, and Jon Spaihts again for *Dune*—prioritize visual language, environmental presence, deliberate pacing, and emotional restraint over conventional exposition or rapid plot mechanics. His films reject easy catharsis, moral binaries, or crowd-pleasing resolutions, instead offering slow-burn immersion into worlds where human beings appear fragile, insignificant, or complicit in their own undoing. This guide contrasts sharply with Nolan’s puzzle-driven temporal gymnastics, Anderson’s whimsical symmetry, Lynch’s subconscious surrealism, the Coens’ mordant absurdity, or Tarantino’s dialogue fireworks. Villeneuve’s signature lies in sustained atmospheric dread, monumental scale that crushes individuality, sparse yet weighted dialogue, and a visual poetry that makes silence speak louder than words. This massively expanded edition provides exhaustive analysis, scene-specific examples, collaborative insights (cinematographers Roger Deakins, Greig Fraser; composers Jóhann Jóhannsson, Hans Zimmer, Max Richter; editor Joe Walker), thematic dissections, structural strategies, sound philosophy, and practical screenwriting directives.
|
|
7
|
+
|
|
8
|
+
## Overall Tone and Thematic DNA – A Cinema of Foreboding Majesty
|
|
9
|
+
- **Relentless Atmospheric Dread Without Release Valves**
|
|
10
|
+
Villeneuve builds tension through accumulation rather than escalation—low-frequency dread that settles into the bones and rarely dissipates. Violence, when it arrives, feels inevitable, clinical, and tragic rather than exhilarating.
|
|
11
|
+
- *Sicario*: The opening border raid ends in massacre, but the true horror is the slow realization that legality has become irrelevant; the tunnel sequence is a literal descent into moral abyss.
|
|
12
|
+
- *Prisoners*: Every rain-soaked frame drips with despair as Keller Dover’s vigilante quest destroys him more than the kidnapper.
|
|
13
|
+
- *Dune: Part Two*: The final sandworm charge is awe-inspiring yet horrifying—Paul’s messianic rise is framed as a tragic inevitability.
|
|
14
|
+
→ **Core Principle**: Treat dread as texture, not event. Let environment, lighting, sound, and pacing do the emotional labor; avoid comic relief, heroic swells, or tidy resolutions.
|
|
15
|
+
|
|
16
|
+
- **Thematic Pillars – Expanded & Interconnected**
|
|
17
|
+
1. Cosmic / environmental insignificance: Humans dwarfed by indifferent or hostile landscapes (*Dune*’s endless dunes, *Blade Runner 2049*’s toxic orange wasteland, *Arrival*’s alien ships hovering silently).
|
|
18
|
+
2. Identity fracture and mirrored selves: Doppelgängers, inherited fates, awakening to artificiality (*Enemy*’s spider-woman nightmare, K’s manufactured memories in *Blade Runner 2049*).
|
|
19
|
+
3. Institutional & personal moral decay: Compromised systems and individuals (*Sicario*’s extrajudicial task force, *Prisoners*’ police turning blind eye to torture).
|
|
20
|
+
4. Failed or transformative communication: Language as both barrier and salvation (*Arrival*’s non-linear perception shift, *Dune*’s Fremen prophecies).
|
|
21
|
+
5. Generational trauma & inescapable legacy: Secrets that span lifetimes (*Incendies*’ twin revelations, Paul Atreides carrying his father’s burden).
|
|
22
|
+
6. Power’s dehumanizing scale: Empires, bureaucracies, technologies that reduce individuals to cogs.
|
|
23
|
+
7. Female resilience amid patriarchal collapse: Women who endure or subvert male-driven violence (Kate Macer, Chani, Louise Banks).
|
|
24
|
+
8. Ecological & existential warning: Worlds on the brink, where human ambition accelerates collapse.
|
|
25
|
+
→ Embed themes visually and aurally—use scale to humble characters, silence to amplify isolation, repetition to suggest inevitability.
|
|
26
|
+
|
|
27
|
+
- **Tone Spectrum**
|
|
28
|
+
Contemplative stillness → creeping unease → sudden, brutal violence → lingering melancholy. No levity; pathos arises from inevitability and quiet dignity in the face of overwhelming forces.
|
|
29
|
+
|
|
30
|
+
## Narrative Architecture – Patient, Elliptical, Visually Driven
|
|
31
|
+
- **Linear with Elliptical & Perceptual Twists**
|
|
32
|
+
Stories unfold chronologically but use non-linear perception or withheld information to reframe events.
|
|
33
|
+
- *Arrival*: Apparent flashbacks revealed as flash-forwards after linguistic breakthrough.
|
|
34
|
+
- *Dune: Part One*: Paul’s prescient visions intercut with present action, blurring prophecy and reality.
|
|
35
|
+
→ **Detailed Principle**: Trust audience intuition—reveal through image and behavior, not explanation.
|
|
36
|
+
|
|
37
|
+
- **Two- or Multi-Threaded Structures**
|
|
38
|
+
Parallel narratives converge slowly, emphasizing thematic resonance over plot convergence.
|
|
39
|
+
- *Incendies*: Canadian present and Middle Eastern past gradually merge.
|
|
40
|
+
- *Sicario*: Kate’s moral journey vs. Alejandro’s shadow war.
|
|
41
|
+
→ Cross-cut for contrast and irony, never for mere pace.
|
|
42
|
+
|
|
43
|
+
- **Pacing: Deliberate & Immersive**
|
|
44
|
+
Long takes, extended silences, and environmental rhythm dominate. Scripts favor mood over dialogue density.
|
|
45
|
+
- *Polytechnique*: Inverted chronology and static framing amplify horror without sensationalism.
|
|
46
|
+
→ Allow sequences to breathe—describe ambient sound, light shifts, character stillness.
|
|
47
|
+
|
|
48
|
+
- **Endings: Haunting, Open-Ended, Resonant**
|
|
49
|
+
Resolutions offer clarity of fate but no emotional closure.
|
|
50
|
+
- *Blade Runner 2049*: K lies dying in snow, accepting his manufactured soul.
|
|
51
|
+
- *Arrival*: Louise embraces inevitable grief as the price of connection.
|
|
52
|
+
|
|
53
|
+
## Character Construction – Isolated, Contemplative, Morally Compromised
|
|
54
|
+
- **Introspective Outsiders**
|
|
55
|
+
Protagonists are quiet observers thrust into moral quagmires.
|
|
56
|
+
- Louise Banks: Linguist whose grief reshapes time.
|
|
57
|
+
- Officer K: Replicant whose quest for humanity ends in sacrifice.
|
|
58
|
+
→ Reveal inner life through gesture, gaze, silence—not speeches.
|
|
59
|
+
|
|
60
|
+
- **Strong Female Protagonists**
|
|
61
|
+
Resilient women navigating patriarchal violence or cosmic indifference.
|
|
62
|
+
- Chani (*Dune: Part Two*): Skeptical of messianic prophecy.
|
|
63
|
+
- Kate Macer (*Sicario*): Idealist eroded by reality.
|
|
64
|
+
|
|
65
|
+
## Dialogue Mechanics – Minimal, Weighted, Ritualistic
|
|
66
|
+
- **Sparse & Purposeful**
|
|
67
|
+
Dialogue is used sparingly, often ceremonial or loaded with subtext.
|
|
68
|
+
- *Dune*: “The spice must flow” as mantra; Fremen sayings carry mythic weight.
|
|
69
|
+
- *Arrival*: Scientific exchanges gradually turn intimate.
|
|
70
|
+
→ Favor silence, single lines, or ritual repetition over banter.
|
|
71
|
+
|
|
72
|
+
## Visual Language & Cinematography – Monumental & Precise
|
|
73
|
+
- **Composition & Scale**
|
|
74
|
+
Wide lenses, low angles, silhouettes, vast negative space.
|
|
75
|
+
- Sandworm emergence in *Dune*: Frame-filling terror.
|
|
76
|
+
- *Blade Runner 2049*: Orange haze and towering ruins.
|
|
77
|
+
|
|
78
|
+
- **Color & Lighting Palettes**
|
|
79
|
+
Desaturated earth tones, cold blues, fiery oranges, high-contrast shadows.
|
|
80
|
+
- *Sicario*: Dusty yellows and deep blacks.
|
|
81
|
+
|
|
82
|
+
- **Recurring Motifs**
|
|
83
|
+
Tunnels/corridors (claustrophobia), vast horizons (isolation), slow zooms into faces, silhouettes against light.
|
|
84
|
+
|
|
85
|
+
## Sound Design & Music – Immersive, Oppressive, Pulsing
|
|
86
|
+
- **Environmental Dominance**
|
|
87
|
+
Soundscapes are characters—wind, sand, machinery, distant thunder.
|
|
88
|
+
- *Dune*: Worm thumps, ornithopter whirs, sand shifting.
|
|
89
|
+
- Jóhann Jóhannsson’s drones in *Arrival* and *Sicario*.
|
|
90
|
+
|
|
91
|
+
- **Hans Zimmer & Max Richter Scores**
|
|
92
|
+
Low-frequency rumbles, tribal percussion, minimalist strings.
|
|
93
|
+
→ Treat music as extension of environment—let it breathe with the image.
|
|
94
|
+
|
|
95
|
+
## Practical Screenwriting Advice – Villeneuve Habits
|
|
96
|
+
- Prioritize visual storytelling—write what can be seen and heard.
|
|
97
|
+
- Collaborate early with cinematography, sound, and production design teams.
|
|
98
|
+
- Adapt by distilling essence, not literal plot.
|
|
99
|
+
- Embrace ambiguity—leave moral questions unanswered.
|
|
100
|
+
- Use silence as active dramatic element.
|
|
101
|
+
- Research deeply (ecology for *Dune*, linguistics for *Arrival*).
|
|
102
|
+
|
|
103
|
+
## Quick Reference – Villeneuve Checklist (Expanded)
|
|
104
|
+
- [ ] Overwhelming atmospheric dread through silence & scale
|
|
105
|
+
- [ ] Humans visually & thematically dwarfed by environment
|
|
106
|
+
- [ ] Extremely sparse, subtext-laden, or ritualistic dialogue
|
|
107
|
+
- [ ] Monumental wide-shot compositions & negative space
|
|
108
|
+
- [ ] Thematic color palettes (dusty earth tones, icy blues, fiery oranges)
|
|
109
|
+
- [ ] Long, deliberate takes and slow builds
|
|
110
|
+
- [ ] Identity duality / mirrored fates
|
|
111
|
+
- [ ] Institutional & personal moral compromise
|
|
112
|
+
- [ ] Strong, resilient female leads
|
|
113
|
+
- [ ] Immersive, oppressive sound design as narrative force
|
|
114
|
+
- [ ] Silhouettes, tunnels, vast horizons as recurring motifs
|
|
115
|
+
- [ ] Haunting, non-cathartic, resonant endings
|
|
116
|
+
- [ ] Generational trauma & inherited burdens
|
|
117
|
+
- [ ] Ecological / existential warnings embedded in world-building
|
|
118
|
+
|
|
119
|
+
Write with reverence for silence, awe for scale, and unflinching honesty about human fragility. Villeneuve’s cinema reminds us that the most powerful stories are those that make us feel small, yet profoundly seen.
|