@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,416 @@
1
+ # Michael Mann - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Urban Neo-Noir Thriller](#the-urban-neo-noir-thriller)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Professionalism as Character Core**](#1-professionalism-as-character-core)
9
+ - [2. **Dialogue: Sparse, Loaded, and Existential**](#2-dialogue-sparse-loaded-and-existential)
10
+ - [3. **Urban Landscape as Character**](#3-urban-landscape-as-character)
11
+ - [4. **Moral Ambiguity and Symmetrical Antagonists**](#4-moral-ambiguity-and-symmetrical-antagonists)
12
+ - [5. **Kinetic Action with Procedural Realism**](#5-kinetic-action-with-procedural-realism)
13
+ - [Narrative Structure](#narrative-structure)
14
+ - [The Mann Three-Act Symphony](#the-mann-three-act-symphony)
15
+ - [Character Development](#character-development)
16
+ - [The Code-Bound Professional](#the-code-bound-professional)
17
+ - [Mann Character Archetypes](#mann-character-archetypes)
18
+ - [Scene Construction](#scene-construction)
19
+ - [The "Coffee Shop Confrontation" Scene](#the-coffee-shop-confrontation-scene)
20
+ - [The "Nighttime Drive" Scene](#the-nighttime-drive-scene)
21
+ - [The "Heist Planning" Scene](#the-heist-planning-scene)
22
+ - [The "Shootout Symphony" Scene](#the-shootout-symphony-scene)
23
+ - [The "Betrayal Revelation" Scene](#the-betrayal-revelation-scene)
24
+ - [The "Coda Reflection" Scene](#the-coda-reflection-scene)
25
+
26
+ ## The Urban Neo-Noir Thriller
27
+
28
+ **Films Analyzed**:
29
+ - Heat (1995)
30
+ - Collateral (2004)
31
+ - The Insider (1999)
32
+ - Thief (1981)
33
+ - Miami Vice (2006)
34
+ - Public Enemies (2009)
35
+ - Manhunter (1986)
36
+ - Ali (2001)
37
+ - The Last of the Mohicans (1992)
38
+ - Blackhat (2015)
39
+ - Ferrari (2023)
40
+ - The Keep (1983)
41
+
42
+ **Primary Writers**: Michael Mann (often sole or co-writer), with contributions from David Milch (Miami Vice), Eric Roth (The Insider, Ali), Ronnie Bass (The Insider), Troy Kennedy Martin (Ferrari), Morgan Foehl (Blackhat)
43
+ **Genre**: Neo-Noir Crime Thriller / Character-Driven Procedural Drama
44
+ **Core Concept**: Existential isolation in modern urban landscapes, where professionals on both sides of the law pursue their codes with relentless precision, blending high-stakes action with profound psychological depth
45
+
46
+ ---
47
+
48
+ ## Overview
49
+
50
+ Michael Mann's cinematic universe is a symphony of neon-lit nights, moral ambiguities, and the relentless pursuit of professionalism in a world that often renders human connections fragile and fleeting. His films transform the crime thriller genre into profound meditations on identity, duty, and the human condition, using the architecture of cities as metaphors for internal turmoil. By drawing from real-world procedural details, Mann creates narratives that feel authentically lived-in, where characters are defined not just by their actions but by their unyielding adherence to personal codes. This style guide distills the essence of Mann's approach, emphasizing how his screenplays balance kinetic action with introspective dialogue, visual poetry with narrative drive, and individual isolation with fleeting moments of human connection. Influenced by his background in documentary filmmaking and his meticulous research, Mann's work elevates the thriller to an art form that probes the soul of modernity, making his films enduring studies in tension, ethics, and the cost of excellence.
51
+
52
+ ---
53
+
54
+ ## Core Principles
55
+
56
+ ### 1. **Professionalism as Character Core**
57
+ In Mann's world, characters are defined by their mastery of craft—whether criminal, detective, or corporate—serving as a shield against existential void.
58
+
59
+ **Key Philosophy**:
60
+ - Expertise is identity; incompetence is death
61
+ - Procedures reveal character psychology
62
+ - Tools and techniques metaphorize internal states
63
+ - Precision in action underscores emotional chaos
64
+
65
+ **Examples from Films**:
66
+ - Neil McCauley's heist planning in Heat represents his controlled life, shattered by personal entanglements
67
+ - Vincent's silenced pistol in Collateral symbolizes his detached efficiency, contrasting Max's reluctant improvisation
68
+ - Frank's safecracking tools in Thief embody his quest for independence and artistry in crime
69
+ - Crockett and Tubbs' undercover ops in Miami Vice highlight the blurring of professional and personal boundaries
70
+
71
+ **Writing Approach**:
72
+ WRONG: "Neil robs the bank with his crew."
73
+ RIGHT: "Neil scans the blueprints, fingers tracing vault schematics. 'Entry at 0300. Suppressors only. No civilians.' His voice steady, but eyes betray the weight of his code—no loose ends, no attachments. Yet Eady's face flashes in his mind."
74
+
75
+ ### 2. **Dialogue: Sparse, Loaded, and Existential**
76
+ Mann's dialogue is economical yet rich with subtext, often delivered in rhythmic cadences that echo urban isolation and philosophical undertones.
77
+
78
+ **Dialogue Guidelines**:
79
+ - **Economy of words** - Every line carries weight; silence speaks volumes
80
+ - **Subtext-driven** - Unspoken tensions drive conversations
81
+ - **Professional jargon** - Authenticity through procedural lingo
82
+ - **Philosophical edge** - Characters articulate life codes mid-conflict
83
+
84
+ **Dialogue Ratio**:
85
+ - Action sequences: 20% dialogue, 80% visual/auditory tension
86
+ - Character scenes: 50% sparse talk, 50% pregnant pauses
87
+ - Confrontations: Layered banter with escalating intensity
88
+
89
+ **Character Voice Examples**:
90
+ NEIL MCCAULEY (Methodical, philosophical, detached)
91
+ A guy told me one time, "Don't let yourself get attached to anything you are not willing to walk out on in 30 seconds flat if you feel the heat around the corner."
92
+ VINCENT (Cool, predatory, intellectual)
93
+ I do this for a living. You? You're just along for the ride. Max, improvise. Adapt. Overcome.
94
+ FRANK (Intense, street-smart, vulnerable)
95
+ I'm a thief. I take scores. High line, high risk. But I don't do time. That's the discipline.
96
+ SONNY CROCKETT (Weary, seductive, conflicted)
97
+ In this business, you gotta know who you are. But sometimes, the line blurs. And when it does? You're gone.
98
+ JEFFREY WIGAND (Principled, tormented, resolute)
99
+ I can't seem to get the truth out. But it's there, burning inside.
100
+ JOHN DILLINGER (Charismatic, fatalistic, bold)
101
+ We're having too good a time today. We ain't thinking about tomorrow.
102
+
103
+ ### 3. **Urban Landscape as Character**
104
+ Cities aren't backdrops; they're active participants, with nightscapes, architecture, and sound design amplifying isolation and tension.
105
+
106
+ **Landscape Techniques**:
107
+ - **Nocturnal dominance** - Action peaks at night, neon and shadows heighten mood
108
+ - **Architectural symbolism** - Skyscrapers for ambition, freeways for escape
109
+ - **Soundscape integration** - Ambient noise (traffic, rain) underscores emotion
110
+ - **Visual poetry** - Long takes on urban vistas during character reflection
111
+
112
+ **Examples from Films**:
113
+ - Los Angeles' sprawling freeways in Heat mirror the characters' endless pursuits
114
+ - Miami's vibrant yet dangerous waterfront in Miami Vice reflects blurred moral waters
115
+ - Chicago's industrial grit in Thief emphasizes Frank's blue-collar artistry
116
+ - New York's nocturnal anonymity in Collateral amplifies Vincent's predatory detachment
117
+
118
+ **Writing Approach**:
119
+ SCENE INTEGRATION:
120
+
121
+ Describe environment actively (rain-slicked streets reflect neon signs)
122
+ Tie action to locale (chase exploits urban geography)
123
+ Use setting for subtext (isolated rooftop for vulnerable dialogue)
124
+ Contrast beauty with brutality (sunrise after violent night)
125
+
126
+
127
+ ### 4. **Moral Ambiguity and Symmetrical Antagonists**
128
+ Heroes and villains are mirror images, bound by similar codes, creating empathy across divides.
129
+
130
+ **Ambiguity Principles**:
131
+ - **No pure good/evil** - Characters operate in grays
132
+ - **Parallel arcs** - Protagonist/antagonist share traits
133
+ - **Empathetic villains** - Humanize through backstory/motivation
134
+ - **Consequences without judgment** - Actions have costs, but morality is subjective
135
+
136
+ **Philosophy**:
137
+ NOT: Cartoonish villain monologues
138
+ BUT: Hanna and McCauley share a coffee, recognizing mutual respect. "We're sitting here, you and I, like a couple of regular fellas. You do what you do, and I do what I gotta do."
139
+
140
+ ### 5. **Kinetic Action with Procedural Realism**
141
+ Action is grounded in research, emphasizing tactics over spectacle, with violence as punctuation to character drama.
142
+
143
+ **Action Principles**:
144
+ - **Realism first** - Draw from actual procedures (FBI tactics, heist methods)
145
+ - **Build-up over burst** - Tension through preparation
146
+ - **Consequences visible** - Wounds linger, affecting arcs
147
+ - **Multi-perspective** - Show both sides' strategies
148
+
149
+ **Action Philosophy**:
150
+ NOT: Indiscriminate shootouts
151
+ BUT: In Heat's bank robbery aftermath, crossfire in downtown LA. Bullets ricochet off cars, civilians scatter. Neil's crew moves with drilled precision, but Hanna's team anticipates, turning streets into a chessboard of life and death.
152
+
153
+ ---
154
+
155
+ ## Narrative Structure
156
+
157
+ ### The Mann Three-Act Symphony
158
+
159
+ #### Act 1: Establishment of Code + Inciting Pursuit (0-40 minutes)
160
+ **Goal**: Introduce character's world, code, and the disruption that launches the chase
161
+
162
+ **Key Elements**:
163
+ - **Character immersion** - Open with procedural action showing expertise
164
+ - **Ordinary extraordinary** - Baseline life interrupted by opportunity/conflict
165
+ - **Internal code** - Articulate philosophy early
166
+ - **Antagonist parallel** - Mirror protagonist's introduction
167
+ - **Inciting event** - Score, betrayal, or revelation pulls them in
168
+
169
+ **Pacing**:
170
+ - Methodical build with visual flair
171
+ - Action tease within first 15 minutes
172
+ - Philosophical dialogue establishes tone
173
+ - Emotional stake by minute 30
174
+
175
+ **Examples**:
176
+ - Heat: Neil's armored car heist → Hanna investigates
177
+ - Collateral: Vincent hires Max → first hit disrupts normalcy
178
+ - Thief: Frank's diamond score → mob entanglement
179
+ - The Insider: Wigand's firing → 60 Minutes pursuit
180
+
181
+ #### Act 2A: Escalation + Convergence (40-80 minutes)
182
+ **Goal**: Deepen pursuits, blur lines, build alliances/enmities
183
+
184
+ **Escalation Pattern**:
185
+ 1. **Initial successes** - Characters execute plans flawlessly at first
186
+ 2. **Complications arise** - Personal lives intersect with professional
187
+ 3. **Midpoint confrontation** - First direct clash
188
+ 4. **Allies tested** - Loyalties strain
189
+ 5. **Moral dilemmas** - Codes challenged
190
+
191
+ **Key Techniques**:
192
+ - **Procedural montages** - Surveillance, planning, execution
193
+ - **Character intersections** - Unlikely bonds form (e.g., cop-criminal respect)
194
+ - **Tension in downtime** - Quiet scenes reveal vulnerabilities
195
+ - **World expansion** - Urban details enrich backstory
196
+
197
+ #### Act 2B: Fracture + Isolation (80-110 minutes)
198
+ **Goal**: Codes break, isolation peaks, lowest ebb
199
+
200
+ **Midpoint Crisis**:
201
+ - **Major setback** - Plan unravels, loss incurred
202
+ - **Personal betrayal** - Relationships fracture
203
+ - **Self-doubt** - Character questions code
204
+ - **Antagonist ascendance** - Mirror gains edge
205
+
206
+ **Examples**:
207
+ - Heat: Waingro's betrayal → crew hunted
208
+ - Collateral: Max's crash → Vincent's control slips
209
+ - Miami Vice: Isabella's double-cross → identity crisis
210
+ - Public Enemies: Dillinger's arrests → freedom erodes
211
+
212
+ #### Act 3: Climax + Reckoning (110-140+ minutes)
213
+ **Goal**: Final convergence, code tested to breaking, bittersweet resolution
214
+
215
+ **Resolution Principles**:
216
+ - **Inevitable showdown** - Paths cross irrevocably
217
+ - **Everyone pays** - Victory hollow, costs high
218
+ - **Code reaffirmed/altered** - Growth through sacrifice
219
+ - **Emotional catharsis** - Isolation pierced or deepened
220
+ - **Visual symphony** - Action peaks with stylistic flair
221
+
222
+ **Climactic Structure**:
223
+
224
+ CONVERGENCE - Paths collide in urban arena
225
+ STRATEGY - Tactical cat-and-mouse
226
+ INTENSE EXCHANGE - Firefight/dialogue interplay
227
+ SETBACK - Wounding blow
228
+ TURNING POINT - Code drives final act
229
+ RESOLUTION - Survivor reflects
230
+ AFTERMATH - Lingering ambiguity
231
+ CODA - New equilibrium, often solitary
232
+
233
+
234
+ ---
235
+
236
+ ## Character Development
237
+
238
+ ### The Code-Bound Professional
239
+
240
+ **Core Traits**:
241
+ - **Mastery of craft** - Skills define worth
242
+ - **Existential flaw** - Isolation from rigid code
243
+ - **Moral flexibility** - Ends justify means
244
+ - **Evolution through pressure** - Adapts or breaks
245
+
246
+ **Character Arc Template**:
247
+ SETUP: Character lives by code (Neil's 30-second rule)
248
+ CHALLENGE: Code conflicts with desire (love, loyalty)
249
+ CRISIS: Breach leads to downfall (betrayal, pursuit)
250
+ GROWTH: Reassesses code (moment of connection)
251
+ RESOLUTION: Code endures, altered (sacrifice for greater good)
252
+
253
+ ### Mann Character Archetypes
254
+
255
+ **The Master Thief** (Neil McCauley, Frank, Dillinger):
256
+ - Precision-driven criminal
257
+ - Seeks autonomy, resents control
258
+ - Tools as extensions of self
259
+ - Vulnerable to human bonds
260
+
261
+ **The Obsessed Hunter** (Vincent Hanna, Will Graham, FBI agents):
262
+ - Work consumes life
263
+ - Family suffers from dedication
264
+ - Intuitive and relentless
265
+ - Mirrors prey's mindset
266
+
267
+ **The Reluctant Insider** (Jeffrey Wigand, Max):
268
+ - Ordinary man thrust into extraordinary
269
+ - Moral awakening drives action
270
+ - Grows from passivity to agency
271
+ - Pays personal price
272
+
273
+ **The Seductive Enigma** (Vincent, Isabella, Eady):
274
+ - Charismatic yet detached
275
+ - Manipulates through intellect/charm
276
+ - Hidden vulnerabilities
277
+ - Blurs ally/enemy lines
278
+
279
+ **The Loyal Partner** (Chris Shiherlis, Tubbs, Chingachgook):
280
+ - Balances loyalty with self-preservation
281
+ - Provides grounding
282
+ - Shares code but questions it
283
+ - Sacrifices for bond
284
+
285
+ **The Corporate Warrior** (Lowell Bergman, Enzo Ferrari):
286
+ - Battles systems, not individuals
287
+ - Principled in corrupt world
288
+ - Isolation from ideals
289
+ - Victory pyrrhic
290
+
291
+ **The Fallen Idealist** (Sonny Crockett, Muhammad Ali):
292
+ - Charisma masks inner turmoil
293
+ - Public persona vs. private self
294
+ - Fights for identity
295
+ - Redemption through endurance
296
+
297
+ ---
298
+
299
+ ## Scene Construction
300
+
301
+ ### The "Coffee Shop Confrontation" Scene
302
+ Adversaries meet in neutral ground, sharing philosophies without violence.
303
+
304
+ **Structure**:
305
+ 1. **Unexpected encounter** - One tracks the other
306
+ 2. **Civil exchange** - Sit down, order drinks
307
+ 3. **Philosophical dialogue** - Codes compared
308
+ 4. **Mutual respect** - Recognition of similarities
309
+ 5. **Warning/parting** - Tension unresolved
310
+
311
+ **Example Template**:
312
+ INT. DINER - NIGHT
313
+ Hanna slides into booth opposite Neil.
314
+ HANNA
315
+ Coffee?
316
+ NEIL
317
+ Black.
318
+ They sip. Eyes locked.
319
+ HANNA
320
+ You do what you do. I do what I gotta do. But we're alike.
321
+ NEIL
322
+ If you wanna attach, you gotta be willing to walk.
323
+ HANNA
324
+ See you around.
325
+ They part. No handshake. Just understanding.
326
+
327
+ ### The "Nighttime Drive" Scene
328
+ Character reflects or converses while navigating urban sprawl, soundtracked by ambient score.
329
+
330
+ **Elements**:
331
+ - **Visual flow** - Lights streak past
332
+ - **Sparse talk** - Subtext in silence
333
+ - **Revelation** - Vulnerability emerges
334
+ - **Tension build** - Destination looms
335
+ - **Payoff** - Decision crystallized
336
+
337
+ **Timing Rules**:
338
+ - Use for transitions between acts
339
+ - Pair with electronic/minimalist music
340
+ - Avoid over-explaining; show emotion
341
+ - End with arrival/action
342
+
343
+ **Examples**:
344
+ WRONG (Expository dump):
345
+ Max drives, telling life story.
346
+ RIGHT (Subtle):
347
+ Max grips wheel. Vincent in back, city lights reflecting in eyes.
348
+ VINCENT
349
+ Ever hear the story of the guy who missed his stop?
350
+ MAX
351
+ (pause)
352
+ Yeah. He ended up somewhere he didn't want.
353
+ Engine hums. Tension thickens.
354
+
355
+ ### The "Heist Planning" Scene
356
+ Crew assembles, details meticulously outlined, revealing dynamics.
357
+
358
+ **Required Elements**:
359
+ - **Visual aids** - Blueprints, models
360
+ - **Role assignment** - Each member's specialty
361
+ - **Contingencies** - What-ifs discussed
362
+ - **Underlying tension** - Personal conflicts hint
363
+ - **Code reinforcement** - Discipline emphasized
364
+
365
+ **Examples**:
366
+ - Heat: Armored car breakdown
367
+ - Thief: Safe specs debated
368
+ - Miami Vice: Drug deal setup
369
+ - Public Enemies: Bank layout
370
+
371
+ ### The "Shootout Symphony" Scene
372
+ Violence erupts with balletic precision, sound design amplifying chaos.
373
+
374
+ **Structure**:
375
+ 1. **Trigger** - Plan goes awry
376
+ 2. **Initial exchange** - Cover taken
377
+ 3. **Tactical maneuvers** - Positions shift
378
+ 4. **Casualties** - Emotional impact
379
+ 5. **Escape/pursuit** - Aftermath begins
380
+ 6. **Quiet fall** - Survivors process
381
+
382
+ **Rules**:
383
+ - Realistic ballistics/sound
384
+ - Multi-angle perspectives
385
+ - No glorification; show horror
386
+ - Tie to character arcs
387
+
388
+ ### The "Betrayal Revelation" Scene
389
+ Trust shatters, forcing realignment.
390
+
391
+ **Structure**:
392
+ 1. **Suspicion builds** - Clues accumulate
393
+ 2. **Confrontation** - Direct accusation
394
+ 3. **Denial/escalation** - Emotions flare
395
+ 4. **Proof emerges** - Irrefutable evidence
396
+ 5. **Consequence** - Alliance breaks
397
+ 6. **Isolation coda** - Character alone
398
+
399
+ **Examples**:
400
+ - Heat: Waingro exposed
401
+ - The Insider: CBS caves
402
+ - Collateral: Vincent's lies unravel
403
+ - Blackhat: Ally turns
404
+
405
+ ### The "Coda Reflection" Scene
406
+ Film ends with survivor in solitude, contemplating costs.
407
+
408
+ **Elements**:
409
+ - **Urban vista** - Character against cityscape
410
+ - **Minimal dialogue** - Internal monologue implied
411
+ - **Ambiguous future** - No neat resolution
412
+ - **Thematic echo** - Callback to code
413
+ - **Fade to black** - Lingering mood
414
+
415
+ **Philosophy**:
416
+ Emphasize Mann's theme: Victory is illusory; isolation endures. Use to underscore existential weight, leaving audience with philosophical resonance.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-mike-nichols",
3
+ "version": "1.0.0",
4
+ "displayName": "Mike Nichols Style Guide",
5
+ "description": "Screenplay style guide for Mike Nichols",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "mike-nichols"
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/mike-nichols",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "mike-nichols.md"
48
+ ]
49
+ }
50
+ }