@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,190 @@
|
|
|
1
|
+
# Francis Ford Coppola Films Style Guide
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
- [Table of Contents](#table-of-contents)
|
|
5
|
+
- [Introduction](#introduction)
|
|
6
|
+
- [Overall Tone and Thematic DNA – Operatic Tragedy, Family Destiny, Lyrical Grandeur, and Moral Complexity](#overall-tone-and-thematic-dna-operatic-tragedy-family-destiny-lyrical-grandeur-and-moral-complexity)
|
|
7
|
+
- [Narrative Architecture – Epic Multi-Generational Sagas, Parallel Timelines, and Lyrical Structure](#narrative-architecture-epic-multi-generational-sagas-parallel-timelines-and-lyrical-structure)
|
|
8
|
+
- [Character Construction – Tragic Figures with Shakespearean Depth and Generational Weight](#character-construction-tragic-figures-with-shakespearean-depth-and-generational-weight)
|
|
9
|
+
- [Dialogue Mechanics – Formal, Poetic, Weighted, and Ritualistic](#dialogue-mechanics-formal-poetic-weighted-and-ritualistic)
|
|
10
|
+
- [Visual Language & Cinematography – Lyrical, Painterly, Operatic Grandeur](#visual-language-cinematography-lyrical-painterly-operatic-grandeur)
|
|
11
|
+
- [Violence – Ritualistic, Operatic, Consequential, and Symbolic](#violence-ritualistic-operatic-consequential-and-symbolic)
|
|
12
|
+
- [Music and Sound Design – Operatic Scores, Leitmotifs, and Ambient Immersion](#music-and-sound-design-operatic-scores-leitmotifs-and-ambient-immersion)
|
|
13
|
+
- [Production and Formatting Notes – Personal Vision and Risk-Taking](#production-and-formatting-notes-personal-vision-and-risk-taking)
|
|
14
|
+
- [Practical Screenwriting Advice – Coppola’s Process and Expanded Habits](#practical-screenwriting-advice-coppolas-process-and-expanded-habits)
|
|
15
|
+
- [Quick Reference – Coppola Checklist (Expanded with Rules & Examples)](#quick-reference-coppola-checklist-expanded-with-rules-examples)
|
|
16
|
+
|
|
17
|
+
## Introduction
|
|
18
|
+
Francis Ford Coppola is one of the most ambitious, risk-taking, and artistically uncompromising figures in American cinema history. His career encompasses intimate psychological dramas, monumental historical epics, operatic crime sagas, personal experimental works, and genre-defining adaptations that have reshaped Hollywood and independent filmmaking alike. His directorial output includes early studio assignments and personal projects such as *You’re a Big Boy Now* (1966), *Finian’s Rainbow* (1968), and *The Rain People* (1969); the revolutionary crime-family masterpieces *The Godfather* (1972), *The Godfather Part II* (1974), and *The Godfather Part III* (1990, later re-edited and re-released as *The Godfather Coda: The Death of Michael Corleone* in 2020); the paranoid surveillance thriller *The Conversation* (1974); the hallucinatory Vietnam War epic *Apocalypse Now* (1979, with subsequent versions *Redux* 2001 and *Final Cut* 2019); the visually extravagant musical experiment *One from the Heart* (1982); the youth-centered adaptations *The Outsiders* (1983) and *Rumble Fish* (1983); the jazz-era crime musical *The Cotton Club* (1984); the industrial-inventor biopic *Tucker: The Man and His Dream* (1988); the gothic-romantic horror *Bram Stoker’s Dracula* (1992); the family fantasy *Jack* (1996); the legal drama *The Rainmaker* (1997); the late-career personal/experimental works *Youth Without Youth* (2007), *Tetro* (2009), and *Twixt* (2011); and the semi-autobiographical reflections embedded throughout his oeuvre.
|
|
19
|
+
|
|
20
|
+
Coppola’s screenplays—frequently written or heavily revised by him, often in collaboration with Mario Puzo (*The Godfather* trilogy), John Milius (*Apocalypse Now*), Michael Herr (narration for *Apocalypse Now*), S.E. Hinton (*The Outsiders*, *Rumble Fish*), James V. Hart (*Dracula*), and his own family members (Carmine Coppola on music, Sofia Coppola on acting and later direction)—are ambitious literary-cinematic hybrids. They fuse Shakespearean tragedy, Italian operatic structure, Renaissance visual grandeur, American myth-making, and deeply personal psychological exploration. His films contrast sharply with Martin Scorsese’s kinetic urban Catholicism and street-level moral ambiguity, Steven Spielberg’s earnest humanism and redemptive family wonder, George Lucas’s mythic destiny and serialized spectacle, Denis Villeneuve’s oppressive environmental dread, Christopher Nolan’s cerebral temporal mechanics, Wes Anderson’s symmetrical whimsy and deadpan restraint, David Lynch’s subconscious surrealism and unresolved mystery, the Coen Brothers’ mordant irony and fatalistic absurdities, or Quentin Tarantino’s rhythmic, pop-culture-infused dialogue explosions. Coppola’s cinema is operatic in emotional scale, lyrical in visual poetry, psychologically dense, family-centered, morally complex, and thematically ambitious—often blending historical sweep with intimate tragedy. This massively expanded guide dissects every major element of his approach with exhaustive detail, including scene-by-scene examples across his entire filmography, thematic evolutions across decades, structural rules with pacing and intercutting guidelines, visual signatures with cinematographic and production design principles, character archetypes with psychological and generational development strategies, dialogue mechanics with rhythm, subtext, and formality rules, violence philosophy with staging and ritual principles, music integration guidelines (Carmine Coppola, Nino Rota, Walter Murch sound design), production insights from Zoetrope self-financing risks, ethical storytelling considerations, and practical screenwriting habits drawn from his process of adaptation, personal investment, and obsessive revision.
|
|
21
|
+
|
|
22
|
+
## Overall Tone and Thematic DNA – Operatic Tragedy, Family Destiny, Lyrical Grandeur, and Moral Complexity
|
|
23
|
+
- **Sweeping Operatic Tragedy Infused with Lyrical Intimacy and Psychological Depth**
|
|
24
|
+
Coppola’s tone is majestic yet profoundly melancholic—grand in scope like Italian opera or Shakespearean tragedy, yet intimate in its portrayal of human frailty, family bonds, and moral compromise. It balances monumental spectacle with quiet psychological portraits, evoking a sense of inevitable downfall within cycles of power, legacy, and personal sacrifice.
|
|
25
|
+
- *The Godfather*: The stately, mournful grandeur of Michael Corleone’s baptism sequence—cross-cutting between sacramental ritual and orchestrated murders—establishes an operatic tone that is both majestic and tragic, with every visual and musical element reinforcing the weight of inherited sin.
|
|
26
|
+
- *Apocalypse Now*: A hallucinatory, Wagnerian descent into moral and psychological abyss—Kurtz’s compound lit by firelight and shadow, Willard’s river journey mirroring mythic underworld crossings—creates a tone of feverish awe and existential dread.
|
|
27
|
+
- *The Conversation*: A suffocating tone of quiet paranoia—Gene Hackman’s solitary apartment filled with surveillance equipment, the slow unraveling of privacy—contrasts with the operatic excess of his other works, yet maintains psychological intensity.
|
|
28
|
+
- *Bram Stoker’s Dracula*: Lush gothic romance laced with erotic tragedy—Vlad’s centuries-long grief and Mina’s doomed love—infuses the horror genre with operatic passion and visual splendor.
|
|
29
|
+
- *Tetro*: A semi-autobiographical tone of familial reconciliation and artistic struggle—black-and-white Buenos Aires sequences contrasted with color flashbacks—evokes a tone of reflective melancholy and creative inheritance.
|
|
30
|
+
→ **Core Principle**: Embrace operatic scale and emotional extremity—let personal tragedies resonate with mythic or historical weight. Never reduce grandeur to irony or detachment; tone should feel both epic and deeply intimate, with every visual and musical element serving emotional and moral resonance.
|
|
31
|
+
|
|
32
|
+
- **Thematic Pillars – A Comprehensive Framework with Detailed Integration Guidelines**
|
|
33
|
+
Coppola’s themes are deeply interconnected, often rooted in his Italian-American heritage, Catholic sensibility, family history, and personal experiences with ambition and failure (Zoetrope financial crises, *One from the Heart* bankruptcy).
|
|
34
|
+
1. Family as Destiny and Curse: Blood ties as both salvation and inescapable doom—guideline: Depict families as dynasties with inherited sins, loyalties, and betrayals; use generational contrast to amplify tragedy (Vito’s honorable rise vs. Michael’s tragic fall in *The Godfather Part II*).
|
|
35
|
+
2. Power’s Corrupting Transformation: Ambition’s inevitable moral cost—example: Michael Corleone’s gradual hardening from war hero to isolated Don; rule: Show corruption as a slow, almost inevitable process of moral compromise, not sudden villainy.
|
|
36
|
+
3. American Dream as Tragic Illusion: Success built on betrayal, violence, and loss—guideline: Contrast initial idealism or immigrant hope with inevitable corruption and isolation (*The Godfather*’s Vito arriving in America vs. Michael’s empire of solitude).
|
|
37
|
+
4. Madness and Moral Descent: Psychological collapse under pressure or obsession—example: Willard’s river journey mirroring Kurtz’s jungle godhood in *Apocalypse Now*; rule: Use surreal, subjective imagery and sound design to externalize inner disintegration.
|
|
38
|
+
5. Legacy and Generational Inheritance: Fathers passing burdens, sins, and dreams to sons—guideline: Explore cycles of violence, ambition, guilt, and attempted redemption across generations (*The Godfather* trilogy, *Tetro*, *Twixt*).
|
|
39
|
+
6. Art, Vision, and Creative Obsession: Creators consumed by their own ambition—example: Coppola’s Zoetrope struggles mirrored in *One from the Heart* (financial ruin for artistic vision), *Tucker* (inventor vs. corporate power), *Youth Without Youth* (aging writer’s Faustian bargain); rule: Infuse personal risk and sacrifice into creative characters.
|
|
40
|
+
7. Redemption and Partial Grace: Elusive salvation through suffering or sacrifice—guideline: Offer redemption ambiguously or tragically (Michael’s final scream in *Godfather Part III*, Willard’s survival in *Apocalypse Now*, Dracula’s release through love).
|
|
41
|
+
8. Cultural and Historical Memory: Eras and subcultures as living characters—rule: Use obsessive period detail to evoke lost worlds (1920s Harlem in *The Cotton Club*, 1860s Five Points in *Gangs of New York* influence, Renaissance-inspired *Dracula*).
|
|
42
|
+
9. Immigrant and Outsider Experience: Displacement, assimilation, and identity—guideline: Explore Italian-American, immigrant, or minority perspectives (*The Godfather*’s Vito, *The Outsiders*’ greasers vs. Socs).
|
|
43
|
+
10. The Tension Between Idealism and Reality: Visionaries crushed by pragmatism—example: Tucker’s car dream vs. corporate sabotage; rule: Portray idealism with sympathy, but show its inevitable collision with power structures.
|
|
44
|
+
→ **Integration Rule**: Select 4–6 pillars per film, interweaving them through visual metaphors (water as fate, fire as destruction/passion, mirrors as identity, blood as legacy) and structural parallels (generational intercutting, dream sequences, ritual scenes). Avoid didacticism—let themes emerge organically through behavior, image, and music.
|
|
45
|
+
|
|
46
|
+
- **Tone Spectrum and Modulation Guidelines**
|
|
47
|
+
Majestic grandeur or nostalgic warmth → intimate melancholy or quiet paranoia → escalating moral compromise or psychological descent → operatic climax of violence, betrayal, or revelation → reflective, tragic, or ambiguously hopeful closure. Humor is rare, dark, ironic, or situational; tragedy is sweeping, Shakespearean, and deeply personal.
|
|
48
|
+
- Modulation Rule: Use music (grand orchestral swells for epic moments, intimate strings or silence for reflection), lighting (warm for family, cold for isolation), and pacing (slow lyrical builds to sudden explosive peaks) to guide tonal shifts. Ensure transitions feel organic—never jarring.
|
|
49
|
+
|
|
50
|
+
## Narrative Architecture – Epic Multi-Generational Sagas, Parallel Timelines, and Lyrical Structure
|
|
51
|
+
- **Multi-Generational & Parallel Saga Structures**
|
|
52
|
+
Coppola frequently constructs epic narratives spanning decades or generations, using parallel timelines to create thematic resonance.
|
|
53
|
+
- *The Godfather Part II*: Alternating 1900s Vito rise (immigrant success) and 1950s Michael fall (empire of isolation)—parallel tragedies across time.
|
|
54
|
+
- *The Godfather Part III*: Michael’s attempt at legitimacy intercut with Vatican intrigue and family tragedy.
|
|
55
|
+
→ **Guideline**: Use parallel timelines or generational stories to amplify themes of legacy and repetition; intercut for ironic or tragic contrast.
|
|
56
|
+
|
|
57
|
+
- **Rising Tragedy, Moral Compromise, and Inevitable Fall Arcs**
|
|
58
|
+
Plots build through escalating moral compromises, ambition, or obsession toward collapse or reckoning.
|
|
59
|
+
- *The Godfather*: Michael’s transformation from reluctant outsider to ruthless Don through a series of irreversible choices (Solozzo hit → hospital defense → baptism murders).
|
|
60
|
+
- *Apocalypse Now*: Willard’s river journey as mythic descent—each station escalates moral horror toward Kurtz.
|
|
61
|
+
→ **Rule**: Structure acts around moral turning points—Act 1: Temptation or Call; Act 2: Compromise and Escalation; Act 3: Reckoning and Consequence.
|
|
62
|
+
|
|
63
|
+
- **Pacing Principles: Lyrical Slow-Burn with Operatic Climactic Peaks**
|
|
64
|
+
Deliberate, almost meditative builds punctuated by explosive, operatic set pieces or revelations.
|
|
65
|
+
- *The Conversation*: Slow, paranoid buildup through surveillance obsession, exploding in the hotel interpretation sequence.
|
|
66
|
+
- *Apocalypse Now*: Long, hypnotic river journey toward the sudden, chaotic Do Lung bridge battle and Kurtz confrontation.
|
|
67
|
+
→ **Guideline**: Allow extended sequences of silence, atmosphere, or character observation; accelerate pacing only for climactic confrontations or violence; use music and sound to sustain tension.
|
|
68
|
+
|
|
69
|
+
- **Ending Rules: Tragic Ambiguity, Partial Grace, or Reflective Closure**
|
|
70
|
+
Closures offer reflection, partial redemption, or tragic inevitability—rarely full catharsis.
|
|
71
|
+
- *The Godfather Part III* / *Coda*: Michael’s final scream on the opera-house steps—legacy of pain and isolation.
|
|
72
|
+
- *Apocalypse Now*: Willard’s emergence from the jungle—survival, but no moral clarity.
|
|
73
|
+
- *Tetro*: Artistic reconciliation amid lingering family wounds.
|
|
74
|
+
→ **Rule**: End on powerful, resonant image or sound—leave moral questions open; use circular motifs (water, family gatherings, rituals) to reinforce themes.
|
|
75
|
+
|
|
76
|
+
## Character Construction – Tragic Figures with Shakespearean Depth and Generational Weight
|
|
77
|
+
- **Tragic Protagonists: Reluctant Leaders, Visionaries, and Moral Compromisers**
|
|
78
|
+
Charismatic, intelligent men forced into power or obsession, destroyed by their own choices or fate.
|
|
79
|
+
- Michael Corleone: War hero and outsider who becomes the very thing he despised—ruthless patriarch.
|
|
80
|
+
- Willard (*Apocalypse Now*): Soldier assigned to assassinate a rogue colonel, mirroring Kurtz’s descent.
|
|
81
|
+
- Tucker (*Tucker: The Man and His Dream*): Visionary inventor crushed by corporate power.
|
|
82
|
+
→ **Guideline**: Give protagonists internal conflict between duty/idealism and desire/corruption; show gradual transformation through irreversible moral choices; make them charismatic enough to elicit sympathy even in villainy.
|
|
83
|
+
|
|
84
|
+
- **Supporting Archetypes: Patriarchs, Sons, Betrayers, Redeemers**
|
|
85
|
+
Family and power structures define relationships—fathers as ideals or burdens, sons as inheritors or rebels.
|
|
86
|
+
- Vito Corleone: Honorable patriarch whose legacy poisons Michael.
|
|
87
|
+
- Fredo Corleone: Weak link whose betrayal destroys family unity.
|
|
88
|
+
- Kay Adams-Corleone: Outsider witness to moral decay.
|
|
89
|
+
→ **Rule**: Use ensemble to mirror protagonist’s internal struggle—fathers as lost ideals, sons as tragic echoes, women as moral witnesses or tragic victims.
|
|
90
|
+
|
|
91
|
+
- **Female Characters: Resilient Witnesses and Tragic Figures**
|
|
92
|
+
Women often embody conscience, endurance, or doomed love.
|
|
93
|
+
- Kay Corleone: Voice of moral outrage.
|
|
94
|
+
- Mina Harker (*Dracula*): Tragic romantic counterpart to Vlad’s centuries-long grief.
|
|
95
|
+
→ **Guideline**: Avoid stereotypes—give women agency, moral clarity, or tragic depth; contrast with male moral compromise.
|
|
96
|
+
|
|
97
|
+
## Dialogue Mechanics – Formal, Poetic, Weighted, and Ritualistic
|
|
98
|
+
- **Elevated, Rhythmic, Mythic Speech**
|
|
99
|
+
Dialogue is measured, often formal or poetic, with rhythmic cadence and operatic weight.
|
|
100
|
+
- “Leave the gun, take the cannoli” in *The Godfather*—casual brutality amid family ritual.
|
|
101
|
+
- Kurtz’s “The horror… the horror…” in *Apocalypse Now*—mythic summation of moral collapse.
|
|
102
|
+
- “I believe in America…” opening of *The Godfather*—formal plea that sets tone for power and family.
|
|
103
|
+
→ **Guideline**: Blend street realism with mythic/formal language—use repetition, pauses, and ritual phrasing for emphasis; let dialogue carry operatic weight.
|
|
104
|
+
|
|
105
|
+
- **Subtext, Silence, and Ritual Rules**
|
|
106
|
+
Much is communicated through silence, gesture, or ritual.
|
|
107
|
+
- Michael’s silent stares and slow nods in *The Godfather* convey absolute authority.
|
|
108
|
+
- The baptism sequence—ritual words over murder montage.
|
|
109
|
+
→ **Rule**: Let silence, looks, and ceremonial actions speak louder than words—dialogue should be sparse in high-tension moments.
|
|
110
|
+
|
|
111
|
+
## Visual Language & Cinematography – Lyrical, Painterly, Operatic Grandeur
|
|
112
|
+
- **Painterly Compositions and Renaissance-Inspired Depth**
|
|
113
|
+
Coppola composes like old masters—deep focus, symmetry, rich color, dramatic lighting.
|
|
114
|
+
- Baptism montage in *The Godfather*: Cross-cutting between sacrament and murders—visual poetry of moral contradiction.
|
|
115
|
+
- Helicopter assault in *Apocalypse Now*: Wagner over napalm dawn—operatic fusion of beauty and horror.
|
|
116
|
+
→ **Guideline**: Use deep focus, wide lenses, and painterly lighting; compose symbolically—water as fate, fire as destruction/passion, mirrors as identity crisis.
|
|
117
|
+
|
|
118
|
+
- **Lighting and Color Principles**
|
|
119
|
+
Warm oranges/golds for family and nostalgia, cold blues/grays for isolation and moral decay.
|
|
120
|
+
- Sepia flashbacks in *Godfather II* for Vito’s immigrant past; lush reds and golds in *Dracula*.
|
|
121
|
+
- Desaturated jungle greens/browns in *Apocalypse Now*.
|
|
122
|
+
→ **Rule**: Use color symbolically—saturated for passion/ritual, desaturated for despair or moral rot.
|
|
123
|
+
|
|
124
|
+
- **Signature Motifs and Visual Grammar**
|
|
125
|
+
Water (fate, baptism, drowning), fire (destruction, passion), mirrors (identity), rituals (baptism, opera, wedding), shadows (moral darkness).
|
|
126
|
+
→ **Guideline**: Repeat motifs across films for thematic unity—use them as visual leitmotifs.
|
|
127
|
+
|
|
128
|
+
## Violence – Ritualistic, Operatic, Consequential, and Symbolic
|
|
129
|
+
- **Violence as Ritual and Moral Turning Point**
|
|
130
|
+
Stylized, ceremonial, and laden with meaning—murders as sacraments or tragedies.
|
|
131
|
+
- Sollozzo and McCluskey assassinations in *The Godfather*: Ritualistic, almost sacred acts.
|
|
132
|
+
- Kurtz’s compound slaughter in *Apocalypse Now*: Mythic, sacrificial violence.
|
|
133
|
+
→ **Guideline**: Choreograph violence as opera—build tension through ritual, explode with consequence, show aftermath emotionally.
|
|
134
|
+
|
|
135
|
+
- **Consequence and Moral Weight Rules**
|
|
136
|
+
Violence diminishes characters—physical scars, psychological wounds, family destruction.
|
|
137
|
+
- Michael’s isolation after every murder; Fredo’s execution.
|
|
138
|
+
→ **Rule**: Never glorify violence—always show its human and moral cost.
|
|
139
|
+
|
|
140
|
+
## Music and Sound Design – Operatic Scores, Leitmotifs, and Ambient Immersion
|
|
141
|
+
- **Carmine Coppola & Nino Rota Influence**
|
|
142
|
+
Sweeping waltzes, tragic themes, operatic grandeur.
|
|
143
|
+
- “The Godfather Waltz” as family motif; Wagner’s “Ride of the Valkyries” in *Apocalypse Now*.
|
|
144
|
+
→ **Rule**: Use music as emotional and thematic commentary—leitmotifs for family, fate, tragedy.
|
|
145
|
+
|
|
146
|
+
- **Sound Design Principles**
|
|
147
|
+
Layered ambient noise, ritual sounds, subjective audio.
|
|
148
|
+
- Heartbeat in *The Conversation*; jungle sounds in *Apocalypse Now*.
|
|
149
|
+
→ **Guideline**: Use sound to immerse—amplify isolation, chaos, or ritual.
|
|
150
|
+
|
|
151
|
+
## Production and Formatting Notes – Personal Vision and Risk-Taking
|
|
152
|
+
- **Script as Visual and Operatic Blueprint**
|
|
153
|
+
Describe images poetically, include music cues, ritual sequences.
|
|
154
|
+
→ **Guideline**: Format for readability but include detailed visual and sound notes—write for cinematographers and composers.
|
|
155
|
+
|
|
156
|
+
- **Ethical Storytelling Considerations**
|
|
157
|
+
Handle violence, religion, history with respect—consult sources, avoid exploitation.
|
|
158
|
+
→ **Rule**: Portray moral complexity without endorsement—let audience grapple with ambiguity.
|
|
159
|
+
|
|
160
|
+
## Practical Screenwriting Advice – Coppola’s Process and Expanded Habits
|
|
161
|
+
- Write personally—infuse autobiography (*The Rain People*, *Tetro*, *Twixt*).
|
|
162
|
+
- Take enormous artistic and financial risks—self-finance (*One from the Heart*, *Apocalypse Now* near-bankruptcy).
|
|
163
|
+
- Collaborate with family (Carmine on scores, Sofia on acting and later direction).
|
|
164
|
+
- Revise obsessively—re-edit films years later (*Godfather Coda*, *Apocalypse Now* versions).
|
|
165
|
+
- Research deeply—historical, cultural, literary sources (*Puzo novels, Conrad, Stoker*).
|
|
166
|
+
- Embrace operatic excess—don’t fear grandeur or length.
|
|
167
|
+
- Use music early in drafts—cue songs or themes for tone.
|
|
168
|
+
- Storyboard key sequences (especially rituals, montages).
|
|
169
|
+
- Guideline: Write multiple versions—focus on visual poetry and emotional truth first, then tighten narrative.
|
|
170
|
+
- Rule: Never compromise vision for market—risk everything for personal truth.
|
|
171
|
+
|
|
172
|
+
## Quick Reference – Coppola Checklist (Expanded with Rules & Examples)
|
|
173
|
+
- [ ] Operatic family tragedy with multi-generational scope (Rule: Parallel rise/fall timelines)
|
|
174
|
+
- [ ] Reluctant protagonist corrupted by power/duty/ambition (Example: Michael Corleone’s transformation)
|
|
175
|
+
- [ ] Lyrical, painterly compositions & deep-focus Renaissance framing (Guideline: Symbolic depth)
|
|
176
|
+
- [ ] Parallel generational or historical timelines (Example: Vito/Michael in *Godfather II*)
|
|
177
|
+
- [ ] Formal, weighted, poetic dialogue with ritual cadence (Rule: Repetition for emphasis)
|
|
178
|
+
- [ ] Ritualistic, consequential, symbolic violence (Guideline: Choreograph as opera)
|
|
179
|
+
- [ ] Sweeping orchestral scores with tragic leitmotifs (Example: Rota waltzes, Wagner in *Apocalypse*)
|
|
180
|
+
- [ ] Moral ambiguity and partial redemption (Rule: No tidy grace)
|
|
181
|
+
- [ ] Themes of legacy, inheritance, corruption, and American Dream tragedy (Guideline: Generational cycles)
|
|
182
|
+
- [ ] Visual symbolism: water (fate), fire (destruction), mirrors (identity), blood (legacy)
|
|
183
|
+
- [ ] Slow-burn lyrical builds to operatic climaxes (Rule: Silence before explosion)
|
|
184
|
+
- [ ] Ambiguous or tragic endings with lingering resonance (Example: Michael’s scream)
|
|
185
|
+
- [ ] Obsessive period authenticity & historical texture (Guideline: Deep research)
|
|
186
|
+
- [ ] Personal/autobiographical undercurrents (Example: Zoetrope struggles in *Tucker*, *Tetro*)
|
|
187
|
+
- [ ] Psychological depth & subjective POV (Rule: Use surrealism for inner collapse)
|
|
188
|
+
- [ ] Grandiose ambition balanced with intimate tragedy (Guideline: Scale serves emotion)
|
|
189
|
+
|
|
190
|
+
Write with Coppola’s fearless operatic vision: weave family destiny, moral tragedy, and visual poetry into sagas that resonate with Shakespearean weight, Italian grandeur, and American heartbreak—risk everything for truth, beauty, and cinematic immortality.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cinematic-styles-directors-gary-marshall",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Gary Marshall Style Guide",
|
|
5
|
+
"description": "Screenplay style guide for Gary Marshall",
|
|
6
|
+
"type": "writing-standards",
|
|
7
|
+
"category": "screenplay/cinematic-styles/directors",
|
|
8
|
+
"tags": [
|
|
9
|
+
"screenplay",
|
|
10
|
+
"cinematic-style",
|
|
11
|
+
"director",
|
|
12
|
+
"auteur",
|
|
13
|
+
"gary-marshall"
|
|
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/gary-marshall",
|
|
42
|
+
"Configure active style in .augment/screenplay-config.json"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"contents": {
|
|
46
|
+
"rules": [
|
|
47
|
+
"gary-marshall.md"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
# Garry Marshall Films & Television Style Guide
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
- [Table of Contents](#table-of-contents)
|
|
5
|
+
- [Introduction – The Garry Marshall Aesthetic: Warm Humanism, Working-Class Heart, Family-Centered Resilience, Ensemble Chemistry, Gentle Humor, Emotional Sincerity, Period Nostalgia, and Earnest Optimism](#introduction-the-garry-marshall-aesthetic-warm-humanism-working-class-heart-family-centered-resilience-ensemble-chemistry-gentle-humor-emotional-sincerity-period-nostalgia-and-earnest-optimism)
|
|
6
|
+
- [Overall Tone and Thematic DNA – Warm Humanism, Working-Class Heart, Female Empowerment, Ensemble Chemistry, Gentle Humor, Emotional Sincerity, Period Authenticity, and Earnest Optimism](#overall-tone-and-thematic-dna-warm-humanism-working-class-heart-female-empowerment-ensemble-chemistry-gentle-humor-emotional-sincerity-period-authenticity-and-earnest-optimism)
|
|
7
|
+
- [Narrative Architecture – Character-Driven Dramas with Emotional Arcs and Gentle Escalation](#narrative-architecture-character-driven-dramas-with-emotional-arcs-and-gentle-escalation)
|
|
8
|
+
- [Character Construction – Relatable Heroes, Strong Women, Mentors, and Ensemble Chemistry](#character-construction-relatable-heroes-strong-women-mentors-and-ensemble-chemistry)
|
|
9
|
+
- [Dialogue Mechanics – Warm, Relatable, Emotional, Gentle Humor](#dialogue-mechanics-warm-relatable-emotional-gentle-humor)
|
|
10
|
+
- [Visual Language & Cinematography – Warm Period Texture, Human-Scale Framing, Authentic Locations](#visual-language-cinematography-warm-period-texture-human-scale-framing-authentic-locations)
|
|
11
|
+
- [Action and Conflict – Emotional & Relational](#action-and-conflict-emotional-relational)
|
|
12
|
+
- [Music and Sound Design – Warm, Nostalgic, Emotional](#music-and-sound-design-warm-nostalgic-emotional)
|
|
13
|
+
- [Practical Screenwriting Advice – Marshall Habits](#practical-screenwriting-advice-marshall-habits)
|
|
14
|
+
- [Quick Reference – Garry Marshall Checklist (Expanded)](#quick-reference-garry-marshall-checklist-expanded)
|
|
15
|
+
|
|
16
|
+
## Introduction – The Garry Marshall Aesthetic: Warm Humanism, Working-Class Heart, Family-Centered Resilience, Ensemble Chemistry, Gentle Humor, Emotional Sincerity, Period Nostalgia, and Earnest Optimism
|
|
17
|
+
Garry Marshall (born Garry Kent Maschiarelli, November 13, 1934 – July 19, 2016) was one of the most prolific, commercially successful, and emotionally influential television producers, writers, directors, and show creators in American entertainment history. He created or co-created some of the most iconic and longest-running sitcoms of the 1970s–1980s, and later directed feature films that became cultural touchstones of feel-good, character-driven storytelling.
|
|
18
|
+
|
|
19
|
+
His television creating/producing/writing credits include:
|
|
20
|
+
- *The Odd Couple* (1970–1975) – co-created with Jerry Belson
|
|
21
|
+
- *Happy Days* (1974–1984) – creator and showrunner
|
|
22
|
+
- *Laverne & Shirley* (1976–1983) – co-creator (starring his sister Penny Marshall)
|
|
23
|
+
- *Mork & Mindy* (1978–1982) – co-creator
|
|
24
|
+
- *Angie* (1979–1980)
|
|
25
|
+
- *Joanie Loves Chachi* (1982–1983)
|
|
26
|
+
- *The New Odd Couple* (1982–1983)
|
|
27
|
+
- *Nothing in Common* (1987 TV series based on his film)
|
|
28
|
+
- *A League of Their Own* (1993 TV series based on his film)
|
|
29
|
+
- Numerous other shows as producer/writer (*The Lucy Show*, *The Dick Van Dyke Show* early staff writer, *The Odd Couple* scripts)
|
|
30
|
+
|
|
31
|
+
His feature directing credits include:
|
|
32
|
+
- *Young Doctors in Love* (1982) – medical soap parody debut
|
|
33
|
+
- *The Flamingo Kid* (1984) – coming-of-age dramedy
|
|
34
|
+
- *Nothing in Common* (1986) – father-son reconciliation drama
|
|
35
|
+
- *Overboard* (1987) – romantic comedy
|
|
36
|
+
- *Beaches* (1988) – female friendship tearjerker
|
|
37
|
+
- *Pretty Woman* (1990) – modern fairy-tale romance
|
|
38
|
+
- *Frankie and Johnny* (1991) – working-class love story
|
|
39
|
+
- *Exit to Eden* (1994) – erotic comedy
|
|
40
|
+
- *Dear God* (1996) – holiday comedy
|
|
41
|
+
- *Runaway Bride* (1999) – romantic comedy
|
|
42
|
+
- *The Princess Diaries* (2001) – teen fairy-tale comedy
|
|
43
|
+
- *The Princess Diaries 2: Royal Engagement* (2004)
|
|
44
|
+
- *Georgia Rule* (2007) – family drama
|
|
45
|
+
- *Valentine’s Day* (2010) – ensemble holiday romance anthology
|
|
46
|
+
- *New Year’s Eve* (2011) – ensemble holiday romance
|
|
47
|
+
- *Mother’s Day* (2016) – ensemble family comedy (his final film)
|
|
48
|
+
|
|
49
|
+
Marshall’s screenplays and episodes—often written or co-written with Lowell Ganz & Babaloo Mandel, his sister Penny Marshall (as actress/director), and his production team—are grounded, character-driven, emotionally sincere stories about ordinary people (often working-class or middle-class) overcoming personal and relational challenges with humor, heart, and optimism. His films and shows are defined by warm humanism, working-class heart, female empowerment (especially in later career), ensemble chemistry, gentle observational humor, emotional sincerity, nostalgic period authenticity (1950s–1980s America), quiet resilience, found-family bonds, second chances, and an earnest belief in the American Dream despite hardship.
|
|
50
|
+
|
|
51
|
+
Marshall’s style contrasts sharply with Hitchcock’s elegant dread and voyeuristic tension, Mel Brooks’s chaotic parody and boundary-pushing excess, Monty Python’s absurdist anti-logic, Fincher’s cold precision and moral nihilism, Scorsese’s kinetic guilt, Coppola’s operatic tragedy, Spielberg’s redemptive wonder, Lucas’s mythic heroism, or Key & Peele’s race-conscious observation. Garry Marshall is fundamentally accessible, warm, relatable, family-centered, emotionally honest, and optimistic—a tone of gentle humor, quiet strength, and heartfelt belief in human connection and second chances.
|
|
52
|
+
|
|
53
|
+
This ultra-expanded guide provides the deepest possible dissection of Marshall’s style across his complete directorial, producing, writing, and creating career, with hundreds of specific scene, episode, line, and performance examples, thematic evolutions from 1970s sitcoms to 2000s rom-coms, structural rules with family-conflict and ensemble guidelines, visual grammar with period authenticity, character archetypes with emotional strategies, dialogue mechanics with warm and relatable rules, conflict philosophy with resilience and empowerment themes, music & sound principles, production insights from his collaborative process (with Tom Hanks, Robin Williams, Julia Roberts, Richard Gere, Hector Elizondo, Bette Midler, etc.), and practical screenwriting habits drawn from his approach.
|
|
54
|
+
|
|
55
|
+
## Overall Tone and Thematic DNA – Warm Humanism, Working-Class Heart, Female Empowerment, Ensemble Chemistry, Gentle Humor, Emotional Sincerity, Period Authenticity, and Earnest Optimism
|
|
56
|
+
- **Warm Humanism with Working-Class Heart and Emotional Sincerity**
|
|
57
|
+
Marshall’s tone is accessible, warm, emotionally sincere, and grounded in the everyday lives of working-class and middle-class American families. His work feels like extended family gatherings—full of love, conflict, laughter, and quiet moments of growth.
|
|
58
|
+
- *Happy Days* (1974–1984): Richie Cunningham’s family life—tone of nostalgic 1950s warmth mixed with teenage coming-of-age humor and family values.
|
|
59
|
+
- *Laverne & Shirley* (1976–1983): Laverne & Shirley’s friendship—tone of working-class resilience, sisterhood, and everyday struggles.
|
|
60
|
+
- *Pretty Woman* (1990): Vivian Ward (Julia Roberts) and Edward Lewis (Richard Gere)—tone of modern fairy-tale romance with class tension and heartfelt connection.
|
|
61
|
+
- *A League of Their Own* (1992): Rockford Peaches baseball team—tone of feminist empowerment, camaraderie, and bittersweet nostalgia for a lost era.
|
|
62
|
+
- *Beaches* (1988): CC Bloom and Hillary Whitney’s lifelong friendship—tone of emotional sincerity, heartbreak, and enduring love.
|
|
63
|
+
- *The Princess Diaries* (2001): Mia Thermopolis’s transformation—tone of teenage awkwardness resolved through self-acceptance and family love.
|
|
64
|
+
- *Riding in Cars with Boys* (2001): Beverly Donofrio’s teenage pregnancy and single motherhood—tone of raw honesty, resilience, and redemption through motherhood.
|
|
65
|
+
- *The Flamingo Kid* (1984): Jeffrey’s summer working at a beach club—tone of coming-of-age discovery and family values.
|
|
66
|
+
- *Nothing in Common* (1986): David Basner (Tom Hanks) reconciling with his dying father—tone of generational conflict resolved with love.
|
|
67
|
+
→ **Core Principle**: Maintain warm humanism and emotional sincerity—characters are flawed, relatable, and ultimately redeemable through connection, hard work, and quiet courage. Tone should feel like a family gathering—accessible, never cynical or detached.
|
|
68
|
+
|
|
69
|
+
- **Thematic Pillars – Female Empowerment, Working-Class Resilience, Found Family, Second Chances, Period Authenticity, and Gentle Optimism**
|
|
70
|
+
1. Female Empowerment & Breaking Barriers: Women succeeding in male-dominated spaces or personal challenges—guideline: Show strength through perseverance and camaraderie.
|
|
71
|
+
- *A League of Their Own*: Women playing professional baseball during WWII.
|
|
72
|
+
- *Pretty Woman*: Vivian’s transformation from streetwalker to empowered partner.
|
|
73
|
+
- *The Princess Diaries*: Mia’s journey to princess and self-acceptance.
|
|
74
|
+
- *Laverne & Shirley*: Two working women in a brewery.
|
|
75
|
+
2. Working-Class Heart & Resilience: Ordinary people overcoming hardship—guideline: Root stories in relatable struggles.
|
|
76
|
+
- *Riding in Cars with Boys*: Beverly’s single motherhood.
|
|
77
|
+
- *Laverne & Shirley*: Factory workers’ friendship and struggles.
|
|
78
|
+
- *Full House*: Widowed father raising daughters.
|
|
79
|
+
- *The Flamingo Kid*: Working-class kid navigating class differences.
|
|
80
|
+
3. Found Family & Ensemble Chemistry: Bonds formed through shared struggle and love—guideline: Use ensembles for warmth and humor.
|
|
81
|
+
- *A League of Their Own*: Rockford Peaches team unity.
|
|
82
|
+
- *Pretty Woman*: Vivian & Edward’s unlikely connection.
|
|
83
|
+
- *Full House*: Tanner extended family.
|
|
84
|
+
4. Second Chances & Redemption: Characters given new opportunities—guideline: Show growth through mistakes.
|
|
85
|
+
- *Big*: Josh’s return to childhood.
|
|
86
|
+
- *The Preacher’s Wife*: Reverend Henry’s renewed faith.
|
|
87
|
+
- *Nothing in Common*: David reconciling with his father.
|
|
88
|
+
5. Period Authenticity & Nostalgic Texture: 1950s–1980s American life—guideline: Use detail for immersion.
|
|
89
|
+
- *A League of Their Own*: 1940s wartime America.
|
|
90
|
+
- *Riding in Cars with Boys*: 1960s–1970s working-class life.
|
|
91
|
+
- *Happy Days*: 1950s Milwaukee.
|
|
92
|
+
6. Gentle Humor & Emotional Sincerity: Light comedy amid real pain—guideline: Humor from character quirks.
|
|
93
|
+
- *Big*: Adult-in-child-body gags with heartfelt core.
|
|
94
|
+
- *The Princess Diaries*: Mia’s awkwardness.
|
|
95
|
+
→ **Integration Rule**: Center 3–5 pillars per film/episode—classic Marshall formula: female empowerment + working-class resilience + found family. Use period texture to ground themes in specific time/place.
|
|
96
|
+
|
|
97
|
+
- **Tone Spectrum & Modulation Guidelines**
|
|
98
|
+
Warm relatability / gentle humor → rising emotional tension / hardship → moral crisis / personal sacrifice → redemptive hope or bittersweet reflection. Humor is character-driven, warm, and situational; tragedy is intimate and earned.
|
|
99
|
+
- Modulation Rule: Shift tones through character relationships, period detail, and ensemble moments. Maintain underlying optimism—connection and resilience always prevail.
|
|
100
|
+
|
|
101
|
+
## Narrative Architecture – Character-Driven Dramas with Emotional Arcs and Gentle Escalation
|
|
102
|
+
- **Character-Driven Emotional Arcs**
|
|
103
|
+
- Focus on personal growth through relationships and challenges.
|
|
104
|
+
- *Big*: Josh’s adult experience → return to childhood with wisdom.
|
|
105
|
+
- *A League of Their Own*: Dottie & Kit’s sister rivalry → team unity.
|
|
106
|
+
→ **Guideline**: Center one or two emotional arcs; support with ensemble.
|
|
107
|
+
|
|
108
|
+
- **Gentle Escalation & Stakes**
|
|
109
|
+
- Stakes are personal and relational, not apocalyptic.
|
|
110
|
+
- *Awakenings*: Patients’ awakening → tragic relapse.
|
|
111
|
+
→ **Rule**: Build tension through emotion, not action.
|
|
112
|
+
|
|
113
|
+
- **Pacing: Deliberate & Warm**
|
|
114
|
+
- Slow-burn emotional beats balanced with light humor.
|
|
115
|
+
- Examples: Quiet hospital scenes in *Awakenings*.
|
|
116
|
+
→ **Guideline**: Let moments breathe—dialogue and performance carry story.
|
|
117
|
+
|
|
118
|
+
## Character Construction – Relatable Heroes, Strong Women, Mentors, and Ensemble Chemistry
|
|
119
|
+
- **Relatable, Flawed Heroes**
|
|
120
|
+
- Josh Baskin (*Big*): Innocent, kind, overwhelmed by adulthood.
|
|
121
|
+
- Dottie Hinson (*A League of Their Own*): Strong, loyal, conflicted.
|
|
122
|
+
→ **Guideline**: Heroes are ordinary, flawed, and grow through love.
|
|
123
|
+
|
|
124
|
+
- **Strong Female Leads**
|
|
125
|
+
- Dottie, Beverly Donofrio, Julia Stiles in *Riding in Cars*.
|
|
126
|
+
→ **Rule**: Women drive narrative—resilient, complex, empowered.
|
|
127
|
+
|
|
128
|
+
- **Mentors & Supporting Players**
|
|
129
|
+
- Dr. Sayer (*Awakenings*), Jimmy Dugan (*A League of Their Own*).
|
|
130
|
+
→ **Guideline**: Mentors inspire growth; ensemble adds warmth.
|
|
131
|
+
|
|
132
|
+
## Dialogue Mechanics – Warm, Relatable, Emotional, Gentle Humor
|
|
133
|
+
- **Warm, Relatable, Heartfelt Speech**
|
|
134
|
+
- “There’s no crying in baseball!” — Jimmy Dugan (*A League of Their Own*).
|
|
135
|
+
- “I’m not a kid anymore.” — Josh (*Big*).
|
|
136
|
+
→ **Guideline**: Dialogue is conversational, emotional, and sincere.
|
|
137
|
+
|
|
138
|
+
- **Gentle Humor & Emotional Beats**
|
|
139
|
+
- Tom Hanks’s childlike reactions in *Big*.
|
|
140
|
+
→ **Rule**: Humor serves heart—never mean-spirited.
|
|
141
|
+
|
|
142
|
+
## Visual Language & Cinematography – Warm Period Texture, Human-Scale Framing, Authentic Locations
|
|
143
|
+
- **Period Authenticity**
|
|
144
|
+
- 1940s baseball uniforms, 1970s Valley homes.
|
|
145
|
+
→ **Guideline**: Use practical locations for warmth.
|
|
146
|
+
|
|
147
|
+
- **Human-Scale Framing**
|
|
148
|
+
- Close-ups for emotion, medium shots for ensemble.
|
|
149
|
+
→ **Rule**: Focus on faces and relationships.
|
|
150
|
+
|
|
151
|
+
## Action and Conflict – Emotional & Relational
|
|
152
|
+
- **Emotional & Relational Conflicts**
|
|
153
|
+
- Sister rivalry (*A League of Their Own*).
|
|
154
|
+
→ **Guideline**: Conflict serves growth and connection.
|
|
155
|
+
|
|
156
|
+
## Music and Sound Design – Warm, Nostalgic, Emotional
|
|
157
|
+
- **Period Soundtracks & Scores**
|
|
158
|
+
- *A League of Their Own*: 1940s songs.
|
|
159
|
+
- *Big*: Heartfelt piano.
|
|
160
|
+
→ **Rule**: Use music to evoke emotion and era.
|
|
161
|
+
|
|
162
|
+
## Practical Screenwriting Advice – Marshall Habits
|
|
163
|
+
- Center character emotion.
|
|
164
|
+
- Use ensemble for warmth.
|
|
165
|
+
- Write relatable dialogue.
|
|
166
|
+
- Balance humor with heart.
|
|
167
|
+
- Guideline: “Make it feel real and human.”
|
|
168
|
+
|
|
169
|
+
## Quick Reference – Garry Marshall Checklist (Expanded)
|
|
170
|
+
- [ ] Warm humanism
|
|
171
|
+
- [ ] Working-class heart
|
|
172
|
+
- [ ] Female empowerment
|
|
173
|
+
- [ ] Ensemble chemistry
|
|
174
|
+
- [ ] Gentle humor
|
|
175
|
+
- [ ] Emotional sincerity
|
|
176
|
+
- [ ] Period authenticity
|
|
177
|
+
- [ ] Found family
|
|
178
|
+
- [ ] Second chances
|
|
179
|
+
- [ ] Earnest optimism
|
|
180
|
+
|
|
181
|
+
Write Garry Marshall stories with warm heart and human truth: explore ordinary people overcoming hardship through resilience, friendship, and quiet courage—create tales that feel relatable, heartfelt, and deeply optimistic.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cinematic-styles-directors-george-a-romero",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "George A Romero Style Guide",
|
|
5
|
+
"description": "Screenplay style guide for George A Romero",
|
|
6
|
+
"type": "writing-standards",
|
|
7
|
+
"category": "screenplay/cinematic-styles/directors",
|
|
8
|
+
"tags": [
|
|
9
|
+
"screenplay",
|
|
10
|
+
"cinematic-style",
|
|
11
|
+
"director",
|
|
12
|
+
"auteur",
|
|
13
|
+
"george-a-romero"
|
|
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/george-a-romero",
|
|
42
|
+
"Configure active style in .augment/screenplay-config.json"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"contents": {
|
|
46
|
+
"rules": [
|
|
47
|
+
"george-a-romero.md"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|