@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,463 @@
|
|
|
1
|
+
# Richard Linklater - Screenplay Style Guide
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
- [Table of Contents](#table-of-contents)
|
|
5
|
+
- [The Naturalistic Philosophical Ensemble](#the-naturalistic-philosophical-ensemble)
|
|
6
|
+
- [Overview](#overview)
|
|
7
|
+
- [Core Principles](#core-principles)
|
|
8
|
+
- [1. **Dialogue as the Engine of Revelation**](#1-dialogue-as-the-engine-of-revelation)
|
|
9
|
+
- [2. **Time as a Character and Catalyst**](#2-time-as-a-character-and-catalyst)
|
|
10
|
+
- [3. **Ensemble Dynamics Through Naturalistic Interactions**](#3-ensemble-dynamics-through-naturalistic-interactions)
|
|
11
|
+
- [4. **Naturalism Over Melodrama**](#4-naturalism-over-melodrama)
|
|
12
|
+
- [Narrative Structure](#narrative-structure)
|
|
13
|
+
- [The Linklater Temporal Flow Formula](#the-linklater-temporal-flow-formula)
|
|
14
|
+
- [Character Development](#character-development)
|
|
15
|
+
- [The Searching Everyman](#the-searching-everyman)
|
|
16
|
+
- [Linklater Character Archetypes](#linklater-character-archetypes)
|
|
17
|
+
- [Scene Construction](#scene-construction)
|
|
18
|
+
- [The "Wandering Conversation" Scene](#the-wandering-conversation-scene)
|
|
19
|
+
- [The "Philosophical Monologue" Scene](#the-philosophical-monologue-scene)
|
|
20
|
+
- [The "Family or Group Gathering" Scene](#the-family-or-group-gathering-scene)
|
|
21
|
+
- [The "Moment of Quiet Reflection" Scene](#the-moment-of-quiet-reflection-scene)
|
|
22
|
+
- [The "Temporal Montage" Scene](#the-temporal-montage-scene)
|
|
23
|
+
- [The "Bittersweet Parting" Scene](#the-bittersweet-parting-scene)
|
|
24
|
+
|
|
25
|
+
## The Naturalistic Philosophical Ensemble
|
|
26
|
+
|
|
27
|
+
**Films Analyzed**:
|
|
28
|
+
- Before Sunrise (1995)
|
|
29
|
+
- Before Sunset (2004)
|
|
30
|
+
- Before Midnight (2013)
|
|
31
|
+
- Boyhood (2014)
|
|
32
|
+
- Dazed and Confused (1993)
|
|
33
|
+
- Slacker (1991)
|
|
34
|
+
- Waking Life (2001)
|
|
35
|
+
- Everybody Wants Some!! (2016)
|
|
36
|
+
- School of Rock (2003)
|
|
37
|
+
- Bernie (2011)
|
|
38
|
+
- A Scanner Darkly (2006)
|
|
39
|
+
- SubUrbia (1996)
|
|
40
|
+
- The Newton Boys (1998)
|
|
41
|
+
- Fast Food Nation (2006)
|
|
42
|
+
- Me and Orson Welles (2008)
|
|
43
|
+
- Apollo 10 ½: A Space Age Childhood (2022)
|
|
44
|
+
- Hit Man (2023)
|
|
45
|
+
- Where'd You Go, Bernadette (2019)
|
|
46
|
+
|
|
47
|
+
**Primary Writers**: Richard Linklater, Ethan Hawke, Julie Delpy, Kim Krizan, Skip Hollandsworth, Philip K. Dick (adaptation), Mike White (School of Rock collaboration)
|
|
48
|
+
**Genre**: Indie Drama / Philosophical Romance / Coming-of-Age / Slice-of-Life Ensemble
|
|
49
|
+
**Core Concept**: Intimate, dialogue-driven explorations of human existence, relationships, and the passage of time, emphasizing naturalism, philosophical inquiry, and authentic character interactions over plot-driven spectacle
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Overview
|
|
54
|
+
|
|
55
|
+
Richard Linklater's filmmaking style has redefined independent cinema by prioritizing the subtleties of human conversation, the inexorable flow of time, and the profound in the mundane. His films often unfold like extended philosophical dialogues set against everyday backdrops, where characters grapple with life's big questions through meandering talks, shared experiences, and quiet revelations. Unlike high-octane blockbusters, Linklater's work thrives on authenticity, drawing from real-life inspirations to create narratives that feel lived-in and unforced. This style guide distills the essence of Linklater's approach, highlighting how he crafts screenplays that blend naturalism with intellectual depth, ensemble dynamics with individual introspection, and temporal experimentation with emotional resonance. By analyzing his body of work, we uncover techniques that make his films enduringly relatable, thought-provoking, and subtly transformative, influencing generations of filmmakers in the indie space and beyond.
|
|
56
|
+
|
|
57
|
+
Linklater's screenplays are not about grand events but about the interstitial moments—the walks, the drives, the late-night confessions—that reveal the core of human experience. His style emerged from the Austin, Texas film scene in the early 1990s, with Slacker marking a breakthrough in non-linear, vignette-based storytelling. Over decades, he has evolved this into more structured yet still fluid narratives, as seen in the Before trilogy's real-time conversations or Boyhood's unprecedented 12-year filming span. The result is cinema that mirrors life's unpredictability, where philosophy isn't preached but emerges organically from character interactions. This guide provides a blueprint for emulating his methods, from dialogue construction to narrative pacing, ensuring that aspiring writers can capture the quiet magic that makes Linklater's films feel like windows into authentic souls.
|
|
58
|
+
|
|
59
|
+
In an era dominated by fast-paced entertainment, Linklater's deliberate slowness stands out, inviting audiences to savor the journey rather than rush to a destination. His scripts often eschew traditional conflict for internal tensions, using time as a narrative device to explore growth, regret, and connection. Whether depicting the aimless youth of Dazed and Confused or the animated dreamscapes of Waking Life, Linklater consistently grounds his stories in relatable humanity, making abstract ideas accessible through everyday language and scenarios. This overview sets the stage for delving into his core principles, narrative structures, character developments, and scene constructions, all tailored to help writers infuse their work with Linklater-esque introspection and vitality.
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Core Principles
|
|
64
|
+
|
|
65
|
+
### 1. **Dialogue as the Engine of Revelation**
|
|
66
|
+
In Linklater's films, conversation isn't mere exposition; it's the primary vehicle for character development, philosophical exploration, and emotional intimacy.
|
|
67
|
+
|
|
68
|
+
**Key Philosophy**:
|
|
69
|
+
- Dialogue uncovers layers of personality through natural, unpolished exchanges
|
|
70
|
+
- Philosophical musings arise organically from personal anecdotes, not forced lectures
|
|
71
|
+
- Silence and pauses are as telling as words, allowing subtext to breathe
|
|
72
|
+
- Conversations evolve like real-life talks—meandering, interrupted, and revelatory
|
|
73
|
+
|
|
74
|
+
**Examples from Films**:
|
|
75
|
+
- In Before Sunrise, Jesse and Celine's train conversation spirals from flirtation to deep existential queries, revealing their worldviews through shared stories rather than direct statements
|
|
76
|
+
- Boyhood's Mason discusses life's meaning with his father during a camping trip, where casual banter transitions into profound advice on relationships and purpose
|
|
77
|
+
- Dazed and Confused features Randall "Pink" Floyd debating conformity with friends, using slang-laden dialogue to explore teenage rebellion without overt philosophizing
|
|
78
|
+
- Waking Life's animated vignettes connect disparate monologues on dreams and reality, showing how dialogue can link thematic threads across an ensemble
|
|
79
|
+
|
|
80
|
+
**Writing Approach**:
|
|
81
|
+
WRONG: "Life is meaningless without purpose," Jesse states profoundly.
|
|
82
|
+
RIGHT: Jesse leans against the window, staring at Vienna's lights.
|
|
83
|
+
"You know, sometimes I think about how we're all just
|
|
84
|
+
floating through this, making it up as we go. Like,
|
|
85
|
+
what's the point if we don't connect with someone
|
|
86
|
+
along the way?" Celine smiles, pausing before responding,
|
|
87
|
+
her eyes reflecting the passing scenery.
|
|
88
|
+
|
|
89
|
+
This approach ensures dialogue feels lived, with interruptions, overlaps, and natural rhythms that mimic real speech patterns. Writers should record actual conversations for inspiration, transcribing them to capture hesitations ("um," "you know") that add authenticity without overwhelming the text. In ensemble scenes, balance voices so no one dominates, allowing quieter characters to interject with pivotal insights. Philosophical depth emerges from specificity—ground abstract ideas in personal experiences, like linking existential dread to a childhood memory or a recent breakup. Avoid resolution in every exchange; many Linklater conversations end ambiguously, mirroring life's open-endedness.
|
|
90
|
+
|
|
91
|
+
To achieve verbosity without redundancy, expand on subtext: Describe how body language complements words, such as a character's fidgeting revealing unease during a vulnerable admission. In scripts, indicate pauses with ellipses or action lines, emphasizing how silence builds tension or intimacy. For instance, in Before Sunset, the nine-year gap between encounters infuses dialogue with layered meanings—regrets unspoken in the first film resurface subtly. This principle extends to adaptations like A Scanner Darkly, where Philip K. Dick's sci-fi concepts are humanized through drug-addled rants that blend paranoia with poignant reflections on identity.
|
|
92
|
+
|
|
93
|
+
### 2. **Time as a Character and Catalyst**
|
|
94
|
+
Linklater treats time not as a backdrop but as an active force shaping characters and narratives.
|
|
95
|
+
|
|
96
|
+
**Key Philosophy**:
|
|
97
|
+
- Time's passage reveals character evolution without contrived plot twists
|
|
98
|
+
- Real-time or compressed timelines heighten immediacy and authenticity
|
|
99
|
+
- Nostalgia and foresight intermingle, showing how past and future inform the present
|
|
100
|
+
- Temporal experiments (e.g., long-term filming) underscore life's transience
|
|
101
|
+
|
|
102
|
+
**Examples from Films**:
|
|
103
|
+
- Boyhood's 12-year span captures Mason's growth from child to young adult, with time jumps feeling seamless because they're tied to emotional milestones
|
|
104
|
+
- The Before trilogy spaces films nine years apart, allowing real aging to mirror character maturation and relationship complexities
|
|
105
|
+
- Dazed and Confused compresses a single day (last day of school) into a microcosm of adolescence, where hours feel eternal yet fleeting
|
|
106
|
+
- Waking Life's dream logic bends time, looping conversations to explore eternal philosophical questions
|
|
107
|
+
|
|
108
|
+
**Writing Approach**:
|
|
109
|
+
WRONG: FADE TO: Ten years later. Mason is now a man.
|
|
110
|
+
RIGHT: The camera lingers on Mason's face as he packs for college.
|
|
111
|
+
Flashbacks intercut subtly—his first bike ride, a divorce
|
|
112
|
+
argument—while he chats with his mom about how fast it all
|
|
113
|
+
went. "Seems like yesterday you were playing with Legos,"
|
|
114
|
+
she says, her voice cracking.
|
|
115
|
+
|
|
116
|
+
Emphasize temporal fluidity by using montages sparingly; instead, let scenes unfold in extended takes to simulate real time. In screenplays, note elapsed time through environmental changes—sunsets, meal progressions—or character observations ("Has it really been three hours?"). This principle fosters verbose descriptions: Detail how time alters dynamics, like how a conversation's tone shifts from playful to introspective as night falls. Avoid rushing revelations; allow characters to circle topics, building depth through repetition with variation, much like real discussions revisit themes.
|
|
117
|
+
|
|
118
|
+
For non-linear stories like Slacker, chain vignettes through thematic echoes, where one character's musing on conspiracy theories transitions to another's on free will. In Everybody Wants Some!!, the 1980s college weekend stretches to explore masculinity and camaraderie, with time marked by parties and practices. Writers should consider production implications—Linklater's commitment to long shoots informs scripting, encouraging dialogue that sustains interest over minutes without action beats.
|
|
119
|
+
|
|
120
|
+
### 3. **Ensemble Dynamics Through Naturalistic Interactions**
|
|
121
|
+
Linklater's ensembles feel like organic communities, with characters intersecting in ways that highlight shared humanity.
|
|
122
|
+
|
|
123
|
+
**Key Philosophy**:
|
|
124
|
+
- Ensembles reflect societal microcosms, with diverse voices creating polyphonic narratives
|
|
125
|
+
- Interactions prioritize authenticity over conflict, fostering connection through shared experiences
|
|
126
|
+
- Peripheral characters add texture, their stories weaving into the main tapestry
|
|
127
|
+
- Balance individualism with collectivism, showing how personal philosophies clash or harmonize
|
|
128
|
+
|
|
129
|
+
**Examples from Films**:
|
|
130
|
+
- Slacker's chain of Austin eccentrics passes the narrative baton, each contributing unique perspectives on life and society
|
|
131
|
+
- Dazed and Confused's high schoolers form cliques that overlap, revealing social hierarchies through casual hangouts
|
|
132
|
+
- Everybody Wants Some!!'s baseball team bonds through rituals, with individual quirks emerging in group settings
|
|
133
|
+
- SubUrbia's young adults grapple with post-adolescent ennui in parking lot debates, ensemble energy driving philosophical riffs
|
|
134
|
+
|
|
135
|
+
**Ensemble Techniques**:
|
|
136
|
+
- **Link characters thematically** - Common motifs (e.g., dreams in Waking Life) connect disparate stories
|
|
137
|
+
- **Rotating perspectives** - Shift focus fluidly, giving each character a "moment" without spotlighting
|
|
138
|
+
- **Group rituals** - Meals, walks, parties as catalysts for interaction
|
|
139
|
+
- **Subtle conflicts** - Tensions arise from differing views, resolved through dialogue not drama
|
|
140
|
+
|
|
141
|
+
**Pairing Examples from Films**:
|
|
142
|
+
- Jesse + Celine (Before trilogy) - Intellectual equals exploring romance through talk
|
|
143
|
+
- Mason + Samantha (Boyhood) - Siblings navigating family changes with sibling banter
|
|
144
|
+
- Pink + Wooderson (Dazed and Confused) - Mentor-mentee dynamic on independence
|
|
145
|
+
- Barris + Arctor (A Scanner Darkly) - Paranoid friends blurring reality in drug-fueled chats
|
|
146
|
+
|
|
147
|
+
**Writing Approach**:
|
|
148
|
+
ENSEMBLE SCENE STRUCTURE:
|
|
149
|
+
|
|
150
|
+
Establish setting (casual, everyday location like a car or porch)
|
|
151
|
+
Introduce interactions (organic entry points, e.g., someone arriving mid-conversation)
|
|
152
|
+
Rotate voices (allow interruptions, side chats)
|
|
153
|
+
Build thematic depth (personal stories lead to broader ideas)
|
|
154
|
+
Conclude ambiguously (fade out on ongoing talk, implying continuation)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
To expand verbosely, describe ensemble scenes with rich sensory details—background noises, weather influences—to immerse readers in the naturalism. In Bernie, the town's gossiping residents form a choral ensemble, their interviews providing multifaceted views on the protagonist. Writers should diversify voices by drawing from real demographics, ensuring inclusivity in philosophies and backgrounds.
|
|
158
|
+
|
|
159
|
+
### 4. **Naturalism Over Melodrama**
|
|
160
|
+
Linklater grounds stories in realism, avoiding exaggerated emotions for subtle, believable portrayals.
|
|
161
|
+
|
|
162
|
+
**Key Philosophy**:
|
|
163
|
+
- Authenticity trumps spectacle; everyday settings amplify emotional truths
|
|
164
|
+
- Subtle performances encouraged through understated scripting
|
|
165
|
+
- Philosophical elements integrated seamlessly, not as set pieces
|
|
166
|
+
- Humor arises from irony and observation, not slapstick
|
|
167
|
+
|
|
168
|
+
**Naturalism Principles**:
|
|
169
|
+
- **Lived-in environments** - Locations feel real, with imperfections
|
|
170
|
+
- **Emotional restraint** - Tears, anger shown sparingly for impact
|
|
171
|
+
- **Observational camera** - Scripts imply long takes, minimal cuts
|
|
172
|
+
- **Improvisational feel** - Dialogue allows for actor input
|
|
173
|
+
|
|
174
|
+
**Philosophy in Practice**:
|
|
175
|
+
NOT: Dramatic confrontation with yelling and revelations
|
|
176
|
+
BUT: Celine and Jesse walk along the Seine, voices low. She
|
|
177
|
+
mentions a past regret casually; he responds with a
|
|
178
|
+
thoughtful pause, sharing his own without escalation.
|
|
179
|
+
The river's flow mirrors their meandering talk.
|
|
180
|
+
|
|
181
|
+
This principle demands detailed scene descriptions: Note how lighting changes with time, or how props (books, cigarettes) facilitate natural interactions. In School of Rock, Dewey's enthusiasm contrasts with kids' realism, but energy stays grounded. For verbose expansion, analyze how naturalism enhances themes—e.g., in Apollo 10 ½, nostalgic animation blends with live-action feel to evoke childhood wonder without sentimentality.
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
## Narrative Structure
|
|
186
|
+
|
|
187
|
+
### The Linklater Temporal Flow Formula
|
|
188
|
+
|
|
189
|
+
Linklater's structures often defy traditional acts, favoring fluid, time-based progressions that mimic life's rhythm.
|
|
190
|
+
|
|
191
|
+
#### Act 1: Encounter and Immersion (0-30 minutes)
|
|
192
|
+
**Goal**: Introduce characters and world through initial interactions, establishing thematic tones.
|
|
193
|
+
|
|
194
|
+
**Key Elements**:
|
|
195
|
+
- **Character entry** - Meet protagonists in motion (walking, driving) to symbolize journey
|
|
196
|
+
- **Everyday catalyst** - Chance meeting or routine disruption sparks narrative
|
|
197
|
+
- **Initial rapport** - Build connection through small talk evolving to depth
|
|
198
|
+
- **Thematic seeding** - Hint at philosophical underpinnings via casual remarks
|
|
199
|
+
- **Setting as character** - Locations (trains, streets) influence mood
|
|
200
|
+
|
|
201
|
+
**Pacing**:
|
|
202
|
+
- Slow build with extended scenes
|
|
203
|
+
- Minimal action; focus on dialogue ignition
|
|
204
|
+
- Emotional investment by minute 15
|
|
205
|
+
- Subtle foreshadowing of conflicts
|
|
206
|
+
|
|
207
|
+
**Examples**:
|
|
208
|
+
- Before Sunrise: Jesse and Celine meet on train, decide to explore Vienna
|
|
209
|
+
- Boyhood: Mason's childhood snapshots set family dynamics
|
|
210
|
+
- Dazed and Confused: Morning school scenes introduce teens' world
|
|
211
|
+
- Slacker: Opening taxi monologue launches vignette chain
|
|
212
|
+
|
|
213
|
+
To elaborate verbosely, describe how this act immerses audiences: Use action lines to paint vivid, sensory-rich environments— the hum of a train, the scent of street food—drawing readers into the natural flow. Writers should avoid info dumps; reveal backstories through organic questions, like Celine asking Jesse about his travels. This sets up temporal themes, with clocks or sun positions subtly noted to foreshadow time's role.
|
|
214
|
+
|
|
215
|
+
#### Act 2A: Deepening Connections and Explorations (30-60 minutes)
|
|
216
|
+
**Goal**: Expand interactions, delve into philosophies, and introduce subtle tensions.
|
|
217
|
+
|
|
218
|
+
**Escalation Pattern**:
|
|
219
|
+
1. **Shared experiences** - Characters bond over activities (walks, meals)
|
|
220
|
+
2. **Philosophical dives** - Conversations turn introspective
|
|
221
|
+
3. **First vulnerabilities** - Share personal stories
|
|
222
|
+
4. **External influences** - Settings or minor characters add layers
|
|
223
|
+
5. **Building intimacy** - Physical and emotional closeness grows
|
|
224
|
+
|
|
225
|
+
**Key Techniques**:
|
|
226
|
+
- **Wandering montages** - Visual sequences of exploration with voiceover or dialogue
|
|
227
|
+
- **Idea clashes** - Differing views spark debate without hostility
|
|
228
|
+
- **Humor integration** - Light moments balance depth
|
|
229
|
+
- **Temporal markers** - Note time passing to heighten urgency
|
|
230
|
+
|
|
231
|
+
**Examples**:
|
|
232
|
+
- Before Sunset: Paris walk revisits past, uncovers regrets
|
|
233
|
+
- Everybody Wants Some!!: Weekend antics reveal team personalities
|
|
234
|
+
- Waking Life: Dream encounters escalate existential queries
|
|
235
|
+
- Bernie: Town interviews build multifaceted portrait
|
|
236
|
+
|
|
237
|
+
Verbose expansion: Detail how pacing accelerates subtly through conversation momentum—questions leading to anecdotes, anecdotes to revelations. Scripts should indicate actor freedom for improvisation, noting "ad-lib potential" in margins. In Fast Food Nation, ensemble threads interweave, showing how individual stories reflect broader social issues without forced connections.
|
|
238
|
+
|
|
239
|
+
#### Act 2B: Introspection and Turning Points (60-90 minutes)
|
|
240
|
+
**Goal**: Heighten emotional stakes, confront internal conflicts, approach emotional nadir.
|
|
241
|
+
|
|
242
|
+
**Midpoint Crisis**:
|
|
243
|
+
- **Revelatory moment** - Deep confession or realization
|
|
244
|
+
- **Temporal pressure** - Impending separation or change
|
|
245
|
+
- **Relationship strain** - Unresolved issues surface
|
|
246
|
+
- **Philosophical crux** - Core questions challenged
|
|
247
|
+
|
|
248
|
+
**Examples**:
|
|
249
|
+
- Before Midnight: Argument exposes marriage fractures
|
|
250
|
+
- Boyhood: Teenage Mason questions identity amid family shifts
|
|
251
|
+
- A Scanner Darkly: Paranoia peaks in substance-fueled haze
|
|
252
|
+
- SubUrbia: Night escalates to confrontations on wasted potential
|
|
253
|
+
|
|
254
|
+
Elaborate on emotional layering: Use subtext-heavy dialogue where words mask deeper pains, with action lines describing facial nuances or environmental echoes (rain symbolizing turmoil). This act builds verbosity through extended monologues, allowing characters to ramble philosophically, as in Waking Life's lucid dream discussions.
|
|
255
|
+
|
|
256
|
+
#### Act 3: Resolution and Reflection (90-120+ minutes)
|
|
257
|
+
**Goal**: Achieve catharsis through acceptance, connection, or open-ended insight.
|
|
258
|
+
|
|
259
|
+
**Resolution Principles**:
|
|
260
|
+
- **Emotional reconciliation** - Not always happy; often bittersweet
|
|
261
|
+
- **Final exchanges** - Conversations tie themes without closure
|
|
262
|
+
- **Temporal closure** - End with forward glance or nostalgic echo
|
|
263
|
+
- **Ensemble convergence** - Threads unite in shared understanding
|
|
264
|
+
|
|
265
|
+
**Climactic Structure**:
|
|
266
|
+
|
|
267
|
+
CONFRONTATION - Internal/external tensions peak
|
|
268
|
+
REVELATION - Honest admissions
|
|
269
|
+
CONNECTION - Reaffirm bonds or accept partings
|
|
270
|
+
REFLECTION - Philosophical wrap-up
|
|
271
|
+
FADE OUT - Ambiguous future implied
|
|
272
|
+
AFTERGLOW - Lingering emotion through silence or image
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
**Examples**:
|
|
276
|
+
- Before trilogy: Each ends on hopeful yet uncertain notes
|
|
277
|
+
- Boyhood: College departure symbolizes new beginnings
|
|
278
|
+
- Dazed and Confused: Dawn drive into unknown
|
|
279
|
+
- Hit Man: Identity twist resolves with moral ambiguity
|
|
280
|
+
|
|
281
|
+
Verbose detailing: Expand on post-climax reflections, using voiceovers or final dialogues to synthesize themes. Writers should ensure resolutions feel earned, drawing from earlier setups, and avoid tidy bows—Linklater favors life's messiness.
|
|
282
|
+
|
|
283
|
+
---
|
|
284
|
+
|
|
285
|
+
## Character Development
|
|
286
|
+
|
|
287
|
+
### The Searching Everyman
|
|
288
|
+
|
|
289
|
+
**Core Traits**:
|
|
290
|
+
- **Relatable ordinariness** - Everyday people with profound thoughts
|
|
291
|
+
- **Intellectual curiosity** - Questions life's big issues
|
|
292
|
+
- **Emotional vulnerability** - Opens up gradually
|
|
293
|
+
- **Growth through dialogue** - Evolves via interactions
|
|
294
|
+
|
|
295
|
+
**Character Arc Template**:
|
|
296
|
+
SETUP: Character in stasis (Jesse's cynicism, Mason's innocence)
|
|
297
|
+
CHALLENGE: Encounters provoke self-examination (Celine's optimism, life's changes)
|
|
298
|
+
CRISIS: Confronts flaws (regrets, uncertainties)
|
|
299
|
+
GROWTH: Gains insight (accepts impermanence, embraces change)
|
|
300
|
+
RESOLUTION: Transformed perspective (open to connection, ready for future)
|
|
301
|
+
|
|
302
|
+
Verbose analysis: Arcs are subtle, spanning years or days, with growth shown in shifting dialogue patterns—from guarded to open. In adaptations like Where'd You Go, Bernadette, protagonists like Bee evolve through family mysteries, blending Linklater's naturalism with narrative drive.
|
|
303
|
+
|
|
304
|
+
### Linklater Character Archetypes
|
|
305
|
+
|
|
306
|
+
**The Romantic Idealist** (Jesse, Celine):
|
|
307
|
+
- Seeks deep connections
|
|
308
|
+
- Philosophical romanticism
|
|
309
|
+
- Witty yet sincere
|
|
310
|
+
- Arc: From fantasy to reality
|
|
311
|
+
|
|
312
|
+
Detailed: These characters drive narratives through curiosity, their dialogues verbose explorations of love and time. Examples abound in the trilogy, where aging adds layers—youthful passion matures into nuanced partnership.
|
|
313
|
+
|
|
314
|
+
**The Coming-of-Age Youth** (Mason, Pink Floyd):
|
|
315
|
+
- Navigates identity
|
|
316
|
+
- Rebellious yet thoughtful
|
|
317
|
+
- Influenced by mentors
|
|
318
|
+
- Arc: Innocence to awareness
|
|
319
|
+
|
|
320
|
+
Expansion: In Boyhood, Mason's arc spans physical and emotional growth, with verbose scenes detailing incremental changes. Dazed characters like Mitch embody this in compressed time.
|
|
321
|
+
|
|
322
|
+
**The Eccentric Philosopher** (Slacker vignettes, Waking Life figures):
|
|
323
|
+
- Spouts unconventional ideas
|
|
324
|
+
- Detached yet engaging
|
|
325
|
+
- Adds thematic color
|
|
326
|
+
- Arc: Influences others subtly
|
|
327
|
+
|
|
328
|
+
Verbose: These provide intellectual spice, their monologues detailed riffs on existence, as in Waking Life's animated thinkers.
|
|
329
|
+
|
|
330
|
+
**The Flawed Mentor** (Mason Sr., Wooderson):
|
|
331
|
+
- Offers wisdom with hypocrisy
|
|
332
|
+
- Charismatic yet imperfect
|
|
333
|
+
- Guides through stories
|
|
334
|
+
- Arc: Self-reflection prompted
|
|
335
|
+
|
|
336
|
+
Examples: Mason Sr.'s car talks in Boyhood blend advice with personal failings, verbose in their meandering wisdom.
|
|
337
|
+
|
|
338
|
+
**The Community Voice** (Bernie townsfolk, SubUrbia friends):
|
|
339
|
+
- Represents societal norms
|
|
340
|
+
- Gossipy or opinionated
|
|
341
|
+
- Provides contrast
|
|
342
|
+
- Arc: Collective evolution
|
|
343
|
+
|
|
344
|
+
Expansion: Ensembles like Bernie's interviewers add verbose choral commentary, enriching singular stories.
|
|
345
|
+
|
|
346
|
+
**The Isolated Dreamer** (Arctor, Bernadette):
|
|
347
|
+
- Battles inner demons
|
|
348
|
+
- Creative or paranoid
|
|
349
|
+
- Seeks escape
|
|
350
|
+
- Arc: Reintegration or acceptance
|
|
351
|
+
|
|
352
|
+
In A Scanner Darkly, verbose internal monologues via rotoscope animation deepen isolation themes.
|
|
353
|
+
|
|
354
|
+
---
|
|
355
|
+
|
|
356
|
+
## Scene Construction
|
|
357
|
+
|
|
358
|
+
### The "Wandering Conversation" Scene
|
|
359
|
+
Core to Linklater: Characters talk while moving through spaces, blending physical and intellectual journeys.
|
|
360
|
+
|
|
361
|
+
**Structure**:
|
|
362
|
+
1. **Entry point** - Casual start (meeting, deciding to walk)
|
|
363
|
+
2. **Environmental integration** - Setting influences talk (landmarks prompt stories)
|
|
364
|
+
3. **Topic evolution** - From light to deep
|
|
365
|
+
4. **Interruptions** - Real-world distractions add naturalism
|
|
366
|
+
5. **Emotional peak** - Vulnerable share
|
|
367
|
+
6. **Fade or transition** - End mid-flow
|
|
368
|
+
|
|
369
|
+
**Example Template**:
|
|
370
|
+
EXT. VIENNA STREETS - NIGHT
|
|
371
|
+
Jesse and Celine stroll past cafes. Laughter from patrons.
|
|
372
|
+
JESSE
|
|
373
|
+
So, what's the craziest thing you've done for love?
|
|
374
|
+
CELINE
|
|
375
|
+
(pauses, smiles)
|
|
376
|
+
Once, I followed a guy to Paris on a whim. You?
|
|
377
|
+
They turn a corner, river visible. Conversation deepens to
|
|
378
|
+
dreams, fears. A street musician plays softly, underscoring mood.
|
|
379
|
+
|
|
380
|
+
Verbose: Detail sensory elements—sounds, smells—to enhance immersion. In Before films, these scenes span acts, building intimacy.
|
|
381
|
+
|
|
382
|
+
### The "Philosophical Monologue" Scene
|
|
383
|
+
A character expounds on ideas, often in static or dreamlike settings.
|
|
384
|
+
|
|
385
|
+
**Elements**:
|
|
386
|
+
- **Setup** - Trigger (question, event)
|
|
387
|
+
- **Delivery** - Rambling, passionate
|
|
388
|
+
- **Listener reaction** - Nods, questions
|
|
389
|
+
- **Integration** - Ties to personal life
|
|
390
|
+
- **Payoff** - Insight or shift
|
|
391
|
+
|
|
392
|
+
**Timing Rules**:
|
|
393
|
+
- Place mid-act for depth
|
|
394
|
+
- Balance length (3-5 minutes scripted)
|
|
395
|
+
- Avoid preachiness; ground in emotion
|
|
396
|
+
- Follow with silence for reflection
|
|
397
|
+
|
|
398
|
+
**Examples**:
|
|
399
|
+
WRONG (Didactic): "Existence is absurd."
|
|
400
|
+
RIGHT: In Waking Life, a professor rants on free will while
|
|
401
|
+
pacing a room, interweaving a childhood anecdote.
|
|
402
|
+
Listener interjects, "But what about choice in dreams?"
|
|
403
|
+
|
|
404
|
+
Expansion: These scenes allow verbose philosophical dives, as in Slacker's conspiracy theorist.
|
|
405
|
+
|
|
406
|
+
### The "Family or Group Gathering" Scene
|
|
407
|
+
Ensembles converge for meals or events, revealing dynamics.
|
|
408
|
+
|
|
409
|
+
**Required Elements**:
|
|
410
|
+
- **Ritual setting** - Dinner, party
|
|
411
|
+
- **Overlapping talks** - Multiple threads
|
|
412
|
+
- **Tensions surface** - Subtly
|
|
413
|
+
- **Humor and warmth** - Balance conflict
|
|
414
|
+
- **Thematic echo** - Conversations link arcs
|
|
415
|
+
|
|
416
|
+
**Examples**:
|
|
417
|
+
- Boyhood's birthday dinners show family evolution
|
|
418
|
+
- Before Midnight's Greek meal debates relationships
|
|
419
|
+
|
|
420
|
+
### The "Moment of Quiet Reflection" Scene
|
|
421
|
+
Characters pause, contemplating alone or together.
|
|
422
|
+
|
|
423
|
+
**Structure**:
|
|
424
|
+
1. **Transition from action** - After intense talk
|
|
425
|
+
2. **Visual focus** - On faces, landscapes
|
|
426
|
+
3. **Internal voice** - Voiceover optional
|
|
427
|
+
4. **Revelation** - Subtle epiphany
|
|
428
|
+
5. **Reentry** - Back to interaction
|
|
429
|
+
|
|
430
|
+
**Examples**:
|
|
431
|
+
- Mason stargazing in Boyhood
|
|
432
|
+
- Celine listening to a song in Before Sunset
|
|
433
|
+
|
|
434
|
+
This scene type emphasizes Linklater's restraint, using verbosity in descriptions to convey unspoken depths.
|
|
435
|
+
|
|
436
|
+
### The "Temporal Montage" Scene
|
|
437
|
+
Compresses time to show growth or passage.
|
|
438
|
+
|
|
439
|
+
**Elements**:
|
|
440
|
+
- **Linked images** - Everyday moments
|
|
441
|
+
- **Voiceover or music** - Narrates theme
|
|
442
|
+
- **Emotional arc** - From joy to melancholy
|
|
443
|
+
- **Culmination** - Leads to key scene
|
|
444
|
+
|
|
445
|
+
**Examples**:
|
|
446
|
+
- Boyhood's year jumps
|
|
447
|
+
- Apollo 10 ½'s childhood recollections
|
|
448
|
+
|
|
449
|
+
Verbose scripting: Detail each snippet's emotional weight, ensuring montages feel poetic not rushed.
|
|
450
|
+
|
|
451
|
+
### The "Bittersweet Parting" Scene
|
|
452
|
+
Ends with separation, laden with possibility.
|
|
453
|
+
|
|
454
|
+
**Structure**:
|
|
455
|
+
1. **Impending deadline** - Train, dawn
|
|
456
|
+
2. **Final words** - Honest, unresolved
|
|
457
|
+
3. **Physical gesture** - Hug, glance
|
|
458
|
+
4. **Lingering shot** - On departing figure
|
|
459
|
+
5. **Ambiguous hope** - Hint of reunion
|
|
460
|
+
|
|
461
|
+
**Examples**:
|
|
462
|
+
- Before Sunrise's train platform
|
|
463
|
+
- Dazed's road trip start
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cinematic-styles-directors-rob-reiner",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"displayName": "Rob Reiner Style Guide",
|
|
5
|
+
"description": "Screenplay style guide for Rob Reiner",
|
|
6
|
+
"type": "writing-standards",
|
|
7
|
+
"category": "screenplay/cinematic-styles/directors",
|
|
8
|
+
"tags": [
|
|
9
|
+
"screenplay",
|
|
10
|
+
"cinematic-style",
|
|
11
|
+
"director",
|
|
12
|
+
"auteur",
|
|
13
|
+
"rob-reiner"
|
|
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/rob-reiner",
|
|
42
|
+
"Configure active style in .augment/screenplay-config.json"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"contents": {
|
|
46
|
+
"rules": [
|
|
47
|
+
"rob-reiner.md"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|