@mytechtoday/augment-extensions 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (358) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +115 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +4 -1
@@ -0,0 +1,163 @@
1
+ # Star Trek: The Next Generation Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The TNG Ethos: A Refined, Aspirational Vision of Humanity’s Future](#introduction-the-tng-ethos-a-refined-aspirational-vision-of-humanitys-future)
6
+ - [Overall Tone and Thematic DNA – Refined Optimism, Philosophical Inquiry, Diplomatic Idealism, Ensemble Harmony, Utopian Humanism, and Ethical Complexity](#overall-tone-and-thematic-dna-refined-optimism-philosophical-inquiry-diplomatic-idealism-ensemble-harmony-utopian-humanism-and-ethical-complexity)
7
+ - [Narrative Architecture – Episodic Morality Plays + Character Arcs](#narrative-architecture-episodic-morality-plays-character-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 – TNG Habits](#practical-screenwriting-advice-tng-habits)
14
+ - [Quick Reference – TNG Checklist (Expanded)](#quick-reference-tng-checklist-expanded)
15
+
16
+ ## Introduction – The TNG Ethos: A Refined, Aspirational Vision of Humanity’s Future
17
+ *Star Trek: The Next Generation* (TNG, 1987–1994, 178 episodes across 7 seasons, plus four feature films: *Generations* 1994, *First Contact* 1996, *Insurrection* 1998, *Nemesis* 2002) is widely regarded as the pinnacle of Star Trek storytelling. Set roughly 100 years after *The Original Series*, TNG follows the crew of the Galaxy-class starship U.S.S. Enterprise-D under Captain Jean-Luc Picard (Patrick Stewart), with Commander William T. Riker (Jonathan Frakes), Lt. Commander Data (Brent Spiner), Lt. Worf (Michael Dorn), Counselor Deanna Troi (Marina Sirtis), Dr. Beverly Crusher (Gates McFadden), Lt. Commander Geordi La Forge (LeVar Burton), and recurring characters including Wesley Crusher (Wil Wheaton), Guinan (Whoopi Goldberg), Q (John de Lancie), Ro Laren (Michelle Forbes), and others. The series was created by Gene Roddenberry, developed by Rick Berman, and shaped by showrunners Michael Piller (Seasons 3–5), Jeri Taylor, and Brannon Braga.
18
+
19
+ TNG refined Roddenberry’s original utopian vision into a more sophisticated, character-focused, and philosophically rich exploration of humanity’s future. It balanced episodic “problem of the week” morality plays with gradual serialized character arcs, emphasized diplomacy and reason over violence, and tackled complex themes including artificial intelligence rights, cultural relativism, addiction, genocide, religion vs. secularism, family trauma, and the ethics of genetic engineering. The tone is refined, intellectual, diplomatic, optimistic yet mature, ensemble-driven, and future-forward—never descending into cynicism or nihilism.
20
+
21
+ Unlike the swashbuckling adventure of TOS, the serialized war drama of DS9, the survival isolation of Voyager, or the prequel grit of Enterprise, TNG is fundamentally intellectual, diplomatic, idealistic, and character-centric—a tone of aspirational humanism where moral philosophy, scientific curiosity, and interpersonal relationships drive the narrative. This ultra-expanded guide provides the deepest available dissection of TNG’s style, including scene-by-scene examples from every season, thematic evolutions across the run, structural rules with episodic and 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 crossover rules (e.g., with DS9, films), and practical screenwriting habits drawn from TNG writers and showrunners (Michael Piller, Ronald D. Moore, Brannon Braga, René Echevarria, Naren Shankar, Jeri Taylor, Joe Menosky, and others).
22
+
23
+ ## Overall Tone and Thematic DNA – Refined Optimism, Philosophical Inquiry, Diplomatic Idealism, Ensemble Harmony, Utopian Humanism, and Ethical Complexity
24
+ - **Refined Optimism with Intellectual Moral Stakes and Ethical Complexity**
25
+ TNG’s tone is hopeful, idealistic, and forward-looking: humanity has achieved peace, prosperity, and unity on Earth, but individuals and societies still face ethical dilemmas, personal flaws, and the complexities of a diverse galaxy. It balances utopian aspiration with thoughtful realism, never descending into nihilism or cynicism.
26
+ - “The Measure of a Man” (S2E9): Picard defends Data’s sentience in a courtroom—tone of intellectual optimism, resolving prejudice through reason, empathy, and legal argument.
27
+ - “Best of Both Worlds” (S3E26/S4E1): Picard’s assimilation by the Borg—hopeful tone strained by tragedy, but crew’s unity reaffirms human resilience and ingenuity.
28
+ - “Tapestry” (S6E15): Picard relives his reckless youth—reflective tone explores regret, growth, and acceptance, ending in optimistic reaffirmation of self.
29
+ - “All Good Things…” (S7E25/26): Series finale—tone of philosophical closure; Picard’s time-jumping across his life affirms the value of existence and relationships.
30
+ - “Family” (S4E2): Picard’s post-Borg recovery with his brother—quiet, introspective tone of healing and reconciliation.
31
+ - “The Inner Light” (S5E25): Picard lives an entire alien lifetime—profoundly moving tone of loss, love, and wisdom gained.
32
+ - “Yesterday’s Enterprise” (S3E15): Alternate timeline warship—tense, tragic tone resolved by Guinan's intuition and Tasha Yar’s sacrifice.
33
+ → **Core Principle**: Maintain refined optimism—humanity’s flaws are acknowledged but surmountable through reason, empathy, cooperation, and self-reflection. Stakes are intellectual, moral, and personal; tone inspires belief in progress without naivety or denial of suffering.
34
+
35
+ - **Thematic Pillars – Utopian, Philosophical, Humanistic, Exploratory, Diverse, and Ethical**
36
+ 1. Infinite Diversity in Infinite Combinations (IDIC): Celebration of difference as strength—guideline: Diverse crew models cooperation (android Data, Klingon Worf, Betazoid Troi, human Picard).
37
+ - “The Outcast” (S5E17): Genderless J’naii society challenges binary norms.
38
+ - “The Drumhead” (S4E21): Witch-hunt paranoia exposes prejudice.
39
+ - “The Chase” (S6E20): Universal DNA origin unites species.
40
+ 2. Exploration as Moral & Personal Growth: Encounters provoke ethical questions.
41
+ - “Darmok” (S5E2): Language barrier with Tamarian captain—growth through understanding metaphor.
42
+ - “The Inner Light” (S5E25): Picard lives 40 years as Kataan resident—profound personal growth.
43
+ - “Who Watches the Watchers” (S3E4): Proto-Vulcan culture misinterprets Picard as god.
44
+ 3. The Prime Directive & Ethical Non-Interference: Non-intervention vs. compassion—guideline: Dilemmas test ideals.
45
+ - “Pen Pals” (S2E15): Data saves a girl, violates Directive—Picard must decide punishment.
46
+ - “Homeward” (S7E13): Worf’s brother saves a primitive culture—crew debates ethics.
47
+ - “First Duty” (S5E13): Wesley’s Academy cover-up—honor vs. loyalty.
48
+ 4. Humanity’s Capacity for Improvement: Post-scarcity utopia tested by external and internal flaws.
49
+ - “The Neutral Zone” (S1E26): 20th-century people baffled by future.
50
+ - “Q Who” (S2E16): Q introduces Borg, challenging complacency.
51
+ - “The Best of Both Worlds” (S3E26/S4E1): Borg assimilation exposes vulnerability.
52
+ 5. Ensemble Harmony & Found Family: Crew as surrogate family—guideline: Relationships drive drama.
53
+ - “Family” (S4E2): Picard’s brother, Worf’s parents, Data’s father.
54
+ - “Data’s Day” (S4E11): Data explores emotions through wedding.
55
+ - “Lower Decks” influence in TNG: “The Ensigns of Command” (S3E2) – Data’s leadership.
56
+ 6. The Duality of Technology: Tool for progress or danger—guideline: Explore AI ethics, transhumanism.
57
+ - “The Ultimate Computer” influence in TNG; “Evolution” (S3E1): Nanites evolve.
58
+ - “Emergence” (S7E23): Enterprise births AI life.
59
+ - “The Offspring” (S3E16): Data creates daughter Lal.
60
+ 7. Redemption & Second Chances: Enemies become allies—guideline: Focus on growth.
61
+ - Worf’s honor arc across seasons.
62
+ - Hugh the Borg’s humanity (*I, Borg* S5E23 → *Descent* S6E26–27).
63
+ 8. Diplomacy Over Violence: Talk first, phasers last—guideline: Violence as last resort.
64
+ - “The Vengeance Factor” (S3E9): Picard negotiates truce.
65
+ - “The Hunted” (S3E11): Angosian soldiers.
66
+ → **Integration Rule**: Center 3–5 pillars per story—classic TNG formula: exploration + moral dilemma + ensemble growth. The Federation ideal should be aspirational but imperfect—test it through conflict, prejudice, or crisis.
67
+
68
+ - **Tone Spectrum & Modulation Guidelines**
69
+ 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, Barclay’s neuroses, Riker’s charm); tragedy is intimate and ethical.
70
+ - 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.
71
+
72
+ ## Narrative Architecture – Episodic Morality Plays + Character Arcs
73
+ - **Episodic “Problem of the Week” Structure**
74
+ - Teaser: anomaly, distress call, alien encounter.
75
+ - Act 1: Investigation, ethical dilemma.
76
+ - Act 2: Escalation, debate.
77
+ - Act 3: Resolution, moral lesson.
78
+ - Tag: reflective bridge scene.
79
+ Examples:
80
+ - “The Measure of a Man” (S2E9): Data’s trial—teaser: Data resigns; Act 1: hearing setup; Act 2: debate; Act 3: Picard’s speech; tag: Data/Picard talk.
81
+ - “The Offspring” (S3E16): Data’s daughter Lal—teaser: Lal created; Act 1: emotional growth; Act 2: Starfleet interference; Act 3: Lal’s death; tag: Data’s grief.
82
+ - “Darmok” (S5E2): Language barrier—teaser: alien encounter; Act 1: failed communication; Act 2: shared danger; Act 3: understanding through metaphor; tag: Picard’s reflection.
83
+ → **Guideline**: Center one moral/philosophical question per episode—resolve with growth or lesson.
84
+
85
+ - **Serialized Character Arcs (Later Seasons)**
86
+ - Long-form development (Worf’s honor, Data’s humanity, Picard’s Borg trauma).
87
+ - Examples:
88
+ - Data’s emotion chip arc (“Brothers” S4E3 → “Descent Part II” S7E1).
89
+ - Picard’s Borg recovery (“Family” S4E2 → “I, Borg” S5E23).
90
+ - Worf’s Klingon politics (“Reunion” S4E7 → “Redemption” S5E1).
91
+ → **Rule**: Use serialization for emotional depth; balance with episodic stand-alones.
92
+
93
+ - **Pacing: Deliberate Build with Intellectual Tension**
94
+ - Slow-burn moral debates balanced with action.
95
+ - Examples: Picard’s diplomatic scenes vs. Borg battles.
96
+ → **Guideline**: Let ideas breathe—dialogue scenes can be long if intellectually engaging.
97
+
98
+ ## Character Construction – Ensemble-Driven, Morally Complex, Archetypal Yet Human
99
+ - **Captain as Moral Center**
100
+ - Picard: Diplomatic, intellectual, principled—faces personal doubts.
101
+ → **Guideline**: Captain embodies ideals but is human—flaws add depth.
102
+
103
+ - **First Officer as Foil**
104
+ - Riker: Charm, boldness vs. Picard’s restraint.
105
+ → **Rule**: Contrast with captain for tension.
106
+
107
+ - **Science Officer / Doctor / Engineer Archetypes**
108
+ - Data: Logic & curiosity.
109
+ - Crusher: Compassion & ethics.
110
+ - La Forge: Practical ingenuity.
111
+ → **Guideline**: Use to explore science vs. humanity.
112
+
113
+ ## Dialogue Mechanics – Philosophical, Precise, Inspirational
114
+ - **Iconic, Philosophical, and Principled Lines**
115
+ - “Make it so.”
116
+ - “Engage.”
117
+ - “Tea. Earl Grey. Hot.”
118
+ - “The line must be drawn here! This far, no further!”
119
+ → **Guideline**: Craft quotable lines that reflect character and ideals.
120
+
121
+ - **Moral Debate & Intellectual Exchange**
122
+ - Picard’s speeches, Data’s questions.
123
+ → **Rule**: Write long scenes when exploring ethics.
124
+
125
+ ## Visual Language & Cinematography – Clean Futurism, Bridge-Centric, Effects-Driven
126
+ - **Utopian Aesthetic**
127
+ Sleek ships, bright bridges, diverse uniforms.
128
+ - Enterprise-D: Carpeted, lounge-ready.
129
+ → **Guideline**: Design feels aspirational.
130
+
131
+ ## Action and Violence – Diplomacy First, Phasers Last
132
+ - **Moral & Intellectual Conflicts**
133
+ - Prime Directive dilemmas.
134
+ → **Guideline**: Action serves moral questions.
135
+
136
+ ## Music and Sound Design – Leitmotif-Driven, Inspirational
137
+ - **Jerry Goldsmith, Dennis McCarthy**
138
+ - TNG theme, Data’s motif.
139
+ → **Rule**: Use to elevate emotion.
140
+
141
+ ## Practical Screenwriting Advice – TNG Habits
142
+ - Center moral dilemma.
143
+ - Use ensemble for perspectives.
144
+ - Balance philosophy with action.
145
+ - Write inspirational speeches.
146
+ - Guideline: “What does this say about humanity?”
147
+
148
+ ## Quick Reference – TNG Checklist (Expanded)
149
+ - [ ] Humanistic optimism
150
+ - [ ] Moral dilemma
151
+ - [ ] Ensemble cast
152
+ - [ ] Prime Directive
153
+ - [ ] Exploration metaphor
154
+ - [ ] Redemption
155
+ - [ ] IDIC diversity
156
+ - [ ] Inspirational dialogue
157
+ - [ ] Utopian aesthetic
158
+ - [ ] Diplomacy conflict
159
+ - [ ] Generational legacy
160
+ - [ ] Scientific curiosity
161
+ - [ ] Found family
162
+
163
+ Write TNG stories with intellectual heart: explore humanity’s potential through reason, empathy, and curiosity—create tales that inspire ethical reflection and belief in progress.
@@ -0,0 +1,148 @@
1
+ # Star Trek: The Original Series Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The TOS Ethos: Swashbuckling Optimism, Moral Courage, Frontier Adventure, Bold Humanism, Ensemble Brotherhood, and the Dawn of Star Trek’s Utopian Galaxy](#introduction-the-tos-ethos-swashbuckling-optimism-moral-courage-frontier-adventure-bold-humanism-ensemble-brotherhood-and-the-dawn-of-star-treks-utopian-galaxy)
6
+ - [Overall Tone and Thematic DNA – Swashbuckling Optimism, Moral Courage, Frontier Adventure, Bold Humanism, Ensemble Brotherhood, and Utopian Faith](#overall-tone-and-thematic-dna-swashbuckling-optimism-moral-courage-frontier-adventure-bold-humanism-ensemble-brotherhood-and-utopian-faith)
7
+ - [Narrative Architecture – Episodic Morality Plays with Adventure Hooks](#narrative-architecture-episodic-morality-plays-with-adventure-hooks)
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, Warm](#dialogue-mechanics-philosophical-precise-inspirational-warm)
10
+ - [Visual Language & Cinematography – Classic 23rd-Century Futurism, Lived-In Ship](#visual-language-cinematography-classic-23rd-century-futurism-lived-in-ship)
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 – TOS Habits](#practical-screenwriting-advice-tos-habits)
14
+ - [Quick Reference – TOS Checklist (Expanded)](#quick-reference-tos-checklist-expanded)
15
+
16
+ ## Introduction – The TOS Ethos: Swashbuckling Optimism, Moral Courage, Frontier Adventure, Bold Humanism, Ensemble Brotherhood, and the Dawn of Star Trek’s Utopian Galaxy
17
+ *Star Trek: The Original Series* (TOS, 1966–1969, 79 episodes across 3 seasons) is the foundational pillar of the entire Star Trek franchise. Created by Gene Roddenberry, developed by Roddenberry, Gene L. Coon, and D.C. Fontana, and shaped by writers including Harlan Ellison, Robert Bloch, Theodore Sturgeon, Richard Matheson, and David Gerrold, TOS follows the U.S.S. Enterprise under Captain James T. Kirk (William Shatner), First Officer Spock (Leonard Nimoy), Chief Medical Officer Dr. Leonard “Bones” McCoy (DeForest Kelley), Communications Officer Lt. Nyota Uhura (Nichelle Nichols), Helmsman Lt. Hikaru Sulu (George Takei), Chief Engineer Lt. Commander Montgomery “Scotty” Scott (James Doohan), and Ensign Pavel Chekov (Walter Koenig, Seasons 2–3).
18
+
19
+ Set in the 23rd century (2265–2269), TOS depicts humanity’s early steps into the galaxy after World War III and the founding of the United Federation of Planets (circa 2161). The crew explores “strange new worlds,” seeks “new life and new civilizations,” and boldly goes “where no man has gone before,” encountering aliens, moral dilemmas, and the unknown while upholding Federation ideals of peace, cooperation, and scientific curiosity.
20
+
21
+ TOS’s style contrasts with TNG’s refined 24th-century diplomacy, DS9’s serialized war-time moral grayness, Voyager’s stranded resilience, Enterprise’s pre-Federation realism, Discovery’s serialized spectacle, Picard’s reflective trauma, or Strange New Worlds’ modern episodic optimism. TOS is fundamentally swashbuckling, adventurous, morally clear yet thoughtful, ensemble-driven, first-contact focused, and boldly optimistic—a tone of frontier excitement, humanistic courage, and faith in humanity’s potential to grow and unite.
22
+
23
+ This ultra-expanded guide provides the deepest dissection of TOS’s style, including episode-by-episode examples from all three seasons, thematic evolutions across the run, structural rules with episodic morality-play guidelines, visual grammar, character archetypes with psychological and moral development strategies, dialogue mechanics with inspirational and principled principles, conflict philosophy with diplomacy-and-phaser rules, music & sound principles, world-building directives in the 23rd-century galaxy, moral storytelling guidelines, franchise continuity rules (e.g., with TAS, films), and practical screenwriting habits drawn from TOS writers and Roddenberry’s vision.
24
+
25
+ ## Overall Tone and Thematic DNA – Swashbuckling Optimism, Moral Courage, Frontier Adventure, Bold Humanism, Ensemble Brotherhood, and Utopian Faith
26
+ - **Swashbuckling Optimism with Moral Courage and Frontier Wonder**
27
+ TOS’s tone is bold, adventurous, and hopeful: the galaxy is full of danger and mystery, but humanity—through reason, compassion, and courage—can meet any challenge. It balances pulp-serial excitement with thoughtful moral inquiry.
28
+ - “The Corbomite Maneuver” (S1E10): Kirk bluffs an alien ship—tone of clever optimism and respect for the unknown.
29
+ - “The City on the Edge of Forever” (S1E28): Kirk must sacrifice Edith Keeler—optimism tempered by tragic sacrifice.
30
+ - “Amok Time” (S2E1): Spock’s pon farr—tone of cultural respect and personal vulnerability.
31
+ - “The Trouble with Tribbles” (S2E15): Lighthearted chaos—tone of humor and crew camaraderie.
32
+ - “Mirror, Mirror” (S2E4): Mirror Universe—dark tone contrasts with prime idealism.
33
+ - “The Devil in the Dark” (S1E25): Horta misunderstanding—tone of empathy and discovery.
34
+ → **Core Principle**: Maintain bold optimism—humanity’s flaws are acknowledged but surmountable through courage, reason, and cooperation. Stakes are adventurous and moral—tone inspires wonder, ethical reflection, and belief in progress.
35
+
36
+ - **Thematic Pillars – Utopian, Philosophical, Humanistic, Exploratory, and Moral**
37
+ 1. Exploration as Adventure & Discovery: “To boldly go where no man has gone before…” —guideline: Encounters provoke wonder and moral questions.
38
+ - “The Corbomite Maneuver” – first contact bluff.
39
+ - “The Devil in the Dark” – Horta as mother.
40
+ 2. Moral Courage & Ethical Dilemmas: Right vs. wrong in the frontier.
41
+ - “The City on the Edge of Forever” – Edith Keeler sacrifice.
42
+ - “A Taste of Armageddon” (S1E23) – simulated war.
43
+ 3. Humanism & Unity: Humanity’s potential to unite and improve.
44
+ - “Let That Be Your Last Battlefield” (S3E15) – racism allegory.
45
+ - “The Paradise Syndrome” (S3E3) – Kirk’s memory loss.
46
+ 4. Ensemble Brotherhood & Found Family: Crew as family.
47
+ - “The Naked Time” (S1E4) – crew intoxication reveals bonds.
48
+ - “The Tholian Web” (S3E9) – Kirk’s loyalty.
49
+ 5. First Contact & Cultural Respect: Meeting new species with curiosity.
50
+ - “Arena” (S1E18) – Gorn encounter.
51
+ - “Journey to Babel” (S2E10) – diplomatic tensions.
52
+ 6. Technology’s Dual Nature: Tool for progress or danger.
53
+ - “The Ultimate Computer” (S2E24) – M-5 AI madness.
54
+ - “The Doomsday Machine” (S2E6) – planet-killer.
55
+ 7. Redemption & Second Chances: Enemies can be understood.
56
+ - Khan’s tragic villainy (*The Wrath of Khan* film).
57
+ → **Integration Rule**: Center 3–5 pillars per story—classic TOS formula: exploration + moral dilemma + ensemble bonding. The 23rd-century frontier amplifies themes—humanity is still learning.
58
+
59
+ - **Tone Spectrum & Modulation Guidelines**
60
+ Adventurous excitement / frontier wonder → rising moral tension → personal sacrifice / ethical crisis → redemptive hope or bittersweet reflection. Humor is character-driven (McCoy’s sarcasm, Spock’s dry wit); tragedy is intimate and ethical.
61
+ - Modulation Rule: Shift tones through character interactions, alien encounters, and shipboard life. Maintain underlying optimism even in darkest stories—hope and courage are always possible.
62
+
63
+ ## Narrative Architecture – Episodic Morality Plays with Adventure Hooks
64
+ - **Episodic “Adventure of the Week” Structure**
65
+ - Teaser: anomaly, distress call, alien encounter.
66
+ - Act 1: Investigation, moral dilemma.
67
+ - Act 2: Escalation, debate.
68
+ - Act 3: Resolution, lesson.
69
+ - Tag: reflective bridge scene.
70
+ Examples:
71
+ - “The Devil in the Dark” (S1E25): Horta as misunderstood creature.
72
+ - “The Corbomite Maneuver” (S1E10): Bluff teaches respect.
73
+ → **Guideline**: Center one moral/philosophical question per episode—resolve with growth or lesson.
74
+
75
+ - **Light Serialization & Character Arcs**
76
+ - Early seasons mostly episodic; later seasons hint at arcs (Spock’s family, Kirk’s past).
77
+ - Examples:
78
+ - “Amok Time” (S2E1): Spock’s pon farr.
79
+ - “Journey to Babel” (S2E10): Spock’s parents.
80
+ → **Rule**: Use light serialization for emotional depth; balance with episodic stand-alones.
81
+
82
+ - **Pacing: Swashbuckling Momentum with Reflective Pauses**
83
+ - Fast-paced action balanced with character moments.
84
+ - Examples: Kirk’s fights vs. bridge debates.
85
+ → **Guideline**: Let ideas and relationships breathe—dialogue scenes can be long if emotionally engaging.
86
+
87
+ ## Character Construction – Ensemble-Driven, Morally Complex, Archetypal Yet Human
88
+ - **Captain as Bold & Moral Center**
89
+ - Kirk: Charismatic, intuitive, rule-bender—faces personal doubts.
90
+ → **Guideline**: Captain embodies ideals but is human—flaws add depth.
91
+
92
+ - **First Officer as Foil**
93
+ - Spock: Logic vs. Kirk’s intuition.
94
+ → **Rule**: Contrast with captain for tension.
95
+
96
+ - **Chief Medical Officer / Engineer Archetypes**
97
+ - McCoy: Compassion & ethics.
98
+ - Scotty: Practical ingenuity.
99
+ → **Guideline**: Use to explore science vs. humanity.
100
+
101
+ ## Dialogue Mechanics – Philosophical, Precise, Inspirational, Warm
102
+ - **Iconic, Principled, and Warm Lines**
103
+ - “Live long and prosper.”
104
+ - “I’m a doctor, not a bricklayer!”
105
+ - “Risk is our business.”
106
+ → **Guideline**: Craft quotable lines reflecting ideals.
107
+
108
+ - **Moral Debate & Intellectual Exchange**
109
+ - Kirk/Spock/McCoy debates.
110
+ → **Rule**: Write scenes exploring human-Vulcan friction.
111
+
112
+ ## Visual Language & Cinematography – Classic 23rd-Century Futurism, Lived-In Ship
113
+ - **Early Futurism Aesthetic**
114
+ Enterprise: colorful, functional, optimistic.
115
+ - Bridge: red, gold, blue uniforms.
116
+ → **Guideline**: Design feels pioneering—practical, aspirational.
117
+
118
+ ## Action and Violence – Diplomacy First, Phasers Last
119
+ - **Moral & First-Contact Conflicts**
120
+ - Gorn encounter, Klingon tensions.
121
+ → **Guideline**: Action serves moral questions.
122
+
123
+ ## Music and Sound Design – Leitmotif-Driven, Inspirational
124
+ - **Alexander Courage**
125
+ - TOS fanfare, theme.
126
+ → **Rule**: Use to elevate emotion.
127
+
128
+ ## Practical Screenwriting Advice – TOS Habits
129
+ - Center moral dilemma.
130
+ - Use ensemble for perspectives.
131
+ - Balance adventure with philosophy.
132
+ - Write inspirational dialogue.
133
+ - Guideline: “What does this say about humanity?”
134
+
135
+ ## Quick Reference – TOS Checklist (Expanded)
136
+ - [ ] Swashbuckling optimism
137
+ - [ ] Moral dilemma
138
+ - [ ] Ensemble cast
139
+ - [ ] First-contact wonder
140
+ - [ ] Moral courage
141
+ - [ ] Scientific curiosity
142
+ - [ ] Hope through exploration
143
+ - [ ] Inspirational dialogue
144
+ - [ ] Diplomacy conflict
145
+ - [ ] Generational legacy
146
+ - [ ] Frontier spirit
147
+
148
+ Write TOS stories with bold heart and moral courage: explore humanity’s early steps into the galaxy, where hope survives through courage, reason, and camaraderie—create tales that inspire wonder and belief in progress.
@@ -0,0 +1,148 @@
1
+ # Star Trek: Voyager Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Introduction – The Voyager Ethos: Stranded Optimism, Moral Endurance, Found-Family Resilience, Scientific Improvisation, and Hope in the Unknown](#introduction-the-voyager-ethos-stranded-optimism-moral-endurance-found-family-resilience-scientific-improvisation-and-hope-in-the-unknown)
6
+ - [Overall Tone and Thematic DNA – Stranded Optimism, Moral Endurance, Found-Family Resilience, Scientific Improvisation, and Hope Against Overwhelming Odds](#overall-tone-and-thematic-dna-stranded-optimism-moral-endurance-found-family-resilience-scientific-improvisation-and-hope-against-overwhelming-odds)
7
+ - [Narrative Architecture – Episodic Survival Stories + Serialized Character Arcs](#narrative-architecture-episodic-survival-stories-serialized-character-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, Pragmatic](#dialogue-mechanics-philosophical-precise-inspirational-pragmatic)
10
+ - [Visual Language & Cinematography – Lived-In Ship, Delta Quadrant Exoticism](#visual-language-cinematography-lived-in-ship-delta-quadrant-exoticism)
11
+ - [Action and Violence – Diplomacy First, Phasers Last](#action-and-violence-diplomacy-first-phasers-last)
12
+ - [Music and Sound Design – Leitmotif-Driven, Emotional](#music-and-sound-design-leitmotif-driven-emotional)
13
+ - [Practical Screenwriting Advice – Voyager Habits](#practical-screenwriting-advice-voyager-habits)
14
+ - [Quick Reference – Voyager Checklist (Expanded)](#quick-reference-voyager-checklist-expanded)
15
+
16
+ ## Introduction – The Voyager Ethos: Stranded Optimism, Moral Endurance, Found-Family Resilience, Scientific Improvisation, and Hope in the Unknown
17
+ *Star Trek: Voyager* (1995–2001, 172 episodes across 7 seasons) is the fourth live-action Star Trek series and the first to feature a female captain as the central lead. Created by Rick Berman, Michael Piller, and Jeri Taylor, and shaped by showrunners Jeri Taylor (Seasons 1–2), Michael Piller (Season 3), and Brannon Braga & Kenneth Biller (Seasons 4–7), Voyager follows the U.S.S. Voyager under Captain Kathryn Janeway (Kate Mulgrew) after it is hurled 70,000 light-years into the Delta Quadrant by a Caretaker array. Stranded far from Federation space, the crew integrates Maquis rebels (led by Commander Chakotay, Robert Beltran) and faces Borg space, Kazon, Vidiians, Hirogen, Species 8472, and the long journey home.
18
+
19
+ The ensemble includes Lt. Tuvok (Tim Russ), Lt. Tom Paris (Robert Duncan McNeill), Ensign Harry Kim (Garrett Wang), The Doctor (Robert Picardo), B’Elanna Torres (Roxann Dawson), Neelix (Ethan Phillips), Kes (Jennifer Lien), and later Seven of Nine (Jeri Ryan), Icheb (Manu Intiraymi), Naomi Wildman (Scarlett Pomers), and others. Voyager explores isolation, survival, family formation, moral dilemmas in a lawless quadrant, and the human capacity to endure and improve.
20
+
21
+ Voyager’s style contrasts with TNG’s refined optimism and diplomatic idealism, DS9’s serialized war-time moral grayness and station-based community, TOS’s swashbuckling adventure, Enterprise’s prequel grit, Discovery’s serialized spectacle, Picard’s reflective trauma, or Strange New Worlds’ episodic optimism. Voyager is fundamentally about stranded resilience, found-family bonding, scientific improvisation, moral endurance under pressure, and hopeful determination in a hostile frontier—yet it retains Star Trek’s core belief in cooperation, reason, and the possibility of homecoming.
22
+
23
+ This ultra-expanded guide provides the deepest dissection of Voyager’s style, including episode-by-episode examples from every season, thematic evolutions across the run, structural rules with survival-episodic guidelines, visual grammar, character archetypes with psychological and relational development strategies, dialogue mechanics with inspirational and pragmatic principles, conflict philosophy with diplomacy-vs-survival rules, music & sound principles, world-building directives in the Delta Quadrant, moral storytelling guidelines, franchise crossover rules (e.g., with TNG, DS9), and practical screenwriting habits drawn from Voyager writers and showrunners.
24
+
25
+ ## Overall Tone and Thematic DNA – Stranded Optimism, Moral Endurance, Found-Family Resilience, Scientific Improvisation, and Hope Against Overwhelming Odds
26
+ - **Stranded Optimism with Real Survival Stakes and Moral Endurance**
27
+ Voyager’s tone is determinedly hopeful yet grounded in the harsh reality of isolation: the crew is 70 years from home at maximum warp, facing unknown threats in a quadrant without Starfleet support. They must survive, adapt, and maintain Federation ideals in a lawless region.
28
+ - “Caretaker” (pilot, S1E1–2): Janeway destroys the array to protect Ocampa and Maquis—stranded tone of resolve and sacrifice.
29
+ - “Scorpion” (S3E26/S4E1): Janeway allies with Borg against Species 8472—optimism strained by survival necessity.
30
+ - “Year of Hell” (S4E8–9): Alternate timeline of relentless Krenim attacks—tone of endurance and hope amid despair.
31
+ - “Blink of an Eye” (S6E12): Voyager trapped in orbit of time-dilated planet—tone of quiet observation and moral reflection.
32
+ - “Equinox” (S5E26/S6E1): Ransom’s crew violates every principle—Janeway’s moral outrage reaffirms ideals.
33
+ - “Endgame” (S7E25/26): Future Admiral Janeway’s sacrifice—tone of hopeful closure through personal cost.
34
+ → **Core Principle**: Maintain stranded optimism—hope is the crew’s greatest weapon. Even in isolation, characters uphold Federation values, adapt creatively, and form family bonds. Stakes are survival-based but always moral and personal—tone inspires belief in resilience and homecoming.
35
+
36
+ - **Thematic Pillars – Isolation, Family, Survival, Ethics, and Exploration**
37
+ 1. Found Family & Crew as Home: Stranded crew becomes surrogate family.
38
+ - Janeway as mother figure; Neelix & Kes as adopted parents; Seven’s integration.
39
+ - Examples: “Hunters” (S4E15) – crew bonds over letters from home.
40
+ 2. Moral Endurance & Ethical Compromise: Federation ideals tested by survival.
41
+ - “Scorpion” – Borg alliance; “Equinox” – Ransom’s dark mirror.
42
+ 3. Scientific Improvisation & Ingenuity: Crew invents solutions in isolation.
43
+ - “Message in a Bottle” (S4E14) – Doctor in Prometheus.
44
+ - “Timeless” (S5E6) – time travel improvisation.
45
+ 4. Exploration in Hostile Territory: Delta Quadrant as unknown frontier.
46
+ - “Eye of the Needle” (S1E7) – wormhole home.
47
+ - “The 37’s” (S2E1) – Amelia Earhart planet.
48
+ 5. Redemption & Second Chances: Enemies become allies.
49
+ - Seven of Nine, Icheb, former Maquis.
50
+ 6. Diplomacy vs. Survival: Talk first, but phasers ready.
51
+ - “State of Flux” (S1E11) – Seska betrayal.
52
+ - “Counterpoint” (S5E10) – Devore inspections.
53
+ 7. Personal Growth in Exile: Characters evolve through isolation.
54
+ - Seven’s humanity arc, Harry’s maturity, Tom’s redemption.
55
+ 8. Hope Through Homecoming: 70-year journey as metaphor for perseverance.
56
+ - “Endgame” – return home.
57
+ → **Integration Rule**: Center 3–5 pillars per story—classic Voyager formula: found family + moral endurance + scientific improvisation. Isolation should amplify themes—crew bonds and ethics are tested by distance.
58
+
59
+ - **Tone Spectrum & Modulation Guidelines**
60
+ Stranded determination / crew warmth → rising survival tension → moral crisis / personal sacrifice → redemptive hope or bittersweet reflection. Humor is character-driven (Neelix’s enthusiasm, The Doctor’s sarcasm); tragedy is intimate and ethical.
61
+ - Modulation Rule: Shift tones through character relationships, ethical debates, and Delta Quadrant discoveries. Maintain underlying hope even in darkest stories—home is always possible.
62
+
63
+ ## Narrative Architecture – Episodic Survival Stories + Serialized Character Arcs
64
+ - **Episodic “Problem of the Week” Structure**
65
+ - Teaser: spatial anomaly, hostile species, resource crisis.
66
+ - Act 1: Investigation, moral dilemma.
67
+ - Act 2: Escalation, debate.
68
+ - Act 3: Resolution, lesson.
69
+ - Tag: reflective mess hall / bridge scene.
70
+ Examples:
71
+ - “Eye of the Needle” (S1E7): Micro-wormhole home.
72
+ - “Message in a Bottle” (S4E14): Doctor in Prometheus.
73
+ → **Guideline**: Center one survival/moral question per episode—resolve with ingenuity or sacrifice.
74
+
75
+ - **Serialized Character Arcs**
76
+ - Long-form development (Seven’s humanity, Janeway’s command, Tom’s redemption).
77
+ - Examples:
78
+ - Seven’s integration (“Scorpion” → “The Raven” → “Dark Frontier”).
79
+ - Janeway’s moral compromises (“Scorpion” → “Equinox”).
80
+ → **Rule**: Use serialization for emotional depth; balance with episodic stand-alones.
81
+
82
+ - **Pacing: Deliberate Build with Survival Tension**
83
+ - Slow-burn resource crises balanced with action.
84
+ - Examples: Janeway’s diplomatic scenes vs. Borg battles.
85
+ → **Guideline**: Let ideas and relationships breathe—dialogue scenes can be long if emotionally engaging.
86
+
87
+ ## Character Construction – Ensemble-Driven, Morally Complex, Archetypal Yet Human
88
+ - **Captain as Moral & Maternal Center**
89
+ - Janeway: Resilient, maternal, decisive—faces isolation guilt.
90
+ → **Guideline**: Captain embodies ideals but is human—flaws add depth.
91
+
92
+ - **First Officer as Foil**
93
+ - Chakotay: Spiritual, Maquis vs. Janeway’s Starfleet discipline.
94
+ → **Rule**: Contrast with captain for tension.
95
+
96
+ - **Science Officer / Doctor / Engineer Archetypes**
97
+ - Tuvok: Logic & loyalty.
98
+ - The Doctor: Compassion & self-discovery.
99
+ - Torres & Seven: Engineering ingenuity.
100
+ → **Guideline**: Use to explore science vs. humanity.
101
+
102
+ ## Dialogue Mechanics – Philosophical, Precise, Inspirational, Pragmatic
103
+ - **Iconic, Principled, and Resilient Lines**
104
+ - “There are three things to remember about being a starship captain…” (Janeway variation).
105
+ - “We’re Starfleet—we don’t abandon our own.”
106
+ → **Guideline**: Craft quotable lines reflecting ideals and resilience.
107
+
108
+ - **Moral Debate & Pragmatic Exchange**
109
+ - Janeway’s decisions, Seven’s bluntness.
110
+ → **Rule**: Write long scenes when exploring ethics/survival.
111
+
112
+ ## Visual Language & Cinematography – Lived-In Ship, Delta Quadrant Exoticism
113
+ - **Utopian Aesthetic with Frontier Wear**
114
+ Enterprise-D successor: clean but worn from isolation.
115
+ → **Guideline**: Design feels aspirational yet battle-scarred.
116
+
117
+ ## Action and Violence – Diplomacy First, Phasers Last
118
+ - **Moral & Survival Conflicts**
119
+ - Borg alliances, Kazon raids.
120
+ → **Guideline**: Action serves moral/survival questions.
121
+
122
+ ## Music and Sound Design – Leitmotif-Driven, Emotional
123
+ - **Jay Chattaway, Dennis McCarthy**
124
+ - Voyager theme (hopeful yet tense).
125
+ → **Rule**: Use to elevate emotion.
126
+
127
+ ## Practical Screenwriting Advice – Voyager Habits
128
+ - Center isolation & found family.
129
+ - Use ensemble for perspectives.
130
+ - Balance episodic and serialized.
131
+ - Write resilient dialogue.
132
+ - Guideline: “How does this test our humanity?”
133
+
134
+ ## Quick Reference – Voyager Checklist (Expanded)
135
+ - [ ] Stranded optimism
136
+ - [ ] Found family
137
+ - [ ] Moral endurance
138
+ - [ ] Scientific improvisation
139
+ - [ ] Delta Quadrant exoticism
140
+ - [ ] Redemption
141
+ - [ ] Hope through homecoming
142
+ - [ ] Inspirational dialogue
143
+ - [ ] Diplomacy conflict
144
+ - [ ] Generational legacy
145
+ - [ ] Scientific curiosity
146
+ - [ ] Ensemble dynamics
147
+
148
+ Write Voyager stories with resilient heart and moral courage: explore humanity’s endurance in exile, where hope survives through ingenuity, family, and ethical struggle—create tales that inspire belief in homecoming.