@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,443 @@
|
|
|
1
|
+
# Kathryn Bigelow - Screenplay Style Guide
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
- [Table of Contents](#table-of-contents)
|
|
5
|
+
- [The Visceral Realism Thriller](#the-visceral-realism-thriller)
|
|
6
|
+
- [Overview](#overview)
|
|
7
|
+
- [Core Principles](#core-principles)
|
|
8
|
+
- [1. **Realism Over Romanticism**](#1-realism-over-romanticism)
|
|
9
|
+
- [2. **Tension Through Procedural Detail**](#2-tension-through-procedural-detail)
|
|
10
|
+
- [3. **Ensemble Dynamics in Isolation**](#3-ensemble-dynamics-in-isolation)
|
|
11
|
+
- [4. **Visceral Physicality and Moral Ambiguity**](#4-visceral-physicality-and-moral-ambiguity)
|
|
12
|
+
- [Narrative Structure](#narrative-structure)
|
|
13
|
+
- [The Bigelow Procedural Arc](#the-bigelow-procedural-arc)
|
|
14
|
+
- [Character Development](#character-development)
|
|
15
|
+
- [The Obsessed Protagonist](#the-obsessed-protagonist)
|
|
16
|
+
- [Bigelow Character Archetypes](#bigelow-character-archetypes)
|
|
17
|
+
- [Scene Construction](#scene-construction)
|
|
18
|
+
- [The "Procedural Tension" Scene](#the-procedural-tension-scene)
|
|
19
|
+
- [The "Moral Interrogation" Scene](#the-moral-interrogation-scene)
|
|
20
|
+
- [The "Mentor-Protégé Conflict" Scene](#the-mentor-protg-conflict-scene)
|
|
21
|
+
- [The "Traumatic Aftermath" Scene](#the-traumatic-aftermath-scene)
|
|
22
|
+
- [Visual and Auditory Style Implications for Screenplays](#visual-and-auditory-style-implications-for-screenplays)
|
|
23
|
+
- [Thematic Depth](#thematic-depth)
|
|
24
|
+
- [Pacing and Rhythm](#pacing-and-rhythm)
|
|
25
|
+
- [Adaptation and Variation](#adaptation-and-variation)
|
|
26
|
+
|
|
27
|
+
## The Visceral Realism Thriller
|
|
28
|
+
|
|
29
|
+
**Films Analyzed**:
|
|
30
|
+
- The Hurt Locker (2008)
|
|
31
|
+
- Zero Dark Thirty (2012)
|
|
32
|
+
- Point Break (1991)
|
|
33
|
+
- Detroit (2017)
|
|
34
|
+
- Strange Days (1995)
|
|
35
|
+
- Near Dark (1987)
|
|
36
|
+
- Blue Steel (1990)
|
|
37
|
+
- K-19: The Widowmaker (2002)
|
|
38
|
+
- The Weight of Water (2000)
|
|
39
|
+
|
|
40
|
+
**Primary Writers**: Mark Boal, James Cameron (co-writer on some), Kathryn Bigelow (co-writer), Eric Red, others
|
|
41
|
+
**Genre**: Action-Thriller / War Drama / Procedural Realism
|
|
42
|
+
**Core Concept**: Immersive, tension-driven narratives exploring the human cost of violence, moral ambiguity, and high-stakes decision-making in realistic, often chaotic environments
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## Overview
|
|
47
|
+
|
|
48
|
+
Kathryn Bigelow's filmmaking style has redefined the action-thriller genre by infusing it with documentary-like realism, psychological depth, and a unflinching gaze at the consequences of human actions. Her films often delve into themes of masculinity, authority, obsession, and the blurred lines between heroism and recklessness. Unlike traditional blockbusters that prioritize spectacle over substance, Bigelow's works create an visceral experience where tension builds through meticulous procedural details, handheld cinematography, and sound design that immerses the audience in the chaos. This style guide distills the elements that make her films gripping, thought-provoking, and emotionally raw, emphasizing how scripts should prioritize authenticity, moral complexity, and the physicality of human endurance over exaggerated heroics.
|
|
49
|
+
|
|
50
|
+
Bigelow's approach draws from her background in painting and conceptual art, translating into screenplays that treat violence not as entertainment but as a profound, disruptive force. Her narratives often center on protagonists navigating high-pressure worlds—whether defusing bombs in Iraq, hunting terrorists, or surfing criminal waves—where personal flaws intersect with systemic failures. The result is a cinematic language that feels immediate and lived-in, avoiding clichés in favor of nuanced portrayals of courage, fear, and ethical dilemmas. This guide will outline how to craft screenplays in her vein, ensuring that every scene pulses with urgency and every character grapples with the weight of their choices.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Core Principles
|
|
55
|
+
|
|
56
|
+
### 1. **Realism Over Romanticism**
|
|
57
|
+
Bigelow's films ground extraordinary situations in mundane, procedural details, making the extraordinary feel palpably real.
|
|
58
|
+
|
|
59
|
+
**Key Philosophy**:
|
|
60
|
+
- Authenticity trumps exaggeration; research drives narrative
|
|
61
|
+
- Violence has consequences—physical, emotional, and societal
|
|
62
|
+
- No glorified heroes; characters are flawed humans in extreme contexts
|
|
63
|
+
- Environment as character—locations shape behavior and tension
|
|
64
|
+
|
|
65
|
+
**Examples from Films**:
|
|
66
|
+
- In The Hurt Locker, bomb defusal isn't a heroic montage but a painstaking process showing sweat, dust, and split-second decisions, reflecting Sergeant James's addiction to danger.
|
|
67
|
+
- Zero Dark Thirty portrays the CIA's hunt for bin Laden through endless paperwork, interrogations, and dead ends, emphasizing the grind over triumphs.
|
|
68
|
+
- Point Break uses surfing not as mere action but as a metaphor for thrill-seeking, with waves symbolizing the pull between law and anarchy.
|
|
69
|
+
- Detroit recreates the Algiers Motel incident with historical accuracy, focusing on racial tensions and institutional brutality without sensationalism.
|
|
70
|
+
|
|
71
|
+
**Writing Approach**:
|
|
72
|
+
WRONG: "The bomb explodes in a fireball, but the hero walks away unscathed."
|
|
73
|
+
RIGHT: "James kneels in the dust, wire cutters trembling slightly. Sweat beads on his forehead. The IED's wires tangle like veins. He clips one—nothing. Another—still silence. His breath echoes in the suit. Outside, the team watches, hearts pounding. Finally, he stands, suit heavy, knowing the next one might not be so forgiving."
|
|
74
|
+
|
|
75
|
+
This approach builds tension through sensory details, making the audience feel the weight of each action rather than rushing to resolution.
|
|
76
|
+
|
|
77
|
+
### 2. **Tension Through Procedural Detail**
|
|
78
|
+
Dialogue and action revolve around process, building suspense via minutiae rather than overt exposition.
|
|
79
|
+
|
|
80
|
+
**Dialogue Guidelines**:
|
|
81
|
+
- **Sparse and functional** - Words serve the moment, often clipped or interrupted
|
|
82
|
+
- **Subtext in silence** - Pauses convey inner turmoil more than monologues
|
|
83
|
+
- **Technical jargon** - Authentic terminology immerses without overwhelming
|
|
84
|
+
- **Moral debates embedded** - Conflicts arise naturally from procedures
|
|
85
|
+
|
|
86
|
+
**Dialogue Ratio**:
|
|
87
|
+
- Action sequences: 20% dialogue, 80% visual/sound-driven tension
|
|
88
|
+
- Character scenes: 40% conversation, 60% observation and reaction
|
|
89
|
+
- Ensemble scenes: Overlapping voices create chaos, reflecting real stress
|
|
90
|
+
|
|
91
|
+
**Character Voice Examples**:
|
|
92
|
+
SERGEANT WILLIAM JAMES (Reckless, obsessive, laconic)
|
|
93
|
+
Just clip it. Red or blue? Doesn't matter. It's all a game.
|
|
94
|
+
MAYA (Determined, analytical, unyielding)
|
|
95
|
+
I'm 100% certain. We've chased ghosts before, but this one's real. Push the intel up the chain.
|
|
96
|
+
JOHNNY UTAH (Idealistic, conflicted, earnest)
|
|
97
|
+
You're living on the edge, Bodhi. But it's not freedom—it's chaos. One wrong wave, and it's over.
|
|
98
|
+
KRAUSS (Arrogant, volatile, defensive)
|
|
99
|
+
You think you know what happened? In the heat, decisions get made. That's the job.
|
|
100
|
+
LENNY NERO (Haunted, cynical, desperate)
|
|
101
|
+
Playback's not reality—it's better. But once you jack in, you can't unplug the truth.
|
|
102
|
+
CALEB (Innocent, transformed, vulnerable)
|
|
103
|
+
This ain't natural. Blood's calling blood. What have you done to me?
|
|
104
|
+
|
|
105
|
+
These voices reveal psychology through brevity, avoiding verbose explanations.
|
|
106
|
+
|
|
107
|
+
### 3. **Ensemble Dynamics in Isolation**
|
|
108
|
+
Characters operate in teams but feel profoundly alone, highlighting individual psyches amid group pressures.
|
|
109
|
+
|
|
110
|
+
**Ensemble Techniques**:
|
|
111
|
+
- **Fractured alliances** - Trust erodes under stress
|
|
112
|
+
- **Personal stakes within group goals** - Each member's arc intersects the collective
|
|
113
|
+
- **Shifting perspectives** - Narrative rotates viewpoints for multifaceted truth
|
|
114
|
+
- **Physical proximity vs. emotional distance** - Close quarters amplify tensions
|
|
115
|
+
|
|
116
|
+
**Pairing Examples from Films**:
|
|
117
|
+
- James + Sanborn (The Hurt Locker) - Adrenaline junkie vs. by-the-book soldier
|
|
118
|
+
- Maya + Dan (Zero Dark Thirty) - Analyst vs. interrogator, ethics vs. results
|
|
119
|
+
- Utah + Bodhi (Point Break) - Cop vs. criminal, mentorship twisted into rivalry
|
|
120
|
+
- Dismukes + Krauss (Detroit) - Security guard vs. cop, morality vs. power
|
|
121
|
+
- Lenny + Mace (Strange Days) - Addict vs. protector, past love vs. present danger
|
|
122
|
+
|
|
123
|
+
**Writing Approach**:
|
|
124
|
+
ENSEMBLE SCENE STRUCTURE:
|
|
125
|
+
|
|
126
|
+
Establish procedural context (mission briefing, setup)
|
|
127
|
+
Introduce interpersonal frictions (differing methods, hidden agendas)
|
|
128
|
+
Escalate through action (procedure goes wrong)
|
|
129
|
+
Isolate characters momentarily (personal reflection amid chaos)
|
|
130
|
+
Resolve with uneasy alliance (temporary unity, lingering doubts)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
This mirrors Bigelow's focus on how systems fail individuals.
|
|
134
|
+
|
|
135
|
+
### 4. **Visceral Physicality and Moral Ambiguity**
|
|
136
|
+
Bodies and environments bear the scars of conflict, with no clear heroes or villains—only survivors.
|
|
137
|
+
|
|
138
|
+
**Physicality Principles**:
|
|
139
|
+
- **Sensory immersion** - Describe sounds, smells, textures to heighten realism
|
|
140
|
+
- **Consequences linger** - Injuries affect subsequent scenes
|
|
141
|
+
- **Moral gray zones** - Actions are justified but questionable
|
|
142
|
+
- **Handheld urgency** - Script implies dynamic, unsteady camera movement
|
|
143
|
+
|
|
144
|
+
**Action Philosophy**:
|
|
145
|
+
NOT: Heroic slow-motion shootout
|
|
146
|
+
BUT: Utah chases Bodhi through crowded streets. Feet pound pavement. Breath ragged. Gun wavers—civilians scatter. He fires, misses. Bodhi vanishes into waves, leaving Utah soaked, questioning his pursuit's cost.
|
|
147
|
+
|
|
148
|
+
Emphasis on exhaustion and doubt grounds the spectacle.
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## Narrative Structure
|
|
153
|
+
|
|
154
|
+
### The Bigelow Procedural Arc
|
|
155
|
+
|
|
156
|
+
#### Act 1: Immersion and Incitement (0-30 minutes)
|
|
157
|
+
**Goal**: Plunge the audience into the world, establishing procedural norms and protagonist's baseline psyche.
|
|
158
|
+
|
|
159
|
+
**Key Elements**:
|
|
160
|
+
- **World-building through detail** - Show routines, hierarchies, environments
|
|
161
|
+
- **Protagonist introduction** - Via action, revealing flaws and motivations
|
|
162
|
+
- **Inciting incident** - Disruption of normalcy, forcing engagement
|
|
163
|
+
- **Moral hook** - Early ethical dilemma hints at larger conflicts
|
|
164
|
+
- **Sensory setup** - Describe atmospheres to build immersion
|
|
165
|
+
|
|
166
|
+
**Pacing**:
|
|
167
|
+
- Methodical buildup, avoiding rushed exposition
|
|
168
|
+
- Initial action sequence by minute 15 to set tone
|
|
169
|
+
- Subtle tension via foreshadowing
|
|
170
|
+
- Character vulnerability established early
|
|
171
|
+
|
|
172
|
+
**Examples**:
|
|
173
|
+
- The Hurt Locker: James joins EOD team; first bomb defusal exposes recklessness
|
|
174
|
+
- Zero Dark Thirty: Post-9/11 interrogations; Maya's arrival signals obsession
|
|
175
|
+
- Point Break: Utah infiltrates surf culture; bank robbery incites chase
|
|
176
|
+
- Detroit: Motown backdrop; riot ignition leads to motel horror
|
|
177
|
+
|
|
178
|
+
#### Act 2A: Escalation and Investigation (30-60 minutes)
|
|
179
|
+
**Goal**: Deepen procedural layers, build alliances/frictions, confront initial failures.
|
|
180
|
+
|
|
181
|
+
**Escalation Pattern**:
|
|
182
|
+
1. **Protagonist pursues leads** - Methodical but obsessive
|
|
183
|
+
2. **Allies and obstacles emerge** - Bureaucracy, rivals, ethical barriers
|
|
184
|
+
3. **Midpoint confrontation** - Partial success reveals greater threats
|
|
185
|
+
4. **Personal toll mounts** - Isolation grows amid team dynamics
|
|
186
|
+
5. **Moral compromises** - Characters bend rules, questioning selves
|
|
187
|
+
|
|
188
|
+
**Key Techniques**:
|
|
189
|
+
- **Montage of process** - Research, surveillance, preparation without glamour
|
|
190
|
+
- **Interpersonal clashes** - Debates over methods expose ideologies
|
|
191
|
+
- **Rising tension** - Near-misses accumulate stress
|
|
192
|
+
- **Thematic deepening** - Explore violence's ripple effects
|
|
193
|
+
|
|
194
|
+
#### Act 2B: Crisis and Fragmentation (60-90 minutes)
|
|
195
|
+
**Goal**: Push characters to breaking points, where systems fail and isolation peaks.
|
|
196
|
+
|
|
197
|
+
**Midpoint Crisis**:
|
|
198
|
+
- **Major setback** - Operation botches, lives lost
|
|
199
|
+
- **Ethical breach** - Protagonist crosses lines, facing repercussions
|
|
200
|
+
- **Team fractures** - Betrayals or disagreements splinter unity
|
|
201
|
+
- **Internal doubt** - Hero confronts flaws in solitude
|
|
202
|
+
|
|
203
|
+
**Examples**:
|
|
204
|
+
- The Hurt Locker: Child's death; James's alienation from team
|
|
205
|
+
- Zero Dark Thirty: Compound bombing; Maya's doubts after failures
|
|
206
|
+
- Point Break: Pappas's injury; Utah's identity crisis
|
|
207
|
+
- Detroit: Motel interrogations escalate to murder; witnesses traumatized
|
|
208
|
+
|
|
209
|
+
#### Act 3: Confrontation and Reckoning (90-120+ minutes)
|
|
210
|
+
**Goal**: Climax in raw confrontation, followed by ambiguous resolution reflecting costs.
|
|
211
|
+
|
|
212
|
+
**Resolution Principles**:
|
|
213
|
+
- **No triumphant speeches** - Quiet realizations over declarations
|
|
214
|
+
- **Collective yet personal climax** - Group effort underscores individual sacrifices
|
|
215
|
+
- **Ambiguous victory** - Wins tainted by losses or moral costs
|
|
216
|
+
- **Lingering aftermath** - End with reflections on changed lives
|
|
217
|
+
- **Sensory closure** - Fade out on details evoking ongoing tension
|
|
218
|
+
|
|
219
|
+
**Final Confrontation Structure**:
|
|
220
|
+
|
|
221
|
+
PREPARATION - Protagonist steels for endgame, alone or with fractured team
|
|
222
|
+
INFILTRATION - Procedural entry into danger zone
|
|
223
|
+
INITIAL CLASH - Chaos erupts, plans unravel
|
|
224
|
+
SETBACK - Moral or physical crisis peaks
|
|
225
|
+
TURNING POINT - Flaw confronted, decisive action taken
|
|
226
|
+
RESOLUTION - Confrontation ends abruptly, without fanfare
|
|
227
|
+
FALLOUT - Survivors process trauma, society unchanged
|
|
228
|
+
CODA - Subtle hint at enduring impact
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
---
|
|
232
|
+
|
|
233
|
+
## Character Development
|
|
234
|
+
|
|
235
|
+
### The Obsessed Protagonist
|
|
236
|
+
|
|
237
|
+
**Core Traits**:
|
|
238
|
+
- **Driven expertise** - Skills honed by experience, but at personal cost
|
|
239
|
+
- **Psychological flaw** - Addiction to danger, isolation, moral rigidity
|
|
240
|
+
- **Ethical complexity** - Actions blur right/wrong
|
|
241
|
+
- **Evolution through trauma** - Growth via suffering, not epiphanies
|
|
242
|
+
|
|
243
|
+
**Character Arc Template**:
|
|
244
|
+
SETUP: Protagonist defined by obsession (James's thrill-seeking, Maya's determination)
|
|
245
|
+
CHALLENGE: Obsession strains relationships (team distrust, personal losses)
|
|
246
|
+
CRISIS: Obsession leads to catastrophe (deaths, ethical violations)
|
|
247
|
+
GROWTH: Confronts obsession's cost (moments of vulnerability)
|
|
248
|
+
RESOLUTION: Partial integration (changed but not cured, carrying scars)
|
|
249
|
+
|
|
250
|
+
### Bigelow Character Archetypes
|
|
251
|
+
|
|
252
|
+
**The Adrenaline Addict** (William James, Bodhi):
|
|
253
|
+
- Thrives in chaos, rejects normalcy
|
|
254
|
+
- Charismatic yet destructive
|
|
255
|
+
- Body as weapon, mind as battlefield
|
|
256
|
+
- Learns limits through near-death
|
|
257
|
+
|
|
258
|
+
**The Relentless Investigator** (Maya, Megan Turner):
|
|
259
|
+
- Analytical, unemotional facade
|
|
260
|
+
- Haunted by past failures
|
|
261
|
+
- Bureaucracy as foe
|
|
262
|
+
- Finds truth at expense of self
|
|
263
|
+
|
|
264
|
+
**The Idealistic Rookie** (Johnny Utah, Caleb):
|
|
265
|
+
- Naive entry into dark world
|
|
266
|
+
- Moral compass tested
|
|
267
|
+
- Transformation via immersion
|
|
268
|
+
- Emerges hardened, questioning ideals
|
|
269
|
+
|
|
270
|
+
**The Authoritarian Enforcer** (Krauss, Captain Starosky):
|
|
271
|
+
- Power wielded recklessly
|
|
272
|
+
- Justifies violence systemically
|
|
273
|
+
- Internal conflict suppressed
|
|
274
|
+
- Faces accountability, often too late
|
|
275
|
+
|
|
276
|
+
**The Protector/Survivor** (Mace, Dismukes):
|
|
277
|
+
- Guards others amid turmoil
|
|
278
|
+
- Past traumas inform actions
|
|
279
|
+
- Quiet strength, moral anchor
|
|
280
|
+
- Sacrifices for greater good
|
|
281
|
+
|
|
282
|
+
**The Haunted Outsider** (Lenny Nero, Mae):
|
|
283
|
+
- Escapes reality through vices
|
|
284
|
+
- Seeks redemption in connections
|
|
285
|
+
- Vulnerability exposed in crisis
|
|
286
|
+
- Journeys toward acceptance
|
|
287
|
+
|
|
288
|
+
**The Systemic Victim** (Victims in Detroit, submarine crew in K-19):
|
|
289
|
+
- Caught in larger forces
|
|
290
|
+
- Resilience amid oppression
|
|
291
|
+
- Voice human cost of conflict
|
|
292
|
+
- Arc of endurance, not victory
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
## Scene Construction
|
|
297
|
+
|
|
298
|
+
### The "Procedural Tension" Scene
|
|
299
|
+
Building suspense through meticulous process in high-stakes environments.
|
|
300
|
+
|
|
301
|
+
**Structure**:
|
|
302
|
+
1. **Setup environment** - Describe sensory details (heat, noise, confinement)
|
|
303
|
+
2. **Initiate procedure** - Step-by-step actions, with interruptions
|
|
304
|
+
3. **Rising complications** - Unexpected variables heighten risk
|
|
305
|
+
4. **Climactic decision** - Split-second choice
|
|
306
|
+
5. **Release and reflection** - Aftermath shows toll
|
|
307
|
+
|
|
308
|
+
**Example Template**:
|
|
309
|
+
EXT. BAGHDAD STREET - DAY
|
|
310
|
+
Dust swirls. James in bomb suit, heavy steps echo. Wires exposed on IED.
|
|
311
|
+
JAMES
|
|
312
|
+
(over radio)
|
|
313
|
+
Looks like a daisy chain. Secondary devices possible.
|
|
314
|
+
He probes carefully. Sweat drips. A cat darts by—tense pause.
|
|
315
|
+
SANBORN
|
|
316
|
+
(over radio)
|
|
317
|
+
Movement at two o'clock. Abort?
|
|
318
|
+
JAMES
|
|
319
|
+
Negative. Almost there.
|
|
320
|
+
Clips wire. Silence. Stands slowly, suit creaking. Removes helmet, exhales. But eyes scan for next threat.
|
|
321
|
+
|
|
322
|
+
### The "Moral Interrogation" Scene
|
|
323
|
+
Characters debate ethics amid pressure, revealing fractures.
|
|
324
|
+
|
|
325
|
+
**Elements**:
|
|
326
|
+
- **Confined space** - Heightens intensity
|
|
327
|
+
- **Overlapping dialogue** - Mimics real arguments
|
|
328
|
+
- **Physical cues** - Gestures convey unspoken tension
|
|
329
|
+
- **No resolution** - Ends in stalemate
|
|
330
|
+
- **Aftermath implication** - Influences future actions
|
|
331
|
+
|
|
332
|
+
**Timing Rules**:
|
|
333
|
+
- Place after failure, before escalation
|
|
334
|
+
- Use silence for emphasis
|
|
335
|
+
- Avoid preachiness; ground in specifics
|
|
336
|
+
- Follow with isolation shot
|
|
337
|
+
|
|
338
|
+
**Examples**:
|
|
339
|
+
WRONG (Overt moralizing):
|
|
340
|
+
MAYA
|
|
341
|
+
Torture is wrong! We can't sink to their level.
|
|
342
|
+
RIGHT (Nuanced tension):
|
|
343
|
+
MAYA
|
|
344
|
+
(quiet, intense)
|
|
345
|
+
Waterboarding got us the courier. But what if it's bad intel? We're chasing shadows.
|
|
346
|
+
DAN
|
|
347
|
+
And if it's not? Lives saved. Your call, kid.
|
|
348
|
+
Pause. Maya stares at files. No answer. Cut to her alone, doubting.
|
|
349
|
+
|
|
350
|
+
### The "Mentor-Protégé Conflict" Scene
|
|
351
|
+
Experienced figure challenges novice, exposing systemic flaws.
|
|
352
|
+
|
|
353
|
+
**Required Elements**:
|
|
354
|
+
- **Shared vulnerability** - Mentor reveals scars
|
|
355
|
+
- **Protégé pushback** - Questions authority
|
|
356
|
+
- **Practical demonstration** - Action illustrates lesson
|
|
357
|
+
- **Unresolved tension** - No easy mentorship
|
|
358
|
+
- **Thematic resonance** - Ties to larger narrative
|
|
359
|
+
|
|
360
|
+
**Examples**:
|
|
361
|
+
- James + Eldridge: Recklessness vs. caution in bomb field
|
|
362
|
+
- Maya + Joseph: Intelligence ethics post-interrogation
|
|
363
|
+
- Utah + Pappas: Undercover risks in surf culture
|
|
364
|
+
- Krauss + Flynn: Power abuse in riot control
|
|
365
|
+
|
|
366
|
+
### The "Traumatic Aftermath" Scene
|
|
367
|
+
Post-action reflection on costs, emphasizing human fragility.
|
|
368
|
+
|
|
369
|
+
**Structure**:
|
|
370
|
+
1. **Immediate decompression** - Physical exhaustion shown
|
|
371
|
+
2. **Emotional unraveling** - Suppressed feelings surface
|
|
372
|
+
3. **Interpersonal strain** - Blame or support exchanged
|
|
373
|
+
4. **Solitary moment** - Protagonist alone with thoughts
|
|
374
|
+
5. **Forward momentum** - Hint at next compulsion
|
|
375
|
+
|
|
376
|
+
**Example**:
|
|
377
|
+
After defusal, James in barracks. Strips gear. Bruises visible. Sanborn enters, angry.
|
|
378
|
+
|
|
379
|
+
SANBORN
|
|
380
|
+
You could've gotten us killed.
|
|
381
|
+
|
|
382
|
+
JAMES
|
|
383
|
+
But I didn't.
|
|
384
|
+
|
|
385
|
+
Sanborn leaves. James stares at photo of son. Puts it away. Grabs gear for next mission.
|
|
386
|
+
|
|
387
|
+
This scene underscores addiction to danger, avoiding sentimental closure.
|
|
388
|
+
|
|
389
|
+
---
|
|
390
|
+
|
|
391
|
+
## Visual and Auditory Style Implications for Screenplays
|
|
392
|
+
|
|
393
|
+
While screenplays focus on dialogue and action, Bigelow's style implies directorial choices through description.
|
|
394
|
+
|
|
395
|
+
**Visual Guidelines**:
|
|
396
|
+
- **Handheld descriptions** - "Camera shakes with explosion's rumble"
|
|
397
|
+
- **Close-ups on details** - Faces, hands, environments for intimacy
|
|
398
|
+
- **Natural lighting** - Harsh sun, dim interiors for realism
|
|
399
|
+
- **Quick cuts in action** - Fragmented to mimic disorientation
|
|
400
|
+
|
|
401
|
+
**Auditory Elements**:
|
|
402
|
+
- **Immersive sound** - Describe layers: breaths, distant gunfire, heartbeats
|
|
403
|
+
- **Diegetic noise** - Environment sounds drive tension
|
|
404
|
+
- **Minimal score** - Rely on natural audio over music cues
|
|
405
|
+
- **Silence as weapon** - Sudden quiet amplifies dread
|
|
406
|
+
|
|
407
|
+
**Integration in Script**:
|
|
408
|
+
Incorporate sensory notes sparingly but effectively, e.g., "The hum of fluorescent lights buzzes. Sweat drips audibly. Maya's pen scratches paper—endless reports."
|
|
409
|
+
|
|
410
|
+
## Thematic Depth
|
|
411
|
+
|
|
412
|
+
Bigelow's films probe deeper issues without didacticism.
|
|
413
|
+
|
|
414
|
+
**Key Themes**:
|
|
415
|
+
- **Violence's Cycle** - Perpetuates trauma, questions necessity
|
|
416
|
+
- **Gender and Power** - Female protagonists navigate male-dominated worlds (e.g., Maya, Turner)
|
|
417
|
+
- **Institutional Failures** - Systems enable abuse (CIA, police)
|
|
418
|
+
- **Personal vs. Collective** - Individual obsessions clash with group ethics
|
|
419
|
+
- **Human Endurance** - Bodies and minds pushed to limits
|
|
420
|
+
|
|
421
|
+
**Weaving Themes**:
|
|
422
|
+
Embed in actions, not speeches. Show through consequences, e.g., a soldier's PTSD manifesting in reckless choices.
|
|
423
|
+
|
|
424
|
+
## Pacing and Rhythm
|
|
425
|
+
|
|
426
|
+
**Overall Rhythm**:
|
|
427
|
+
- Slow-burn buildup to explosive releases
|
|
428
|
+
- Vary scene lengths: Short, punchy actions; longer, simmering dialogues
|
|
429
|
+
- Avoid filler; every moment advances plot or character
|
|
430
|
+
- End acts on emotional beats, not cliffhangers
|
|
431
|
+
|
|
432
|
+
**Word Economy**:
|
|
433
|
+
Scripts are lean, focusing on essentials. Descriptions vivid but concise, dialogue purposeful.
|
|
434
|
+
|
|
435
|
+
## Adaptation and Variation
|
|
436
|
+
|
|
437
|
+
For Bigelow-inspired scripts:
|
|
438
|
+
- Research extensively (e.g., military procedures, historical events)
|
|
439
|
+
- Collaborate with experts for authenticity
|
|
440
|
+
- Test for tension: Read aloud for rhythm
|
|
441
|
+
- Revise for ambiguity: Ensure no easy answers
|
|
442
|
+
|
|
443
|
+
This guide provides a blueprint for crafting screenplays that capture Bigelow's essence—raw, unflinching, and profoundly human. By prioritizing realism, procedural depth, and moral complexity, writers can create narratives that resonate long after the credits roll.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cinematic-styles-directors-kelly-reichardt",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Kelly Reichardt Style Guide",
|
|
5
|
+
"description": "Screenplay style guide for Kelly Reichardt",
|
|
6
|
+
"type": "writing-standards",
|
|
7
|
+
"category": "screenplay/cinematic-styles/directors",
|
|
8
|
+
"tags": [
|
|
9
|
+
"screenplay",
|
|
10
|
+
"cinematic-style",
|
|
11
|
+
"director",
|
|
12
|
+
"auteur",
|
|
13
|
+
"kelly-reichardt"
|
|
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/kelly-reichardt",
|
|
42
|
+
"Configure active style in .augment/screenplay-config.json"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"contents": {
|
|
46
|
+
"rules": [
|
|
47
|
+
"kelly-reichardt.md"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|