@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,357 @@
|
|
|
1
|
+
# John Huston - Screenplay Style Guide
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
- [Table of Contents](#table-of-contents)
|
|
5
|
+
- [The Humanist Adventure-Noir](#the-humanist-adventure-noir)
|
|
6
|
+
- [Overview](#overview)
|
|
7
|
+
- [Core Principles](#core-principles)
|
|
8
|
+
- [1. **Human Frailty Over Heroic Idealism**](#1-human-frailty-over-heroic-idealism)
|
|
9
|
+
- [2. **Dialogue Rich in Irony and Subtext**](#2-dialogue-rich-in-irony-and-subtext)
|
|
10
|
+
- [3. **Ensemble Dynamics Through Shared Adversity**](#3-ensemble-dynamics-through-shared-adversity)
|
|
11
|
+
- [4. **Atmospheric Realism in Spectacle**](#4-atmospheric-realism-in-spectacle)
|
|
12
|
+
- [Narrative Structure](#narrative-structure)
|
|
13
|
+
- [The Huston Three-Act Formula](#the-huston-three-act-formula)
|
|
14
|
+
- [Character Development](#character-development)
|
|
15
|
+
- [The Flawed Protagonist](#the-flawed-protagonist)
|
|
16
|
+
- [Scene Construction](#scene-construction)
|
|
17
|
+
- [The "Moral Confrontation" Scene](#the-moral-confrontation-scene)
|
|
18
|
+
- [The "Bittersweet Denouement" Scene](#the-bittersweet-denouement-scene)
|
|
19
|
+
|
|
20
|
+
## The Humanist Adventure-Noir
|
|
21
|
+
|
|
22
|
+
**Films Analyzed**:
|
|
23
|
+
- The Maltese Falcon (1941)
|
|
24
|
+
- The Treasure of the Sierra Madre (1948)
|
|
25
|
+
- Key Largo (1948)
|
|
26
|
+
- The Asphalt Jungle (1950)
|
|
27
|
+
- The African Queen (1951)
|
|
28
|
+
- Beat the Devil (1953)
|
|
29
|
+
- Moby Dick (1956)
|
|
30
|
+
- The Misfits (1961)
|
|
31
|
+
- The Night of the Iguana (1964)
|
|
32
|
+
- The Man Who Would Be King (1975)
|
|
33
|
+
- Fat City (1972)
|
|
34
|
+
- The Dead (1987)
|
|
35
|
+
- Prizzi's Honor (1985)
|
|
36
|
+
- Under the Volcano (1984)
|
|
37
|
+
- Wise Blood (1979)
|
|
38
|
+
|
|
39
|
+
**Primary Writers**: John Huston (often as director-writer), adaptations from Dashiell Hammett, B. Traven, Humphrey Bogart collaborations, Tennessee Williams, Rudyard Kipling, James Joyce, John Milius, Janet Roach
|
|
40
|
+
**Genre**: Film Noir / Adventure-Drama / Humanist Epic
|
|
41
|
+
**Core Concept**: Character-driven explorations of human frailty, greed, morality, and redemption amidst adventure, irony, and inevitable downfall, blending cynicism with compassion in richly textured worlds.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Overview
|
|
46
|
+
|
|
47
|
+
John Huston's filmmaking style represents a pinnacle of classic Hollywood craftsmanship, emphasizing deep psychological portraits, moral ambiguity, and the inexorable pull of fate on flawed individuals. His films often adapt literary sources with fidelity to their thematic depth while infusing them with cinematic vitality through location shooting, ensemble dynamics, and dialogue that crackles with irony and subtext. This style guide distills the elements that define Huston-type films: a blend of noir shadows, adventurous spirit, and humanist insight, where spectacles of external conflict mirror internal turmoils. Unlike the bombastic heroism of modern blockbusters, Huston's narratives prioritize the human condition, revealing how ambition, desire, and circumstance lead to triumph or tragedy. His approach creates timeless stories that resonate through their authenticity, avoiding sentimentality while embracing the complexity of life. By studying this guide, writers can craft screenplays that echo Huston's mastery in portraying the nobility and baseness of humanity, set against evocative backdrops that enhance thematic resonance.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Core Principles
|
|
52
|
+
|
|
53
|
+
### 1. **Human Frailty Over Heroic Idealism**
|
|
54
|
+
Every plot turn and character action underscores the vulnerabilities of the human spirit, where strength emerges from weakness, and victory is often pyrrhic.
|
|
55
|
+
|
|
56
|
+
**Key Philosophy**:
|
|
57
|
+
- Flaws define characters, not virtues
|
|
58
|
+
- External adventures expose internal conflicts
|
|
59
|
+
- Moral ambiguity drives decisions
|
|
60
|
+
- Irony tempers optimism
|
|
61
|
+
|
|
62
|
+
**Examples from Films**:
|
|
63
|
+
- Sam Spade's cynicism masks his code of honor (The Maltese Falcon)
|
|
64
|
+
- Fred C. Dobbs's paranoia destroys his friendships (The Treasure of the Sierra Madre)
|
|
65
|
+
- Charlie Allnut's drunkenness hides his resilience (The African Queen)
|
|
66
|
+
- Dix Handley's fatal wound symbolizes the heist's doomed ambition (The Asphalt Jungle)
|
|
67
|
+
|
|
68
|
+
**Writing Approach**:
|
|
69
|
+
WRONG: "Spade heroically chases the falcon, defeating villains with ease."
|
|
70
|
+
RIGHT: "Spade's eyes narrow, calculating. Brigid's tears don't move him. 'The stuff that dreams are made of,' he mutters, handing over the fake bird. His victory tastes like ashes, loyalty to a dead partner outweighing love."
|
|
71
|
+
textThis approach ensures that spectacles serve as metaphors for personal reckonings, grounding even epic quests in relatable human struggles.
|
|
72
|
+
|
|
73
|
+
### 2. **Dialogue Rich in Irony and Subtext**
|
|
74
|
+
Huston's dialogue is sparse yet loaded, blending hard-boiled wit with philosophical undertones, where what is unsaid often speaks loudest.
|
|
75
|
+
|
|
76
|
+
**Dialogue Guidelines**:
|
|
77
|
+
- **Irony reveals truth** - Characters speak in contradictions
|
|
78
|
+
- **Subtext in confrontations** - Hidden motives beneath surface words
|
|
79
|
+
- **Natural cadence** - Colloquial, rhythmic, avoiding exposition
|
|
80
|
+
- **Philosophical asides** - Moments of reflection amid action
|
|
81
|
+
|
|
82
|
+
**Dialogue Ratio**:
|
|
83
|
+
- Action sequences: 20% dialogue, 80% visual tension
|
|
84
|
+
- Character scenes: 50% subtext-driven talk, 50% silence or implication
|
|
85
|
+
- Ensemble scenes: Layered conversations with overlapping ironies
|
|
86
|
+
|
|
87
|
+
**Character Voice Examples**:
|
|
88
|
+
SAM SPADE (Cynical, sharp, detached)
|
|
89
|
+
When a man's partner is killed, he's supposed to do something about it. It doesn't make any difference what you thought of him. He was your partner and you're supposed to do something about it.
|
|
90
|
+
FRED C. DOBBS (Paranoid, greedy, desperate)
|
|
91
|
+
Conscience? What conscience? Those federales don't have any conscience. If they had, they wouldn't take the bread out of the mouths of honest prospectors.
|
|
92
|
+
ROSE SAYER (Prim, determined, transformative)
|
|
93
|
+
Nature, Mr. Allnut, is what we are put in this world to rise above.
|
|
94
|
+
JOHNNY ROCCO (Menacing, boastful, insecure)
|
|
95
|
+
After living in the USA for more than thirty-five years they called me an undesirable alien. Me. Johnny Rocco. Like I was a dirty Red or something!
|
|
96
|
+
PERCE HOWLAND (Idealistic, broken, poetic)
|
|
97
|
+
A man alone ain't got no bloody chance.
|
|
98
|
+
SHANNON (Tormented, eloquent, seeking redemption)
|
|
99
|
+
Nothing human disgusts me, Mr. Nonno, unless it's unkind, violent.
|
|
100
|
+
textThese voices capture Huston's ear for authentic speech that advances plot while delving into psyche.
|
|
101
|
+
|
|
102
|
+
### 3. **Ensemble Dynamics Through Shared Adversity**
|
|
103
|
+
Groups form through necessity, revealing individual depths via collective trials.
|
|
104
|
+
|
|
105
|
+
**Ensemble Techniques**:
|
|
106
|
+
- **Unlikely alliances** - Mismatched personalities create friction
|
|
107
|
+
- **Arcs in isolation and unity** - Personal stories intersect with group fate
|
|
108
|
+
- **Rotating perspectives** - Narrative shifts to highlight each member
|
|
109
|
+
- **Moral contrasts** - Characters embody ethical spectrums
|
|
110
|
+
|
|
111
|
+
**Pairing Examples from Films**:
|
|
112
|
+
- Spade + Brigid (The Maltese Falcon) - Deception and desire
|
|
113
|
+
- Dobbs + Curtin (The Treasure of the Sierra Madre) - Greed vs. loyalty
|
|
114
|
+
- Allnut + Rose (The African Queen) - Cynicism vs. faith
|
|
115
|
+
- Dix + Doc (The Asphalt Jungle) - Brute force vs. intellect
|
|
116
|
+
- Ahab + Ishmael (Moby Dick) - Obsession vs. observation
|
|
117
|
+
|
|
118
|
+
**Writing Approach**:
|
|
119
|
+
ENSEMBLE SCENE STRUCTURE:
|
|
120
|
+
|
|
121
|
+
Establish tensions (clashing motives, backgrounds)
|
|
122
|
+
Shared challenge (external threat unites temporarily)
|
|
123
|
+
Individual revelations (personal histories emerge)
|
|
124
|
+
Betrayal or sacrifice (group fractures or bonds)
|
|
125
|
+
Reflective aftermath (lessons learned, often bitterly)
|
|
126
|
+
|
|
127
|
+
textThis structure mirrors Huston's use of ensembles to explore societal microcosms.
|
|
128
|
+
|
|
129
|
+
### 4. **Atmospheric Realism in Spectacle**
|
|
130
|
+
Adventures feel lived-in, with environments as characters that influence outcomes.
|
|
131
|
+
|
|
132
|
+
**Spectacle Principles**:
|
|
133
|
+
- **Location authenticity** - Real settings enhance verisimilitude
|
|
134
|
+
- **Consequences of action** - Physical tolls reflect emotional ones
|
|
135
|
+
- **Restrained effects** - Practical over spectacle
|
|
136
|
+
- **Thematic integration** - Nature or urban decay symbolizes human condition
|
|
137
|
+
|
|
138
|
+
**Action Philosophy**:
|
|
139
|
+
NOT: Explosive chases without cost
|
|
140
|
+
BUT: Dobbs treks through Sierra Madre dust, paranoia mounting. Gold glints, but thirst and betrayal loom. A bandit attack leaves scars, both literal and psychic, forcing reevaluation of the quest.
|
|
141
|
+
textHuston's spectacles are intimate, focusing on human endurance rather than grandeur.
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## Narrative Structure
|
|
146
|
+
|
|
147
|
+
### The Huston Three-Act Formula
|
|
148
|
+
|
|
149
|
+
#### Act 1: Setup of Ambition and Flaw (0-30 minutes)
|
|
150
|
+
**Goal**: Introduce characters' desires and the flaws that will undo them.
|
|
151
|
+
|
|
152
|
+
**Key Elements**:
|
|
153
|
+
- **Character entry** - Through defining action or dialogue
|
|
154
|
+
- **World establishment** - Harsh, unforgiving settings
|
|
155
|
+
- **Core conflict** - Ambition clashes with reality
|
|
156
|
+
- **Inciting event** - Opportunity or threat arises
|
|
157
|
+
- **Moral dilemma** - Early choice hints at downfall
|
|
158
|
+
|
|
159
|
+
**Pacing**:
|
|
160
|
+
- Deliberate build, with atmospheric details
|
|
161
|
+
- Initial action to hook, but character-focused
|
|
162
|
+
- Irony introduced early
|
|
163
|
+
- Stakes personal by midpoint
|
|
164
|
+
|
|
165
|
+
**Examples**:
|
|
166
|
+
- The Maltese Falcon: Spade's office, Archer's murder
|
|
167
|
+
- The Treasure of the Sierra Madre: Dobbs begs, meets Howard
|
|
168
|
+
- The African Queen: Mission attack, boat journey begins
|
|
169
|
+
|
|
170
|
+
#### Act 2A: Pursuit and Escalation (30-60 minutes)
|
|
171
|
+
**Goal**: Chase the goal, building alliances and tensions.
|
|
172
|
+
|
|
173
|
+
**Escalation Pattern**:
|
|
174
|
+
1. **Initial success** - Goal seems attainable
|
|
175
|
+
2. **Complications arise** - Flaws surface
|
|
176
|
+
3. **Midpoint confrontation** - First major setback
|
|
177
|
+
4. **Deepening bonds** - Alliances tested
|
|
178
|
+
5. **Moral erosion** - Compromises made
|
|
179
|
+
|
|
180
|
+
**Key Techniques**:
|
|
181
|
+
- **Journey montages** - Travel reveals character
|
|
182
|
+
- **Dialogue-driven conflicts** - Debates on ethics
|
|
183
|
+
- **Subplots intersect** - Personal histories influence main arc
|
|
184
|
+
- **Atmospheric buildup** - Weather, terrain as antagonists
|
|
185
|
+
|
|
186
|
+
#### Act 2B: Descent and Crisis (60-90 minutes)
|
|
187
|
+
**Goal**: Flaws lead to collapse, forcing reckonings.
|
|
188
|
+
|
|
189
|
+
**Midpoint Crisis**:
|
|
190
|
+
- **Betrayal or loss** - Trust shattered
|
|
191
|
+
- **Isolation** - Characters face solitude
|
|
192
|
+
- **Darkest hour** - Ambition's cost peaks
|
|
193
|
+
- **Self-reflection** - Philosophical monologues
|
|
194
|
+
|
|
195
|
+
**Examples**:
|
|
196
|
+
- The Treasure of the Sierra Madre: Gold found, paranoia sets in
|
|
197
|
+
- The Asphalt Jungle: Heist succeeds, then unravels
|
|
198
|
+
- Moby Dick: Whale sightings, Ahab's madness escalates
|
|
199
|
+
- The Misfits: Horse capture turns tragic
|
|
200
|
+
|
|
201
|
+
#### Act 3: Reckoning and Resolution (90-120 minutes)
|
|
202
|
+
**Goal**: Confront consequences, achieve bittersweet closure.
|
|
203
|
+
|
|
204
|
+
**Resolution Principles**:
|
|
205
|
+
- **Climactic showdown** - Man vs. fate/nature/self
|
|
206
|
+
- **Sacrifices** - Losses redeem or damn
|
|
207
|
+
- **Ironical twist** - Victory hollow or unexpected
|
|
208
|
+
- **Humanist coda** - Compassion amid cynicism
|
|
209
|
+
- **Lingering ambiguity** - No neat endings
|
|
210
|
+
|
|
211
|
+
**Final Confrontation Structure**:
|
|
212
|
+
|
|
213
|
+
GATHERING STORM - Tensions peak
|
|
214
|
+
STRATEGIC CLASH - Plans fail due to flaws
|
|
215
|
+
PERSONAL DUEL - Key characters face off
|
|
216
|
+
CATASTROPHE - Major loss or revelation
|
|
217
|
+
TURNING INSIGHT - Moment of clarity
|
|
218
|
+
UNITED OR FRACTURED - Group resolves
|
|
219
|
+
FINAL ACT - Decisive move
|
|
220
|
+
EPILOGUE - Reflective denouement
|
|
221
|
+
|
|
222
|
+
text---
|
|
223
|
+
|
|
224
|
+
## Character Development
|
|
225
|
+
|
|
226
|
+
### The Flawed Protagonist
|
|
227
|
+
|
|
228
|
+
**Core Traits**:
|
|
229
|
+
- **Driven ambition** - Pursuit of goal defines them
|
|
230
|
+
- **Moral complexity** - Gray areas, not black-white
|
|
231
|
+
- **Resilience amid decay** - Endure but erode
|
|
232
|
+
- **Growth through adversity** - Wisdom from failure
|
|
233
|
+
|
|
234
|
+
**Character Arc Template**:
|
|
235
|
+
SETUP: Character defined by desire/flaw (Spade's detachment, Dobbs's greed)
|
|
236
|
+
CHALLENGE: Pursuit amplifies flaw (deception mounts, paranoia grows)
|
|
237
|
+
CRISIS: Flaw causes ruin (betrayal, madness)
|
|
238
|
+
GROWTH: Confrontation yields insight (honor upheld, folly recognized)
|
|
239
|
+
RESOLUTION: Altered state, often tragic (survival with scars)
|
|
240
|
+
text### Huston Character Archetypes
|
|
241
|
+
|
|
242
|
+
**The Cynical Detective** (Sam Spade, Dix Handley):
|
|
243
|
+
- World-weary but principled
|
|
244
|
+
- Navigates deceit with wit
|
|
245
|
+
- Loyalty tested by temptation
|
|
246
|
+
- Ends wiser, wearier
|
|
247
|
+
|
|
248
|
+
**The Greedy Adventurer** (Fred C. Dobbs, Peachey Carnehan):
|
|
249
|
+
- Dreams big, falls hard
|
|
250
|
+
- Paranoia from isolation
|
|
251
|
+
- Humanity glimpsed in downfall
|
|
252
|
+
- Cautionary tale of excess
|
|
253
|
+
|
|
254
|
+
**The Reluctant Redeemer** (Charlie Allnut, Rev. Shannon):
|
|
255
|
+
- Flawed but transformable
|
|
256
|
+
- Journey forces change
|
|
257
|
+
- Battles inner demons
|
|
258
|
+
- Finds grace in connection
|
|
259
|
+
|
|
260
|
+
**The Obsessed Leader** (Captain Ahab, Johnny Rocco):
|
|
261
|
+
- Charismatic yet destructive
|
|
262
|
+
- Vision blinds to reality
|
|
263
|
+
- Draws others into doom
|
|
264
|
+
- Tragic hubris
|
|
265
|
+
|
|
266
|
+
**The Innocent Observer** (Ishmael, Roslyn Taber):
|
|
267
|
+
- Witnesses folly
|
|
268
|
+
- Provides perspective
|
|
269
|
+
- Survives to reflect
|
|
270
|
+
- Voice of humanism
|
|
271
|
+
|
|
272
|
+
**The Femme Fatale/Complex Woman** (Brigid O'Shaughnessy, Rose Sayer):
|
|
273
|
+
- Manipulative or steadfast
|
|
274
|
+
- Challenges male leads
|
|
275
|
+
- Depth beyond stereotype
|
|
276
|
+
- Catalyzes change
|
|
277
|
+
|
|
278
|
+
**The Wise Elder** (Howard, Doc Riedenschneider):
|
|
279
|
+
- Experience tempers optimism
|
|
280
|
+
- Mentors with irony
|
|
281
|
+
- Sees truth others miss
|
|
282
|
+
- Often sacrificial
|
|
283
|
+
|
|
284
|
+
---
|
|
285
|
+
|
|
286
|
+
## Scene Construction
|
|
287
|
+
|
|
288
|
+
### The "Moral Confrontation" Scene
|
|
289
|
+
Characters debate ethics, revealing depths.
|
|
290
|
+
|
|
291
|
+
**Structure**:
|
|
292
|
+
1. **Setting tension** - Confined space heightens drama
|
|
293
|
+
2. **Initial sparring** - Surface arguments
|
|
294
|
+
3. **Revelation** - Pasts exposed
|
|
295
|
+
4. **Climactic exchange** - Core beliefs clash
|
|
296
|
+
5. **Resolution** - Shift in dynamics
|
|
297
|
+
|
|
298
|
+
**Example Template**:
|
|
299
|
+
INT. SIERRA MADRE CAMP - NIGHT
|
|
300
|
+
Dobbs eyes Curtin suspiciously over the fire.
|
|
301
|
+
DOBBS
|
|
302
|
+
You think I'm stupid? That bandito story— you're planning to cut me out!
|
|
303
|
+
CURTIN
|
|
304
|
+
Fred, the gold's changing you. Howard warned us.
|
|
305
|
+
HOWARD
|
|
306
|
+
(laughing bitterly)
|
|
307
|
+
Gold's like a mirror. Shows what's inside a man.
|
|
308
|
+
They stare into flames. Silence speaks volumes.
|
|
309
|
+
text### The "Journey Through Adversity" Scene
|
|
310
|
+
Travel exposes vulnerabilities.
|
|
311
|
+
|
|
312
|
+
**Elements**:
|
|
313
|
+
- **Environmental challenges** - Nature as foe
|
|
314
|
+
- **Dialogue amid struggle** - Bonds form/break
|
|
315
|
+
- **Physical toll** - Visible wear
|
|
316
|
+
- **Insightful pause** - Moments of truth
|
|
317
|
+
- **Forward momentum** - Despite setbacks
|
|
318
|
+
|
|
319
|
+
**Timing Rules**:
|
|
320
|
+
- Build gradually, intersperse action
|
|
321
|
+
- Use silence for introspection
|
|
322
|
+
- Avoid rushed resolutions
|
|
323
|
+
- Layer ironies in successes
|
|
324
|
+
|
|
325
|
+
**Examples**:
|
|
326
|
+
WRONG (Superficial):
|
|
327
|
+
Allnut and Rose sail smoothly, chatting idly.
|
|
328
|
+
RIGHT (Layered):
|
|
329
|
+
Engine sputters in rapids. Rose prays, Allnut curses. Leeches cling. 'God's will,' she says. 'Luck,' he retorts. Shared laugh breaks barriers, but dangers loom.
|
|
330
|
+
text### The "Mentorship Moment" Scene
|
|
331
|
+
Elder imparts wisdom to younger or flawed peer.
|
|
332
|
+
|
|
333
|
+
**Required Elements**:
|
|
334
|
+
- **Anecdotal lesson** - Story from experience
|
|
335
|
+
- **Resistance** - Pupil doubts
|
|
336
|
+
- **Demonstration** - Action proves point
|
|
337
|
+
- **Emotional undercurrent** - Care beneath gruffness
|
|
338
|
+
- **Philosophical depth** - Broader human truths
|
|
339
|
+
|
|
340
|
+
**Examples**:
|
|
341
|
+
- Howard to Dobbs: Parable of gold's curse
|
|
342
|
+
- Ahab to Starbuck: Obsession's rationale
|
|
343
|
+
- Gay to Perce: Life's harsh lessons
|
|
344
|
+
- Max to Hannah: Faith in humanity
|
|
345
|
+
|
|
346
|
+
### The "Bittersweet Denouement" Scene
|
|
347
|
+
Closure with ambiguity.
|
|
348
|
+
|
|
349
|
+
**Structure**:
|
|
350
|
+
1. **Aftermath survey** - Damage assessed
|
|
351
|
+
2. **Final dialogues** - Reflections shared
|
|
352
|
+
3. **Parting ways** - Bonds acknowledged
|
|
353
|
+
4. **Ironic twist** - Fate's last laugh
|
|
354
|
+
5. **Fade out** - Lingering emotion
|
|
355
|
+
|
|
356
|
+
**Example**:
|
|
357
|
+
Post-heist, Dix bleeds out in field. Cops close in. 'Why didn't you run?' Calidonia asks. 'A man alone...' he trails off. Cows graze indifferently. End.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cinematic-styles-directors-john-landis",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "John Landis Style Guide",
|
|
5
|
+
"description": "Screenplay style guide for John Landis",
|
|
6
|
+
"type": "writing-standards",
|
|
7
|
+
"category": "screenplay/cinematic-styles/directors",
|
|
8
|
+
"tags": [
|
|
9
|
+
"screenplay",
|
|
10
|
+
"cinematic-style",
|
|
11
|
+
"director",
|
|
12
|
+
"auteur",
|
|
13
|
+
"john-landis"
|
|
14
|
+
],
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"required": [],
|
|
17
|
+
"optional": [
|
|
18
|
+
"writing-standards/screenplay"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"augment": {
|
|
22
|
+
"characterCount": 5000,
|
|
23
|
+
"priority": "medium",
|
|
24
|
+
"category": "cinematic-styles",
|
|
25
|
+
"appliesTo": {
|
|
26
|
+
"filePatterns": [
|
|
27
|
+
"**/*.fountain",
|
|
28
|
+
"**/*.screenplay",
|
|
29
|
+
"**/screenplay/**/*.md",
|
|
30
|
+
"**/screenplays/**/*"
|
|
31
|
+
],
|
|
32
|
+
"languages": [
|
|
33
|
+
"fountain",
|
|
34
|
+
"markdown"
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"installation": {
|
|
39
|
+
"required": false,
|
|
40
|
+
"steps": [
|
|
41
|
+
"Link module: augx link writing-standards/screenplay/cinematic-styles/directors/john-landis",
|
|
42
|
+
"Configure active style in .augment/screenplay-config.json"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"contents": {
|
|
46
|
+
"rules": [
|
|
47
|
+
"john-landis.md"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|