@mytechtoday/augment-extensions 1.5.2 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) 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/README.md +62 -9
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -0
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +740 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  218. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  219. package/augment-extensions/writing-standards/screenplay/module.json +48 -1
  220. package/cli/AGENTS.md +22 -0
  221. package/cli/dist/__test_hook-system.d.ts +2 -0
  222. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  223. package/cli/dist/__test_hook-system.js +4 -0
  224. package/cli/dist/__test_hook-system.js.map +1 -0
  225. package/cli/dist/cli.js +21 -0
  226. package/cli/dist/cli.js.map +1 -1
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  230. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  234. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  236. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  238. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  242. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  282. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  286. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  290. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  294. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  298. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  302. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  306. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  310. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  314. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  318. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  322. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  326. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  330. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  334. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  338. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  342. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  346. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  348. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  349. package/cli/dist/commands/generate-shot-list.js +115 -0
  350. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  351. package/cli/dist/index.d.ts +7 -0
  352. package/cli/dist/index.d.ts.map +1 -0
  353. package/cli/dist/index.js +10 -0
  354. package/cli/dist/index.js.map +1 -0
  355. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  356. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  357. package/cli/dist/utils/mcp-integration.js +102 -13
  358. package/cli/dist/utils/mcp-integration.js.map +1 -1
  359. package/package.json +4 -1
