@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,176 @@
|
|
|
1
|
+
# Francis Ford Coppola Films Style Guide
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
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.
|
|
5
|
+
|
|
6
|
+
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.
|
|
7
|
+
|
|
8
|
+
## Overall Tone and Thematic DNA – Operatic Tragedy, Family Destiny, Lyrical Grandeur, and Moral Complexity
|
|
9
|
+
- **Sweeping Operatic Tragedy Infused with Lyrical Intimacy and Psychological Depth**
|
|
10
|
+
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.
|
|
11
|
+
- *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.
|
|
12
|
+
- *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.
|
|
13
|
+
- *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.
|
|
14
|
+
- *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.
|
|
15
|
+
- *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.
|
|
16
|
+
→ **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.
|
|
17
|
+
|
|
18
|
+
- **Thematic Pillars – A Comprehensive Framework with Detailed Integration Guidelines**
|
|
19
|
+
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).
|
|
20
|
+
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*).
|
|
21
|
+
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.
|
|
22
|
+
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).
|
|
23
|
+
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.
|
|
24
|
+
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*).
|
|
25
|
+
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.
|
|
26
|
+
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).
|
|
27
|
+
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*).
|
|
28
|
+
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).
|
|
29
|
+
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.
|
|
30
|
+
→ **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.
|
|
31
|
+
|
|
32
|
+
- **Tone Spectrum and Modulation Guidelines**
|
|
33
|
+
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.
|
|
34
|
+
- 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.
|
|
35
|
+
|
|
36
|
+
## Narrative Architecture – Epic Multi-Generational Sagas, Parallel Timelines, and Lyrical Structure
|
|
37
|
+
- **Multi-Generational & Parallel Saga Structures**
|
|
38
|
+
Coppola frequently constructs epic narratives spanning decades or generations, using parallel timelines to create thematic resonance.
|
|
39
|
+
- *The Godfather Part II*: Alternating 1900s Vito rise (immigrant success) and 1950s Michael fall (empire of isolation)—parallel tragedies across time.
|
|
40
|
+
- *The Godfather Part III*: Michael’s attempt at legitimacy intercut with Vatican intrigue and family tragedy.
|
|
41
|
+
→ **Guideline**: Use parallel timelines or generational stories to amplify themes of legacy and repetition; intercut for ironic or tragic contrast.
|
|
42
|
+
|
|
43
|
+
- **Rising Tragedy, Moral Compromise, and Inevitable Fall Arcs**
|
|
44
|
+
Plots build through escalating moral compromises, ambition, or obsession toward collapse or reckoning.
|
|
45
|
+
- *The Godfather*: Michael’s transformation from reluctant outsider to ruthless Don through a series of irreversible choices (Solozzo hit → hospital defense → baptism murders).
|
|
46
|
+
- *Apocalypse Now*: Willard’s river journey as mythic descent—each station escalates moral horror toward Kurtz.
|
|
47
|
+
→ **Rule**: Structure acts around moral turning points—Act 1: Temptation or Call; Act 2: Compromise and Escalation; Act 3: Reckoning and Consequence.
|
|
48
|
+
|
|
49
|
+
- **Pacing Principles: Lyrical Slow-Burn with Operatic Climactic Peaks**
|
|
50
|
+
Deliberate, almost meditative builds punctuated by explosive, operatic set pieces or revelations.
|
|
51
|
+
- *The Conversation*: Slow, paranoid buildup through surveillance obsession, exploding in the hotel interpretation sequence.
|
|
52
|
+
- *Apocalypse Now*: Long, hypnotic river journey toward the sudden, chaotic Do Lung bridge battle and Kurtz confrontation.
|
|
53
|
+
→ **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.
|
|
54
|
+
|
|
55
|
+
- **Ending Rules: Tragic Ambiguity, Partial Grace, or Reflective Closure**
|
|
56
|
+
Closures offer reflection, partial redemption, or tragic inevitability—rarely full catharsis.
|
|
57
|
+
- *The Godfather Part III* / *Coda*: Michael’s final scream on the opera-house steps—legacy of pain and isolation.
|
|
58
|
+
- *Apocalypse Now*: Willard’s emergence from the jungle—survival, but no moral clarity.
|
|
59
|
+
- *Tetro*: Artistic reconciliation amid lingering family wounds.
|
|
60
|
+
→ **Rule**: End on powerful, resonant image or sound—leave moral questions open; use circular motifs (water, family gatherings, rituals) to reinforce themes.
|
|
61
|
+
|
|
62
|
+
## Character Construction – Tragic Figures with Shakespearean Depth and Generational Weight
|
|
63
|
+
- **Tragic Protagonists: Reluctant Leaders, Visionaries, and Moral Compromisers**
|
|
64
|
+
Charismatic, intelligent men forced into power or obsession, destroyed by their own choices or fate.
|
|
65
|
+
- Michael Corleone: War hero and outsider who becomes the very thing he despised—ruthless patriarch.
|
|
66
|
+
- Willard (*Apocalypse Now*): Soldier assigned to assassinate a rogue colonel, mirroring Kurtz’s descent.
|
|
67
|
+
- Tucker (*Tucker: The Man and His Dream*): Visionary inventor crushed by corporate power.
|
|
68
|
+
→ **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.
|
|
69
|
+
|
|
70
|
+
- **Supporting Archetypes: Patriarchs, Sons, Betrayers, Redeemers**
|
|
71
|
+
Family and power structures define relationships—fathers as ideals or burdens, sons as inheritors or rebels.
|
|
72
|
+
- Vito Corleone: Honorable patriarch whose legacy poisons Michael.
|
|
73
|
+
- Fredo Corleone: Weak link whose betrayal destroys family unity.
|
|
74
|
+
- Kay Adams-Corleone: Outsider witness to moral decay.
|
|
75
|
+
→ **Rule**: Use ensemble to mirror protagonist’s internal struggle—fathers as lost ideals, sons as tragic echoes, women as moral witnesses or tragic victims.
|
|
76
|
+
|
|
77
|
+
- **Female Characters: Resilient Witnesses and Tragic Figures**
|
|
78
|
+
Women often embody conscience, endurance, or doomed love.
|
|
79
|
+
- Kay Corleone: Voice of moral outrage.
|
|
80
|
+
- Mina Harker (*Dracula*): Tragic romantic counterpart to Vlad’s centuries-long grief.
|
|
81
|
+
→ **Guideline**: Avoid stereotypes—give women agency, moral clarity, or tragic depth; contrast with male moral compromise.
|
|
82
|
+
|
|
83
|
+
## Dialogue Mechanics – Formal, Poetic, Weighted, and Ritualistic
|
|
84
|
+
- **Elevated, Rhythmic, Mythic Speech**
|
|
85
|
+
Dialogue is measured, often formal or poetic, with rhythmic cadence and operatic weight.
|
|
86
|
+
- “Leave the gun, take the cannoli” in *The Godfather*—casual brutality amid family ritual.
|
|
87
|
+
- Kurtz’s “The horror… the horror…” in *Apocalypse Now*—mythic summation of moral collapse.
|
|
88
|
+
- “I believe in America…” opening of *The Godfather*—formal plea that sets tone for power and family.
|
|
89
|
+
→ **Guideline**: Blend street realism with mythic/formal language—use repetition, pauses, and ritual phrasing for emphasis; let dialogue carry operatic weight.
|
|
90
|
+
|
|
91
|
+
- **Subtext, Silence, and Ritual Rules**
|
|
92
|
+
Much is communicated through silence, gesture, or ritual.
|
|
93
|
+
- Michael’s silent stares and slow nods in *The Godfather* convey absolute authority.
|
|
94
|
+
- The baptism sequence—ritual words over murder montage.
|
|
95
|
+
→ **Rule**: Let silence, looks, and ceremonial actions speak louder than words—dialogue should be sparse in high-tension moments.
|
|
96
|
+
|
|
97
|
+
## Visual Language & Cinematography – Lyrical, Painterly, Operatic Grandeur
|
|
98
|
+
- **Painterly Compositions and Renaissance-Inspired Depth**
|
|
99
|
+
Coppola composes like old masters—deep focus, symmetry, rich color, dramatic lighting.
|
|
100
|
+
- Baptism montage in *The Godfather*: Cross-cutting between sacrament and murders—visual poetry of moral contradiction.
|
|
101
|
+
- Helicopter assault in *Apocalypse Now*: Wagner over napalm dawn—operatic fusion of beauty and horror.
|
|
102
|
+
→ **Guideline**: Use deep focus, wide lenses, and painterly lighting; compose symbolically—water as fate, fire as destruction/passion, mirrors as identity crisis.
|
|
103
|
+
|
|
104
|
+
- **Lighting and Color Principles**
|
|
105
|
+
Warm oranges/golds for family and nostalgia, cold blues/grays for isolation and moral decay.
|
|
106
|
+
- Sepia flashbacks in *Godfather II* for Vito’s immigrant past; lush reds and golds in *Dracula*.
|
|
107
|
+
- Desaturated jungle greens/browns in *Apocalypse Now*.
|
|
108
|
+
→ **Rule**: Use color symbolically—saturated for passion/ritual, desaturated for despair or moral rot.
|
|
109
|
+
|
|
110
|
+
- **Signature Motifs and Visual Grammar**
|
|
111
|
+
Water (fate, baptism, drowning), fire (destruction, passion), mirrors (identity), rituals (baptism, opera, wedding), shadows (moral darkness).
|
|
112
|
+
→ **Guideline**: Repeat motifs across films for thematic unity—use them as visual leitmotifs.
|
|
113
|
+
|
|
114
|
+
## Violence – Ritualistic, Operatic, Consequential, and Symbolic
|
|
115
|
+
- **Violence as Ritual and Moral Turning Point**
|
|
116
|
+
Stylized, ceremonial, and laden with meaning—murders as sacraments or tragedies.
|
|
117
|
+
- Sollozzo and McCluskey assassinations in *The Godfather*: Ritualistic, almost sacred acts.
|
|
118
|
+
- Kurtz’s compound slaughter in *Apocalypse Now*: Mythic, sacrificial violence.
|
|
119
|
+
→ **Guideline**: Choreograph violence as opera—build tension through ritual, explode with consequence, show aftermath emotionally.
|
|
120
|
+
|
|
121
|
+
- **Consequence and Moral Weight Rules**
|
|
122
|
+
Violence diminishes characters—physical scars, psychological wounds, family destruction.
|
|
123
|
+
- Michael’s isolation after every murder; Fredo’s execution.
|
|
124
|
+
→ **Rule**: Never glorify violence—always show its human and moral cost.
|
|
125
|
+
|
|
126
|
+
## Music and Sound Design – Operatic Scores, Leitmotifs, and Ambient Immersion
|
|
127
|
+
- **Carmine Coppola & Nino Rota Influence**
|
|
128
|
+
Sweeping waltzes, tragic themes, operatic grandeur.
|
|
129
|
+
- “The Godfather Waltz” as family motif; Wagner’s “Ride of the Valkyries” in *Apocalypse Now*.
|
|
130
|
+
→ **Rule**: Use music as emotional and thematic commentary—leitmotifs for family, fate, tragedy.
|
|
131
|
+
|
|
132
|
+
- **Sound Design Principles**
|
|
133
|
+
Layered ambient noise, ritual sounds, subjective audio.
|
|
134
|
+
- Heartbeat in *The Conversation*; jungle sounds in *Apocalypse Now*.
|
|
135
|
+
→ **Guideline**: Use sound to immerse—amplify isolation, chaos, or ritual.
|
|
136
|
+
|
|
137
|
+
## Production and Formatting Notes – Personal Vision and Risk-Taking
|
|
138
|
+
- **Script as Visual and Operatic Blueprint**
|
|
139
|
+
Describe images poetically, include music cues, ritual sequences.
|
|
140
|
+
→ **Guideline**: Format for readability but include detailed visual and sound notes—write for cinematographers and composers.
|
|
141
|
+
|
|
142
|
+
- **Ethical Storytelling Considerations**
|
|
143
|
+
Handle violence, religion, history with respect—consult sources, avoid exploitation.
|
|
144
|
+
→ **Rule**: Portray moral complexity without endorsement—let audience grapple with ambiguity.
|
|
145
|
+
|
|
146
|
+
## Practical Screenwriting Advice – Coppola’s Process and Expanded Habits
|
|
147
|
+
- Write personally—infuse autobiography (*The Rain People*, *Tetro*, *Twixt*).
|
|
148
|
+
- Take enormous artistic and financial risks—self-finance (*One from the Heart*, *Apocalypse Now* near-bankruptcy).
|
|
149
|
+
- Collaborate with family (Carmine on scores, Sofia on acting and later direction).
|
|
150
|
+
- Revise obsessively—re-edit films years later (*Godfather Coda*, *Apocalypse Now* versions).
|
|
151
|
+
- Research deeply—historical, cultural, literary sources (*Puzo novels, Conrad, Stoker*).
|
|
152
|
+
- Embrace operatic excess—don’t fear grandeur or length.
|
|
153
|
+
- Use music early in drafts—cue songs or themes for tone.
|
|
154
|
+
- Storyboard key sequences (especially rituals, montages).
|
|
155
|
+
- Guideline: Write multiple versions—focus on visual poetry and emotional truth first, then tighten narrative.
|
|
156
|
+
- Rule: Never compromise vision for market—risk everything for personal truth.
|
|
157
|
+
|
|
158
|
+
## Quick Reference – Coppola Checklist (Expanded with Rules & Examples)
|
|
159
|
+
- [ ] Operatic family tragedy with multi-generational scope (Rule: Parallel rise/fall timelines)
|
|
160
|
+
- [ ] Reluctant protagonist corrupted by power/duty/ambition (Example: Michael Corleone’s transformation)
|
|
161
|
+
- [ ] Lyrical, painterly compositions & deep-focus Renaissance framing (Guideline: Symbolic depth)
|
|
162
|
+
- [ ] Parallel generational or historical timelines (Example: Vito/Michael in *Godfather II*)
|
|
163
|
+
- [ ] Formal, weighted, poetic dialogue with ritual cadence (Rule: Repetition for emphasis)
|
|
164
|
+
- [ ] Ritualistic, consequential, symbolic violence (Guideline: Choreograph as opera)
|
|
165
|
+
- [ ] Sweeping orchestral scores with tragic leitmotifs (Example: Rota waltzes, Wagner in *Apocalypse*)
|
|
166
|
+
- [ ] Moral ambiguity and partial redemption (Rule: No tidy grace)
|
|
167
|
+
- [ ] Themes of legacy, inheritance, corruption, and American Dream tragedy (Guideline: Generational cycles)
|
|
168
|
+
- [ ] Visual symbolism: water (fate), fire (destruction), mirrors (identity), blood (legacy)
|
|
169
|
+
- [ ] Slow-burn lyrical builds to operatic climaxes (Rule: Silence before explosion)
|
|
170
|
+
- [ ] Ambiguous or tragic endings with lingering resonance (Example: Michael’s scream)
|
|
171
|
+
- [ ] Obsessive period authenticity & historical texture (Guideline: Deep research)
|
|
172
|
+
- [ ] Personal/autobiographical undercurrents (Example: Zoetrope struggles in *Tucker*, *Tetro*)
|
|
173
|
+
- [ ] Psychological depth & subjective POV (Rule: Use surrealism for inner collapse)
|
|
174
|
+
- [ ] Grandiose ambition balanced with intimate tragedy (Guideline: Scale serves emotion)
|
|
175
|
+
|
|
176
|
+
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.
|
package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
# George Lucas Films Style Guide
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
George Lucas stands as one of the most transformative figures in modern cinema, not merely as a director but as a world-builder, myth-maker, and technological pioneer whose influence reshaped Hollywood storytelling, visual effects, and franchise filmmaking. His directorial filmography is compact yet monumental: the dystopian experimental sci-fi *THX 1138* (1971), the warm, nostalgic coming-of-age ensemble *American Graffiti* (1973), and the six films he personally directed in the *Star Wars* saga—*Episode IV: A New Hope* (1977), *Episode I: The Phantom Menace* (1999), *Episode II: Attack of the Clones* (2002), and *Episode III: Revenge of the Sith* (2005). While he did not direct the original trilogy’s middle chapters (*The Empire Strikes Back* and *Return of the Jedi*), Lucas served as writer, executive producer, and creative architect, shaping their tone, mythology, and visual identity. His fingerprints also define the Indiana Jones series (creator and producer), though he never directed those films.
|
|
5
|
+
|
|
6
|
+
Lucas’s screenplays—frequently self-written or heavily revised by him even when co-authored (Gloria Katz & Willard Huyck on *Graffiti*, Jonathan Hales on *Attack of the Clones*)—function as mythic blueprints: they blend Joseph Campbell’s monomyth with 1930s serial cliffhangers, classic Hollywood genres (westerns, samurai films, war pictures), and groundbreaking technological ambition. Unlike Denis Villeneuve’s oppressive atmospheric dread, Christopher Nolan’s cerebral temporal labyrinths, Wes Anderson’s fastidious symmetry, David Lynch’s subconscious surrealism, the Coens’ mordant irony, or Tarantino’s dialogue fireworks, Lucas prioritizes archetypal heroism, serialized adventure energy, operatic emotional stakes, revolutionary visual spectacle, and a tone that balances childlike wonder with tragic destiny. This massively expanded guide provides exhaustive analysis of his directorial voice across all his films, enriched with scene-by-scene examples, thematic dissections, structural strategies, visual and auditory prescriptions, character archetypes, dialogue mechanics, technological innovation philosophy, and practical screenwriting habits for those wishing to channel Lucas’s mythic grandeur authentically.
|
|
7
|
+
|
|
8
|
+
## Overall Tone and Thematic DNA – Mythic Adventure Meets Operatic Tragedy
|
|
9
|
+
- **Childlike Wonder Anchored in Destiny and Moral Clarity**
|
|
10
|
+
Lucas’s tone fuses the exhilaration of pulp serials with the weight of classical tragedy. Films begin with innocence or curiosity, escalate through trials of fate, and resolve with hope tempered by sacrifice.
|
|
11
|
+
- *THX 1138*: A sterile, oppressive future broken by THX’s awakening to love and freedom—cold futurism yields to defiant humanism.
|
|
12
|
+
- *American Graffiti*: Golden-hued nostalgia for 1962 small-town youth, where cruising, rock ’n’ roll, and fleeting romances mask the looming draft and adulthood.
|
|
13
|
+
- *A New Hope*: Swashbuckling space opera with fairy-tale clarity—farm boy becomes hero, evil empire falls to hope.
|
|
14
|
+
- *Revenge of the Sith*: Shakespearean tragedy—Anakin’s fall from grace is framed as inevitable yet heartbreaking.
|
|
15
|
+
→ **Core Principle**: Maintain moral clarity (good vs. evil) while allowing personal tragedy within the heroic arc. Never let cynicism or moral relativism dominate—destiny and redemption are always possible.
|
|
16
|
+
|
|
17
|
+
- **Thematic Pillars – Deeply Interwoven Across the Canon**
|
|
18
|
+
1. The Hero’s Journey / Monomyth: Reluctant call, mentor guidance, trials, transformation, return (*Luke’s arc mirrors Curt’s decision in *Graffiti*).
|
|
19
|
+
2. Good vs. Evil Dualism with Internal Temptation: Clear antagonists (Emperor, THX’s robotic society) contrasted with redeemable protagonists.
|
|
20
|
+
3. Technology as Double-Edged Sword: Liberating (lightsabers, podracing) or dehumanizing (clones, droid armies, THX’s surveillance state).
|
|
21
|
+
4. Nostalgia for Lost Innocence: Yearning for simpler, pre-technological eras (*Graffiti*’s rock soundtrack, prequels’ pastoral Naboo).
|
|
22
|
+
5. Destiny vs. Choice: Prophecies guide but do not fully determine fate (*Anakin as Chosen One*, Luke’s rejection of the dark side).
|
|
23
|
+
6. Family, Legacy, and Generational Cycles: Father-son conflicts, inherited powers, redemption across generations.
|
|
24
|
+
7. Rebellion Against Tyranny: Underdogs vs. empires, whether galactic or bureaucratic.
|
|
25
|
+
8. Spiritual / Mystical Force: An unseen energy connecting all life, guiding heroes.
|
|
26
|
+
→ Weave themes through visual symbols (twin suns, podrace dust, clone army march) and recurring archetypes rather than overt philosophy.
|
|
27
|
+
|
|
28
|
+
- **Tone Spectrum**
|
|
29
|
+
Playful wonder → rising adventure → operatic tragedy → redemptive hope. Humor is broad and character-driven (C-3PO, Jar Jar); tragedy is sweeping and emotional.
|
|
30
|
+
|
|
31
|
+
## Narrative Architecture – Serialized Myth with Epic Scope
|
|
32
|
+
- **Classic Monomyth + Serial Cliffhanger Energy**
|
|
33
|
+
Lucas structures stories as multi-part epics, each film self-contained yet part of a larger saga.
|
|
34
|
+
- *A New Hope*: Textbook hero’s journey—call to adventure, mentor death, trials, victory.
|
|
35
|
+
- *Phantom Menace*: Introduction of prophecy, political intrigue, podrace as hero trial.
|
|
36
|
+
→ Use clear act breaks: setup, confrontation, resolution with foreshadowing for sequels.
|
|
37
|
+
|
|
38
|
+
- **Multi-Threaded Subplots for World-Building**
|
|
39
|
+
Parallel storylines converge for spectacle and theme.
|
|
40
|
+
- *Attack of the Clones*: Anakin/Padmé romance, Obi-Wan investigation, Geonosis battle.
|
|
41
|
+
- *American Graffiti*: Four interwoven teen stories converging at dawn.
|
|
42
|
+
→ Layer subplots to expand universe while advancing main arc.
|
|
43
|
+
|
|
44
|
+
- **Pacing: Spectacle-Driven Momentum**
|
|
45
|
+
Scripts balance long action sequences with quieter character moments.
|
|
46
|
+
- *Revenge of the Sith*: Rapid political collapse leads to Mustafar duel.
|
|
47
|
+
→ Alternate high-energy set pieces with reflective beats.
|
|
48
|
+
|
|
49
|
+
- **Endings: Hopeful Cycles Amid Loss**
|
|
50
|
+
Resolutions offer emotional closure with open mythic doors.
|
|
51
|
+
- *A New Hope*: Medal ceremony celebrates victory.
|
|
52
|
+
- *Revenge of the Sith*: Birth of twins under twin suns—tragedy births hope.
|
|
53
|
+
|
|
54
|
+
## Character Construction – Archetypes with Emotional Depth
|
|
55
|
+
- **Reluctant Heroes and Wise Mentors**
|
|
56
|
+
Protagonists begin naive or conflicted, grow through trials.
|
|
57
|
+
- Luke: Farm boy to Jedi Knight.
|
|
58
|
+
- THX: Worker drone to fugitive.
|
|
59
|
+
→ Surround with mentors (Obi-Wan, Qui-Gon), tricksters (Han Solo), and comic relief.
|
|
60
|
+
|
|
61
|
+
- **Colorful Supporting Casts**
|
|
62
|
+
Diverse aliens, droids, and sidekicks add texture.
|
|
63
|
+
- R2-D2 & C-3PO: Loyal comic duo.
|
|
64
|
+
- Jar Jar: Exaggerated physical comedy.
|
|
65
|
+
|
|
66
|
+
## Dialogue Mechanics – Functional, Mythic, Occasionally Stilted
|
|
67
|
+
- **Expository and Archetypal**
|
|
68
|
+
Lines serve plot and world-building, often formal or mythic.
|
|
69
|
+
- “May the Force be with you.”
|
|
70
|
+
- *Graffiti*: Slangy, era-specific teen banter (“Toad,” “cool it”).
|
|
71
|
+
→ Mix mythic gravitas with casual speech; repetition reinforces leitmotifs.
|
|
72
|
+
|
|
73
|
+
## Visual Language & Cinematography – Revolutionary Effects Integration
|
|
74
|
+
- **Groundbreaking ILM Spectacle**
|
|
75
|
+
Visual effects serve story—space battles, podraces, lightsaber duels.
|
|
76
|
+
- *A New Hope*: Trench run revolutionized effects.
|
|
77
|
+
- *Phantom Menace*: CGI podrace and Gungan battle.
|
|
78
|
+
|
|
79
|
+
- **Signature Aesthetic**
|
|
80
|
+
Desert planets, lush worlds, symmetrical compositions, primary colors.
|
|
81
|
+
|
|
82
|
+
## Action and Violence – Swashbuckling with Consequence
|
|
83
|
+
- **Choreographed Set Pieces**
|
|
84
|
+
Lightsaber duels as emotional peaks; chases with stakes.
|
|
85
|
+
- Mustafar duel: Personal tragedy in volcanic spectacle.
|
|
86
|
+
|
|
87
|
+
## Music and Sound Design – Leitmotif Mastery
|
|
88
|
+
- **John Williams Orchestral Scores**
|
|
89
|
+
Iconic themes define character and emotion.
|
|
90
|
+
- Imperial March, Duel of the Fates, Force theme.
|
|
91
|
+
→ Cue sweeping strings and brass for heroism, ominous brass for darkness.
|
|
92
|
+
|
|
93
|
+
## Practical Screenwriting Advice – Lucas Habits
|
|
94
|
+
- Draw from Campbell, Kurosawa, serials, westerns.
|
|
95
|
+
- Write visually—detail effects, environments.
|
|
96
|
+
- Build sagas with long-term arcs.
|
|
97
|
+
- Embrace practical effects where possible, but push technological boundaries.
|
|
98
|
+
- Revise for mythic clarity and emotional resonance.
|
|
99
|
+
|
|
100
|
+
## Quick Reference – Lucas Checklist (Expanded)
|
|
101
|
+
- [ ] Classic hero’s journey structure
|
|
102
|
+
- [ ] Serialized, multi-film saga architecture
|
|
103
|
+
- [ ] Archetypal characters: hero, mentor, trickster, villain
|
|
104
|
+
- [ ] Revolutionary visual effects integration
|
|
105
|
+
- [ ] Mythic, destiny-driven tone
|
|
106
|
+
- [ ] Nostalgic or pastoral world-building
|
|
107
|
+
- [ ] Swashbuckling action set pieces
|
|
108
|
+
- [ ] Leitmotif-driven orchestral score
|
|
109
|
+
- [ ] Moral clarity with internal temptation
|
|
110
|
+
- [ ] Hopeful endings amid tragedy
|
|
111
|
+
- [ ] Family/legacy themes
|
|
112
|
+
- [ ] Technology as character or threat
|
|
113
|
+
- [ ] Broad comic relief through sidekicks
|
|
114
|
+
- [ ] Iconic, repeatable lines and symbols
|
|
115
|
+
|
|
116
|
+
Channel Lucas by writing with the heart of a child and the ambition of a myth-maker—create worlds where destiny calls, heroes rise, and wonder never fades.
|
package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
# Joseph Campbell's Heroic Journey (Monomyth) Style Guide
|
|
2
|
+
|
|
3
|
+
## Introduction – The Monomyth as the Deep Structure of All Great Stories
|
|
4
|
+
Joseph Campbell (1904–1987), the comparative mythologist, lecturer, and author, distilled thousands of years of global storytelling into a single, elegant pattern he called the "monomyth" or "hero's journey" in his landmark 1949 book *The Hero with a Thousand Faces*. Drawing from Jungian archetypes, world mythology (Greek, Norse, Hindu, Native American, African, Aboriginal, Mesopotamian, Celtic, Arthurian, Biblical, Buddhist, Taoist, shamanic traditions), fairy tales, and rites of passage, Campbell demonstrated that virtually every enduring hero tale follows the same psychological and symbolic structure: a hero leaves the ordinary world, enters a realm of supernatural wonder, faces trials that test body, mind, and spirit, dies to the old self, is reborn with new wisdom, and returns to transform the world they left behind.
|
|
5
|
+
|
|
6
|
+
This is not a rigid template but a flexible map of human transformation. George Lucas openly modeled the original *Star Wars* trilogy on Campbell’s framework (with direct consultation via Campbell’s PBS series *The Power of Myth*). The pattern appears in *The Lord of the Rings*, *Harry Potter*, *The Matrix*, *The Lion King*, *The Wizard of Oz*, *The Karate Kid*, *Iron Man*, *Moana*, *Black Panther*, *Dune* (Paul Atreides arc), *The Silence of the Lambs* (Clarice Starling), *The Shawshank Redemption*, Pixar’s *Finding Nemo*, *Up*, *Inside Out*, and countless video games (*The Legend of Zelda*, *The Last of Us*, *God of War*). The Hero’s Journey is not genre-specific; it adapts to fantasy, science fiction, coming-of-age, war stories, crime dramas, biographies, sports narratives, love stories, and even corporate leadership journeys.
|
|
7
|
+
|
|
8
|
+
Unlike Kubrick’s existential detachment, Coppola’s operatic tragedy, Scorsese’s Catholic guilt, Spielberg’s redemptive humanism, Lucas’s serialized spectacle, Villeneuve’s atmospheric dread, Nolan’s temporal puzzles, Anderson’s symmetrical whimsy, Lynch’s surreal subconscious, the Coens’ mordant irony, or Tarantino’s pop-culture dialogue, Campbell’s monomyth is psychologically universal, symbolically rich, spiritually oriented, emotionally transformative, and archetypally optimistic—it affirms that every individual carries the potential for heroic growth, no matter how ordinary or broken they begin.
|
|
9
|
+
|
|
10
|
+
This ultra-expanded guide dissects the full 17-stage monomyth (as outlined by Campbell), with modern 12-stage adaptations (Vogler), real-world and mythic examples from every continent and era, scene-by-scene breakdowns from major films, structural rules with genre adaptation guidelines, symbolic grammar, character archetypes with psychological depth, dialogue mechanics with archetypal resonance, conflict philosophy with trial principles, motif integration guidelines, visual & auditory principles for screen & prose, ethical storytelling considerations, cross-media application rules (film, novels, games, comics), and practical writing habits drawn from Campbell-influenced creators (Lucas, Vogler, Rowling, Pixar, Nolan, Villeneuve, etc.).
|
|
11
|
+
|
|
12
|
+
## Overall Tone and Thematic DNA – Mythic Elevation, Psychological Initiation, Symbolic Alchemy, Cyclical Renewal, and Universal Human Truth
|
|
13
|
+
- **Transformative Optimism Grounded in Real Struggle and Symbolic Death/Rebirth**
|
|
14
|
+
The Hero’s Journey tone is one of mythic elevation and psychological realism: it begins in relatable discontent or limitation, moves through perilous wonder and soul-crushing trial, reaches ecstatic revelation or tragic crisis, and resolves in hard-won renewal that benefits both hero and community.
|
|
15
|
+
- *The Odyssey* (Homer, ~8th century BCE): Odysseus begins in war-weary longing for home → endures twenty years of supernatural trials (Cyclops, Sirens, Scylla & Charybdis, Calypso) → symbolically dies and is reborn through disguise and trials on Ithaca → returns to restore order. Tone: epic adventure laced with tragic loss and triumphant homecoming.
|
|
16
|
+
- *Star Wars: A New Hope* (1977): Luke begins in farm-boy discontent → receives call (Leia’s message) → refuses then accepts (aunt/uncle killed) → faces trials (Death Star rescue) → achieves revelation (destroys Death Star with Force trust) → returns as hero. Tone: childlike wonder meets real loss and earned triumph.
|
|
17
|
+
- *The Lord of the Rings* (Tolkien): Frodo begins in idyllic Shire → called to destroy Ring → refuses comfort → endures soul-destroying trials (Shelob, Mordor) → symbolically dies under Ring’s weight → is saved by Sam → returns to heal Shire. Tone: pastoral innocence → epic tragedy → quiet, bittersweet renewal.
|
|
18
|
+
- *The Matrix* (1999): Neo begins in existential discontent → called by Morpheus → refuses then accepts red pill → endures training and death → resurrects with full realization → returns to free others. Tone: philosophical unease → cyberpunk action → transcendent hope.
|
|
19
|
+
- *Moana* (Disney, 2016): Moana begins in island-bound frustration → called by ocean → refuses parental safety → endures trials (Te Kā, Maui) → symbolically dies confronting heart of Te Fiti → restores life to ocean. Tone: vibrant wonder → mythic peril → ecological redemption.
|
|
20
|
+
→ **Core Principle**: Journey tone must evolve from ordinary limitation → adventurous wonder → soul-crushing ordeal → revelatory insight → hard-won renewal. Optimism is earned through real suffering; never cheapen transformation with easy wins.
|
|
21
|
+
|
|
22
|
+
- **Thematic Pillars – A Comprehensive Mythic-Psychological-Symbolic Framework**
|
|
23
|
+
1. Separation / Departure: Leaving the known world—guideline: Hero must be discontent or called away (Bilbo’s boredom, Simba’s exile).
|
|
24
|
+
2. Initiation / Descent: Entering the unknown, facing death/rebirth—example: Jonah in whale, Christ in tomb, Neo’s “death.”
|
|
25
|
+
3. Return / Integration: Bringing elixir back to heal society—guideline: Hero must return transformed (Frodo returns with wisdom, though scarred).
|
|
26
|
+
4. Threshold Guardians & Shapeshifters: Tests of commitment—rule: Use to reveal hero’s fears and growth.
|
|
27
|
+
5. Shadow Confrontation: Meeting the dark self—example: Luke vs. Vader, Harry vs. Voldemort.
|
|
28
|
+
6. Atonement with the Father: Reconciling with authority/power—guideline: Often literal (Luke & Vader) or symbolic.
|
|
29
|
+
7. Apotheosis: Hero becomes god-like through insight—example: Neo as The One, Simba as true king.
|
|
30
|
+
8. Ultimate Boon / Elixir: Gift that renews world—rule: Can be wisdom, object, or self-realization.
|
|
31
|
+
9. Refusal of the Return: Hero hesitates to leave bliss—guideline: Creates tension before final integration.
|
|
32
|
+
10. Magic Flight / Rescue from Without: Escape with boon—example: Odysseus aided by Athena.
|
|
33
|
+
11. Crossing the Return Threshold: Re-entering ordinary world—rule: Hero must integrate wisdom into everyday life.
|
|
34
|
+
12. Master of Two Worlds / Freedom to Live: Hero lives in balance—guideline: Ends in harmony or new cycle.
|
|
35
|
+
→ **Integration Rule**: Adapt the 17 stages freely—modern stories often condense to 8–12 beats. Use symbols (sword, ring, elixir, dragon, mentor, threshold) to unify narrative across acts.
|
|
36
|
+
|
|
37
|
+
- **Tone Spectrum and Modulation Guidelines**
|
|
38
|
+
Ordinary-world limitation / restlessness → adventurous wonder / call → perilous dread / trials → tragic crisis / symbolic death → ecstatic revelation / rebirth → triumphant return / renewal. Humor lightens early stages; tragedy peaks in ordeal; hope resolves.
|
|
39
|
+
- Modulation Rule: Shift tones through symbolic events, mentor wisdom, shadow confrontations, and elixir return—use music, visual motifs, and character relationships to guide emotional arc.
|
|
40
|
+
|
|
41
|
+
## Narrative Architecture – 17-Stage Monomyth Cycle (Campbell) + Modern 12-Stage Adaptation (Vogler)
|
|
42
|
+
- **Departure (Stages 1–5)**
|
|
43
|
+
1. Ordinary World: Establish hero’s normal life and flaw.
|
|
44
|
+
- Luke on Tatooine; Harry in cupboard under stairs.
|
|
45
|
+
2. Call to Adventure: Catalyst disrupts status quo.
|
|
46
|
+
- Leia’s hologram; Dumbledore’s letter.
|
|
47
|
+
3. Refusal of the Call: Hero hesitates (fear, doubt).
|
|
48
|
+
- Luke: “I can’t get involved.”
|
|
49
|
+
4. Meeting the Mentor: Wise guide provides aid.
|
|
50
|
+
- Obi-Wan gives lightsaber; Gandalf pushes Frodo.
|
|
51
|
+
5. Crossing the First Threshold: Irreversible commitment.
|
|
52
|
+
- Leaving Tatooine; entering Mordor.
|
|
53
|
+
→ **Rule**: Make refusal relatable—show real fear before commitment.
|
|
54
|
+
|
|
55
|
+
- **Initiation (Stages 6–11)**
|
|
56
|
+
6. Tests, Allies, Enemies: Build team, face challenges.
|
|
57
|
+
- Han, Leia, Chewie; Ron & Hermione.
|
|
58
|
+
7. Approach to the Inmost Cave: Prepare for supreme ordeal.
|
|
59
|
+
- Death Star trench; Mount Doom.
|
|
60
|
+
8. Ordeal: Symbolic death & rebirth.
|
|
61
|
+
- Luke trusts Force; Frodo & Sam at Cracks of Doom.
|
|
62
|
+
9. Reward (Seizing the Sword): Gains boon.
|
|
63
|
+
- Death Star plans; Ring destroyed (partial).
|
|
64
|
+
10. The Road Back: Return journey begins.
|
|
65
|
+
- Escape from Death Star; flight from Mordor.
|
|
66
|
+
11. Resurrection: Final test of transformation.
|
|
67
|
+
- Luke’s final trench run; Aragorn’s coronation battle.
|
|
68
|
+
→ **Rule**: Ordeal must be ego-death moment; resurrection proves change.
|
|
69
|
+
|
|
70
|
+
- **Return (Stages 12–17)**
|
|
71
|
+
12. Return with the Elixir: Hero brings gift home.
|
|
72
|
+
- Hope for Rebellion; renewed Shire.
|
|
73
|
+
13. Refusal of the Return (optional): Hesitation to reintegrate.
|
|
74
|
+
- Frodo’s reluctance to stay in Shire.
|
|
75
|
+
14. Magic Flight / Rescue from Without: Escape with boon.
|
|
76
|
+
- Eagles rescue Frodo & Sam.
|
|
77
|
+
15. Crossing the Return Threshold: Re-entering ordinary world.
|
|
78
|
+
- Luke’s medal ceremony; Simba’s Pride Rock return.
|
|
79
|
+
16. Master of Two Worlds: Balances ordinary & special.
|
|
80
|
+
- Luke as Jedi and farm boy; Harry as wizard and orphan.
|
|
81
|
+
17. Freedom to Live: Lives without fear of death.
|
|
82
|
+
- Hero at peace with destiny.
|
|
83
|
+
→ **Rule**: Return must show transformation—hero renews ordinary world.
|
|
84
|
+
|
|
85
|
+
## Character Construction – Archetypal Figures with Psychological & Symbolic Depth
|
|
86
|
+
- **The Hero**
|
|
87
|
+
Ordinary individual with latent greatness.
|
|
88
|
+
- Luke: Orphan farmer with Force potential.
|
|
89
|
+
- Frodo: Reluctant ring-bearer.
|
|
90
|
+
→ **Guideline**: Hero begins flawed (fear, doubt, comfort); ends transformed.
|
|
91
|
+
|
|
92
|
+
- **Mentor**
|
|
93
|
+
Wise guide providing knowledge, tools, motivation.
|
|
94
|
+
- Obi-Wan/Yoda; Gandalf; Dumbledore.
|
|
95
|
+
→ **Rule**: Mentor often dies/sacrifices to force independence.
|
|
96
|
+
|
|
97
|
+
- **Threshold Guardian**
|
|
98
|
+
Tests commitment.
|
|
99
|
+
- Jabba’s palace guards; Whomping Willow.
|
|
100
|
+
→ **Guideline**: Overcome through wit, courage, or ally.
|
|
101
|
+
|
|
102
|
+
- **Herald**
|
|
103
|
+
Issues call to adventure.
|
|
104
|
+
- R2-D2’s message; Harry’s Hogwarts letter.
|
|
105
|
+
→ **Rule**: Herald disrupts status quo dramatically.
|
|
106
|
+
|
|
107
|
+
- **Shapeshifter**
|
|
108
|
+
Ambiguous ally/enemy.
|
|
109
|
+
- Han Solo (cynic to hero); Severus Snape.
|
|
110
|
+
→ **Guideline**: Creates doubt and growth.
|
|
111
|
+
|
|
112
|
+
- **Shadow**
|
|
113
|
+
Hero’s dark mirror.
|
|
114
|
+
- Darth Vader (Luke’s father); Voldemort.
|
|
115
|
+
→ **Rule**: Confrontation is self-confrontation.
|
|
116
|
+
|
|
117
|
+
- **Trickster**
|
|
118
|
+
Comic relief, rule-breaker.
|
|
119
|
+
- Han Solo; Fred & George Weasley.
|
|
120
|
+
→ **Guideline**: Lightens tension, reveals truth.
|
|
121
|
+
|
|
122
|
+
## Dialogue Mechanics – Mythic, Resonant, Archetypal, Emotional
|
|
123
|
+
- **Iconic, Quotable, Archetypal Lines**
|
|
124
|
+
Dialogue is direct, mythic, emotionally clear.
|
|
125
|
+
- “May the Force be with you.”
|
|
126
|
+
- “Do or do not. There is no try.”
|
|
127
|
+
- “All we have to decide is what to do with the time that is given us.”
|
|
128
|
+
→ **Guideline**: Craft lines for legacy and emotional resonance.
|
|
129
|
+
|
|
130
|
+
- **Mentor Wisdom & Hero Declarations**
|
|
131
|
+
Mentor speaks in proverbs; hero speaks from heart.
|
|
132
|
+
- Yoda’s inverted syntax; Luke’s “I’ll never join you!”
|
|
133
|
+
→ **Rule**: Use dialogue to reveal transformation.
|
|
134
|
+
|
|
135
|
+
## Visual Language & Symbolic Grammar – Mythic Motifs & Archetypal Imagery
|
|
136
|
+
- **Core Symbols**
|
|
137
|
+
- Sword (power, destiny)
|
|
138
|
+
- Elixir (boon, wisdom)
|
|
139
|
+
- Dragon/shadow (fear, repressed self)
|
|
140
|
+
- Threshold (door, gate, portal)
|
|
141
|
+
- Mentor gift (lightsaber, wand, ring)
|
|
142
|
+
→ **Guideline**: Use recurring symbols across acts.
|
|
143
|
+
|
|
144
|
+
## Practical Screenwriting Advice – Applying the Monomyth
|
|
145
|
+
- Read Campbell & Vogler deeply.
|
|
146
|
+
- Map story against 12/17 stages first.
|
|
147
|
+
- Adapt flexibly—modern stories often condense.
|
|
148
|
+
- Internalize journey psychologically.
|
|
149
|
+
- Use symbols consistently.
|
|
150
|
+
- Balance external adventure with internal growth.
|
|
151
|
+
- Guideline: Write character arc first, plot second.
|
|
152
|
+
|
|
153
|
+
## Quick Reference – Monomyth Checklist (Expanded)
|
|
154
|
+
- [ ] Ordinary World with clear discontent
|
|
155
|
+
- [ ] Call to Adventure (external catalyst)
|
|
156
|
+
- [ ] Refusal of the Call (fear/doubt)
|
|
157
|
+
- [ ] Meeting the Mentor (gift/tool)
|
|
158
|
+
- [ ] Crossing the Threshold (irreversible)
|
|
159
|
+
- [ ] Tests, Allies, Enemies (team-building)
|
|
160
|
+
- [ ] Approach to Inmost Cave (preparation)
|
|
161
|
+
- [ ] Ordeal (death/rebirth)
|
|
162
|
+
- [ ] Reward (boon/elixir)
|
|
163
|
+
- [ ] Road Back (return journey)
|
|
164
|
+
- [ ] Resurrection (final test)
|
|
165
|
+
- [ ] Return with Elixir (renewal)
|
|
166
|
+
|
|
167
|
+
Write with Campbell’s mythic vision: craft stories that mirror the soul’s journey—where every hero’s adventure is every human’s initiation into greater wholeness.
|