@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,215 @@
|
|
|
1
|
+
# Mel Brooks Films & Comedy Style Guide
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
- [Table of Contents](#table-of-contents)
|
|
5
|
+
- [Introduction – The Mel Brooks Aesthetic: Parody as Love Letter, Satire as Celebration, Comedy as Controlled Chaos, and Irreverence as Art Form](#introduction-the-mel-brooks-aesthetic-parody-as-love-letter-satire-as-celebration-comedy-as-controlled-chaos-and-irreverence-as-art-form)
|
|
6
|
+
- [Overall Tone and Thematic DNA – Affectionate Parody, Genre Love, Rapid-Fire Absurdity, Jewish Humor, Self-Aware Silliness, Boundary-Pushing Joy, and Controlled Chaos](#overall-tone-and-thematic-dna-affectionate-parody-genre-love-rapid-fire-absurdity-jewish-humor-self-aware-silliness-boundary-pushing-joy-and-controlled-chaos)
|
|
7
|
+
- [Film & Sketch Structural Templates – Classic Brooks Forms with Variation Rules & Examples](#film-sketch-structural-templates-classic-brooks-forms-with-variation-rules-examples)
|
|
8
|
+
- [Character Archetypes – Brooks Hallmarks with Performance Notes & Examples](#character-archetypes-brooks-hallmarks-with-performance-notes-examples)
|
|
9
|
+
- [Dialogue Mechanics – Rapid-Fire, Anachronistic, Self-Referential, Catchphrase-Heavy, Layered](#dialogue-mechanics-rapid-fire-anachronistic-self-referential-catchphrase-heavy-layered)
|
|
10
|
+
- [Visual & Performance Style – Cinematic Parody, Physical Comedy, Exaggerated Sets, Genre Recreation](#visual-performance-style-cinematic-parody-physical-comedy-exaggerated-sets-genre-recreation)
|
|
11
|
+
- [Music & Songs – Absurd Lyrics, Cheerful Delivery, Genre Parody](#music-songs-absurd-lyrics-cheerful-delivery-genre-parody)
|
|
12
|
+
- [Practical Sketch/Film Writing Habits – Brooks Process & Philosophy](#practical-sketchfilm-writing-habits-brooks-process-philosophy)
|
|
13
|
+
- [Quick Reference – Mel Brooks Checklist (Expanded with Rules & Examples)](#quick-reference-mel-brooks-checklist-expanded-with-rules-examples)
|
|
14
|
+
|
|
15
|
+
## Introduction – The Mel Brooks Aesthetic: Parody as Love Letter, Satire as Celebration, Comedy as Controlled Chaos, and Irreverence as Art Form
|
|
16
|
+
Mel Brooks (born Melvin Kaminsky, June 28, 1926) is one of the most influential, longest-lived, and consistently successful comedy auteurs in film history. His career spans stage (writing for Sid Caesar’s *Your Show of Shows* in the 1950s), television (*Get Smart* co-creator, 1965–1970), and cinema, with a filmography of 11 major directorial features:
|
|
17
|
+
- *The Producers* (1967) – Broadway scam satire
|
|
18
|
+
- *The Twelve Chairs* (1970) – Soviet treasure hunt farce
|
|
19
|
+
- *Blazing Saddles* (1974) – Western parody & race satire
|
|
20
|
+
- *Young Frankenstein* (1974) – Universal horror homage
|
|
21
|
+
- *Silent Movie* (1976) – silent-film revival comedy
|
|
22
|
+
- *High Anxiety* (1977) – Hitchcock thriller spoof
|
|
23
|
+
- *History of the World, Part I* (1981) – historical anthology parody
|
|
24
|
+
- *Spaceballs* (1987) – *Star Wars* & sci-fi blockbuster satire
|
|
25
|
+
- *Life Stinks* (1991) – class-reversal social satire
|
|
26
|
+
- *Robin Hood: Men in Tights* (1993) – Robin Hood & medieval epic parody
|
|
27
|
+
- *Dracula: Dead and Loving It* (1995) – Hammer horror & Bela Lugosi spoof
|
|
28
|
+
|
|
29
|
+
He also produced *The Elephant Man* (1980), wrote lyrics for *The Producers* musical (2001 Tony winner), and remains active into his late 90s (cameos, voice work, 2023 documentary *Mel Brooks: The Last Laugh*).
|
|
30
|
+
|
|
31
|
+
Brooks’s style is instantly identifiable: wildly irreverent yet deeply affectionate parody of beloved film genres, rapid-fire verbal & visual gags, deliberate anachronisms, fourth-wall demolition, self-referential meta-humor, Jewish-inflected self-deprecation & outsider perspective, exaggerated physical comedy, musical numbers that shatter narrative logic, boundary-pushing bad taste (race, religion, sex, violence), and a tone that mixes lowbrow silliness with high-concept satire. His films are love letters to classic cinema (Westerns, Universal horror, sci-fi blockbusters, silent films, Hitchcock thrillers, Robin Hood epics, Dracula) wrapped in gleeful ridicule, affectionate mockery, and unapologetic excess.
|
|
32
|
+
|
|
33
|
+
Brooks contrasts sharply with:
|
|
34
|
+
- Monty Python’s surreal anti-logic & institutional anarchy
|
|
35
|
+
- SNL’s premise-escalation topicality
|
|
36
|
+
- Key & Peele’s race-conscious social observation
|
|
37
|
+
- Star Wars’s mythic heroism
|
|
38
|
+
- Star Trek’s utopian moral inquiry
|
|
39
|
+
- Kubrick’s cold intellectual detachment
|
|
40
|
+
- Coppola’s operatic tragedy
|
|
41
|
+
- Scorsese’s kinetic guilt
|
|
42
|
+
- Spielberg’s earnest humanism
|
|
43
|
+
|
|
44
|
+
Mel Brooks is fundamentally parodic, celebratory, chaotic, self-aware, genre-obsessed, Jewishly self-deprecating, and joyfully irreverent—comedy as homage, satire as affection, and chaos as controlled art.
|
|
45
|
+
|
|
46
|
+
This ultra-expanded guide dissects every layer of the Mel Brooks style across his entire filmography with exhaustive detail, including hundreds of specific scene, gag, and line examples, structural templates with variation rules, character archetypes with performance notes, dialogue mechanics with rhythm and escalation principles, visual & performance grammar, musical parody & song interruption rules, fourth-wall & meta-humor guidelines, bad-taste & boundary-pushing philosophy, ethical satire considerations, production insights from his collaborative process (with Gene Wilder, Carl Reiner, Madeline Kahn, Cleavon Little, Dom DeLuise, Harvey Korman, Marty Feldman, Ronny Graham, etc.), and practical writing habits drawn from Brooks’s own methods of writing, directing, and performing.
|
|
47
|
+
|
|
48
|
+
## Overall Tone and Thematic DNA – Affectionate Parody, Genre Love, Rapid-Fire Absurdity, Jewish Humor, Self-Aware Silliness, Boundary-Pushing Joy, and Controlled Chaos
|
|
49
|
+
- **Affectionate Parody & Genre Celebration – The Brooks Paradox**
|
|
50
|
+
Brooks never simply mocks—he deeply loves the genres he parodies. Every joke is a tribute wrapped in ridicule; every cliché is both exposed and honored.
|
|
51
|
+
- *Blazing Saddles* (1974): Opens with classic Western scene (cowboys singing) → sheriff is black → escalating racism satire → fourth-wall break into studio lot → musical number → explosive finale. Tone: affectionate Western homage laced with sharp racial satire.
|
|
52
|
+
- *Young Frankenstein* (1974): Shot in black-and-white, recreates Universal horror (Frankenstein castle, lab) → escalating gags → “Puttin’ on the Ritz” dance with the monster → triumphant ending. Tone: loving recreation of 1930s horror with absurd twists.
|
|
53
|
+
- *Spaceballs* (1987): Faithful *Star Wars* recreation (opening crawl, lightsaber fight) → escalating merchandising jokes → “We’re in the movie!” scene → Schwartz parody → triumphant escape. Tone: affectionate sci-fi blockbuster satire.
|
|
54
|
+
- *Robin Hood: Men in Tights* (1993): Classic Robin Hood scenes → anachronistic jokes (“Unlike other Robin Hoods, I can speak with an English accent”) → escalating absurdity → “Men in Tights” song → triumphant victory. Tone: loving medieval epic parody.
|
|
55
|
+
- *Dracula: Dead and Loving It* (1995): Hammer horror & Lugosi Dracula recreation → escalating vampire gags → reflection obsession → “I never drink… wine” parody → triumphant stake-through-heart ending. Tone: affectionate gothic horror spoof.
|
|
56
|
+
- *The Producers* (1967): Broadway musical scam → “Springtime for Hitler” number → escalating chaos → triumphant failure. Tone: loving Broadway satire.
|
|
57
|
+
→ **Core Principle**: Parody must come from love—mock the clichés while honoring the source material. Every joke should feel like an inside tribute. The comedy lives in the tension between faithful recreation and absurd subversion.
|
|
58
|
+
|
|
59
|
+
- **Thematic Pillars – Parody, Jewish Identity, Authority Satire, Meta-Humor, Boundary-Pushing, and Genre Love**
|
|
60
|
+
1. Genre Deconstruction & Homage: Every major film targets one genre with affection and ridicule.
|
|
61
|
+
- Western → *Blazing Saddles*
|
|
62
|
+
- Universal horror → *Young Frankenstein*
|
|
63
|
+
- Sci-fi blockbusters → *Spaceballs*
|
|
64
|
+
- Silent films → *Silent Movie*
|
|
65
|
+
- Hitchcock thrillers → *High Anxiety*
|
|
66
|
+
- Robin Hood epics → *Men in Tights*
|
|
67
|
+
- Dracula & Hammer horror → *Dead and Loving It*
|
|
68
|
+
- Broadway musicals → *The Producers*
|
|
69
|
+
- Historical epics → *History of the World, Part I*
|
|
70
|
+
2. Jewish Humor & Self-Deprecation: Yiddishisms, neurosis, outsider perspective, Holocaust satire (handled with extreme care).
|
|
71
|
+
- *The Producers*: Max Bialystock & Leo Bloom’s Jewish guilt and scheming.
|
|
72
|
+
- *Blazing Saddles*: Bart (Cleavon Little) as black sheriff in white town—Jewish outsider allegory.
|
|
73
|
+
- *History of the World, Part I*: “Jews in Space” sequence, 2000-year-old man jokes.
|
|
74
|
+
3. Authority & Institutional Satire: Pompous leaders, incompetent systems, corrupt power.
|
|
75
|
+
- *Blazing Saddles*: Hedley Lamarr & corrupt officials.
|
|
76
|
+
- *Spaceballs*: President Skroob & Dark Helmet.
|
|
77
|
+
- *High Anxiety*: Psycho institute staff.
|
|
78
|
+
4. Meta-Humor & Fourth-Wall Breaks: Acknowledging the film’s own artificiality.
|
|
79
|
+
- *Blazing Saddles*: Fight spills into studio lot.
|
|
80
|
+
- *Spaceballs*: “We’re in the movie!” scene.
|
|
81
|
+
- *Silent Movie*: Silent-film self-reference.
|
|
82
|
+
5. Boundary-Pushing & Bad Taste: Race, religion, sex, violence treated with gleeful excess.
|
|
83
|
+
- *Blazing Saddles*: N-word usage, farting scene around campfire.
|
|
84
|
+
- *The Producers*: “Springtime for Hitler” Nazi musical number.
|
|
85
|
+
- *History of the World, Part I*: Inquisition, French Revolution excess.
|
|
86
|
+
6. Musical Numbers as Narrative Disruption: Sudden songs with absurd lyrics.
|
|
87
|
+
- “Springtime for Hitler” (*The Producers*)
|
|
88
|
+
- “The French Mistake” (*Blazing Saddles*)
|
|
89
|
+
- “Men in Tights” (*Robin Hood*)
|
|
90
|
+
→ **Integration Rule**: Combine 3–5 pillars per film—genre parody + Jewish humor + meta-gags + boundary-pushing is classic Brooks. Never punch down—satire targets power, hypocrisy, and clichés.
|
|
91
|
+
|
|
92
|
+
- **Tone Spectrum & Modulation Guidelines**
|
|
93
|
+
Deadpan normalcy / genre faithfulness → creeping absurdity → manic escalation → fourth-wall rupture → musical number or violent gag → anticlimactic or triumphant button. Humor is rapid-fire, layered, and multi-modal (verbal, visual, musical, physical).
|
|
94
|
+
- Modulation Rule: Shift tones violently—use music, editing, fourth-wall breaks, physical gags, or sudden absurdity to disrupt expectation. Never telegraph jokes—surprise, escalation, and anti-climax are essential.
|
|
95
|
+
|
|
96
|
+
## Film & Sketch Structural Templates – Classic Brooks Forms with Variation Rules & Examples
|
|
97
|
+
1. **Genre Parody with Escalating Gags & Fourth-Wall Breaks**
|
|
98
|
+
- Setup: faithful genre recreation.
|
|
99
|
+
- Escalation 1–10: increasingly absurd twists on genre clichés.
|
|
100
|
+
- Fourth-wall break or musical number.
|
|
101
|
+
- Climax: big set piece or chaotic finale.
|
|
102
|
+
- Button: ironic or triumphant tag.
|
|
103
|
+
Examples:
|
|
104
|
+
- *Blazing Saddles*: Classic Western opening (cowboys singing) → sheriff is black → escalating racism satire → fourth-wall break into studio lot → “The French Mistake” musical number → explosive finale.
|
|
105
|
+
- *Young Frankenstein*: Faithful Frankenstein recreation (castle, lab, Igor) → escalating gags → “Puttin’ on the Ritz” dance with the monster → triumphant ending.
|
|
106
|
+
- *Spaceballs*: Faithful *Star Wars* recreation (opening crawl, lightsaber fight) → escalating merchandising jokes → “We’re in the movie!” scene → Schwartz parody → triumphant escape.
|
|
107
|
+
→ **Variation Rule**: End in explosion, fourth-wall break, song, or absurd victory. Never give conventional resolution.
|
|
108
|
+
|
|
109
|
+
2. **Musical Interruption & Genre Disruption Sketch**
|
|
110
|
+
- Normal scene → sudden song with absurd lyrics.
|
|
111
|
+
- Cheerful delivery.
|
|
112
|
+
- Ends with visual gag or rupture.
|
|
113
|
+
Examples:
|
|
114
|
+
- “Springtime for Hitler” (*The Producers*) – Nazi musical number with chorus girls.
|
|
115
|
+
- “The French Mistake” (*Blazing Saddles*) – Busby Berkeley-style dance in Western.
|
|
116
|
+
- “Men in Tights” (*Robin Hood*) – title song with medieval anachronisms.
|
|
117
|
+
→ **Variation Rule**: Cheerful tune + shocking content = maximum dissonance. End with visual punchline or fade-out.
|
|
118
|
+
|
|
119
|
+
3. **Fourth-Wall Break / Meta Sketch**
|
|
120
|
+
- Characters acknowledge film’s artificiality.
|
|
121
|
+
- Escalation of self-awareness.
|
|
122
|
+
- Climax: reality collapses.
|
|
123
|
+
Examples:
|
|
124
|
+
- Studio lot fight in *Blazing Saddles*.
|
|
125
|
+
- “We’re in the movie!” in *Spaceballs*.
|
|
126
|
+
- Silent film self-reference in *Silent Movie*.
|
|
127
|
+
→ **Variation Rule**: Use meta moments to break tension or escalate absurdity.
|
|
128
|
+
|
|
129
|
+
## Character Archetypes – Brooks Hallmarks with Performance Notes & Examples
|
|
130
|
+
- **Scheming Producer / Hustler**
|
|
131
|
+
- Max Bialystock (*The Producers*), Bart (*Blazing Saddles*).
|
|
132
|
+
- Performance: manic energy, fast talking, charm, desperation.
|
|
133
|
+
Examples: Max scheming to lose money, Bart bluffing racists.
|
|
134
|
+
|
|
135
|
+
- **Straight Man / Innocent**
|
|
136
|
+
- Leo Bloom (*The Producers*), Frederick Frankenstein (*Young Frankenstein*).
|
|
137
|
+
- Performance: wide-eyed confusion, rising panic, eventual embrace of absurdity.
|
|
138
|
+
Examples: Leo’s panic, Frederick’s denial of heritage.
|
|
139
|
+
|
|
140
|
+
- **Over-the-Top Villain / Authority**
|
|
141
|
+
- Hedley Lamarr (*Blazing Saddles*), Dark Helmet (*Spaceballs*).
|
|
142
|
+
- Performance: theatrical evil, pomposity, ridiculous schemes.
|
|
143
|
+
Examples: Hedley’s corruption, Dark Helmet’s merchandising obsession.
|
|
144
|
+
|
|
145
|
+
- **Comic Sidekick / Fool**
|
|
146
|
+
- Igor (*Young Frankenstein*), Barf (*Spaceballs*).
|
|
147
|
+
- Performance: physical comedy, loyalty, deadpan reactions.
|
|
148
|
+
Examples: Igor’s hump, Barf’s “I’m a mog—half man, half dog.”
|
|
149
|
+
|
|
150
|
+
- **Over-the-Top Supporting Players**
|
|
151
|
+
- Madeline Kahn’s Lili Von Shtupp (*Blazing Saddles*), Frau Blücher (*Young Frankenstein*).
|
|
152
|
+
- Performance: exaggerated accents, timing, physicality.
|
|
153
|
+
Examples: Lili’s seduction, Frau’s horse screams.
|
|
154
|
+
|
|
155
|
+
## Dialogue Mechanics – Rapid-Fire, Anachronistic, Self-Referential, Catchphrase-Heavy, Layered
|
|
156
|
+
- **Anachronistic & Self-Referential Jokes**
|
|
157
|
+
- “What’s a doobie?” in *Blazing Saddles*.
|
|
158
|
+
- “We’re in the movie!” in *Spaceballs*.
|
|
159
|
+
→ **Rule**: Break time/genre logic for laughs—modern slang in historical settings.
|
|
160
|
+
|
|
161
|
+
- **Repetition & Escalation**
|
|
162
|
+
- “We’ll make more money on the merchandising!” repeated in *Spaceballs*.
|
|
163
|
+
→ **Guideline**: Repeat key phrase for hypnotic, escalating effect.
|
|
164
|
+
|
|
165
|
+
- **Fourth-Wall & Meta Dialogue**
|
|
166
|
+
- “We’re breaking the fourth wall!” in *Blazing Saddles*.
|
|
167
|
+
→ **Rule**: Acknowledge artificiality for irony and surprise.
|
|
168
|
+
|
|
169
|
+
- **Catchphrase & Signature Lines**
|
|
170
|
+
- “We’ll make more money on the merchandising!”
|
|
171
|
+
- “It’s just a flesh wound!” (*Holy Grail* influence).
|
|
172
|
+
→ **Guideline**: Create repeatable phrases that become self-parody.
|
|
173
|
+
|
|
174
|
+
## Visual & Performance Style – Cinematic Parody, Physical Comedy, Exaggerated Sets, Genre Recreation
|
|
175
|
+
- **Genre-Accurate Visuals with Absurd Twists**
|
|
176
|
+
- *Young Frankenstein*: Black-and-white, fog, Expressionist sets → “Puttin’ on the Ritz” dance.
|
|
177
|
+
- *Blazing Saddles*: Classic Western vistas → fight spills into studio lot.
|
|
178
|
+
- *Spaceballs*: Faithful *Star Wars* look → Schwartz parody.
|
|
179
|
+
→ **Guideline**: Faithfully recreate genre look → subvert with gag.
|
|
180
|
+
|
|
181
|
+
- **Physical Comedy Rules**
|
|
182
|
+
- Cleavon Little’s reactions, Gene Wilder’s manic energy, Madeline Kahn’s timing, Dom DeLuise’s excess.
|
|
183
|
+
→ **Rule**: Write for big gestures, falls, props, exaggerated reactions, physical timing.
|
|
184
|
+
|
|
185
|
+
## Music & Songs – Absurd Lyrics, Cheerful Delivery, Genre Parody
|
|
186
|
+
- **Absurd Song Content**
|
|
187
|
+
- “Springtime for Hitler” – Nazi musical number with chorus girls.
|
|
188
|
+
- “The French Mistake” – Busby Berkeley-style dance in Western.
|
|
189
|
+
- “Men in Tights” – medieval anachronisms.
|
|
190
|
+
→ **Guideline**: Cheerful tune + shocking content = maximum dissonance.
|
|
191
|
+
|
|
192
|
+
## Practical Sketch/Film Writing Habits – Brooks Process & Philosophy
|
|
193
|
+
- Start with genre love → find what’s ridiculous in it.
|
|
194
|
+
- Escalate until it breaks.
|
|
195
|
+
- Use fourth-wall breaks liberally.
|
|
196
|
+
- Cast strong comic actors who can handle physicality and timing.
|
|
197
|
+
- Write for performance—big gestures, timing, reactions.
|
|
198
|
+
- Guideline: Write for the big screen—think cinematic scale even in small moments.
|
|
199
|
+
- Rule: Never apologize for bad taste. Never explain the joke. Always celebrate the genre you’re mocking.
|
|
200
|
+
|
|
201
|
+
## Quick Reference – Mel Brooks Checklist (Expanded with Rules & Examples)
|
|
202
|
+
- [ ] Genre parody & deep homage (Rule: Love the source material)
|
|
203
|
+
- [ ] Affectionate ridicule of clichés (Example: *Young Frankenstein* lab recreation)
|
|
204
|
+
- [ ] Fourth-wall breaks & meta humor (Example: studio lot fight in *Blazing Saddles*)
|
|
205
|
+
- [ ] Rapid-fire gags & layered comedy (Guideline: Verbal + visual + musical)
|
|
206
|
+
- [ ] Anachronistic humor & time/genre violations (Example: modern slang in historical settings)
|
|
207
|
+
- [ ] Musical number interruption with absurd lyrics (Example: “Springtime for Hitler”)
|
|
208
|
+
- [ ] Jewish self-deprecation & outsider perspective (Example: Bialystock & Bloom)
|
|
209
|
+
- [ ] Exaggerated physical comedy & big gestures (Rule: Cast physical comedians)
|
|
210
|
+
- [ ] Boundary-pushing bad taste & equal-opportunity offense (Guideline: Target power & hypocrisy)
|
|
211
|
+
- [ ] Catchphrase repetition & signature lines (Example: “We’ll make more money on the merchandising!”)
|
|
212
|
+
- [ ] Meta self-reference & artificiality acknowledgment (Example: “We’re in the movie!”)
|
|
213
|
+
- [ ] Triumphant or ironic button ending (Rule: End with bang or twist)
|
|
214
|
+
|
|
215
|
+
Write Mel Brooks comedy with affectionate anarchy and controlled chaos: take a beloved genre, lovingly mock its clichés, escalate until it collapses, break the fourth wall, throw in a song, and end with a bang—never apologize, never explain, always celebrate the ridiculous beauty of cinema.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cinematic-styles-directors-michael-curtiz",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Michael Curtiz Style Guide",
|
|
5
|
+
"description": "Screenplay style guide for Michael Curtiz",
|
|
6
|
+
"type": "writing-standards",
|
|
7
|
+
"category": "screenplay/cinematic-styles/directors",
|
|
8
|
+
"tags": [
|
|
9
|
+
"screenplay",
|
|
10
|
+
"cinematic-style",
|
|
11
|
+
"director",
|
|
12
|
+
"auteur",
|
|
13
|
+
"michael-curtiz"
|
|
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/michael-curtiz",
|
|
42
|
+
"Configure active style in .augment/screenplay-config.json"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"contents": {
|
|
46
|
+
"rules": [
|
|
47
|
+
"michael-curtiz.md"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|