@mytechtoday/augment-extensions 1.5.2 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/README.md +62 -9
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -0
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +740 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  218. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  219. package/augment-extensions/writing-standards/screenplay/module.json +48 -1
  220. package/cli/AGENTS.md +22 -0
  221. package/cli/dist/__test_hook-system.d.ts +2 -0
  222. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  223. package/cli/dist/__test_hook-system.js +4 -0
  224. package/cli/dist/__test_hook-system.js.map +1 -0
  225. package/cli/dist/cli.js +21 -0
  226. package/cli/dist/cli.js.map +1 -1
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  230. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  234. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  236. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  238. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  242. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  282. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  286. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  290. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  294. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  298. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  302. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  306. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  310. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  314. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  318. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  322. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  326. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  330. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  334. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  338. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  342. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  346. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  348. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  349. package/cli/dist/commands/generate-shot-list.js +115 -0
  350. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  351. package/cli/dist/index.d.ts +7 -0
  352. package/cli/dist/index.d.ts.map +1 -0
  353. package/cli/dist/index.js +10 -0
  354. package/cli/dist/index.js.map +1 -0
  355. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  356. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  357. package/cli/dist/utils/mcp-integration.js +102 -13
  358. package/cli/dist/utils/mcp-integration.js.map +1 -1
  359. package/package.json +4 -1
