@mytechtoday/augment-extensions 1.6.0 → 1.6.2

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 +231 -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 +19 -1
@@ -0,0 +1,163 @@
1
+ # Star Trek Franchise Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The Star Trek Ethos: A Living, Breathing Vision of Humanity’s Better Tomorrow](#introduction-the-star-trek-ethos-a-living-breathing-vision-of-humanitys-better-tomorrow)
6
+ - [Overall Tone and Thematic DNA – Humanistic Optimism, Moral Inquiry, Scientific Curiosity, Ensemble Harmony, Utopian Hope, and Ethical Complexity](#overall-tone-and-thematic-dna-humanistic-optimism-moral-inquiry-scientific-curiosity-ensemble-harmony-utopian-hope-and-ethical-complexity)
7
+ - [Narrative Architecture – Episodic Morality Plays + Serialized Arcs](#narrative-architecture-episodic-morality-plays-serialized-arcs)
8
+ - [Character Construction – Ensemble-Driven, Morally Complex, Archetypal Yet Human](#character-construction-ensemble-driven-morally-complex-archetypal-yet-human)
9
+ - [Dialogue Mechanics – Philosophical, Precise, Inspirational](#dialogue-mechanics-philosophical-precise-inspirational)
10
+ - [Visual Language & Cinematography – Clean Futurism, Bridge-Centric, Effects-Driven](#visual-language-cinematography-clean-futurism-bridge-centric-effects-driven)
11
+ - [Action and Violence – Diplomacy First, Phasers Last](#action-and-violence-diplomacy-first-phasers-last)
12
+ - [Music and Sound Design – Leitmotif-Driven, Inspirational](#music-and-sound-design-leitmotif-driven-inspirational)
13
+ - [Practical Screenwriting Advice – Trek Habits](#practical-screenwriting-advice-trek-habits)
14
+ - [Quick Reference – Star Trek Checklist (Expanded)](#quick-reference-star-trek-checklist-expanded)
15
+
16
+ ## Introduction – The Star Trek Ethos: A Living, Breathing Vision of Humanity’s Better Tomorrow
17
+ Star Trek, created by Gene Roddenberry in 1964, is one of the most enduring, influential, and expansive science-fiction franchises in entertainment history. It began with *Star Trek: The Original Series* (TOS, 1966–1969, 79 episodes), which introduced the iconic crew of the U.S.S. Enterprise—Captain James T. Kirk (William Shatner), Mr. Spock (Leonard Nimoy), Dr. Leonard "Bones" McCoy (DeForest Kelley), Uhura (Nichelle Nichols), Sulu (George Takei), Scotty (James Doohan), Chekov (Walter Koenig)—exploring "strange new worlds" while grappling with moral dilemmas in a utopian 23rd-century future. The franchise exploded with six TOS-cast films (*The Motion Picture* 1979, *The Wrath of Khan* 1982, *The Search for Spock* 1984, *The Voyage Home* 1986, *The Final Frontier* 1989, *The Undiscovered Country* 1991), then spun off into multiple series: *The Next Generation* (TNG, 1987–1994, 178 episodes) with Captain Jean-Luc Picard (Patrick Stewart), Commander William Riker (Jonathan Frakes), Lt. Commander Data (Brent Spiner), Lt. Worf (Michael Dorn), Counselor Deanna Troi (Marina Sirtis), Dr. Beverly Crusher (Gates McFadden), Lt. Geordi La Forge (LeVar Burton); *Deep Space Nine* (DS9, 1993–1999, 176 episodes) on a space station with Commander/Captain Benjamin Sisko (Avery Brooks), Major Kira Nerys (Nana Visitor), Constable Odo (Rene Auberjonois), Lt. Jadzia Dax (Terry Farrell), Dr. Julian Bashir (Alexander Siddig), Chief Miles O’Brien (Colm Meaney), Quark (Armin Shimerman), Jake Sisko (Cirroc Lofton), Elim Garak (Andrew Robinson); *Voyager* (1995–2001, 172 episodes) with Captain Kathryn Janeway (Kate Mulgrew), Commander Chakotay (Robert Beltran), Lt. Tuvok (Tim Russ), Lt. Tom Paris (Robert Duncan McNeill), Ensign Harry Kim (Garrett Wang), The Doctor (Robert Picardo), B’Elanna Torres (Roxann Dawson), Seven of Nine (Jeri Ryan), Neelix (Ethan Phillips); *Enterprise* (2001–2005, 98 episodes) with Captain Jonathan Archer (Scott Bakula), Sub-Commander T’Pol (Jolene Blalock), Commander Charles “Trip” Tucker III (Connor Trinneer), Lt. Malcolm Reed (Dominic Keating), Ensign Hoshi Sato (Linda Park), Ensign Travis Mayweather (Anthony Montgomery), Dr. Phlox (John Billingsley); the animated *The Animated Series* (TAS, 1973–1974, 22 episodes) and *Lower Decks* (2020–present, 40+ episodes) with Ensign Beckett Mariner (Tawny Newsome), Ensign Bradward Boimler (Jack Quaid), Ensign D'Vana Tendi (Noël Wells), Ensign Samanthan Rutherford (Eugene Cordero); *Prodigy* (2021–present, 20+ episodes) with Dal R'El (Brett Gray), Gwyndala (Ella Purnell), Jankom Pog (Jason Mantzoukas), Rok-Tahk (Rylee Alazraqui), Zero (Angus Imrie), Murf (Dee Bradley Baker), Hologram Kathryn Janeway (Kate Mulgrew); and modern live-action series *Discovery* (2017–2024, 65 episodes) with Captain Michael Burnham (Sonequa Martin-Green), Saru (Doug Jones), Paul Stamets (Anthony Rapp), Hugh Culber (Wilson Cruz), Sylvia Tilly (Mary Wiseman), Cleveland “Book” Booker (David Ajala), Adira Tal (Blu del Barrio); *Picard* (2020–2023, 30 episodes) with Admiral Jean-Luc Picard (Patrick Stewart), Seven of Nine (Jeri Ryan), Agnes Jurati (Alison Pill), Raffi Musiker (Michelle Hurd), Elnor (Evan Evagora), Soji Asha (Isa Briones); *Strange New Worlds* (2022–present, 20+ episodes) with Captain Christopher Pike (Anson Mount), Number One/Una Chin-Riley (Rebecca Romijn), Spock (Ethan Peck), Christine Chapel (Jess Bush), Nyota Uhura (Celia Rose Gooding), La'an Noonien-Singh (Christina Chong), Joseph M'Benga (Babs Olusanmokun), Erica Ortegas (Melissa Navia); the Kelvin Timeline reboot films (*Star Trek* 2009, *Into Darkness* 2013, *Beyond* 2016) with a younger Kirk (Chris Pine), Spock (Zachary Quinto), Uhura (Zoe Saldana), McCoy (Karl Urban), Scotty (Simon Pegg), Sulu (John Cho), Chekov (Anton Yelchin); and upcoming *Section 31* (2025) with Michelle Yeoh as Philippa Georgiou.
18
+
19
+ Star Trek’s screenplays—written by legends like D.C. Fontana, Harlan Ellison, Nicholas Meyer, Ronald D. Moore, Ira Steven Behr, Brannon Braga, and modern creators like Alex Kurtzman, Akiva Goldsman—serve as moral parables, character explorations, and optimistic visions of humanity’s future. The style is fundamentally humanistic, exploratory, moralistic, ensemble-driven, and utopian—emphasizing reason, diversity, diplomacy, and ethical growth in a vast galaxy. This massively expanded guide provides the deepest available dissection of the franchise’s style across all canonical series and films (up to 2025), including scene-by-scene examples, thematic evolutions across eras, structural rules with episodic vs. serialized guidelines, visual grammar, character archetypes with psychological and moral development strategies, dialogue mechanics with inspirational and philosophical principles, conflict philosophy with diplomacy-first rules, music & sound principles, world-building directives, moral storytelling guidelines, franchise continuity rules, and practical writing habits drawn from decades of Trek writers and showrunners.
20
+
21
+ ## Overall Tone and Thematic DNA – Humanistic Optimism, Moral Inquiry, Scientific Curiosity, Ensemble Harmony, Utopian Hope, and Ethical Complexity
22
+ - **Optimistic Humanism with Real Moral Stakes and Ethical Complexity**
23
+ Star Trek’s tone is hopeful, idealistic, and forward-looking: humanity has solved poverty, disease, and war on Earth, but individuals and societies still face ethical dilemmas, personal flaws, and external threats. It balances utopian aspiration with realistic struggle, never descending into nihilism.
24
+ - *TOS – “The City on the Edge of Forever” (S1E28)*: Kirk must choose between saving Edith Keeler (Joan Collins) or letting history unfold—optimism tempered by tragic sacrifice, emphasizing the greater good over personal happiness.
25
+ - *TNG – “The Measure of a Man” (S2E9)*: Data’s right to self-determination becomes a courtroom drama—utopian ideals tested by prejudice, resolved through Picard’s eloquent defense of sentience.
26
+ - *DS9 – “In the Pale Moonlight” (S6E19)*: Sisko compromises his morals to forge the Romulan alliance—hope survives, but innocence is lost in war’s gray areas.
27
+ - *Voyager – “Scorpion” (S3E26/S4E1)*: Janeway allies with the Borg to survive—idealism bends under survival pressure, exploring compromise without abandoning principles.
28
+ - *Discovery – “Context Is for Kings” (S1E3)*: Burnham’s mutiny and redemption—hope through personal growth amid galactic war.
29
+ - *Strange New Worlds – “Children of the Comet” (S1E2)*: Pike’s moral dilemma over altering a comet’s path—classic Trek ethical debate with optimistic resolution.
30
+ - *Lower Decks – “Second Contact” (S1E1)*: Lower-rank humor balances optimism with workplace satire.
31
+ - *Picard – “Remembrance” (S1E1)*: Post-Borg trauma and loss of hope, yet renewed purpose through personal mission.
32
+ → **Core Principle**: Never abandon hope or the belief in human improvement. Even in darkest arcs (DS9 Dominion War, Discovery Burn crisis, Picard’s post-Borg trauma), characters strive toward betterment. Stakes are moral and personal, not merely physical—tone should inspire reflection on real-world ethics while affirming a brighter future.
33
+
34
+ - **Thematic Pillars – Utopian, Philosophical, Humanistic, Exploratory, and Diverse**
35
+ 1. Infinite Diversity in Infinite Combinations (IDIC): Celebration of difference as strength—guideline: Diverse crews model cooperation (Vulcan logic + human emotion).
36
+ - TOS: “Let That Be Your Last Battlefield” (S3E15) – black/white alien racism allegory.
37
+ - TNG: “The Outcast” (S5E17) – genderless society challenges norms.
38
+ - DS9: Ferengi, Bajorans, Cardassians cultural clashes.
39
+ - Discovery: Mirror Universe, non-binary Adira.
40
+ 2. Exploration as Moral & Personal Growth: “To seek out new life and new civilizations…” —guideline: Encounters provoke ethical questions.
41
+ - TOS: “The Corbomite Maneuver” (S1E10) – Kirk’s bluff teaches respect for unknown.
42
+ - Voyager: “Blink of an Eye” (S6E12) – time-dilated planet raises Prime Directive issues.
43
+ - Strange New Worlds: “The Elysian Kingdom” – fairy-tale planet explores identity.
44
+ 3. The Prime Directive & Ethical Non-Interference: Non-intervention vs. compassion—guideline: Dilemmas test ideals.
45
+ - TOS: “A Taste of Armageddon” (S1E23) – simulated war questions interference.
46
+ - TNG: “Pen Pals” (S2E15) – Data saves a girl, violates Directive.
47
+ - Picard: “Et in Arcadia Ego” – synthetic life rights.
48
+ 4. Humanity’s Capacity for Improvement: No poverty, no money, no war on Earth—guideline: Contrast future with past flaws.
49
+ - TNG: “The Neutral Zone” (S1E26) – 20th-century people baffled by utopia.
50
+ - Picard: “Remembrance” (S1E1) – post-Borg trauma, but hope persists.
51
+ 5. Ensemble Harmony & Found Family: Crew as surrogate family—guideline: Relationships drive drama.
52
+ - TOS bridge crew, TNG family dinners, DS9 station community, Lower Decks friendships.
53
+ 6. The Duality of Technology: Tool for progress or danger—guideline: Explore AI ethics, transhumanism.
54
+ - TOS: “The Ultimate Computer” (S2E24) – M-5 AI goes mad.
55
+ - Discovery: Spore drive ethics.
56
+ - Picard: Synth rights.
57
+ 7. Redemption & Second Chances: Enemies can become allies—guideline: Focus on growth.
58
+ - Worf, Odo, Seven of Nine, Hugh the Borg.
59
+ 8. Diplomacy Over Violence: Talk first, phasers last—guideline: Violence as last resort.
60
+ - Picard’s negotiations, Sisko’s war reluctantly.
61
+ → **Integration Rule**: Center 3–5 pillars per story—classic formula: exploration + moral dilemma + ensemble growth. The Federation ideal should be aspirational but imperfect—test it through conflict.
62
+
63
+ - **Tone Spectrum & Modulation Guidelines**
64
+ Scientific curiosity / utopian optimism → rising moral tension / philosophical debate → personal sacrifice / ethical crisis → redemptive hope or bittersweet reflection. Humor is character-driven (Data’s literalism, Lower Decks irreverence); tragedy is intimate and ethical.
65
+ - Modulation Rule: Shift tones through character interactions, ethical debates, and visual motifs (starfields, bridges, ready rooms). Maintain underlying optimism even in darkest stories—hope is the ultimate resolution.
66
+
67
+ ## Narrative Architecture – Episodic Morality Plays + Serialized Arcs
68
+ - **Episodic “Problem of the Week” Structure (TOS, TNG, Voyager, Strange New Worlds)**
69
+ - Teaser: anomaly, distress call, alien encounter.
70
+ - Act 1: Investigation, ethical dilemma.
71
+ - Act 2: Escalation, debate.
72
+ - Act 3: Resolution, moral lesson.
73
+ - Tag: reflective bridge scene.
74
+ Examples:
75
+ - TOS “The Devil in the Dark” (S1E25): Horta as misunderstood creature.
76
+ - TNG “The Measure of a Man” (S2E9): Data’s trial.
77
+ → **Guideline**: Center one moral/philosophical question per episode—resolve with growth or lesson.
78
+
79
+ - **Serialized Character & World Arcs (DS9, Discovery, Picard)**
80
+ - Long-form character development, political intrigue, war arcs.
81
+ - Examples:
82
+ - DS9 Dominion War (4 seasons).
83
+ - Discovery’s Burn & Federation restoration.
84
+ - Picard’s post-Borg trauma.
85
+ → **Rule**: Use serialization for emotional depth; balance with episodic stand-alones.
86
+
87
+ - **Pacing: Deliberate Build with Intellectual Tension**
88
+ - Slow-burn moral debates balanced with action.
89
+ - Examples: Picard’s diplomatic scenes vs. phaser fights.
90
+ → **Guideline**: Let ideas breathe—dialogue scenes can be long if intellectually engaging.
91
+
92
+ ## Character Construction – Ensemble-Driven, Morally Complex, Archetypal Yet Human
93
+ - **Captain as Moral Center**
94
+ - Kirk: Bold, intuitive, rule-bender.
95
+ - Picard: Diplomatic, intellectual, principled.
96
+ - Sisko: Pragmatic, spiritual, war leader.
97
+ - Janeway: Resilient, maternal, decisive.
98
+ - Burnham: Emotional, redemption-seeking.
99
+ - Pike: Optimistic, self-sacrificing.
100
+ → **Guideline**: Captain embodies Federation ideals but faces personal flaws.
101
+
102
+ - **First Officer as Foil**
103
+ - Spock: Logic vs. Kirk’s intuition.
104
+ - Riker: Charm vs. Picard’s restraint.
105
+ → **Rule**: Contrast with captain for dynamic tension.
106
+
107
+ - **Science Officer / Doctor / Engineer Archetypes**
108
+ - Spock/Data: Logic & curiosity.
109
+ - Crusher/Bashir: Compassion & ethics.
110
+ - Scotty/La Forge/O’Brien: Practical ingenuity.
111
+ → **Guideline**: Use to explore science vs. humanity.
112
+
113
+ ## Dialogue Mechanics – Philosophical, Precise, Inspirational
114
+ - **Iconic, Philosophical, and Principled Lines**
115
+ - “Live long and prosper.”
116
+ - “The needs of the many outweigh the needs of the few.”
117
+ - “There are three things to remember about being a starship captain: keep your shirt tucked in, go down with the ship, and never abandon a member of your crew.”
118
+ → **Guideline**: Craft quotable, principled lines that reflect ideals.
119
+
120
+ - **Moral Debate & Intellectual Exchange**
121
+ - Picard’s speeches, Sisko’s moral compromises.
122
+ → **Rule**: Write long dialogue scenes when exploring ethics.
123
+
124
+ ## Visual Language & Cinematography – Clean Futurism, Bridge-Centric, Effects-Driven
125
+ - **Utopian Aesthetic**
126
+ Clean lines, bright colors, practical sets, optimistic design.
127
+ - TOS bridge: red, gold, blue uniforms.
128
+ - TNG: sleek, beige-gray.
129
+ → **Guideline**: Avoid dystopian grit—future should feel aspirational.
130
+
131
+ ## Action and Violence – Diplomacy First, Phasers Last
132
+ - **Moral & Intellectual Conflicts**
133
+ - Prime Directive dilemmas, first contact protocols.
134
+ → **Guideline**: Action should serve moral questions.
135
+
136
+ ## Music and Sound Design – Leitmotif-Driven, Inspirational
137
+ - **Alexander Courage, Dennis McCarthy, Jay Chattaway**
138
+ - TOS fanfare, TNG theme, DS9 melancholy.
139
+ → **Rule**: Use music to elevate emotion and idealism.
140
+
141
+ ## Practical Screenwriting Advice – Trek Habits
142
+ - Center moral dilemma.
143
+ - Use ensemble for diverse perspectives.
144
+ - Balance episodic and serialized.
145
+ - Write inspirational dialogue.
146
+ - Guideline: Ask “What does this say about humanity?”
147
+
148
+ ## Quick Reference – Star Trek Checklist (Expanded)
149
+ - [ ] Humanistic optimism & hope
150
+ - [ ] Moral/philosophical dilemma
151
+ - [ ] Ensemble cast & bridge scenes
152
+ - [ ] Prime Directive tension
153
+ - [ ] Exploration as metaphor
154
+ - [ ] Redemption & second chances
155
+ - [ ] Infinite Diversity in Infinite Combinations
156
+ - [ ] Inspirational, principled dialogue
157
+ - [ ] Utopian future aesthetic
158
+ - [ ] Diplomacy-first conflict
159
+ - [ ] Generational legacy themes
160
+ - [ ] Scientific curiosity
161
+ - [ ] Found family dynamics
162
+
163
+ Write Star Trek stories with idealistic heart and moral courage: explore what humanity can become when guided by reason, compassion, curiosity, and hope—create tales that inspire belief in a better tomorrow.
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "cinematic-styles-star-wars",
3
+ "version": "1.0.0",
4
+ "displayName": "Star Wars Style",
5
+ "description": "Star Wars mythic space opera with hero's journey",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/franchises",
8
+ "tags": ["screenplay", "star-wars", "space-opera", "mythic", "adventure"],
9
+ "augment": {
10
+ "characterCount": 15000,
11
+ "priority": "high"
12
+ },
13
+ "contents": {
14
+ "rules": ["star-wars.md"]
15
+ }
16
+ }
17
+
@@ -0,0 +1,213 @@
1
+ # Star Wars Franchise Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The Mythic DNA of an Intergenerational Phenomenon](#introduction-the-mythic-dna-of-an-intergenerational-phenomenon)
6
+ - [Overall Tone and Thematic DNA – Mythic Heroism, Moral Clarity, Hope, Cosmic Destiny, and Generational Legacy](#overall-tone-and-thematic-dna-mythic-heroism-moral-clarity-hope-cosmic-destiny-and-generational-legacy)
7
+ - [Narrative Architecture – Serialized Mythic Sagas with Classic Hero Arcs and World-Building Layers](#narrative-architecture-serialized-mythic-sagas-with-classic-hero-arcs-and-world-building-layers)
8
+ - [Character Construction – Archetypal Heroes, Mentors, Villains, Found Family, and Moral Mirrors](#character-construction-archetypal-heroes-mentors-villains-found-family-and-moral-mirrors)
9
+ - [Dialogue Mechanics – Iconic, Archetypal, Emotional, Memorable, and Mythic](#dialogue-mechanics-iconic-archetypal-emotional-memorable-and-mythic)
10
+ - [Visual Language & Cinematography – Iconic, Effects-Driven, Practical-Meets-Digital Spectacle](#visual-language-cinematography-iconic-effects-driven-practical-meets-digital-spectacle)
11
+ - [Action and Violence – Swashbuckling, Heroic, Symbolic, Consequential](#action-and-violence-swashbuckling-heroic-symbolic-consequential)
12
+ - [Music and Sound Design – John Williams Leitmotif Mastery](#music-and-sound-design-john-williams-leitmotif-mastery)
13
+ - [Production and Formatting Notes – Mythic Blueprint for a Living Universe](#production-and-formatting-notes-mythic-blueprint-for-a-living-universe)
14
+ - [Quick Reference – Star Wars Checklist (Expanded with Rules & Examples)](#quick-reference-star-wars-checklist-expanded-with-rules-examples)
15
+
16
+ ## Introduction – The Mythic DNA of an Intergenerational Phenomenon
17
+ The Star Wars franchise, launched by George Lucas with *Star Wars* (1977, later *Episode IV: A New Hope*), is not merely a film series but a cultural and mythological institution. It has grown into the most expansive, commercially dominant, and generationally resonant cinematic universe ever created. The Skywalker saga comprises nine main episodes across three trilogies:
18
+ - Prequel Trilogy (Episodes I–III, written & directed by Lucas, 1999–2005)
19
+ - Original Trilogy (Episodes IV–VI, written & directed/overseen by Lucas, 1977–1983)
20
+ - Sequel Trilogy (Episodes VII–IX, directed by J.J. Abrams & Rian Johnson, 2015–2019)
21
+
22
+ Beyond the saga:
23
+ - Standalone theatrical films: *Rogue One: A Star Wars Story* (2016, Gareth Edwards), *Solo: A Star Wars Story* (2018, Ron Howard)
24
+ - Disney+ live-action series: *The Mandalorian* (2019–), *The Book of Boba Fett* (2021), *Obi-Wan Kenobi* (2022), *Andor* (2022–), *Ahsoka* (2023–), *The Acolyte* (2024)
25
+ - Animated series: *Star Wars: The Clone Wars* (2008–2020), *Rebels* (2014–2018), *Resistance* (2018–2020), *The Bad Batch* (2021–2024), *Visions* (2021–), *Tales of the Jedi* (2022), *Tales of the Empire* (2024)
26
+
27
+ The franchise’s style is rooted in Joseph Campbell’s monomyth (“The Hero with a Thousand Faces”), 1930s Republic serials, Akira Kurosawa samurai films (*The Hidden Fortress*, *Yojimbo*), classic Hollywood westerns, WWII aerial combat films, fairy tales, and pulp sci-fi. It is fundamentally heroic, hopeful, mythic, emotionally direct, and intergenerational—designed to inspire wonder, moral reflection, courage, and belief in redemption across age groups.
28
+
29
+ Star Wars deliberately contrasts with:
30
+ - Kubrick’s cold existential irony and formal detachment
31
+ - Coppola’s operatic family tragedies and lyrical melancholy
32
+ - Scorsese’s kinetic urban guilt and moral turbulence
33
+ - Spielberg’s earnest humanism and redemptive family arcs
34
+ - Lucas’s pure mythic destiny (outside Star Wars)
35
+ - Villeneuve’s oppressive atmospheric dread
36
+ - Nolan’s cerebral temporal mechanics
37
+ - Anderson’s symmetrical whimsy
38
+ - Lynch’s subconscious surrealism
39
+ - Coens’ mordant fatalism
40
+ - Tarantino’s pop-culture dialogue fireworks
41
+
42
+ Star Wars is mythic optimism with real stakes, moral clarity with genuine temptation, spectacle anchored in heart, and hope as a literal Force. This ultra-expanded guide covers every major canonical element with exhaustive detail, scene-by-scene examples, thematic evolutions, structural templates, visual grammar, character archetypes, dialogue mechanics, action philosophy, music & sound principles, world-building directives, moral storytelling rules, franchise continuity guidelines, and practical screenwriting habits.
43
+
44
+ ## Overall Tone and Thematic DNA – Mythic Heroism, Moral Clarity, Hope, Cosmic Destiny, and Generational Legacy
45
+ - **Heroic Optimism Grounded in Sacrifice, Temptation, and Redemption**
46
+ Star Wars maintains unwavering belief in hope, courage, friendship, and the possibility of redemption—even in the darkest moments. Evil is powerful, seductive, and terrifying, but never invincible.
47
+ - *A New Hope*: Pure heroic optimism—Luke destroys the Death Star; the film ends in triumphant celebration.
48
+ - *The Empire Strikes Back*: Darkest tonal shift—Han frozen in carbonite, Luke defeated, Vader’s revelation (“No. I am your father.”)—yet Yoda’s training keeps hope alive.
49
+ - *Return of the Jedi*: Redemptive hope—Vader/Anakin’s sacrifice saves Luke; the Emperor is defeated; Ewok celebration.
50
+ - *Rogue One*: Tragic heroism—every major character dies, but their sacrifice transmits the Death Star plans, enabling *A New Hope*.
51
+ - *The Last Jedi*: Deconstructive questioning (“Let the past die. Kill it if you have to.”) yet reaffirms hope through radical sacrifice (Holdo maneuver, Luke’s astral projection, broom-boy ending).
52
+ - *The Mandalorian*: Found-family warmth, western adventure, and childlike wonder—Grogu’s Force powers inject innocence into gritty stakes.
53
+ - *Andor*: Gritty, adult political radicalization—yet hope emerges through collective action and sacrifice.
54
+ → **Core Principle**: Hope is the ultimate Force. Evil may dominate temporarily, but good prevails through courage, sacrifice, friendship, and belief in redemption. Temptation (dark side) must feel genuinely seductive, dangerous, and psychologically real—never cartoonish or easily dismissed.
55
+
56
+ - **Thematic Pillars – Mythic, Moral, Spiritual, and Generational**
57
+ 1. The Hero’s Journey / Monomyth (Campbell): Reluctant hero answers the call, receives supernatural aid, faces trials, achieves transformation.
58
+ - Luke (farm boy → Jedi), Rey (scavenger → Skywalker), Din Djarin (bounty hunter → protector), Cassian Andor (prisoner → revolutionary).
59
+ 2. Good vs. Evil Dualism with Internal Temptation: Clear moral lines, but protagonists must actively resist the dark side.
60
+ - Anakin’s fall, Luke’s throne-room temptation, Kylo Ren’s torn allegiance, Ahsoka’s exile.
61
+ 3. Redemption and the Possibility of Grace: Even the darkest soul can return to light.
62
+ - Darth Vader/Anakin’s sacrifice for Luke; Kylo Ren/Ben Solo’s turn in *The Rise of Skywalker*; Reva’s arc in *Obi-Wan Kenobi*.
63
+ 4. Family, Legacy, and Generational Cycles: Blood ties and chosen family carry immense weight.
64
+ - Skywalker lineage (Anakin → Luke/Leia → Ben); Mandalorian found-family (Din & Grogu); Andor’s surrogate family in the Rebellion.
65
+ 5. The Force as Unifying Mystical Energy: Balance between light and dark; destiny vs. choice.
66
+ - “It surrounds us… binds us… penetrates us…” — Obi-Wan.
67
+ - “The Force will be with you, always.”
68
+ 6. Rebellion Against Tyranny: Underdogs vs. galactic empires.
69
+ - Rebel Alliance, Resistance, early Rebellion in *Andor*.
70
+ 7. Sacrifice for the Greater Good: Heroes die so others may live.
71
+ - Obi-Wan (confronts Vader), Luke (Crait projection), Holdo (lightspeed ram), Rogue One team, Kanan Jarrus (*Rebels*).
72
+ 8. Hope as Literal and Symbolic Weapon: “Rebellions are built on hope.” — Cassian Andor.
73
+ - Leia’s leadership, Rey’s final stand, Grogu’s Force powers, Jyn’s speech.
74
+ 9. The Duality of Technology and Nature: Machines can be tools of good or evil.
75
+ - Lightsabers (personal, Force-connected) vs. Death Star (impersonal destruction).
76
+ 10. Found Family and Chosen Bonds: Heroes create surrogate families.
77
+ - Luke, Leia, Han, Chewie; Mandalorian, Grogu, Bo-Katan; Cassian, Bix, Luthen.
78
+ → **Integration Rule**: Center at least four pillars per story—classic formula: hero’s journey + redemption + hope + family/legacy. The Force should function as a moral, spiritual, and emotional metaphor, never just a superpower.
79
+
80
+ - **Tone Spectrum and Modulation Guidelines**
81
+ Childlike wonder / adventurous excitement → rising personal stakes → tragic loss or betrayal → moral temptation → heroic sacrifice → redemptive hope or bittersweet victory. Humor is broad, warm, character-driven (droids, sidekicks, Grogu); tragedy is operatic but never nihilistic.
82
+ - Modulation Rule: Shift tones organically—use John Williams leitmotifs, practical locations, character relationships, and Force moments to guide emotional flow. Maintain an underlying sense of hope even in darkest moments (e.g., Luke’s projection in *The Last Jedi* amid defeat).
83
+
84
+ ## Narrative Architecture – Serialized Mythic Sagas with Classic Hero Arcs and World-Building Layers
85
+ - **Classic Three-Act Hero’s Journey Structure**
86
+ Every major film follows Campbell’s monomyth with modern blockbuster pacing.
87
+ - *A New Hope*:
88
+ - Act 1: Ordinary world (Tatooine farm) → call to adventure (Leia’s message) → refusal (Luke hesitates) → mentor (Obi-Wan) → crossing threshold (leaving Tatooine).
89
+ - Act 2: Trials (Mos Eisley, Death Star rescue, trench run training) → dark night of the soul (Obi-Wan’s death) → revelation (Force guidance).
90
+ - Act 3: Final confrontation (trench run) → victory (Death Star destroyed) → celebration.
91
+ - *Rogue One*:
92
+ - Act 1: Jyn’s imprisonment → call (Rebellion recruitment) → crossing threshold (Eadu mission).
93
+ - Act 2: Trials (Scarif battle) → dark night (team realizes they will die) → revelation (plans must reach Leia).
94
+ - Act 3: Sacrifice (all die) → victory (plans transmitted).
95
+ → **Guideline**: Clearly mark acts—Act 1 ends with departure from ordinary world, Act 2 with major reversal or “dark night,” Act 3 with final confrontation and resolution/redemption.
96
+
97
+ - **Serialized Cliffhanger Energy and Multi-Film Arcs**
98
+ Films feel like episodes in a larger saga—each has a complete arc but advances mythology.
99
+ - *The Empire Strikes Back*: Ends on darkest note—Han frozen, Luke defeated, Vader’s revelation.
100
+ - *The Mandalorian*: Episodic adventures build toward larger Mandalorian and Force mythology (Grogu’s origins, Darksaber).
101
+ - *Andor*: Season-long radicalization arc—Cassian’s transformation into revolutionary.
102
+ → **Rule**: Include mid-point reversals and emotional cliffhangers in trilogies or multi-season arcs; plant seeds for future stories (e.g., Grogu’s Jedi potential).
103
+
104
+ - **Multi-Threaded Subplots for World-Building**
105
+ Parallel storylines converge for spectacle and theme.
106
+ - *Return of the Jedi*: Luke’s Jedi training, Han’s rescue, Endor battle, Emperor confrontation.
107
+ - *The Force Awakens*: Rey’s awakening, Finn’s defection, Kylo’s conflict, Han/Leia’s reunion.
108
+ → **Guideline**: Use subplots to expand universe (new planets, factions, Force lore, Mandalorian culture) while advancing main emotional arc.
109
+
110
+ - **Pacing: Adventure-Driven Momentum with Emotional Breathing Room**
111
+ Fast-paced action balanced with quiet character moments.
112
+ - *Rogue One*: Relentless forward drive toward sacrifice—minimal downtime.
113
+ - *The Last Jedi*: Slower, contemplative pacing with philosophical dialogue (Luke/Yoda, Rey/Kylo).
114
+ → **Rule**: Alternate high-energy set pieces with emotional breathing room—never let spectacle overwhelm heart.
115
+
116
+ ## Character Construction – Archetypal Heroes, Mentors, Villains, Found Family, and Moral Mirrors
117
+ - **Reluctant Heroes with Destiny**
118
+ Protagonists begin ordinary, lost, or cynical, grow through trials and Force guidance.
119
+ - Luke Skywalker: Farm boy to Jedi Knight.
120
+ - Rey: Scavenger to Skywalker heir.
121
+ - Din Djarin: Bounty hunter to protector/father figure.
122
+ - Cassian Andor: Prisoner to revolutionary.
123
+ → **Guideline**: Give clear “call” moment (droid message, Force vision, foundling rescue); show growth through moral tests and mentorship.
124
+
125
+ - **Mentors and Wise Elders**
126
+ Obi-Wan Kenobi, Yoda, Qui-Gon Jinn, Ahsoka Tano, Luke (in sequels)—guides who often sacrifice themselves.
127
+ → **Rule**: Mentors die, leave, or become mythic to force hero independence and legacy continuation.
128
+
129
+ - **Iconic Villains and Redeemable Antagonists**
130
+ Darth Vader, Emperor Palpatine, Kylo Ren/Ben Solo, Moff Gideon—terrifying yet tragic.
131
+ → **Guideline**: Villains should have personal connection to hero (family, teacher-student, mirror); allow redemption when dramatically earned and emotionally resonant.
132
+
133
+ - **Comic Relief and Loyal Sidekicks**
134
+ R2-D2 & C-3PO, Chewbacca, BB-8, Grogu, K-2SO, Lando Calrissian.
135
+ → **Rule**: Use humor to relieve tension without undermining stakes—sidekicks should be loyal, brave, endearing, and often heroic.
136
+
137
+ - **Found Family and Chosen Bonds**
138
+ Heroes create surrogate families.
139
+ - Luke, Leia, Han, Chewie; Mandalorian, Grogu, Bo-Katan; Cassian, Bix, Luthen, Mon Mothma.
140
+ → **Guideline**: Emphasize bonds forged through shared trials—blood family is important, but chosen family is equally powerful.
141
+
142
+ ## Dialogue Mechanics – Iconic, Archetypal, Emotional, Memorable, and Mythic
143
+ - **Memorable, Mythic, and Quotable Lines**
144
+ Dialogue is direct, emotionally resonant, instantly iconic, and repeatable across generations.
145
+ - “May the Force be with you.”
146
+ - “I am your father.”
147
+ - “Do or do not. There is no try.”
148
+ - “Rebellions are built on hope.”
149
+ - “I love you.” / “I know.”
150
+ → **Guideline**: Craft repeatable, archetypal lines—use repetition for emphasis, legacy, and emotional weight.
151
+
152
+ - **Emotional Clarity Over Subtlety**
153
+ Characters speak their hearts openly—dialogue serves emotion, theme, and character growth.
154
+ - “I’ll never join you!” — Luke to Vader.
155
+ - “There is still good in him.” — Luke about Vader.
156
+ → **Rule**: Avoid excessive irony or subtext—dialogue should be emotionally direct, mythic, and accessible to all ages.
157
+
158
+ ## Visual Language & Cinematography – Iconic, Effects-Driven, Practical-Meets-Digital Spectacle
159
+ - **Groundbreaking Visual Effects (ILM Legacy)**
160
+ Space battles, lightsabers, creatures, planets—practical models and digital fusion.
161
+ - Trench run in *A New Hope* (miniatures + motion control).
162
+ - Holdo maneuver in *The Last Jedi* (digital spectacle).
163
+ → **Guideline**: Describe effects as character extensions—lightsabers reflect emotion, ships have personality, planets feel lived-in.
164
+
165
+ - **Signature Aesthetic**
166
+ Desert planets (Tatooine), lush worlds (Endor, Naboo), practical sets, primary colors, “lived-in” universe (worn ships, dirty droids).
167
+ → **Rule**: Use practical locations and models for authenticity; digital for scale; avoid sterile futurism.
168
+
169
+ ## Action and Violence – Swashbuckling, Heroic, Symbolic, Consequential
170
+ - **Lightsaber Duels and Space Battles**
171
+ Emotional, symbolic, and choreographed to reflect character arcs.
172
+ - Vader vs. Obi-Wan (sacrifice), Luke vs. Vader (temptation), Rey vs. Kylo (duality).
173
+ → **Guideline**: Choreograph action as moral and emotional confrontation—lightsabers hum with character energy; duels are personal.
174
+
175
+ - **Consequence and Sacrifice**
176
+ Violence has real cost—heroes die, planets are destroyed, families are torn apart.
177
+ - Alderaan destruction, Rogue One team sacrifice, Luke’s projection death.
178
+ → **Rule**: Show aftermath—grief, loss, inspiration; sacrifice must be earned and meaningful.
179
+
180
+ ## Music and Sound Design – John Williams Leitmotif Mastery
181
+ - **Iconic Leitmotifs**
182
+ Themes define character, emotion, and saga progression.
183
+ - Force theme, Imperial March, Duel of the Fates, Rey’s theme, Mandalorian guitar motif.
184
+ → **Rule**: Use leitmotifs to track character journeys and emotional arcs—introduce new themes for new heroes.
185
+
186
+ - **Sound Design Principles**
187
+ Iconic lightsaber hum, TIE fighter scream, John Williams orchestral swells.
188
+ → **Guideline**: Treat sound as character—make it instantly recognizable and emotionally resonant.
189
+
190
+ ## Production and Formatting Notes – Mythic Blueprint for a Living Universe
191
+ - **Script as Mythic and Visual Blueprint**
192
+ Detail visuals, music cues, Force moments, lightsaber choreography, planet aesthetics.
193
+ → **Guideline**: Write for multiple generations—include legacy elements, Force lore, Easter eggs, and connective tissue.
194
+
195
+ ## Quick Reference – Star Wars Checklist (Expanded with Rules & Examples)
196
+ - [ ] Classic hero’s journey structure (Rule: Clear call, mentor, trials, return)
197
+ - [ ] Moral clarity with genuine temptation (Example: Luke’s throne-room test)
198
+ - [ ] Redemption arc (even for major villains) (Rule: Earned through sacrifice)
199
+ - [ ] Family / legacy / generational themes (Example: Skywalker lineage)
200
+ - [ ] Mentor sacrifice or departure (Guideline: Forces hero independence)
201
+ - [ ] Iconic villain with personal tie to hero (Example: Vader as father)
202
+ - [ ] Comic relief droid / sidekick / foundling (Rule: Loyal and endearing)
203
+ - [ ] Revolutionary ILM visual effects (Guideline: Practical + digital fusion)
204
+ - [ ] John Williams leitmotifs & orchestral score (Rule: Emotional tracking)
205
+ - [ ] Hope as literal and symbolic force (Example: “Rebellions are built on hope”)
206
+ - [ ] Lightsaber duels as emotional / moral peaks (Guideline: Personal stakes)
207
+ - [ ] “May the Force be with you” cadence & mythic lines (Rule: Repeatable legacy)
208
+ - [ ] Lived-in universe aesthetic (Rule: Worn ships, dirty droids)
209
+ - [ ] Sacrifice for greater good (Example: Rogue One team)
210
+ - [ ] Rebellion vs. empire motif (Guideline: Underdogs vs. tyranny)
211
+ - [ ] Balance of wonder, tragedy, and triumph (Rule: Hope always survives)
212
+
213
+ Write Star Wars stories with mythic heart and generational soul: balance spectacle with sincerity, darkness with hope, destiny with choice—create tales that inspire awe, teach moral courage, and endure across generations.
@@ -1,63 +1,128 @@
1
- {
2
- "name": "cinematic-styles",
3
- "version": "1.0.0",
4
- "displayName": "Cinematic Style Guides",
5
- "description": "Film and franchise-specific screenplay style guides capturing the unique voice, structure, and techniques of iconic films and cinematic universes",
6
- "type": "writing-standards",
7
- "category": "screenplay",
8
- "tags": [
9
- "screenplay",
10
- "cinematic-style",
11
- "film-analysis",
12
- "franchise",
13
- "mcu",
14
- "thriller",
15
- "action",
16
- "ensemble",
17
- "character-driven"
18
- ],
19
- "dependencies": {
20
- "required": [],
21
- "optional": ["writing-standards/screenplay"]
22
- },
23
- "augment": {
24
- "characterCount": 150000,
25
- "priority": "high",
26
- "category": "cinematic-styles",
27
- "appliesTo": {
28
- "filePatterns": [
29
- "**/*.fountain",
30
- "**/*.screenplay",
31
- "**/screenplay/**/*.md",
32
- "**/screenplays/**/*"
33
- ],
34
- "languages": ["fountain", "markdown"]
35
- }
36
- },
37
- "installation": {
38
- "required": false,
39
- "steps": [
40
- "Link module: augx link writing-standards/screenplay/cinematic-styles",
41
- "Configure active style in .augment/screenplay-config.json",
42
- "Select specific film/franchise style to apply"
43
- ]
44
- },
45
- "configuration": {
46
- "schema": "../schemas/feature-selection.json",
47
- "defaultConfig": {
48
- "enabled": true,
49
- "selected": []
50
- }
51
- },
52
- "contents": [
53
- "rules/mcu-avengers.md - Marvel Cinematic Universe ensemble superhero style",
54
- "rules/blue-ruin.md - Incompetent protagonist thriller style (Jeremy Saulnier)",
55
- "examples/style-applications.md - Cinematic style application examples"
56
- ],
57
- "references": {
58
- "mcu": "Marvel Cinematic Universe (2008-present)",
59
- "blueRuin": "Blue Ruin (2013) - Jeremy Saulnier",
60
- "futureStyles": "Additional film/franchise styles to be added"
61
- }
62
- }
63
-
1
+ {
2
+ "name": "cinematic-styles",
3
+ "version": "1.0.0",
4
+ "displayName": "Cinematic Style Guides",
5
+ "description": "Film and franchise-specific screenplay style guides capturing the unique voice, structure, and techniques of iconic filmmakers, franchises, and storytelling methodologies",
6
+ "type": "writing-standards",
7
+ "category": "screenplay",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "film-analysis",
12
+ "director-style",
13
+ "franchise",
14
+ "mcu",
15
+ "thriller",
16
+ "action",
17
+ "ensemble",
18
+ "character-driven",
19
+ "auteur",
20
+ "storytelling",
21
+ "narrative-theory"
22
+ ],
23
+ "dependencies": {
24
+ "required": [],
25
+ "optional": ["writing-standards/screenplay"]
26
+ },
27
+ "augment": {
28
+ "characterCount": 257196,
29
+ "priority": "high",
30
+ "category": "cinematic-styles",
31
+ "appliesTo": {
32
+ "filePatterns": [
33
+ "**/*.fountain",
34
+ "**/*.screenplay",
35
+ "**/screenplay/**/*.md",
36
+ "**/screenplays/**/*"
37
+ ],
38
+ "languages": ["fountain", "markdown"]
39
+ }
40
+ },
41
+ "installation": {
42
+ "required": false,
43
+ "steps": [
44
+ "Link module: augx link writing-standards/screenplay/cinematic-styles",
45
+ "Configure active style in .augment/screenplay-config.json",
46
+ "Select specific film/franchise/director style to apply"
47
+ ]
48
+ },
49
+ "configuration": {
50
+ "schema": "../schemas/feature-selection.json",
51
+ "defaultConfig": {
52
+ "enabled": true,
53
+ "selected": []
54
+ }
55
+ },
56
+ "contents": {
57
+ "rules": [
58
+ "blue-ruin.md",
59
+ "christopher-nolan.md",
60
+ "coen-brothers.md",
61
+ "david-lynch.md",
62
+ "denis-villeneuve.md",
63
+ "francis-ford-coppola.md",
64
+ "george-lucas.md",
65
+ "joseph-campbell.md",
66
+ "martin-scorsese.md",
67
+ "mcu-avengers.md",
68
+ "monty-python.md",
69
+ "quentin-tarantino.md",
70
+ "saturday-night-live.md",
71
+ "stanley-kubrick.md",
72
+ "star-wars.md",
73
+ "steven-spielberg.md",
74
+ "wes-anderson.md"
75
+ ],
76
+ "examples": [
77
+ "style-applications.md"
78
+ ]
79
+ },
80
+ "styleGuides": {
81
+ "directors": [
82
+ "christopher-nolan",
83
+ "coen-brothers",
84
+ "david-lynch",
85
+ "denis-villeneuve",
86
+ "francis-ford-coppola",
87
+ "george-lucas",
88
+ "martin-scorsese",
89
+ "quentin-tarantino",
90
+ "stanley-kubrick",
91
+ "steven-spielberg",
92
+ "wes-anderson"
93
+ ],
94
+ "franchises": [
95
+ "mcu-avengers",
96
+ "star-wars"
97
+ ],
98
+ "films": [
99
+ "blue-ruin"
100
+ ],
101
+ "comedyFormats": [
102
+ "monty-python",
103
+ "saturday-night-live"
104
+ ],
105
+ "narrativeTheory": [
106
+ "joseph-campbell"
107
+ ]
108
+ },
109
+ "references": {
110
+ "mcu": "Marvel Cinematic Universe (2008-present)",
111
+ "blueRuin": "Blue Ruin (2013) - Jeremy Saulnier",
112
+ "nolan": "Christopher Nolan - Cerebral blockbusters",
113
+ "coen": "Coen Brothers - Dark comedy and regional dialects",
114
+ "lynch": "David Lynch - Surrealist psychological horror",
115
+ "villeneuve": "Denis Villeneuve - Atmospheric sci-fi",
116
+ "coppola": "Francis Ford Coppola - Epic family sagas",
117
+ "lucas": "George Lucas - Mythic space opera",
118
+ "campbell": "Joseph Campbell - Hero's Journey narrative theory",
119
+ "scorsese": "Martin Scorsese - Crime dramas and character studies",
120
+ "tarantino": "Quentin Tarantino - Dialogue-heavy non-linear narratives",
121
+ "kubrick": "Stanley Kubrick - Meticulous visual storytelling",
122
+ "spielberg": "Steven Spielberg - Humanist adventure films",
123
+ "anderson": "Wes Anderson - Symmetrical whimsical ensembles",
124
+ "python": "Monty Python - Absurdist British comedy",
125
+ "snl": "Saturday Night Live - Sketch comedy format"
126
+ }
127
+ }
128
+