@mytechtoday/augment-extensions 1.6.0 → 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.
Files changed (358) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +115 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +4 -1
@@ -0,0 +1,139 @@
1
+ # Penny Marshall Films Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The Penny Marshall Aesthetic: Warm Humanism, Working-Class Heart, Female-Centered Resilience, Ensemble Chemistry, Gentle Humor, Emotional Sincerity, and Earnest Optimism](#introduction-the-penny-marshall-aesthetic-warm-humanism-working-class-heart-female-centered-resilience-ensemble-chemistry-gentle-humor-emotional-sincerity-and-earnest-optimism)
6
+ - [Overall Tone and Thematic DNA – Warm Humanism, Working-Class Heart, Female Empowerment, Ensemble Chemistry, Gentle Humor, Emotional Sincerity, Period Authenticity, and Earnest Optimism](#overall-tone-and-thematic-dna-warm-humanism-working-class-heart-female-empowerment-ensemble-chemistry-gentle-humor-emotional-sincerity-period-authenticity-and-earnest-optimism)
7
+ - [Narrative Architecture – Character-Driven Dramas with Emotional Arcs and Gentle Escalation](#narrative-architecture-character-driven-dramas-with-emotional-arcs-and-gentle-escalation)
8
+ - [Character Construction – Relatable Heroes, Strong Women, Mentors, and Ensemble Chemistry](#character-construction-relatable-heroes-strong-women-mentors-and-ensemble-chemistry)
9
+ - [Dialogue Mechanics – Warm, Relatable, Emotional, Gentle Humor](#dialogue-mechanics-warm-relatable-emotional-gentle-humor)
10
+ - [Visual Language & Cinematography – Warm Period Texture, Human-Scale Framing, Authentic Locations](#visual-language-cinematography-warm-period-texture-human-scale-framing-authentic-locations)
11
+ - [Action and Conflict – Emotional & Relational](#action-and-conflict-emotional-relational)
12
+ - [Music and Sound Design – Warm, Nostalgic, Emotional](#music-and-sound-design-warm-nostalgic-emotional)
13
+ - [Practical Screenwriting Advice – Marshall Habits](#practical-screenwriting-advice-marshall-habits)
14
+ - [Quick Reference – Penny Marshall Checklist (Expanded)](#quick-reference-penny-marshall-checklist-expanded)
15
+
16
+ ## Introduction – The Penny Marshall Aesthetic: Warm Humanism, Working-Class Heart, Female-Centered Resilience, Ensemble Chemistry, Gentle Humor, Emotional Sincerity, and Earnest Optimism
17
+ Penny Marshall (born Carole Penny Marshall, October 15, 1943 – December 17, 2018) was one of the pioneering female directors in Hollywood, achieving massive commercial success while infusing her films with warm, relatable humanism, emotional sincerity, and a focus on resilient, everyday people overcoming life's challenges. Her career began as an actress, most famously as Laverne DeFazio on the sitcom *Laverne & Shirley* (1976–1983), a spin-off of *Happy Days* created by her brother Garry Marshall. She transitioned to directing with episodes of *Laverne & Shirley* and other TV shows, then made her feature debut with *Jumpin’ Jack Flash* (1986), a comedy thriller starring Whoopi Goldberg. Her breakthrough came with *Big* (1988), which grossed over $151 million and earned Tom Hanks his first Oscar nomination. She followed with the medical drama *Awakenings* (1990), starring Robin Williams and Robert De Niro; the feminist sports comedy *A League of Their Own* (1992), with Geena Davis, Tom Hanks, Madonna, and Rosie O’Donnell; the military comedy *Renaissance Man* (1994), starring Danny DeVito; the romantic fantasy remake *The Preacher’s Wife* (1996), starring Denzel Washington and Whitney Houston; and the coming-of-age memoir adaptation *Riding in Cars with Boys* (2001), starring Drew Barrymore. Marshall also produced several films and TV projects, and her work often featured strong female characters, ensemble casts, and themes of empowerment, family, and second chances.
18
+
19
+ Marshall’s screenplays—often adapted from books (*Awakenings* from Oliver Sacks, *Riding in Cars with Boys* from Beverly Donofrio’s memoir) or real events (*A League of Their Own* based on the All-American Girls Professional Baseball League) and collaborated on with writers like Lowell Ganz & Babaloo Mandel (*A League of Their Own*, *Renaissance Man*), Tom Schulman (*The Preacher’s Wife*), and Morgan Upton Ward (*Riding in Cars with Boys*)—are grounded, character-driven, emotionally sincere stories about ordinary people (often women or working-class individuals) facing extraordinary challenges with quiet resilience, humor, and hope. Her films are defined by warm humanism, working-class heart, female empowerment (often in male-dominated spaces), ensemble chemistry, gentle humor, period authenticity (1940s–1980s America), quiet resilience, found-family bonds, second chances, and an earnest belief in the American Dream despite hardship.
20
+
21
+ Marshall’s style contrasts sharply with Hitchcock’s elegant dread and voyeuristic tension, Mel Brooks’s affectionate parody and chaotic excess, Monty Python’s absurdist anti-logic, Star Wars’s mythic heroism, Star Trek’s utopian moral inquiry, or Key & Peele’s race-conscious social observation. Penny Marshall is fundamentally accessible, warm, relatable, character-centered, emotionally honest, and optimistic—a tone of gentle humor, quiet strength, and heartfelt belief in human connection and second chances.
22
+
23
+ This ultra-expanded guide provides the deepest possible dissection of Marshall’s style across her complete directorial filmography, with hundreds of specific scene, sequence, line, and performance examples, thematic evolutions from comedy to drama, structural rules with character-driven guidelines, visual grammar with period authenticity, character archetypes with emotional strategies, dialogue mechanics with warm and relatable rules, conflict philosophy with resilience and empowerment themes, music & sound principles, production insights from her collaborative process (with Tom Hanks, Robin Williams, Geena Davis, Madonna, Denzel Washington, Whitney Houston, Drew Barrymore, Danny DeVito, etc.), and practical screenwriting habits drawn from her approach.
24
+
25
+ ## Overall Tone and Thematic DNA – Warm Humanism, Working-Class Heart, Female Empowerment, Ensemble Chemistry, Gentle Humor, Emotional Sincerity, Period Authenticity, and Earnest Optimism
26
+ - **Warm Humanism with Working-Class Heart and Emotional Sincerity**
27
+ Marshall’s tone is accessible, warm, and emotionally sincere: stories center on ordinary people (often women or working-class men) facing real challenges with quiet resilience, humor, and hope. Her films feel lived-in, relatable, and grounded in human connection.
28
+ - *Big* (1988): Josh Baskin (Tom Hanks) becomes an adult overnight—tone of childlike wonder mixed with adult loneliness, resolved through heartfelt friendship and family.
29
+ - *Awakenings* (1990): Dr. Sayer (Robin Williams) awakens catatonic patients—tone of quiet compassion, medical hope, and tragic beauty in fleeting recovery.
30
+ - *A League of Their Own* (1992): All-American Girls Professional Baseball League—tone of feminist empowerment, camaraderie, and bittersweet nostalgia for a lost era.
31
+ - *The Preacher’s Wife* (1996): Angel Dudley (Denzel Washington) helps a struggling preacher—tone of gentle faith, community warmth, and romantic tension.
32
+ - *Riding in Cars with Boys* (2001): Beverly Donofrio’s teenage pregnancy and single motherhood—tone of raw honesty, resilience, and redemption through motherhood.
33
+ → **Core Principle**: Maintain warm humanism and emotional sincerity—characters are flawed, relatable, and ultimately redeemable through connection, hard work, and quiet courage. Tone should feel accessible, never cynical or detached.
34
+
35
+ - **Thematic Pillars – Female Empowerment, Working-Class Resilience, Found Family, Second Chances, Period Authenticity, and Gentle Optimism**
36
+ 1. Female Empowerment & Breaking Barriers: Women succeeding in male-dominated spaces—guideline: Show strength through perseverance and camaraderie.
37
+ - *A League of Their Own*: Women playing professional baseball during WWII.
38
+ - *Big*: Susan Lawrence (Elizabeth Perkins) navigating corporate world.
39
+ 2. Working-Class Heart & Resilience: Ordinary people overcoming hardship—guideline: Root stories in relatable struggles.
40
+ - *Riding in Cars with Boys*: Beverly’s single motherhood.
41
+ - *Awakenings*: Patients and caregivers finding meaning.
42
+ 3. Found Family & Ensemble Chemistry: Bonds formed through shared struggle—guideline: Use ensembles for warmth and humor.
43
+ - *A League of Their Own*: Rockford Peaches team unity.
44
+ - *Big*: Josh & Susan’s unlikely friendship.
45
+ 4. Second Chances & Redemption: Characters given new opportunities—guideline: Show growth through mistakes.
46
+ - *Big*: Josh’s return to childhood.
47
+ - *The Preacher’s Wife*: Reverend Henry’s renewed faith.
48
+ 5. Period Authenticity & Nostalgic Texture: 1950s–1980s American life—guideline: Use detail for immersion.
49
+ - *A League of Their Own*: 1940s wartime America.
50
+ - *Riding in Cars with Boys*: 1960s–1970s working-class life.
51
+ 6. Gentle Humor & Emotional Sincerity: Light comedy amid real pain—guideline: Humor from character quirks.
52
+ - *Big*: Adult-in-child-body gags with heartfelt core.
53
+ → **Integration Rule**: Center 3–5 pillars per film—classic Marshall formula: female empowerment + working-class resilience + found family. Use period texture to ground themes in specific time/place.
54
+
55
+ - **Tone Spectrum & Modulation Guidelines**
56
+ Warm relatability / gentle humor → rising emotional tension / hardship → moral crisis / personal sacrifice → redemptive hope or bittersweet reflection. Humor is character-driven, warm, and situational; tragedy is intimate and earned.
57
+ - Modulation Rule: Shift tones through character relationships, period detail, and ensemble moments. Maintain underlying optimism—connection and resilience always prevail.
58
+
59
+ ## Narrative Architecture – Character-Driven Dramas with Emotional Arcs and Gentle Escalation
60
+ - **Character-Driven Emotional Arcs**
61
+ - Focus on personal growth through relationships and challenges.
62
+ - *Big*: Josh’s adult experience → return to childhood with wisdom.
63
+ - *A League of Their Own*: Dottie & Kit’s sister rivalry → team unity.
64
+ → **Guideline**: Center one or two emotional arcs; support with ensemble.
65
+
66
+ - **Gentle Escalation & Stakes**
67
+ - Stakes are personal and relational, not apocalyptic.
68
+ - *Awakenings*: Patients’ awakening → tragic relapse.
69
+ → **Rule**: Build tension through emotion, not action.
70
+
71
+ - **Pacing: Deliberate & Warm**
72
+ - Slow-burn emotional beats balanced with light humor.
73
+ - Examples: Quiet hospital scenes in *Awakenings*.
74
+ → **Guideline**: Let moments breathe—dialogue and performance carry story.
75
+
76
+ ## Character Construction – Relatable Heroes, Strong Women, Mentors, and Ensemble Chemistry
77
+ - **Relatable, Flawed Heroes**
78
+ - Josh Baskin (*Big*): Innocent, kind, overwhelmed by adulthood.
79
+ - Dottie Hinson (*A League of Their Own*): Strong, loyal, conflicted.
80
+ → **Guideline**: Heroes are ordinary, flawed, and grow through love.
81
+
82
+ - **Strong Female Leads**
83
+ - Dottie, Beverly Donofrio, Julia Stiles in *Riding in Cars*.
84
+ → **Rule**: Women drive narrative—resilient, complex, empowered.
85
+
86
+ - **Mentors & Supporting Players**
87
+ - Dr. Sayer (*Awakenings*), Jimmy Dugan (*A League of Their Own*).
88
+ → **Guideline**: Mentors inspire growth; ensemble adds warmth.
89
+
90
+ ## Dialogue Mechanics – Warm, Relatable, Emotional, Gentle Humor
91
+ - **Warm, Relatable, Heartfelt Speech**
92
+ - “There’s no crying in baseball!” — Jimmy Dugan (*A League of Their Own*).
93
+ - “I’m not a kid anymore.” — Josh (*Big*).
94
+ → **Guideline**: Dialogue is conversational, emotional, and sincere.
95
+
96
+ - **Gentle Humor & Emotional Beats**
97
+ - Tom Hanks’s childlike reactions in *Big*.
98
+ → **Rule**: Humor serves heart—never mean-spirited.
99
+
100
+ ## Visual Language & Cinematography – Warm Period Texture, Human-Scale Framing, Authentic Locations
101
+ - **Period Authenticity**
102
+ - 1940s baseball uniforms, 1970s Valley homes.
103
+ → **Guideline**: Use practical locations for warmth.
104
+
105
+ - **Human-Scale Framing**
106
+ - Close-ups for emotion, medium shots for ensemble.
107
+ → **Rule**: Focus on faces and relationships.
108
+
109
+ ## Action and Conflict – Emotional & Relational
110
+ - **Emotional & Relational Conflicts**
111
+ - Sister rivalry (*A League of Their Own*).
112
+ → **Guideline**: Conflict serves growth and connection.
113
+
114
+ ## Music and Sound Design – Warm, Nostalgic, Emotional
115
+ - **Period Soundtracks & Scores**
116
+ - *A League of Their Own*: 1940s songs.
117
+ - *Big*: Heartfelt piano.
118
+ → **Rule**: Use music to evoke emotion and era.
119
+
120
+ ## Practical Screenwriting Advice – Marshall Habits
121
+ - Center character emotion.
122
+ - Use ensemble for warmth.
123
+ - Write relatable dialogue.
124
+ - Balance humor with heart.
125
+ - Guideline: “Make it feel real and human.”
126
+
127
+ ## Quick Reference – Penny Marshall Checklist (Expanded)
128
+ - [ ] Warm humanism
129
+ - [ ] Working-class heart
130
+ - [ ] Female empowerment
131
+ - [ ] Ensemble chemistry
132
+ - [ ] Gentle humor
133
+ - [ ] Emotional sincerity
134
+ - [ ] Period authenticity
135
+ - [ ] Found family
136
+ - [ ] Second chances
137
+ - [ ] Earnest optimism
138
+
139
+ Write Penny Marshall stories with warm heart and human truth: explore ordinary people overcoming hardship through resilience, friendship, and quiet courage—create tales that feel relatable, heartfelt, and deeply optimistic.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-peter-bogdanovich",
3
+ "version": "1.0.0",
4
+ "displayName": "Peter Bogdanovich Style Guide",
5
+ "description": "Screenplay style guide for Peter Bogdanovich",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "peter-bogdanovich"
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/peter-bogdanovich",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "peter-bogdanovich.md"
48
+ ]
49
+ }
50
+ }
@@ -0,0 +1,411 @@
1
+ # Peter Bogdanovich - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Classic Hollywood Homage](#the-classic-hollywood-homage)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Homage to Classics with Personal Modern Twist**](#1-homage-to-classics-with-personal-modern-twist)
9
+ - [2. **Visual Storytelling Through Long Takes and Deep Focus**](#2-visual-storytelling-through-long-takes-and-deep-focus)
10
+ - [3. **Ensemble Dynamics with Precise, Naturalistic Performances**](#3-ensemble-dynamics-with-precise-naturalistic-performances)
11
+ - [4. **Nostalgic Tone with Melancholic Undercurrent**](#4-nostalgic-tone-with-melancholic-undercurrent)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Bogdanovich Three-Act Formula](#the-bogdanovich-three-act-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Flawed Nostalgic Hero](#the-flawed-nostalgic-hero)
16
+ - [Bogdanovich Character Archetypes](#bogdanovich-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Slow Pan Reveal" Scene](#the-slow-pan-reveal-scene)
19
+ - [The "Screwball Banter" Scene](#the-screwball-banter-scene)
20
+ - [The "Mentor Wisdom" Scene](#the-mentor-wisdom-scene)
21
+ - [The "Bittersweet Farewell" Scene](#the-bittersweet-farewell-scene)
22
+
23
+ ## The Classic Hollywood Homage
24
+
25
+ **Films Analyzed**:
26
+ - The Last Picture Show (1971)
27
+ - What's Up, Doc? (1972)
28
+ - Paper Moon (1973)
29
+ - Targets (1968)
30
+ - Daisy Miller (1974)
31
+ - At Long Last Love (1975)
32
+ - Nickelodeon (1976)
33
+ - Saint Jack (1979)
34
+ - They All Laughed (1981)
35
+ - Mask (1985)
36
+ - Texasville (1990)
37
+ - The Thing Called Love (1993)
38
+ - Noises Off (1992)
39
+ - The Cat's Meow (2001)
40
+ - She's Funny That Way (2014)
41
+
42
+ **Primary Writers**: Peter Bogdanovich (often as writer/director), Larry McMurtry, Buck Henry, Alvin Sargent, James Lee Barrett, Frederic Raphael, Cybill Shepherd (collaborations), and adaptations from authors like Henry James and Larry McMurtry.
43
+ **Genre**: Nostalgic Drama / Screwball Comedy / Period Piece Homage
44
+ **Core Concept**: Reviving the elegance and wit of Golden Age Hollywood through meticulous visual storytelling, ensemble performances, and a bittersweet exploration of human relationships, infused with personal nostalgia and modern emotional nuance.
45
+
46
+ ---
47
+
48
+ ## Overview
49
+
50
+ Peter Bogdanovich's filmmaking style represents a bridge between the classical Hollywood era and the New Hollywood movement of the 1970s. As a film historian, critic, and director, Bogdanovich drew deeply from the wells of directors like Howard Hawks, John Ford, Orson Welles, and Alfred Hitchcock, crafting films that pay homage to their techniques while infusing them with contemporary themes of loss, love, regret, and the passage of time. His work often features black-and-white cinematography to evoke nostalgia, long takes to allow actors' performances to breathe, deep focus to capture the richness of environments, and a blend of humor and melancholy that reflects the complexities of human experience.
51
+
52
+ Bogdanovich's films are characterized by their reverence for cinema's past, yet they avoid mere imitation by incorporating personal elements—drawing from his own life experiences, relationships, and passions. For instance, his early successes like *The Last Picture Show* capture the fading American small-town life with Fordian lyricism, while *What's Up, Doc?* resurrects the screwball comedy genre with Hawksian energy but adds a layer of 1970s irreverence. Later works like *They All Laughed* blend detective tropes with romantic comedy, laced with autobiographical sorrow following the tragic death of Dorothy Stratten.
53
+
54
+ This style guide distills the essence of Bogdanovich's approach, emphasizing how his screenplays and direction create emotionally resonant stories that honor classic forms while speaking to modern audiences. Through detailed analysis of structure, character, dialogue, and visual techniques, writers can emulate his method of blending spectacle with intimacy, humor with heartache, and tradition with innovation. Bogdanovich's cinema teaches that great storytelling lies in the subtle interplay of light, shadow, gesture, and word, always grounded in the authenticity of human emotion.
55
+
56
+ His influence extends beyond his films; as a scholar who interviewed legends like Welles and Ford, Bogdanovich preserved film history, which in turn informed his creative output. This guide will explore how to construct screenplays that echo this scholarly yet heartfelt style, ensuring that every scene, line, and shot serves the dual purpose of entertaining and evoking deeper reflection on life's impermanence.
57
+
58
+ ---
59
+
60
+ ## Core Principles
61
+
62
+ ### 1. **Homage to Classics with Personal Modern Twist**
63
+ Bogdanovich's films are loving tributes to Golden Age Hollywood, but they infuse classic tropes with contemporary emotional depth and autobiographical elements, ensuring they feel fresh rather than derivative.
64
+
65
+ **Key Philosophy**:
66
+ - Reference without replication: Draw from Hawks' rapid-fire dialogue, Ford's panoramic landscapes, Welles' deep focus, and Hitchcock's subjective tension, but adapt them to explore modern themes like alienation, feminism, and cultural decay.
67
+ - Personal infusion: Incorporate elements from the director's life—nostalgia for old movies, romantic entanglements, or historical obsessions—to add authenticity and emotional stakes.
68
+ - Balance reverence and innovation: Classic structures provide a foundation, but subvert expectations with ironic twists or melancholic undertones.
69
+ - Visual metaphor for emotion: Use cinematic techniques as metaphors for internal states, such as slow pans revealing isolation or deep focus symbolizing interconnected lives.
70
+
71
+ **Examples from Films**:
72
+ - In *The Last Picture Show*, the black-and-white cinematography and small-town setting homage Ford's Westerns like *The Searchers*, but Bogdanovich twists it into a coming-of-age tale of sexual awakening and societal decline, reflecting 1950s America's loss of innocence.
73
+ - *What's Up, Doc?* revives Hawks' *Bringing Up Baby* with chaotic chases and witty banter, yet adds 1970s sexual liberation through Barbra Streisand's liberated character, blending screwball energy with subtle commentary on gender roles.
74
+ - *Paper Moon* echoes Depression-era road movies like Ford's *The Grapes of Wrath*, but personalizes it with a father-daughter con artist dynamic, drawing from Bogdanovich's own fascination with early cinema and family bonds.
75
+ - *They All Laughed* pays tribute to detective films like *The Thin Man*, but infuses it with real-life melancholy from Bogdanovich's relationship with Dorothy Stratten, turning comedy into a poignant meditation on love and loss.
76
+
77
+ **Writing Approach**:
78
+ WRONG: "The characters chase each other through the hotel, knocking over furniture in a generic slapstick sequence."
79
+ RIGHT: "Howard's identical suitcases mix up with Judy's, sparking a Hawksian screwball pursuit through San Francisco's labyrinthine streets. As they dodge cable cars and spill into Chinatown, the chaos mirrors Howard's internal turmoil—his rigid academic life unraveling under Judy's free-spirited charm. A slow pan reveals the Golden Gate Bridge in the distance, symbolizing the bridge between his past and potential future, infused with Bogdanovich's nostalgic nod to classic chase scenes but tinged with 1970s irony."
80
+
81
+ This approach ensures the homage feels organic, with every reference serving character development or thematic depth, avoiding pastiche by grounding it in personal or cultural context.
82
+
83
+ ### 2. **Visual Storytelling Through Long Takes and Deep Focus**
84
+ Bogdanovich prioritizes cinematic language over expository dialogue, using extended shots, deep focus, and elegant camera movements to convey emotion and narrative without cuts, allowing performances to unfold naturally.
85
+
86
+ **Key Philosophy**:
87
+ - Everything in focus: Like Welles in *Citizen Kane*, keep foreground, midground, and background sharp to layer meaning—characters' actions interact with their environments, symbolizing broader social contexts.
88
+ - Long takes for fluidity: Avoid excessive editing to give actors space, building tension through sustained performance and subtle gestures.
89
+ - Subjective cinema: Employ POV shots, crosscuts, and slow pans to immerse viewers in characters' emotional worlds, evoking love, regret, or isolation.
90
+ - Real locations as characters: Shoot in authentic settings with elegant camera work to enhance nostalgia and realism, turning places into metaphors for time's passage.
91
+
92
+ **Examples from Films**:
93
+ - *The Last Picture Show* opens with a slow, right-to-left pan across the desolate Texas town, capturing the wind-swept streets and fading theater in deep focus, immediately establishing the theme of decay without a word—echoing Ford's Monument Valley shots but applied to mid-century Americana.
94
+ - In *Paper Moon*, long takes during car rides allow Ryan and Tatum O'Neal's banter to build naturally, with the vast Depression-era landscapes in deep focus symbolizing their emotional journey from strangers to family.
95
+ - *Daisy Miller* uses choreographed camera movements and arch diction in long scenes to reflect Henry James' intricate social commentary, with deep focus highlighting the subtle class tensions in European settings.
96
+ - *They All Laughed* features subjective crosscuts during romantic pursuits, where a character's longing gaze cuts to their object of affection, infusing New York streets with melancholic romance, blending Hitchcockian tension with Hawksian wit.
97
+
98
+ **Writing Approach**:
99
+ WRONG: "Sonny looks at the empty street. He feels sad."
100
+ RIGHT: "A slow, elegant pan from right to left sweeps across the windblown Anarene main street, deep focus revealing the shuttered Royal Theater in the background, the flickering neon sign barely holding on. Sonny stands in the foreground, his face etched with quiet regret, the vast emptiness mirroring his internal loss of youth. No cuts interrupt the moment, allowing Cloris Leachman's subtle gestures— a hand clutching her coat—to convey unspoken longing."
101
+
102
+ This principle emphasizes showing over telling, using visual composition to layer emotional depth, making the screenplay a blueprint for cinematic poetry rather than mere dialogue-driven narrative.
103
+
104
+ ### 3. **Ensemble Dynamics with Precise, Naturalistic Performances**
105
+ Bogdanovich excels at assembling ensembles where each character shines through precise gestures, arch diction, and interpersonal chemistry, blending classic Hollywood star power with New Hollywood realism.
106
+
107
+ **Key Philosophy**:
108
+ - Cast for authenticity: Choose actors who embody roles naturally, drawing from theater traditions like Stella Adler to elicit fluid, unforced performances.
109
+ - Interpersonal chemistry: Pair characters in unlikely dynamics to spark wit, conflict, or tenderness, using banter to reveal subtext.
110
+ - Precise gestures and diction: Encourage stylized yet naturalistic acting—arch phrasing in period pieces, subtle expressions in dramas—to convey complex emotions.
111
+ - Micro-moments of revelation: Give every ensemble member a defining scene or line, ensuring balance without overshadowing the protagonist.
112
+
113
+ **Examples from Films**:
114
+ - *The Last Picture Show*'s ensemble—Timothy Bottoms, Jeff Bridges, Cybill Shepherd, Cloris Leachman—interacts in small-town vignettes, with Leachman's Oscar-winning performance in a long-take confession scene highlighting ensemble depth through raw vulnerability.
115
+ - *What's Up, Doc?* features Barbra Streisand and Ryan O'Neal's electric chemistry, supported by Madeline Kahn's debut as a foil, where precise comedic timing and gestures revive screwball ensembles like those in Hawks' films.
116
+ - *Paper Moon* centers on the O'Neal duo, but supporting players like Madeline Kahn add layers, with ensemble scenes in diners or hotels using naturalistic banter to explore con artistry and budding affection.
117
+ - *They All Laughed* weaves an ensemble of detectives and lovers (Audrey Hepburn, Ben Gazzara, John Ritter), where New York's streets become a stage for overlapping romances, each character getting micro-arcs of joy and sorrow.
118
+
119
+ **Ensemble Techniques**:
120
+ - Strategic pairings: Innocent youth with cynical elder (e.g., Addie and Moze in *Paper Moon*).
121
+ - Rotating focus: Shift spotlight in group scenes to allow individual moments.
122
+ - Chemical reactions: Use conflict or attraction to drive dynamics.
123
+ - Balanced screen time: Ensure supporting roles enhance the whole.
124
+
125
+ **Writing Approach**:
126
+ ENSEMBLE SCENE STRUCTURE:
127
+
128
+ Establish group setting (real location with deep focus).
129
+ Introduce dynamics (banter or tension).
130
+ Rotate focus (micro-moments for each character).
131
+ Build to revelation (emotional peak through gesture or line).
132
+ Resolve with connection (bittersweet unity or parting).
133
+
134
+
135
+ This ensures ensembles feel alive, with performances driving the narrative forward in a classically inspired yet personally nuanced way.
136
+
137
+ ### 4. **Nostalgic Tone with Melancholic Undercurrent**
138
+ Bogdanovich's stories are steeped in nostalgia for lost eras, but tempered with melancholy, reflecting life's transience through bittersweet humor, poignant endings, and thematic exploration of change.
139
+
140
+ **Key Philosophy**:
141
+ - Bittersweet balance: Humor masks deeper sadness, as in screwball comedies that end with wistful reflections.
142
+ - Nostalgia as theme: Use period settings, music, and visuals to evoke past glories, contrasting with characters' present struggles.
143
+ - Emotional authenticity: Ground spectacle in human costs—love lost, innocence faded, dreams deferred.
144
+ - Melancholy in comedy: Even laughs carry regret, drawing from personal experiences like Bogdanovich's own losses.
145
+
146
+ **Examples from Films**:
147
+ - *The Last Picture Show* nostalgia for 1950s Texas is undercut by themes of sexual frustration and death, ending with the theater's closure symbolizing cultural loss.
148
+ - *What's Up, Doc?*'s madcap humor hides subtle melancholy in characters' loneliness, with the final embrace tinged with impermanence.
149
+ - *Paper Moon* blends Depression-era charm with con games' harsh realities, the father-daughter bond providing warmth amid economic despair.
150
+ - *They All Laughed*'s title song evokes transient joy, shadowed by real-life tragedy, turning romantic comedy into a elegy for lost love.
151
+
152
+ **Tone Philosophy**:
153
+ NOT: Pure slapstick without consequence.
154
+ BUT: A chaotic chase ends with characters breathless, sharing a laugh that's quickly sobered by a glance at a fading photograph or a distant horizon, infusing joy with the awareness of time's relentless march.
155
+
156
+ This principle creates emotional resonance, making Bogdanovich's films linger long after viewing, blending classic optimism with modern realism.
157
+
158
+ ---
159
+
160
+ ## Narrative Structure
161
+
162
+ ### The Bogdanovich Three-Act Formula
163
+
164
+ Bogdanovich's narratives often follow classical three-act structures but with nostalgic twists, slow builds, and melancholic resolutions, drawing from Golden Age formulas while incorporating New Hollywood introspection.
165
+
166
+ #### Act 1: Establishment of World and Characters (0-30 minutes)
167
+ **Goal**: Immerse in a nostalgic setting, introduce flawed characters, and set up the inciting emotional conflict.
168
+
169
+ **Key Elements**:
170
+ - **World-building through visuals**: Open with slow pans or deep focus shots establishing time and place—e.g., a dying town or bustling city—as metaphors for themes.
171
+ - **Character introductions**: Show personalities via actions and interactions, revealing flaws like cynicism or naivety.
172
+ - **Nostalgic hook**: Evoke past eras with music, costumes, or references, contrasting with present tensions.
173
+ - **Inciting incident**: A disruption—romantic encounter, loss, or opportunity—forces change.
174
+ - **Emotional stake**: Establish what characters stand to lose, often innocence or connection.
175
+
176
+ **Pacing**:
177
+ - Deliberate and observational, with long takes building atmosphere.
178
+ - Subtle humor or tension in first 10 minutes.
179
+ - Character depth by minute 20.
180
+
181
+ **Examples**:
182
+ - *The Last Picture Show*: Pan across Anarene introduces Sonny and Duane's aimless youth, incited by Jacy's allure and Sam's death foreshadowing.
183
+ - *What's Up, Doc?*: Howard's mundane life disrupted by Judy's chaotic entrance, setting screwball tone with nostalgic San Francisco vibes.
184
+ - *Paper Moon*: Moze's con life interrupted by Addie's arrival, establishing Depression-era road trip with melancholic undertones.
185
+
186
+ #### Act 2A: Rising Conflicts and Relationships (30-60 minutes)
187
+ **Goal**: Deepen relationships, escalate emotional stakes, and explore themes through interactions and setbacks.
188
+
189
+ **Escalation Pattern**:
190
+ 1. **Initial alliances**: Characters form bonds or rivalries, testing flaws.
191
+ 2. **Complications**: External pressures (society, fate) intensify internal struggles.
192
+ 3. **Mid-act confrontation**: First major emotional clash or revelation.
193
+ 4. **Nostalgic interludes**: Moments of reflection via music or memory.
194
+ 5. **Building tension**: Subtle escalations lead to fracture.
195
+
196
+ **Key Techniques**:
197
+ - Montages of journeys or chases with deep focus.
198
+ - Banter revealing subtext.
199
+ - Real locations enhancing authenticity.
200
+ - Humor tempering drama.
201
+
202
+ #### Act 2B: Crisis and Dark Night (60-90 minutes)
203
+ **Goal**: Characters hit rock bottom, relationships strain, themes of loss culminate.
204
+
205
+ **Midpoint Crisis**:
206
+ - **Major setback**: Betrayal, death, or failure exposes vulnerabilities.
207
+ - **Emotional isolation**: Characters confront regrets in solitary moments.
208
+ - **Ensemble fracture**: Alliances break under pressure.
209
+ - **Nostalgic reflection**: Flashbacks or symbols evoke lost pasts.
210
+
211
+ **Examples**:
212
+ - *The Last Picture Show*: Sonny's affair ends badly, Duane leaves for war, town decays further.
213
+ - *Paper Moon*: Addie's schemes backfire, forcing Moze to face fatherhood.
214
+ - *They All Laughed*: Romantic entanglements unravel amid jealousy and tragedy's shadow.
215
+
216
+ #### Act 3: Resolution with Bittersweet Closure (90-120 minutes)
217
+ **Goal**: Characters reconcile or part, arcs complete with melancholic wisdom.
218
+
219
+ **Resolution Principles**:
220
+ - **Emotional rally**: Characters confront truths.
221
+ - **Climactic confrontation**: Not action-heavy, but dialogue-driven revelations.
222
+ - **Sacrifice or growth**: Overcome flaws through acceptance.
223
+ - **Nostalgic coda**: End with reflective imagery, like fading lights or distant horizons.
224
+ - **Ambiguous hope**: Victory tempered by loss.
225
+
226
+ **Climax Structure**:
227
+
228
+ CONFRONTATION - Characters face core conflict.
229
+ REVELATION - Emotional truths emerge in long take.
230
+ RESOLUTION - Bonds mended or severed bittersweetly.
231
+ CODA - Slow pan or deep focus on changed world, evoking nostalgia.
232
+
233
+
234
+ ---
235
+
236
+ ## Character Development
237
+
238
+ ### The Flawed Nostalgic Hero
239
+
240
+ **Core Traits**:
241
+ - **Relatable imperfection**: Cynicism, naivety, or regret humanizes them.
242
+ - **Nostalgic longing**: Yearn for simpler times or lost loves.
243
+ - **Growth through reflection**: Learn via relationships and setbacks.
244
+ - **Moral ambiguity**: Not purely heroic, reflecting real complexity.
245
+
246
+ **Character Arc Template**:
247
+ SETUP: Hero defined by flaw (Sonny's passivity, Howard's rigidity).
248
+ CHALLENGE: Flaw strains relationships (affairs, chaos).
249
+ CRISIS: Loss forces confrontation (death, betrayal).
250
+ GROWTH: Accepts change (embraces maturity, flexibility).
251
+ RESOLUTION: Bittersweet evolution (wiser but scarred).
252
+
253
+ ### Bogdanovich Character Archetypes
254
+
255
+ **The Innocent Youth** (Sonny in *Last Picture Show*, Addie in *Paper Moon*):
256
+ - Wide-eyed curiosity amid harsh realities.
257
+ - Flaw: Naivety leading to heartbreak.
258
+ - Growth: Loses innocence, gains wisdom.
259
+ - Voice: Earnest, questioning.
260
+
261
+ **The Cynical Mentor** (Sam the Lion in *Last Picture Show*, Moze in *Paper Moon*):
262
+ - World-weary wisdom from experience.
263
+ - Flaw: Emotional detachment.
264
+ - Growth: Rediscovers connection.
265
+ - Voice: Gruff, reflective.
266
+
267
+ **The Spirited Woman** (Judy in *What's Up, Doc?*, Daisy in *Daisy Miller*):
268
+ - Free-spirited, challenging norms.
269
+ - Flaw: Impulsiveness causing chaos.
270
+ - Growth: Balances freedom with empathy.
271
+ - Voice: Witty, arch.
272
+
273
+ **The Melancholic Lover** (Charles in *They All Laughed*, Rocky in *Mask*):
274
+ - Romantic idealist shadowed by regret.
275
+ - Flaw: Idealization leading to pain.
276
+ - Growth: Accepts imperfection.
277
+ - Voice: Poignant, introspective.
278
+
279
+ **The Comic Foil** (Eunice in *What's Up, Doc?*, Trixie in *Paper Moon*):
280
+ - Exaggerated traits for humor.
281
+ - Flaw: Jealousy or greed.
282
+ - Growth: Humanized through vulnerability.
283
+ - Voice: Sharp, comedic.
284
+
285
+ **The Outsider Artist** (Byron in *Targets*, Leo in *Nickelodeon*):
286
+ - Passionate but alienated.
287
+ - Flaw: Obsession isolating them.
288
+ - Growth: Finds community.
289
+ - Voice: Enthusiastic, nostalgic.
290
+
291
+ ---
292
+
293
+ ## Scene Construction
294
+
295
+ ### The "Slow Pan Reveal" Scene
296
+ Establishes world and emotion through elegant camera movement.
297
+
298
+ **Structure**:
299
+ 1. **Initial frame**: Focus on detail (face, object).
300
+ 2. **Pan movement**: Right-to-left or vice versa, revealing context.
301
+ 3. **Deep focus integration**: Layers add meaning.
302
+ 4. **Character reaction**: Subtle gesture responds.
303
+ 5. **Emotional payoff**: Sets tone for nostalgia or isolation.
304
+
305
+ **Example Template**:
306
+ EXT. SMALL TOWN STREET - DAY
307
+ Start on a flickering theater marquee, letters peeling. Slow pan right-to-left across empty sidewalks, deep focus showing distant figures in conversation. Wind kicks up dust. Sonny enters frame, pausing, his face reflecting quiet sorrow. The pan completes on the vast sky, symbolizing endless possibility tempered by loss.
308
+
309
+ ### The "Screwball Banter" Scene
310
+ Rapid wit reveals character and advances plot without undercutting emotion.
311
+
312
+ **Elements**:
313
+ - **Setup**: Conflicting personalities meet.
314
+ - **Exchange**: Arch diction, precise timing.
315
+ - **Escalation**: Builds to physical comedy or revelation.
316
+ - **Consequence**: Deepens bond or conflict.
317
+ - **Melancholic hint**: Subtle sadness beneath laughs.
318
+
319
+ **Timing Rules**:
320
+ - Banter before tension peaks.
321
+ - Pause for gestures.
322
+ - No quips in tragic moments.
323
+
324
+ **Examples**:
325
+ WRONG (Undercuts): Chaos ensues, characters joke flatly.
326
+ RIGHT: Howard fumbles suitcases. Judy quips, "That's my bag, baby!" Banter escalates to chase, but a fleeting glance shows Howard's underlying loneliness.
327
+
328
+ ### The "Mentor Wisdom" Scene
329
+ Elder imparts life lessons to youth in long take.
330
+
331
+ **Required Elements**:
332
+ - **Setting**: Intimate, nostalgic (porch, car).
333
+ - **Story sharing**: Personal anecdote.
334
+ - **Resistance**: Youth pushes back.
335
+ - **Demonstration**: Action illustrates lesson.
336
+ - **Connection**: Emotional bond forms.
337
+
338
+ **Examples**:
339
+ - Sam the Lion tells Sonny about past loves by the tank, long take capturing regret.
340
+ - Moze teaches Addie cons, but reveals vulnerability in quiet moments.
341
+
342
+ ### The "Bittersweet Farewell" Scene
343
+ Characters part with poignant reflection.
344
+
345
+ **Structure**:
346
+ 1. **Build-up**: Tension peaks.
347
+ 2. **Farewell moment**: Dialogue or gesture.
348
+ 3. **Long take**: Allows emotion to linger.
349
+ 4. **Symbolic close**: Pan to horizon or fading light.
350
+ 5. **Aftermath**: Lingering melancholy.
351
+
352
+ **Example**:
353
+ Ruth and Sonny's final embrace in *Last Picture Show*, camera holding on their faces, deep focus on the empty room behind, evoking irreversible change.
354
+
355
+ 6. **Nostalgic Montage Scene**
356
+ Sequences of images and music evoke time's passage.
357
+
358
+ **Structure**:
359
+ 1. **Trigger**: Memory or event.
360
+ 2. **Images**: Deep focus shots of locations, people.
361
+ 3. **Music**: Period songs underscoring emotion.
362
+ 4. **Narrative advance**: Reveals character growth.
363
+ 5. **Fade out**: To present reality.
364
+
365
+ Examples include road trips in *Paper Moon*, with jazz overlaying black-and-white vistas, blending joy with underlying sadness.
366
+
367
+ 7. **Subjective POV Tension Scene**
368
+ Builds emotion through character's gaze.
369
+
370
+ **Structure**:
371
+ 1. **Character look**: Close-up on eyes.
372
+ 2. **Cut to POV**: What they see.
373
+ 3. **Crosscut**: Back to reaction.
374
+ 4. **Build**: Repeat for intensity.
375
+ 5. **Release**: Emotional climax.
376
+
377
+ Used in *Targets* for horror, *Daisy Miller* for romance.
378
+
379
+ 8. **Ensemble Chaos Scene**
380
+ Group dynamics erupt in comedy or drama.
381
+
382
+ **Structure**:
383
+ 1. **Gather**: Characters converge.
384
+ 2. **Spark**: Incident ignites.
385
+ 3. **Escalation**: Rotated focus on reactions.
386
+ 4. **Peak**: Collective resolution or explosion.
387
+ 5. **Afterglow**: Bittersweet reflection.
388
+
389
+ Like hotel mix-ups in *What's Up, Doc?*.
390
+
391
+ 9. **Redemptive Sacrifice Scene**
392
+ Character gives up something for another's growth.
393
+
394
+ **Structure**:
395
+ 1. **Dilemma**: Choice presented.
396
+ 2. **Decision**: Internal struggle in long take.
397
+ 3. **Act**: Sacrifice made.
398
+ 4. **Reaction**: Beneficiary's emotion.
399
+ 5. **Coda**: Nostalgic echo.
400
+
401
+ As in *Mask*, Rocky's mother sacrifices pride for his happiness.
402
+
403
+ 10. **Cinematic Homage Moment**
404
+ Direct nod to classics.
405
+
406
+ **Structure**:
407
+ 1. **Setup**: Parallel to famous scene.
408
+ 2. **Execution**: Twist with modern element.
409
+ 3. **Payoff**: Enhances theme.
410
+ 4. **Reflection**: Character acknowledges irony.
411
+ 5. **Integration**: Advances plot.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-quentin-tarantino",
3
+ "version": "1.0.0",
4
+ "displayName": "Quentin Tarantino Style Guide",
5
+ "description": "Screenplay style guide for Quentin Tarantino",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "quentin-tarantino"
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/quentin-tarantino",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "quentin-tarantino.md"
48
+ ]
49
+ }
50
+ }