@@ -0,0 +1,565 @@
1
+ # Verse Forms
2
+
3
+ A comprehensive guide to various verse forms in Shakespearean drama and poetry, including blank verse, rhymed couplets, and the strategic use of prose.
4
+
5
+ ## Overview
6
+
7
+ Shakespeare employed multiple verse forms to achieve different dramatic and poetic effects. Understanding when and how to use each form is essential for creating authentic Shakespearean-style writing. The choice between verse forms reflects character status, emotional state, dramatic situation, and thematic concerns.
8
+
9
+ ## Blank Verse (Unrhymed Iambic Pentameter)
10
+
11
+ ### Definition
12
+
13
+ **Blank Verse**: Unrhymed lines of iambic pentameter (10 syllables, alternating unstressed/stressed).
14
+
15
+ **Structure**:
16
+ ```
17
+ da-DUM da-DUM da-DUM da-DUM da-DUM
18
+ (unstressed-stressed pattern repeated 5 times)
19
+ ```
20
+
21
+ **Characteristics**:
22
+ - No rhyme scheme
23
+ - Iambic pentameter meter
24
+ - Most common verse form in Shakespeare's plays
25
+ - Mimics natural English speech rhythm
26
+ - Allows for flexibility and variation
27
+
28
+ ### Why Blank Verse?
29
+
30
+ **Advantages**:
31
+ - **Natural Speech**: Sounds like elevated conversation
32
+ - **Flexibility**: No need to find rhymes allows more natural word choice
33
+ - **Sustained Dialogue**: Can continue indefinitely without rhyme constraints
34
+ - **Dramatic Power**: Combines poetic beauty with conversational flow
35
+
36
+ **When to Use**:
37
+ - Serious dramatic scenes
38
+ - Noble or high-status characters
39
+ - Soliloquies and monologues
40
+ - Emotional or philosophical speeches
41
+ - Main action of tragedies and histories
42
+
43
+ ### Examples of Blank Verse
44
+
45
+ **Example 1 - Hamlet's Soliloquy**:
46
+ ```
47
+ To be, or not to be—that is the question:
48
+ Whether 'tis nobler in the mind to suffer
49
+ The slings and arrows of outrageous fortune,
50
+ Or to take arms against a sea of troubles
51
+ And by opposing end them. To die, to sleep—
52
+ ```
53
+
54
+ **Scansion**:
55
+ ```
56
+ To BE | or NOT | to BE | —that IS | the QUES | tion:
57
+ Wheth-ER | 'tis NO | bler IN | the MIND | to SUF | fer
58
+ The SLINGS | and AR | rows OF | out-RA | geous FOR | tune,
59
+ ```
60
+
61
+ **Analysis**:
62
+ - Unrhymed
63
+ - Iambic pentameter (with variations)
64
+ - Natural, contemplative tone
65
+ - Philosophical content suits blank verse
66
+
67
+ **Example 2 - Macbeth**:
68
+ ```
69
+ If it were done when 'tis done, then 'twere well
70
+ It were done quickly. If th' assassination
71
+ Could trammel up the consequence and catch
72
+ With his surcease success, that but this blow
73
+ Might be the be-all and the end-all here,
74
+ ```
75
+
76
+ **Analysis**:
77
+ - Unrhymed
78
+ - Enjambment (lines flow into each other)
79
+ - Reflects Macbeth's racing, anxious thoughts
80
+ - Blank verse allows complex syntax
81
+
82
+ **Example 3 - Othello**:
83
+ ```
84
+ It is the cause, it is the cause, my soul.
85
+ Let me not name it to you, you chaste stars,
86
+ It is the cause. Yet I'll not shed her blood,
87
+ Nor scar that whiter skin of hers than snow,
88
+ And smooth as monumental alabaster.
89
+ ```
90
+
91
+ **Analysis**:
92
+ - Repetition ("It is the cause")
93
+ - Sensory imagery
94
+ - Blank verse creates solemn, ritualistic tone
95
+
96
+ ### Variations in Blank Verse
97
+
98
+ **Feminine Ending** (extra unstressed syllable):
99
+ ```
100
+ To be, or not to be—that is the question:
101
+ (11 syllables instead of 10)
102
+ ```
103
+
104
+ **Trochaic Substitution** (stressed-unstressed instead of unstressed-stressed):
105
+ ```
106
+ NOTH-ing | will COME | of NOTH | ing. SPEAK | a-GAIN.
107
+ ```
108
+
109
+ **Spondee** (two stressed syllables):
110
+ ```
111
+ BREAK, BREAK, | BREAK, on | thy COLD | gray STONES, | O SEA!
112
+ ```
113
+
114
+ ## Rhymed Couplets
115
+
116
+ ### Definition
117
+
118
+ **Rhymed Couplet**: Two consecutive lines of verse that rhyme (AA, BB, CC, etc.).
119
+
120
+ **Structure**:
121
+ ```
122
+ Line 1: _____________ A
123
+ Line 2: _____________ A
124
+ ```
125
+
126
+ **Characteristics**:
127
+ - Two lines rhyme with each other
128
+ - Usually iambic pentameter
129
+ - Creates sense of closure and completion
130
+ - Often used for emphasis or conclusion
131
+
132
+ ### Why Rhymed Couplets?
133
+
134
+ **Advantages**:
135
+ - **Closure**: Signals end of scene or speech
136
+ - **Emphasis**: Highlights important ideas
137
+ - **Wit**: Allows for clever wordplay
138
+ - **Memorability**: Rhyme makes lines memorable
139
+ - **Formality**: Adds ceremonial or ritualistic quality
140
+
141
+ **When to Use**:
142
+ - End of scenes
143
+ - End of soliloquies or speeches
144
+ - Magical spells or incantations
145
+ - Witty exchanges
146
+ - Sententious statements (moral pronouncements)
147
+ - Love poetry
148
+
149
+ ### Examples of Rhymed Couplets
150
+
151
+ **Example 1 - Scene Ending (Hamlet)**:
152
+ ```
153
+ The play's the thing
154
+ Wherein I'll catch the conscience of the King.
155
+ ```
156
+
157
+ **Analysis**:
158
+ - Concludes Hamlet's soliloquy
159
+ - Rhyme (thing/King) provides closure
160
+ - Announces his plan emphatically
161
+
162
+ **Example 2 - Magical Incantation (Macbeth)**:
163
+ ```
164
+ Double, double toil and trouble;
165
+ Fire burn and cauldron bubble.
166
+ ```
167
+
168
+ **Analysis**:
169
+ - Witches' spell
170
+ - Rhyme creates ritualistic, magical effect
171
+ - Shorter lines (trochaic tetrameter, not pentameter)
172
+
173
+ **Example 3 - Love Poetry (Romeo and Juliet)**:
174
+ ```
175
+ ROMEO: If I profane with my unworthiest hand
176
+ This holy shrine, the gentle sin is this:
177
+ My lips, two blushing pilgrims, ready stand
178
+ To smooth that rough touch with a tender kiss.
179
+
180
+ JULIET: Good pilgrim, you do wrong your hand too much,
181
+ Which mannerly devotion shows in this;
182
+ For saints have hands that pilgrims' hands do touch,
183
+ And palm to palm is holy palmers' kiss.
184
+ ```
185
+
186
+ **Analysis**:
187
+ - Shared sonnet between Romeo and Juliet
188
+ - Rhymed couplets within sonnet structure
189
+ - Rhyme emphasizes romantic connection
190
+
191
+ **Example 4 - Sententious Statement (All's Well That Ends Well)**:
192
+ ```
193
+ All's well that ends well; still the fine's the crown.
194
+ Whate'er the course, the end is the renown.
195
+ ```
196
+
197
+ **Analysis**:
198
+ - Moral pronouncement
199
+ - Rhyme gives authority and finality
200
+ - Summarizes play's theme
201
+
202
+ ### Heroic Couplets
203
+
204
+ **Definition**: Rhymed couplets in iambic pentameter, often used for elevated or formal speech.
205
+
206
+ **Example - Richard II**:
207
+ ```
208
+ For God's sake let us sit upon the ground
209
+ And tell sad stories of the death of kings.
210
+ ```
211
+
212
+ **Effect**: Dignified, formal, ceremonial
213
+
214
+ ## Prose vs. Verse Usage in Drama
215
+
216
+ ### When to Use Prose
217
+
218
+ **Definition**: Ordinary written language without metrical structure.
219
+
220
+ **Characteristics**:
221
+ - No regular meter
222
+ - No rhyme scheme
223
+ - Natural, everyday speech patterns
224
+ - Variable line length
225
+
226
+ **When Shakespeare Uses Prose**:
227
+
228
+ **1. Low-Status Characters**:
229
+ - Servants, commoners, clowns
230
+ - Reflects social hierarchy
231
+ - Example: Gravediggers in *Hamlet*
232
+
233
+ **2. Comic Scenes**:
234
+ - Humor and wit
235
+ - Wordplay and puns
236
+ - Example: Falstaff in *Henry IV*
237
+
238
+ **3. Madness or Disorder**:
239
+ - Characters losing reason
240
+ - Mental breakdown
241
+ - Example: Hamlet's "antic disposition," Ophelia's madness
242
+
243
+ **4. Letters and Documents**:
244
+ - Reading written text
245
+ - Formal correspondence
246
+ - Example: Letters in *Hamlet*, *Twelfth Night*
247
+
248
+ **5. Intimate, Casual Conversation**:
249
+ - Relaxed, private moments
250
+ - Plotting and scheming
251
+ - Example: Iago's manipulations in *Othello*
252
+
253
+ ### When to Use Verse
254
+
255
+ **When Shakespeare Uses Verse**:
256
+
257
+ **1. High-Status Characters**:
258
+ - Nobility, royalty
259
+ - Reflects elevated social position
260
+ - Example: Kings, princes, nobles
261
+
262
+ **2. Serious, Dramatic Scenes**:
263
+ - Tragedy, conflict, emotion
264
+ - Heightened language for heightened stakes
265
+ - Example: Tragic climaxes
266
+
267
+ **3. Soliloquies and Monologues**:
268
+ - Internal reflection
269
+ - Philosophical contemplation
270
+ - Example: Hamlet's soliloquies
271
+
272
+ **4. Love Scenes**:
273
+ - Romantic declarations
274
+ - Poetic expression of emotion
275
+ - Example: Romeo and Juliet's balcony scene
276
+
277
+ **5. Formal, Public Speeches**:
278
+ - Court scenes, proclamations
279
+ - Ceremonial occasions
280
+ - Example: Mark Antony's funeral oration
281
+
282
+ ### Examples: Prose vs. Verse
283
+
284
+ **Prose Example - Hamlet (with Rosencrantz and Guildenstern)**:
285
+ ```
286
+ HAMLET: Denmark's a prison.
287
+
288
+ ROSENCRANTZ: Then is the world one.
289
+
290
+ HAMLET: A goodly one, in which there are many confines, wards, and
291
+ dungeons, Denmark being one o' th' worst.
292
+
293
+ ROSENCRANTZ: We think not so, my lord.
294
+
295
+ HAMLET: Why, then 'tis none to you, for there is nothing either good or
296
+ bad but thinking makes it so. To me it is a prison.
297
+ ```
298
+
299
+ **Analysis**:
300
+ - Casual conversation
301
+ - Hamlet feigning madness
302
+ - Prose reflects informal, deceptive tone
303
+
304
+ **Verse Example - Hamlet (Soliloquy)**:
305
+ ```
306
+ HAMLET: O, what a rogue and peasant slave am I!
307
+ Is it not monstrous that this player here,
308
+ But in a fiction, in a dream of passion,
309
+ Could force his soul so to his own conceit
310
+ That from her working all his visage wanned,
311
+ Tears in his eyes, distraction in his aspect,
312
+ A broken voice, and his whole function suiting
313
+ With forms to his conceit? And all for nothing!
314
+ ```
315
+
316
+ **Analysis**:
317
+ - Soliloquy (internal reflection)
318
+ - Blank verse (iambic pentameter)
319
+ - Elevated, passionate language
320
+
321
+ ### Switching Between Prose and Verse
322
+
323
+ **Purpose**: Signals change in character state, situation, or tone
324
+
325
+ **Example - Hamlet**:
326
+ - **Verse**: When speaking to Horatio (friend, equal)
327
+ - **Prose**: When feigning madness with Polonius
328
+ - **Verse**: In soliloquies (true thoughts)
329
+
330
+ **Example - King Lear**:
331
+ - **Verse**: Lear as king (Act I)
332
+ - **Prose**: Lear in madness (Act III-IV)
333
+ - **Verse**: Lear regaining sanity (Act V)
334
+
335
+ **Effect**: Verse/prose shifts track character's mental and emotional state
336
+
337
+ ## When to Break Meter for Dramatic Effect
338
+
339
+ ### Purpose of Breaking Meter
340
+
341
+ **Reasons to Violate Iambic Pentameter**:
342
+ - Emphasize particular words
343
+ - Reflect emotional disturbance
344
+ - Create dramatic tension
345
+ - Show character's mental state
346
+ - Highlight important moments
347
+
348
+ ### Techniques for Breaking Meter
349
+
350
+ **1. Extra Syllables (Feminine Ending)**:
351
+
352
+ **Regular**:
353
+ ```
354
+ To BE | or NOT | to BE | —that IS | the QUES | tion
355
+ ```
356
+
357
+ **Feminine Ending**:
358
+ ```
359
+ To BE | or NOT | to BE | —that IS | the QUES | tion:
360
+ (11 syllables—extra unstressed syllable)
361
+ ```
362
+
363
+ **Effect**: Softer, more uncertain ending
364
+
365
+ **2. Missing Syllables (Truncated Line)**:
366
+
367
+ **Regular**: 10 syllables
368
+
369
+ **Truncated**:
370
+ ```
371
+ Never, never, never, never, never.
372
+ ```
373
+ (Only 9 syllables if scanned as trochees)
374
+
375
+ **Effect**: Emphasizes repetition, creates broken rhythm
376
+
377
+ **3. Trochaic Substitution (Stressed-Unstressed)**:
378
+
379
+ **Regular Iambic**:
380
+ ```
381
+ da-DUM | da-DUM | da-DUM | da-DUM | da-DUM
382
+ ```
383
+
384
+ **Trochaic Substitution**:
385
+ ```
386
+ DUM-da | da-DUM | da-DUM | da-DUM | da-DUM
387
+ ```
388
+
389
+ **Example - King Lear**:
390
+ ```
391
+ NOTH-ing | will COME | of NOTH | ing. SPEAK | a-GAIN.
392
+ ```
393
+
394
+ **Effect**: Forceful, emphatic opening
395
+
396
+ **4. Spondee (Two Stressed Syllables)**:
397
+
398
+ **Example - Macbeth**:
399
+ ```
400
+ KNOCK, KNOCK! | Who's THERE, | i' th' NAME | of BE | el-ZE | bub?
401
+ ```
402
+
403
+ **Effect**: Creates urgency, alarm
404
+
405
+ **5. Pyrrhic Foot (Two Unstressed Syllables)**:
406
+
407
+ **Example**:
408
+ ```
409
+ da-DUM | da da | da-DUM | da-DUM | da-DUM
410
+ ```
411
+
412
+ **Effect**: Creates lighter, faster rhythm
413
+
414
+ ### Examples of Effective Meter Breaking
415
+
416
+ **Example 1 - Emotional Breakdown (King Lear)**:
417
+ ```
418
+ Howl, howl, howl, howl! O, you are men of stones.
419
+ ```
420
+
421
+ **Analysis**:
422
+ - Four stressed syllables in a row (spondees)
423
+ - Breaks regular iambic pattern
424
+ - Reflects Lear's anguish and rage
425
+
426
+ **Example 2 - Hesitation (Macbeth)**:
427
+ ```
428
+ If it were done when 'tis done, then 'twere well
429
+ It were done quickly.
430
+ ```
431
+
432
+ **Analysis**:
433
+ - Irregular rhythm reflects Macbeth's uncertainty
434
+ - Repetition of "done" disrupts meter
435
+ - Mirrors his anxious, racing thoughts
436
+
437
+ **Example 3 - Madness (Hamlet)**:
438
+ ```
439
+ Words, words, words.
440
+ ```
441
+
442
+ **Analysis**:
443
+ - Only 3 syllables (severely truncated)
444
+ - Repetition emphasizes Hamlet's dismissive, possibly mad state
445
+ - Breaks from verse entirely
446
+
447
+ **Example 4 - Supernatural (Macbeth)**:
448
+ ```
449
+ Double, double toil and trouble;
450
+ Fire burn and cauldron bubble.
451
+ ```
452
+
453
+ **Analysis**:
454
+ - Trochaic tetrameter (not iambic pentameter)
455
+ - Creates eerie, incantatory effect
456
+ - Signals supernatural/magical content
457
+
458
+ ## Practical Application
459
+
460
+ ### Choosing the Right Form
461
+
462
+ **Decision Tree**:
463
+
464
+ 1. **Is the character high-status and the scene serious?**
465
+ - Yes → Use blank verse
466
+ - No → Consider prose or rhymed verse
467
+
468
+ 2. **Is this the end of a scene or speech?**
469
+ - Yes → Use rhymed couplet for closure
470
+ - No → Continue blank verse
471
+
472
+ 3. **Is the character mad, comic, or low-status?**
473
+ - Yes → Use prose
474
+ - No → Use verse
475
+
476
+ 4. **Is this a magical spell or ritual?**
477
+ - Yes → Use rhymed couplets or different meter
478
+ - No → Use blank verse
479
+
480
+ 5. **Do you want to emphasize a particular moment?**
481
+ - Yes → Break meter purposefully
482
+ - No → Maintain regular meter
483
+
484
+ ### Writing in Different Forms
485
+
486
+ **Blank Verse**:
487
+ - Write in iambic pentameter
488
+ - Don't worry about rhyme
489
+ - Allow enjambment (lines flowing into each other)
490
+ - Vary rhythm for naturalness
491
+
492
+ **Rhymed Couplets**:
493
+ - Write two lines that rhyme
494
+ - Maintain iambic pentameter
495
+ - Use for emphasis or closure
496
+ - Make rhyme feel natural, not forced
497
+
498
+ **Prose**:
499
+ - Write naturally without meter
500
+ - Use for casual, comic, or mad scenes
501
+ - Allow more flexibility in language
502
+ - Can still use rhetorical devices
503
+
504
+ ## Common Pitfalls
505
+
506
+ **Pitfall 1: Inconsistent Form**
507
+
508
+ ❌ Switching between verse and prose randomly
509
+ ✅ Purposeful shifts that reflect character or situation
510
+
511
+ **Pitfall 2: Forced Rhymes**
512
+
513
+ ❌ Awkward word order to achieve rhyme
514
+ ✅ Natural syntax with organic rhymes
515
+
516
+ **Pitfall 3: Monotonous Meter**
517
+
518
+ ❌ Perfect iambic pentameter every line (sounds robotic)
519
+ ✅ Variations and substitutions for naturalness
520
+
521
+ **Pitfall 4: Breaking Meter Without Purpose**
522
+
523
+ ❌ Irregular meter due to lack of skill
524
+ ✅ Purposeful variations for dramatic effect
525
+
526
+ **Pitfall 5: Prose for Serious Scenes**
527
+
528
+ ❌ Using prose for tragic climaxes
529
+ ✅ Verse for elevated, serious moments
530
+
531
+ ## Checklist for Verse Forms
532
+
533
+ When choosing and writing verse forms:
534
+
535
+ - [ ] Form matches character status and scene tone
536
+ - [ ] Blank verse maintains iambic pentameter (with purposeful variations)
537
+ - [ ] Rhymed couplets used for closure or emphasis
538
+ - [ ] Prose used for comic, casual, or mad scenes
539
+ - [ ] Shifts between forms are purposeful and motivated
540
+ - [ ] Meter broken only for dramatic effect
541
+ - [ ] Rhymes feel natural, not forced
542
+ - [ ] Verse enhances rather than obscures meaning
543
+ - [ ] Form serves character and story
544
+ - [ ] Consistency within scenes (unless shifting for effect)
545
+
546
+ ## Further Reading
547
+
548
+ **Related Guides**:
549
+ - [Iambic Pentameter](iambic-pentameter.md) - Detailed guide to meter and scansion
550
+ - [Sonnets](sonnets.md) - Shakespearean sonnet form
551
+ - [Narrative Poetry](narrative-poetry.md) - Stanza forms in narrative verse
552
+ - [Rhetoric and Wordplay](../language/rhetoric-wordplay.md) - Poetic devices
553
+
554
+ **Plays to Study**:
555
+ - *Hamlet* - Masterful use of verse, prose, and shifts between them
556
+ - *King Lear* - Verse reflecting character's mental state
557
+ - *Macbeth* - Blank verse, rhymed couplets, and supernatural meter
558
+ - *Romeo and Juliet* - Love poetry, sonnets, and rhymed couplets
559
+ - *Henry IV Part 1* - Contrast between Falstaff's prose and Hotspur's verse
560
+
561
+ ---
562
+
563
+ **Note**: The choice of verse form is never arbitrary in Shakespeare. Every shift from verse to prose, every rhymed couplet, every broken meter serves a dramatic purpose. Study these choices to understand how form enhances meaning.
564
+
565
+
@@ -124,15 +124,68 @@ augment-extensions/writing-standards/screenplay/
124
124
  │ ├── beat-sheet.json # Beat sheet schema
125
125
  │ ├── plot-outline.json # Plot outline schema
126
126
  │ └── trope-inventory.json # Trope inventory schema
127
- └── examples/ # Example screenplay files
128
- ├── aaa-hollywood-scene.fountain
129
- ├── independent-monologue.fountain
130
- ├── tv-episode-teaser.fountain
131
- ├── news-segment.fountain
132
- ├── commercial-30sec.fountain
133
- ├── character-profile-example.yaml
134
- ├── beat-sheet-example.yaml
135
- └── plot-outline-example.yaml
127
+ ├── examples/ # Example screenplay files
128
+ ├── aaa-hollywood-scene.fountain
129
+ ├── independent-monologue.fountain
130
+ ├── tv-episode-teaser.fountain
131
+ ├── news-segment.fountain
132
+ ├── commercial-30sec.fountain
133
+ ├── character-profile-example.yaml
134
+ ├── beat-sheet-example.yaml
135
+ └── plot-outline-example.yaml
136
+ ├── styles/ # Sub-module: Narrative styles
137
+ │ ├── module.json
138
+ │ ├── README.md
139
+ │ ├── rules/ # Narrative style techniques
140
+ │ │ ├── linear.md
141
+ │ │ ├── non-linear.md
142
+ │ │ ├── ensemble.md
143
+ │ │ └── ... (13 narrative styles)
144
+ │ └── examples/
145
+ ├── cinematic-styles/ # Sub-module: Film/franchise style guides
146
+ │ ├── module.json
147
+ │ ├── README.md
148
+ │ ├── rules/ # Specific film/franchise styles
149
+ │ │ ├── mcu-avengers.md # Marvel Cinematic Universe style
150
+ │ │ ├── blue-ruin.md # Blue Ruin incompetent protagonist style
151
+ │ │ └── ... (more to be added)
152
+ │ └── examples/
153
+ ├── genres/ # Sub-module: Genre conventions
154
+ │ └── ... (to be developed)
155
+ └── themes/ # Sub-module: Thematic integration
156
+ └── ... (to be developed)
157
+ ```
158
+
159
+ ## Sub-Modules
160
+
161
+ This module is organized into several sub-modules for selective loading:
162
+
163
+ ### 1. Core Screenplay Standards (Main Module)
164
+ Universal formatting, narrative structures, character development, dialogue, and category-specific rules.
165
+
166
+ **Link**: `augx link writing-standards/screenplay`
167
+
168
+ ### 2. Narrative Styles
169
+ Narrative style techniques (linear, non-linear, ensemble, minimalist, epic, etc.)
170
+
171
+ **Link**: `augx link writing-standards/screenplay/styles`
172
+
173
+ ### 3. Cinematic Style Guides (NEW)
174
+ Film and franchise-specific style guides capturing the unique voice and techniques of iconic films.
175
+
176
+ **Link**: `augx link writing-standards/screenplay/cinematic-styles`
177
+
178
+ **Available Styles**:
179
+ - **MCU/Avengers** - Ensemble superhero epic with heart and humor
180
+ - **Blue Ruin** - Incompetent protagonist thriller with realistic violence
181
+
182
+ **Future Additions**: Christopher Nolan, Quentin Tarantino, Wes Anderson, Denis Villeneuve, and more
183
+
184
+ ### 4. Genre Conventions
185
+ Genre-specific screenplay conventions (to be developed)
186
+
187
+ ### 5. Thematic Integration
188
+ Thematic elements and integration techniques (to be developed)
136
189
  ```
137
190
 
138
191
  ## Core Guidelines