@@ -0,0 +1,213 @@
1
+ # Cinematic Styles Module - Migration & Optimization History
2
+
3
+ **Initial Migration**: 2026-02-22
4
+ **Latest Optimization**: 2026-02-22
5
+ **Version**: 1.0.0
6
+
7
+ ## Overview
8
+
9
+ This document tracks the evolution of the cinematic-styles module from initial migration through optimization for the augment-extensions repository.
10
+
11
+ ## Phase 1: Initial Migration (2026-02-22)
12
+
13
+ Migration of screenplay style guides from `ai-prompts/` into a proper sub-module structure within the screenplay module.
14
+
15
+ ## What Was Done
16
+
17
+ ### 1. Created New Sub-Module Structure
18
+
19
+ Created `augment-extensions/writing-standards/screenplay/cinematic-styles/` as a new sub-module following the same pattern as the existing `styles/` sub-module.
20
+
21
+ **Directory Structure**:
22
+ ```
23
+ cinematic-styles/
24
+ ├── module.json # Module metadata
25
+ ├── README.md # Module overview and usage
26
+ ├── MIGRATION.md # This file
27
+ ├── rules/ # Film/franchise style guides
28
+ │ ├── mcu-avengers.md # Marvel Cinematic Universe style
29
+ │ └── blue-ruin.md # Blue Ruin incompetent protagonist style
30
+ └── examples/
31
+ └── style-applications.md # Practical application examples
32
+ ```
33
+
34
+ ### 2. Migrated Style Guides
35
+
36
+ **Source Files** (original location):
37
+ - `ai-prompts/Avengers-style-guide.md` → `cinematic-styles/rules/mcu-avengers.md`
38
+ - `ai-prompts/BlueRuin-style-guide.md` → `cinematic-styles/rules/blue-ruin.md`
39
+
40
+ **Note**: Original files remain in `ai-prompts/` for now. They can be deleted once migration is verified.
41
+
42
+ ### 3. Created Module Metadata
43
+
44
+ **module.json**:
45
+ - Name: `cinematic-styles`
46
+ - Version: 1.0.0
47
+ - Character Count: ~150,000 (2 style guides)
48
+ - Category: `screenplay`
49
+ - Type: `writing-standards`
50
+
51
+ ### 4. Updated Parent Module
52
+
53
+ Updated `augment-extensions/writing-standards/screenplay/module.json` to include `subModules` array documenting all available sub-modules:
54
+ - `styles` - Narrative style techniques
55
+ - `cinematic-styles` - Film/franchise style guides (NEW)
56
+ - `genres` - Genre conventions (future)
57
+ - `themes` - Thematic integration (future)
58
+
59
+ Updated `augment-extensions/writing-standards/screenplay/README.md` to document the new sub-module structure.
60
+
61
+ ## Usage
62
+
63
+ ### Linking the Module
64
+
65
+ ```bash
66
+ # Link the cinematic-styles sub-module
67
+ augx link writing-standards/screenplay/cinematic-styles
68
+
69
+ # Or link the entire screenplay module (includes all sub-modules)
70
+ augx link writing-standards/screenplay
71
+ ```
72
+
73
+ ### Configuration
74
+
75
+ Add to `.augment/screenplay-config.json`:
76
+
77
+ ```json
78
+ {
79
+ "screenplay_enhancements": {
80
+ "enabled": true,
81
+ "features": {
82
+ "cinematic_styles": {
83
+ "enabled": true,
84
+ "selected": ["mcu-avengers"]
85
+ }
86
+ }
87
+ }
88
+ }
89
+ ```
90
+
91
+ ### Querying the Module
92
+
93
+ ```bash
94
+ # Show all available cinematic styles
95
+ augx show writing-standards/screenplay/cinematic-styles
96
+
97
+ # Show specific style guide
98
+ augx show writing-standards/screenplay/cinematic-styles/mcu-avengers
99
+ ```
100
+
101
+ ## Benefits of This Structure
102
+
103
+ 1. **Modular**: Users can selectively load only the cinematic styles they need
104
+ 2. **Scalable**: Easy to add new film/franchise style guides in the future
105
+ 3. **Organized**: Clear separation between narrative styles and cinematic styles
106
+ 4. **Discoverable**: Follows established sub-module pattern (like ADR in software-architecture)
107
+ 5. **Maintainable**: Each style guide is a standalone file with clear naming
108
+
109
+ ## Phase 2: Repository Optimization (2026-02-22)
110
+
111
+ Comprehensive refactoring to optimize the module for the augment-extensions repository structure.
112
+
113
+ ### Changes Made
114
+
115
+ #### 1. File Naming Standardization
116
+ **Fixed naming inconsistencies**:
117
+ - `martin-scorsese` → `martin-scorsese.md` (added missing .md extension)
118
+ - `quentin-tarintino.md` → `quentin-tarantino.md` (fixed typo)
119
+ - `stanley-kubrik.md` → `stanley-kubrick.md` (fixed typo)
120
+ - `cohen-brothers.md` → `coen-brothers.md` (corrected spelling)
121
+
122
+ #### 2. Module Metadata Enhancement
123
+ **Updated `module.json`**:
124
+ - Accurate character count: 257,196 characters (17 style guides)
125
+ - Complete `contents` object with all rule files listed
126
+ - Enhanced tags: Added "auteur", "storytelling", "narrative-theory"
127
+ - Added `styleGuides` categorization:
128
+ - 11 Auteur Directors
129
+ - 2 Franchises
130
+ - 1 Individual Film
131
+ - 2 Comedy Formats
132
+ - 1 Narrative Theory
133
+ - Comprehensive `references` object with all directors/franchises
134
+
135
+ #### 3. README.md Overhaul
136
+ **Enhanced documentation**:
137
+ - Complete listing of all 17 style guides with descriptions
138
+ - Organized by category (Directors, Franchises, Films, Comedy, Theory)
139
+ - Updated character counts and projections
140
+ - Expanded directory structure visualization
141
+ - Comprehensive references section with filmographies
142
+
143
+ #### 4. Parent Module Updates
144
+ **Updated `screenplay/module.json`**:
145
+ - Reflected all 17 cinematic style guides in subModules array
146
+ - Added character count to cinematic-styles entry
147
+ - Updated description to reflect full scope
148
+
149
+ #### 5. Current Module Statistics
150
+ - **Total Style Guides**: 17
151
+ - **Total Characters**: ~257,000
152
+ - **Categories**:
153
+ - Auteur Directors: 11 (Nolan, Coen Brothers, Lynch, Villeneuve, Coppola, Lucas, Scorsese, Tarantino, Kubrick, Spielberg, Anderson)
154
+ - Franchises: 2 (MCU, Star Wars)
155
+ - Individual Films: 1 (Blue Ruin)
156
+ - Comedy Formats: 2 (Monty Python, SNL)
157
+ - Narrative Theory: 1 (Joseph Campbell)
158
+
159
+ ## Future Additions
160
+
161
+ The following cinematic style guides may be added in future releases:
162
+
163
+ - **Edgar Wright** - Fast-paced visual comedy with kinetic editing
164
+ - **Lord of the Rings** - Epic fantasy ensemble adventure
165
+ - **John Wick** - Stylized action with world-building through visuals
166
+ - **A24 Horror** - Elevated horror with slow-burn dread
167
+ - **Pixar** - Emotional animated storytelling
168
+ - **Studio Ghibli** - Whimsical animated fantasy
169
+ - **James Cameron** - Technological spectacle with environmental themes
170
+ - **Ridley Scott** - Atmospheric sci-fi and historical epics
171
+ - **Paul Thomas Anderson** - Character-driven ensemble dramas
172
+ - **Terrence Malick** - Poetic visual storytelling
173
+
174
+ ## Cleanup Tasks
175
+
176
+ Once migration is verified:
177
+
178
+ 1. **Optional**: Delete original files from `ai-prompts/`:
179
+ - `ai-prompts/Avengers-style-guide.md`
180
+ - `ai-prompts/BlueRuin-style-guide.md`
181
+
182
+ 2. **Update**: Any references to the old file paths in documentation or prompts
183
+
184
+ ## Verification
185
+
186
+ To verify the migration was successful:
187
+
188
+ ```bash
189
+ # Check directory structure
190
+ ls augment-extensions/writing-standards/screenplay/cinematic-styles/
191
+
192
+ # Verify files exist
193
+ cat augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md | head -20
194
+ cat augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md | head -20
195
+
196
+ # Test linking
197
+ augx link writing-standards/screenplay/cinematic-styles
198
+ augx show writing-standards/screenplay/cinematic-styles
199
+ ```
200
+
201
+ ## Related Documentation
202
+
203
+ - `augment-extensions/writing-standards/screenplay/README.md` - Main screenplay module documentation
204
+ - `augment-extensions/writing-standards/screenplay/styles/README.md` - Narrative styles sub-module
205
+ - `augment-extensions/writing-standards/screenplay/cinematic-styles/README.md` - This sub-module's documentation
206
+
207
+ ## Questions or Issues
208
+
209
+ If you encounter any issues with this migration or have questions about the new structure, please refer to:
210
+ - The main screenplay module README
211
+ - The cinematic-styles README
212
+ - The example applications in `examples/style-applications.md`
213
+
@@ -0,0 +1,309 @@
1
+ # Cinematic Style Guides Module
2
+
3
+ **Version**: 1.0.0
4
+ **Type**: Writing Standards
5
+ **Category**: Screenplay
6
+
7
+ ## Overview
8
+
9
+ This module provides film and franchise-specific screenplay style guides that capture the unique voice, structure, and techniques of iconic films and cinematic universes. Each style guide is a comprehensive analysis of how specific films or franchises approach storytelling, character development, dialogue, action, pacing, and visual style.
10
+
11
+ ## Key Features
12
+
13
+ - **Film/Franchise Specific**: Deep-dive style guides for specific films or cinematic universes
14
+ - **Comprehensive Analysis**: Structure, dialogue, character development, visual style, sound design
15
+ - **Practical Templates**: Scene construction templates and writing approaches
16
+ - **Real Examples**: Actual scenes and techniques from the analyzed films
17
+ - **Modular Activation**: Select the cinematic style that fits your screenplay vision
18
+
19
+ ## Available Style Guides
20
+
21
+ ### Auteur Directors (11 Guides)
22
+
23
+ #### 1. Christopher Nolan
24
+ **File**: `rules/christopher-nolan.md`
25
+ **Core Concept**: Cerebral blockbusters with non-linear narratives and philosophical depth
26
+ **Key Characteristics**: Time manipulation, practical effects, moral ambiguity, puzzle-box structures
27
+ **Best For**: Sci-fi thrillers, heist films, psychological dramas, complex narratives
28
+
29
+ #### 2. Coen Brothers
30
+ **File**: `rules/coen-brothers.md`
31
+ **Core Concept**: Dark comedy with regional authenticity and fatalistic worldview
32
+ **Key Characteristics**: Quirky characters, regional dialects, moral ambiguity, absurdist humor
33
+ **Best For**: Crime comedies, neo-noir, character-driven dark comedies
34
+
35
+ #### 3. David Lynch
36
+ **File**: `rules/david-lynch.md`
37
+ **Core Concept**: Surrealist psychological horror with dreamlike logic
38
+ **Key Characteristics**: Subconscious imagery, unsettling atmosphere, non-linear storytelling, symbolic visuals
39
+ **Best For**: Psychological horror, surreal dramas, mystery thrillers
40
+
41
+ #### 4. Denis Villeneuve
42
+ **File**: `rules/denis-villeneuve.md`
43
+ **Core Concept**: Atmospheric sci-fi with slow-burn tension and environmental scale
44
+ **Key Characteristics**: Visual storytelling, minimal dialogue, existential themes, immersive soundscapes
45
+ **Best For**: Sci-fi epics, atmospheric thrillers, contemplative dramas
46
+
47
+ #### 5. Francis Ford Coppola
48
+ **File**: `rules/francis-ford-coppola.md`
49
+ **Core Concept**: Epic family sagas with operatic scope and moral complexity
50
+ **Key Characteristics**: Multi-generational narratives, power dynamics, Italian-American culture, visual symbolism
51
+ **Best For**: Crime epics, family dramas, historical epics, character studies
52
+
53
+ #### 6. George Lucas
54
+ **File**: `rules/george-lucas.md`
55
+ **Core Concept**: Mythic space opera with serialized storytelling
56
+ **Key Characteristics**: Hero's journey, world-building, visual effects innovation, archetypal characters
57
+ **Best For**: Space opera, fantasy adventures, serialized franchises
58
+
59
+ #### 7. Martin Scorsese
60
+ **File**: `rules/martin-scorsese.md`
61
+ **Core Concept**: Crime dramas with psychological depth and Catholic guilt
62
+ **Key Characteristics**: Kinetic camera work, voiceover narration, moral complexity, urban authenticity
63
+ **Best For**: Crime dramas, biographical films, character studies, psychological thrillers
64
+
65
+ #### 8. Quentin Tarantino
66
+ **File**: `rules/quentin-tarantino.md`
67
+ **Core Concept**: Dialogue-heavy non-linear narratives with pop culture references
68
+ **Key Characteristics**: Chapter structure, stylized violence, pop culture dialogue, revenge themes
69
+ **Best For**: Crime films, revenge thrillers, ensemble pieces, dialogue-driven narratives
70
+
71
+ #### 9. Stanley Kubrick
72
+ **File**: `rules/stanley-kubrick.md`
73
+ **Core Concept**: Meticulous visual storytelling with thematic precision
74
+ **Key Characteristics**: Symmetrical compositions, slow pacing, psychological horror, perfectionist detail
75
+ **Best For**: Psychological horror, sci-fi, war films, period pieces
76
+
77
+ #### 10. Steven Spielberg
78
+ **File**: `rules/steven-spielberg.md`
79
+ **Core Concept**: Humanist adventure films with emotional resonance
80
+ **Key Characteristics**: Wonder and awe, family themes, accessible storytelling, visual spectacle
81
+ **Best For**: Adventure films, family dramas, historical epics, sci-fi
82
+
83
+ #### 11. Wes Anderson
84
+ **File**: `rules/wes-anderson.md`
85
+ **Core Concept**: Symmetrical whimsical ensembles with emotional restraint
86
+ **Key Characteristics**: Centered compositions, pastel palettes, quirky characters, deadpan humor
87
+ **Best For**: Ensemble comedies, coming-of-age stories, whimsical dramas
88
+
89
+ ### Franchises (2 Guides)
90
+
91
+ #### 12. Marvel Cinematic Universe (MCU) - Avengers
92
+ **File**: `rules/mcu-avengers.md`
93
+ **Films Analyzed**: 20+ MCU films (2008-2021)
94
+ **Core Concept**: Character-driven spectacle with heart, humor, and interconnected world-building
95
+ **Key Characteristics**: Ensemble superhero epic, quippy dialogue, emotional depth, found family themes
96
+ **Best For**: Superhero ensemble films, action-adventure with heart, franchise/universe building
97
+
98
+ #### 13. Star Wars
99
+ **File**: `rules/star-wars.md`
100
+ **Core Concept**: Space opera with mythological storytelling and serialized narrative
101
+ **Key Characteristics**: Hero's journey, Force mythology, visual world-building, archetypal characters
102
+ **Best For**: Space opera, fantasy adventures, serialized storytelling, mythic narratives
103
+
104
+ ### Individual Films (1 Guide)
105
+
106
+ #### 14. Blue Ruin
107
+ **File**: `rules/blue-ruin.md`
108
+ **Film**: Blue Ruin (2013) - Jeremy Saulnier
109
+ **Core Concept**: Authentic incompetence in a revenge narrative
110
+ **Key Characteristics**: Realistic protagonist limitations, minimal dialogue, unglamorous violence, slow-burn tension
111
+ **Best For**: Revenge thrillers, crime dramas, survival stories, anti-hero narratives
112
+
113
+ ### Comedy Formats (2 Guides)
114
+
115
+ #### 15. Monty Python
116
+ **File**: `rules/monty-python.md`
117
+ **Core Concept**: Absurdist British comedy with surreal sketches
118
+ **Key Characteristics**: Non-sequiturs, breaking fourth wall, historical parody, intellectual absurdism
119
+ **Best For**: Comedy films, sketch-based narratives, satirical comedies, absurdist humor
120
+
121
+ #### 16. Saturday Night Live
122
+ **File**: `rules/saturday-night-live.md`
123
+ **Core Concept**: Sketch comedy format with topical satire
124
+ **Key Characteristics**: Cold opens, recurring characters, celebrity impressions, musical breaks
125
+ **Best For**: Sketch comedy, satirical content, variety shows, topical humor
126
+
127
+ ### Narrative Theory (1 Guide)
128
+
129
+ #### 17. Joseph Campbell - The Hero's Journey
130
+ **File**: `rules/joseph-campbell.md`
131
+ **Core Concept**: Monomyth narrative structure and archetypal storytelling
132
+ **Key Characteristics**: 12-stage journey, archetypal characters, universal themes, mythological patterns
133
+ **Best For**: Adventure films, fantasy epics, coming-of-age stories, mythic narratives
134
+
135
+ ## Installation
136
+
137
+ ### With CLI (Recommended)
138
+ ```bash
139
+ augx link writing-standards/screenplay/cinematic-styles
140
+ ```
141
+
142
+ ### Manual Setup
143
+ 1. Copy `augment-extensions/writing-standards/screenplay/cinematic-styles/` to your project
144
+ 2. Reference style files in your `.augment/` configuration
145
+ 3. Configure active style in `.augment/screenplay-config.json`
146
+
147
+ ## Configuration
148
+
149
+ Create or update `.augment/screenplay-config.json`:
150
+
151
+ ```json
152
+ {
153
+ "screenplay_enhancements": {
154
+ "enabled": true,
155
+ "features": {
156
+ "cinematic_styles": {
157
+ "enabled": true,
158
+ "selected": ["mcu-avengers"]
159
+ }
160
+ }
161
+ }
162
+ }
163
+ ```
164
+
165
+ **Note**: Typically only ONE cinematic style should be selected per screenplay project.
166
+
167
+ ## Directory Structure
168
+
169
+ ```
170
+ cinematic-styles/
171
+ ├── module.json # Module metadata
172
+ ├── README.md # This file
173
+ ├── MIGRATION.md # Migration history
174
+ ├── rules/ # Film/franchise/director-specific style guides
175
+ │ ├── blue-ruin.md # Jeremy Saulnier - Incompetent protagonist thriller
176
+ │ ├── christopher-nolan.md # Cerebral blockbusters
177
+ │ ├── coen-brothers.md # Dark comedy with regional dialects
178
+ │ ├── david-lynch.md # Surrealist psychological horror
179
+ │ ├── denis-villeneuve.md # Atmospheric sci-fi
180
+ │ ├── francis-ford-coppola.md # Epic family sagas
181
+ │ ├── george-lucas.md # Mythic space opera
182
+ │ ├── joseph-campbell.md # Hero's Journey narrative theory
183
+ │ ├── martin-scorsese.md # Crime dramas and character studies
184
+ │ ├── mcu-avengers.md # Marvel Cinematic Universe ensemble style
185
+ │ ├── monty-python.md # Absurdist British comedy
186
+ │ ├── quentin-tarantino.md # Dialogue-heavy non-linear narratives
187
+ │ ├── saturday-night-live.md # Sketch comedy format
188
+ │ ├── stanley-kubrick.md # Meticulous visual storytelling
189
+ │ ├── star-wars.md # Space opera franchise
190
+ │ ├── steven-spielberg.md # Humanist adventure films
191
+ │ └── wes-anderson.md # Symmetrical whimsical ensembles
192
+ └── examples/
193
+ └── style-applications.md # Practical application examples
194
+ ```
195
+
196
+ ## Usage
197
+
198
+ ### Selecting a Cinematic Style
199
+
200
+ When developing a screenplay, select the cinematic style that best matches your vision:
201
+
202
+ ```json
203
+ {
204
+ "cinematic_styles": {
205
+ "selected": ["mcu-avengers"]
206
+ }
207
+ }
208
+ ```
209
+
210
+ ### Applying Style Rules
211
+
212
+ AI agents will automatically apply the selected cinematic style rules when:
213
+ - Structuring the screenplay
214
+ - Writing dialogue
215
+ - Crafting action sequences
216
+ - Developing characters
217
+ - Determining pacing and tone
218
+ - Creating visual descriptions
219
+
220
+ ## Future Additions
221
+
222
+ This module may expand to include additional film and franchise style guides:
223
+
224
+ - **Edgar Wright** - Fast-paced visual comedy with kinetic editing
225
+ - **Lord of the Rings** - Epic fantasy ensemble adventure
226
+ - **John Wick** - Stylized action with world-building through visuals
227
+ - **A24 Horror** - Elevated horror with slow-burn dread
228
+ - **Pixar** - Emotional animated storytelling
229
+ - **Ghibli** - Whimsical animated fantasy
230
+ - **James Cameron** - Technological spectacle with environmental themes
231
+ - **Ridley Scott** - Atmospheric sci-fi and historical epics
232
+ - **Paul Thomas Anderson** - Character-driven ensemble dramas
233
+ - **Terrence Malick** - Poetic visual storytelling
234
+ - And many more...
235
+
236
+ ## Character Count
237
+
238
+ **Current**: ~257,000 characters (17 style guides)
239
+ **Breakdown**:
240
+ - 11 Auteur Directors
241
+ - 2 Franchises
242
+ - 1 Individual Film
243
+ - 2 Comedy Formats
244
+ - 1 Narrative Theory
245
+
246
+ **Projected**: 400,000+ characters (25+ style guides)
247
+
248
+ ## Contents
249
+
250
+ ### Rules (17 Style Guides)
251
+ - `rules/blue-ruin.md` - Jeremy Saulnier incompetent protagonist thriller
252
+ - `rules/christopher-nolan.md` - Cerebral blockbusters with non-linear narratives
253
+ - `rules/coen-brothers.md` - Dark comedy with regional authenticity
254
+ - `rules/david-lynch.md` - Surrealist psychological horror
255
+ - `rules/denis-villeneuve.md` - Atmospheric sci-fi with slow-burn tension
256
+ - `rules/francis-ford-coppola.md` - Epic family sagas with operatic scope
257
+ - `rules/george-lucas.md` - Mythic space opera and serialized storytelling
258
+ - `rules/joseph-campbell.md` - Hero's Journey narrative theory
259
+ - `rules/martin-scorsese.md` - Crime dramas with psychological depth
260
+ - `rules/mcu-avengers.md` - Marvel Cinematic Universe ensemble superhero style
261
+ - `rules/monty-python.md` - Absurdist British comedy
262
+ - `rules/quentin-tarantino.md` - Dialogue-heavy non-linear narratives
263
+ - `rules/saturday-night-live.md` - Sketch comedy format
264
+ - `rules/stanley-kubrick.md` - Meticulous visual storytelling
265
+ - `rules/star-wars.md` - Space opera franchise mythology
266
+ - `rules/steven-spielberg.md` - Humanist adventure films
267
+ - `rules/wes-anderson.md` - Symmetrical whimsical ensembles
268
+
269
+ ### Examples
270
+ - `examples/style-applications.md` - Practical examples of applying cinematic styles
271
+
272
+ ## Related Modules
273
+
274
+ - `writing-standards/screenplay` - Core screenplay standards
275
+ - `writing-standards/screenplay/styles` - Narrative style techniques
276
+ - `writing-standards/screenplay/genres` - Genre-specific conventions
277
+ - `writing-standards/screenplay/themes` - Thematic integration
278
+
279
+ ## References
280
+
281
+ ### Directors
282
+ - **Christopher Nolan** - Memento, The Dark Knight trilogy, Inception, Interstellar, Dunkirk, Tenet, Oppenheimer
283
+ - **Coen Brothers** - Fargo, The Big Lebowski, No Country for Old Men, True Grit
284
+ - **David Lynch** - Eraserhead, Blue Velvet, Twin Peaks, Mulholland Drive
285
+ - **Denis Villeneuve** - Arrival, Blade Runner 2049, Dune
286
+ - **Francis Ford Coppola** - The Godfather trilogy, Apocalypse Now, The Conversation
287
+ - **George Lucas** - Star Wars original trilogy, American Graffiti, THX 1138
288
+ - **Martin Scorsese** - Taxi Driver, Raging Bull, Goodfellas, The Departed, The Irishman
289
+ - **Quentin Tarantino** - Pulp Fiction, Kill Bill, Inglourious Basterds, Django Unchained
290
+ - **Stanley Kubrick** - 2001: A Space Odyssey, The Shining, A Clockwork Orange, Full Metal Jacket
291
+ - **Steven Spielberg** - Jaws, E.T., Jurassic Park, Schindler's List, Saving Private Ryan
292
+ - **Wes Anderson** - The Royal Tenenbaums, The Grand Budapest Hotel, Moonrise Kingdom
293
+
294
+ ### Franchises
295
+ - **Marvel Cinematic Universe** (2008-present) - Kevin Feige, Marvel Studios
296
+ - **Star Wars** (1977-present) - George Lucas, Lucasfilm
297
+
298
+ ### Films
299
+ - **Blue Ruin** (2013) - Jeremy Saulnier (Writer/Director)
300
+
301
+ ### Comedy Formats
302
+ - **Monty Python** - Monty Python's Flying Circus, Monty Python and the Holy Grail, Life of Brian
303
+ - **Saturday Night Live** (1975-present) - Lorne Michaels, NBC
304
+
305
+ ### Narrative Theory
306
+ - **Joseph Campbell** - The Hero with a Thousand Faces, The Power of Myth
307
+
308
+ Additional references and film-specific details in individual style guide files.
309
+
@@ -0,0 +1,99 @@
1
+ # Cinematic Styles Module Refactoring Summary
2
+
3
+ **Date**: 2026-02-22
4
+ **Task**: Integrate 13 new screenplay style guide files into the cinematic-styles module
5
+
6
+ ## Changes Made
7
+
8
+ ### 1. New Files Added (13 Total)
9
+
10
+ #### Directors (5 new)
11
+ - `alfred-hitchcock.md` - Master of suspense and psychological thrillers
12
+ - `david-fincher.md` - Dark psychological thrillers with meticulous detail
13
+ - `mel-brooks.md` - Parody and satirical comedy
14
+ - `paul-thomas-anderson.md` - Character-driven ensemble dramas
15
+ - `penny-marshall.md` - Heartfelt comedy-dramas with working-class characters
16
+
17
+ #### Franchises (2 new)
18
+ - `harry-potter.md` - Coming-of-age magical adventure
19
+ - `star-trek.md` - Philosophical sci-fi franchise overview
20
+
21
+ #### Star Trek Series (6 new)
22
+ - `star-trek-tos.md` - The Original Series (1966-1969)
23
+ - `star-trek-the-next-generation.md` - TNG (1987-1994)
24
+ - `star-trek-deep-space-nine.md` - DS9 (1993-1999)
25
+ - `star-trek-voyager.md` - Voyager (1995-2001)
26
+ - `star-trek-enterprise.md` - Enterprise (2001-2005)
27
+ - `star-trek-strange-new-world.md` - Strange New Worlds (2022-present)
28
+
29
+ ### 2. Files Updated
30
+
31
+ #### `cinematic-styles/module.json`
32
+ - Updated `characterCount`: 257,196 → 450,000
33
+ - Updated `description` to mention "30 iconic filmmakers"
34
+ - Updated `contents.rules` array with all 30 files (alphabetically sorted)
35
+ - Enhanced `styleGuides` categorization:
36
+ - `directors`: 11 → 16
37
+ - `franchises`: 2 → 4
38
+ - Added new `starTrekSeries` array with 6 series guides
39
+ - Expanded `references` object with new entries
40
+
41
+ #### `screenplay/module.json`
42
+ - Updated `subModules[1]` (cinematic-styles) description to "30 total"
43
+ - Updated `characterCount` to 450,000
44
+ - Updated `rules` array with all 30 files
45
+
46
+ #### `cinematic-styles/README.md`
47
+ - Changed "11 Guides" to "16 Guides" for directors section
48
+ - Changed "2 Guides" to "4 Guides" for franchises section
49
+ - Added detailed entries for all 5 new directors
50
+ - Added Harry Potter franchise entry
51
+ - Added Star Trek franchise entry with 6 series sub-guides
52
+ - Updated directory structure to show all 30 files
53
+ - Renumbered all guides sequentially (1-24)
54
+
55
+ #### `cinematic-styles/MIGRATION.md`
56
+ - Added Phase 3 section documenting the expansion
57
+ - Updated statistics to reflect 30 total guides
58
+ - Documented all new additions with descriptions
59
+ - Updated impact analysis
60
+
61
+ ### 3. Module Statistics
62
+
63
+ **Before (Phase 2)**:
64
+ - Total Style Guides: 17
65
+ - Total Characters: ~257,000
66
+ - Directors: 11
67
+ - Franchises: 2
68
+
69
+ **After (Phase 3)**:
70
+ - Total Style Guides: 30
71
+ - Total Characters: ~450,000
72
+ - Directors: 16
73
+ - Franchises: 4 (including Star Trek with 6 series guides)
74
+
75
+ ### 4. Verification
76
+
77
+ ✅ **Module Discovery**: Confirmed via `augx list` - module appears with updated description
78
+ ✅ **Module Display**: Confirmed via `augx show writing-standards/screenplay/cinematic-styles` - all 30 files listed
79
+ ✅ **File Organization**: All files alphabetically sorted in metadata
80
+ ✅ **Documentation**: README and MIGRATION updated with complete information
81
+
82
+ ## Commands Affected
83
+
84
+ All commands work correctly with the new files:
85
+ - `augx list` - Shows updated module description
86
+ - `augx show writing-standards/screenplay/cinematic-styles` - Displays all 30 files
87
+ - `augx gui` - Will discover and display the module with all files (interactive)
88
+
89
+ ## Tests
90
+
91
+ No test updates were required because:
92
+ - Tests use dynamic module discovery (no hardcoded counts)
93
+ - Tests filter by type/category (not specific file lists)
94
+ - Module discovery system automatically finds all `module.json` files
95
+
96
+ ## Next Steps
97
+
98
+ The refactoring is complete. The module is now ready for use with all 30 style guides properly integrated and discoverable.
99
+
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "cinematic-styles-comedy-formats",
3
+ "version": "1.0.0",
4
+ "displayName": "Cinematic Styles - Comedy Formats",
5
+ "description": "Comedy format style guides including sketch comedy and absurdist humor",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles",
8
+ "tags": [
9
+ "screenplay",
10
+ "comedy",
11
+ "sketch",
12
+ "satire",
13
+ "absurdist"
14
+ ],
15
+ "augment": {
16
+ "characterCount": 20000,
17
+ "priority": "high",
18
+ "subModules": [
19
+ {
20
+ "id": "monty-python",
21
+ "name": "Monty Python",
22
+ "description": "Monty Python style guide",
23
+ "path": "monty-python/"
24
+ },
25
+ {
26
+ "id": "saturday-night-live",
27
+ "name": "Saturday Night Live",
28
+ "description": "Saturday Night Live style guide",
29
+ "path": "saturday-night-live/"
30
+ }
31
+ ]
32
+ }
33
+ }