@rubytech/create-realagent-code 0.1.24 → 0.1.27

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 (577) hide show
  1. package/dist/index.js +81 -17
  2. package/package.json +1 -1
  3. package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -90
  4. package/payload/platform/plugins/admin/PLUGIN.md +46 -23
  5. package/payload/platform/plugins/admin/skills/onboarding/SKILL.md +111 -126
  6. package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
  7. package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
  8. package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
  9. package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
  10. package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
  11. package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
  12. package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
  13. package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
  14. package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
  15. package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
  16. package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
  17. package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
  18. package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
  19. package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
  20. package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
  21. package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
  22. package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
  23. package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
  24. package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
  25. package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
  26. package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
  27. package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
  28. package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
  29. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
  30. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
  31. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
  32. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
  33. package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
  34. package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
  35. package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
  36. package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
  37. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
  38. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
  39. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
  40. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
  41. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
  42. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
  43. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
  44. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
  45. package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
  46. package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
  47. package/payload/platform/plugins/cloudflare/references/dashboard-guide.md +37 -0
  48. package/payload/platform/plugins/cloudflare/references/manual-setup.md +81 -1
  49. package/payload/platform/plugins/cloudflare/scripts/__tests__/tunnel-ingress.test.ts +241 -0
  50. package/payload/platform/plugins/cloudflare/scripts/setup-tunnel.sh +267 -28
  51. package/payload/platform/plugins/cloudflare/scripts/tunnel-ingress.ts +291 -0
  52. package/payload/platform/plugins/cloudflare/skills/setup-tunnel/SKILL.md +42 -0
  53. package/payload/platform/plugins/contacts/PLUGIN.md +18 -9
  54. package/payload/platform/plugins/docs/references/platform.md +2 -0
  55. package/payload/platform/plugins/docs/references/troubleshooting.md +12 -0
  56. package/payload/platform/plugins/email/PLUGIN.md +18 -9
  57. package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts +17 -0
  58. package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts.map +1 -0
  59. package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js +185 -0
  60. package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js.map +1 -0
  61. package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js +34 -111
  62. package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js.map +1 -1
  63. package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
  64. package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
  65. package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
  66. package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
  67. package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
  68. package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
  69. package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
  70. package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
  71. package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
  72. package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
  73. package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
  74. package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
  75. package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
  76. package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
  77. package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
  78. package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
  79. package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
  80. package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
  81. package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
  82. package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
  83. package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
  84. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
  85. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
  86. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
  87. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
  88. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
  89. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
  90. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
  91. package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
  92. package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
  93. package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
  94. package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
  95. package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
  96. package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
  97. package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
  98. package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
  99. package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
  100. package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
  101. package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
  102. package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
  103. package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
  104. package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
  105. package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
  106. package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
  107. package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
  108. package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
  109. package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
  110. package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
  111. package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
  112. package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
  113. package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
  114. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
  115. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
  116. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
  117. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
  118. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
  119. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
  120. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
  121. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
  122. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
  123. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
  124. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
  125. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
  126. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
  127. package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
  128. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
  129. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
  130. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
  131. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
  132. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
  133. package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
  134. package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
  135. package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
  136. package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
  137. package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
  138. package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
  139. package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
  140. package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
  141. package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
  142. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
  143. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
  144. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
  145. package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
  146. package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
  147. package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
  148. package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
  149. package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
  150. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
  151. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
  152. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
  153. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
  154. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
  155. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
  156. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
  157. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
  158. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
  159. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
  160. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
  161. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
  162. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
  163. package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
  164. package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
  165. package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
  166. package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
  167. package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
  168. package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
  169. package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
  170. package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
  171. package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
  172. package/payload/platform/plugins/leads/PLUGIN.md +62 -0
  173. package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
  174. package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
  175. package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
  176. package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
  177. package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
  178. package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
  179. package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
  180. package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
  181. package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
  182. package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
  183. package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
  184. package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
  185. package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
  186. package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
  187. package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
  188. package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
  189. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
  190. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
  191. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
  192. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
  193. package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
  194. package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
  195. package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
  196. package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
  197. package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
  198. package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
  199. package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
  200. package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
  201. package/payload/platform/plugins/listings/PLUGIN.md +103 -0
  202. package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
  203. package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
  204. package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
  205. package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
  206. package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
  207. package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
  208. package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
  209. package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
  210. package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
  211. package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
  212. package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
  213. package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
  214. package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
  215. package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
  216. package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
  217. package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
  218. package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
  219. package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
  220. package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
  221. package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
  222. package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
  223. package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
  224. package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
  225. package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
  226. package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
  227. package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
  228. package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
  229. package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
  230. package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
  231. package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
  232. package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
  233. package/payload/platform/plugins/loop/PLUGIN.md +108 -0
  234. package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
  235. package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
  236. package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
  237. package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
  238. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
  239. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
  240. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
  241. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
  242. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
  243. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
  244. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
  245. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
  246. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
  247. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
  248. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
  249. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
  250. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
  251. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
  252. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
  253. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
  254. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
  255. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
  256. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
  257. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
  258. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
  259. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
  260. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
  261. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
  262. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
  263. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
  264. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
  265. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
  266. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
  267. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
  268. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
  269. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
  270. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
  271. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
  272. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
  273. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
  274. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
  275. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
  276. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
  277. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
  278. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
  279. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
  280. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
  281. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
  282. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
  283. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
  284. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
  285. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
  286. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
  287. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
  288. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
  289. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
  290. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
  291. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
  292. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
  293. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
  294. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
  295. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
  296. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
  297. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
  298. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
  299. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
  300. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
  301. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
  302. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
  303. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
  304. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
  305. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
  306. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
  307. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
  308. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
  309. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
  310. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
  311. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
  312. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
  313. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
  314. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
  315. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
  316. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
  317. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
  318. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
  319. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
  320. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
  321. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
  322. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
  323. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
  324. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
  325. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
  326. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
  327. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
  328. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
  329. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
  330. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
  331. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
  332. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
  333. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
  334. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
  335. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
  336. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
  337. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
  338. package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
  339. package/payload/platform/plugins/loop/mcp/package.json +21 -0
  340. package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
  341. package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
  342. package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
  343. package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
  344. package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
  345. package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
  346. package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
  347. package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
  348. package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
  349. package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
  350. package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
  351. package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
  352. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
  353. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
  354. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
  355. package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
  356. package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
  357. package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
  358. package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
  359. package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
  360. package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
  361. package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
  362. package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
  363. package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
  364. package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
  365. package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
  366. package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
  367. package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
  368. package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
  369. package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
  370. package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
  371. package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
  372. package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
  373. package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
  374. package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
  375. package/payload/platform/plugins/memory/PLUGIN.md +58 -29
  376. package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts +3 -1
  377. package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts.map +1 -1
  378. package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js +105 -4
  379. package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js.map +1 -1
  380. package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.d.ts.map +1 -1
  381. package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js +16 -3
  382. package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js.map +1 -1
  383. package/payload/platform/plugins/outlook/PLUGIN.md +14 -7
  384. package/payload/platform/plugins/replicate/PLUGIN.md +6 -3
  385. package/payload/platform/plugins/scheduling/PLUGIN.md +16 -8
  386. package/payload/platform/plugins/tasks/PLUGIN.md +28 -14
  387. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
  388. package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
  389. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
  390. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
  391. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
  392. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
  393. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
  394. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
  395. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
  396. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
  397. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
  398. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
  399. package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
  400. package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
  401. package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
  402. package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
  403. package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
  404. package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
  405. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
  406. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
  407. package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
  408. package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
  409. package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
  410. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
  411. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
  412. package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
  413. package/payload/platform/plugins/waitlist/PLUGIN.md +12 -6
  414. package/payload/platform/plugins/whatsapp/PLUGIN.md +25 -13
  415. package/payload/platform/plugins/workflows/PLUGIN.md +16 -8
  416. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
  417. package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
  418. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
  419. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
  420. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
  421. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
  422. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
  423. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
  424. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
  425. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
  426. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
  427. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
  428. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
  429. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
  430. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
  431. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
  432. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
  433. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
  434. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
  435. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
  436. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
  437. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
  438. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
  439. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
  440. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
  441. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
  442. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
  443. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
  444. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
  445. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
  446. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
  447. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
  448. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
  449. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
  450. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
  451. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
  452. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
  453. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
  454. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
  455. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
  456. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
  457. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
  458. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
  459. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
  460. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
  461. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
  462. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
  463. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
  464. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
  465. package/payload/platform/scripts/conversation-id-allowlist.txt +0 -1
  466. package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
  467. package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
  468. package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
  469. package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
  470. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
  471. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
  472. package/payload/platform/services/claude-session-manager/dist/http-server.js +48 -2
  473. package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
  474. package/payload/platform/services/claude-session-manager/dist/index.js +39 -0
  475. package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
  476. package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts +22 -0
  477. package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts.map +1 -1
  478. package/payload/platform/services/claude-session-manager/dist/pty-spawner.js +32 -1
  479. package/payload/platform/services/claude-session-manager/dist/pty-spawner.js.map +1 -1
  480. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
  481. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
  482. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
  483. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
  484. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
  485. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
  486. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
  487. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
  488. package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts +25 -0
  489. package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts.map +1 -0
  490. package/payload/platform/services/claude-session-manager/dist/tool-surface.js +149 -0
  491. package/payload/platform/services/claude-session-manager/dist/tool-surface.js.map +1 -0
  492. package/payload/premium-plugins/real-agency/plugins/estate-business/PLUGIN.md +15 -0
  493. package/payload/premium-plugins/real-agency/plugins/estate-sales/PLUGIN.md +5 -0
  494. package/payload/premium-plugins/real-agency/plugins/leads/PLUGIN.md +16 -0
  495. package/payload/premium-plugins/real-agency/plugins/listings/PLUGIN.md +39 -0
  496. package/payload/premium-plugins/real-agency/plugins/loop/PLUGIN.md +15 -0
  497. package/payload/server/{chunk-2ZNKHCQB.js → chunk-2MRZBQMH.js} +1 -1
  498. package/payload/server/{chunk-GPUCA2RQ.js → chunk-NL7QLVAD.js} +0 -192
  499. package/payload/server/{chunk-IDKWGLM5.js → chunk-YPZFYTYP.js} +1 -247
  500. package/payload/server/{cloudflare-task-tracker-LYI5BTYI.js → cloudflare-task-tracker-QVOGHKWV.js} +2 -2
  501. package/payload/server/maxy-edge.js +2 -2
  502. package/payload/server/package.json +0 -2
  503. package/payload/server/public/assets/{Checkbox-D1OQD43b.js → Checkbox-YIF0payo.js} +1 -1
  504. package/payload/server/public/assets/{admin-czNBxWor.js → admin-DW8IJcLc.js} +1 -1
  505. package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-BcwgT80u.js → architectureDiagram-Q4EWVU46-Bz8mlxZZ.js} +1 -1
  506. package/payload/server/public/assets/{blockDiagram-DXYQGD6D-BMSyZUQA.js → blockDiagram-DXYQGD6D-DwV8Z8-i.js} +1 -1
  507. package/payload/server/public/assets/{brand-2cku8WFs.css → brand-DqiRNMlu.css} +1 -1
  508. package/payload/server/public/assets/{c4Diagram-AHTNJAMY-DPRGY1jJ.js → c4Diagram-AHTNJAMY-DiUTejMp.js} +1 -1
  509. package/payload/server/public/assets/channel-PtVtoBEL.js +1 -0
  510. package/payload/server/public/assets/{chunk-336JU56O-B7oQ3g1c.js → chunk-336JU56O-4mHZpBXe.js} +2 -2
  511. package/payload/server/public/assets/{chunk-426QAEUC-C1P0yFXw.js → chunk-426QAEUC-Cbv0vrN9.js} +1 -1
  512. package/payload/server/public/assets/{chunk-4TB4RGXK-LI7kOJd0.js → chunk-4TB4RGXK-BvLhId_2.js} +1 -1
  513. package/payload/server/public/assets/{chunk-5FUZZQ4R-CXQRGTQE.js → chunk-5FUZZQ4R-bBafOTkw.js} +1 -1
  514. package/payload/server/public/assets/{chunk-5PVQY5BW-NSyzpXRy.js → chunk-5PVQY5BW-B0NqBKVy.js} +1 -1
  515. package/payload/server/public/assets/{chunk-EDXVE4YY-voNwxbDs.js → chunk-EDXVE4YY-CFd4SqI6.js} +1 -1
  516. package/payload/server/public/assets/{chunk-ENJZ2VHE-CMEMPzYY.js → chunk-ENJZ2VHE-ajf2sb6c.js} +1 -1
  517. package/payload/server/public/assets/{chunk-ICPOFSXX-hEbwu-pe.js → chunk-ICPOFSXX-pWg6bug7.js} +1 -1
  518. package/payload/server/public/assets/{chunk-OYMX7WX6-DxskDrLs.js → chunk-OYMX7WX6-OjEd-17c.js} +1 -1
  519. package/payload/server/public/assets/{chunk-U2HBQHQK-D7TKgUo0.js → chunk-U2HBQHQK-DbEFSPoh.js} +1 -1
  520. package/payload/server/public/assets/{chunk-X2U36JSP-BvPUQEPm.js → chunk-X2U36JSP-COdNwrBb.js} +1 -1
  521. package/payload/server/public/assets/{chunk-YZCP3GAM-BY-RWQUW.js → chunk-YZCP3GAM-CHMWuY9B.js} +1 -1
  522. package/payload/server/public/assets/{chunk-ZZ45TVLE-DZvOYDY6.js → chunk-ZZ45TVLE-B-uDLQOB.js} +1 -1
  523. package/payload/server/public/assets/classDiagram-6PBFFD2Q-RVH_SEhY.js +1 -0
  524. package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-Cm3rAb93.js +1 -0
  525. package/payload/server/public/assets/clone-BjY0Wzht.js +1 -0
  526. package/payload/server/public/assets/{dagre-KV5264BT-Cnj0mUZl.js → dagre-KV5264BT-CMEzmhIL.js} +1 -1
  527. package/payload/server/public/assets/{dagre-Bt-fpckL.js → dagre-bhIG_KnW.js} +1 -1
  528. package/payload/server/public/assets/data-K_kS__sL.js +1 -0
  529. package/payload/server/public/assets/{device-url-actions-Bjz3Xzbm.js → device-url-actions-AcOyLSeF.js} +1 -1
  530. package/payload/server/public/assets/{diagram-5BDNPKRD-DjLzvOlx.js → diagram-5BDNPKRD-6RIoQhIL.js} +1 -1
  531. package/payload/server/public/assets/{diagram-G4DWMVQ6-DTfuRd-T.js → diagram-G4DWMVQ6-BSp36TVv.js} +1 -1
  532. package/payload/server/public/assets/{diagram-MMDJMWI5-BaL2mCnx.js → diagram-MMDJMWI5-D54fo52D.js} +1 -1
  533. package/payload/server/public/assets/{diagram-TYMM5635-C5InWY5R.js → diagram-TYMM5635-CWL8z-Pq.js} +1 -1
  534. package/payload/server/public/assets/{erDiagram-SMLLAGMA-DO7BXTpn.js → erDiagram-SMLLAGMA-AnnHBo3z.js} +1 -1
  535. package/payload/server/public/assets/{flowDiagram-DWJPFMVM-DDdAKfLf.js → flowDiagram-DWJPFMVM-laWmBl5o.js} +1 -1
  536. package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-arJD8Utm.js → ganttDiagram-T4ZO3ILL-B94ko8ie.js} +1 -1
  537. package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-C55GH-OS.js → gitGraphDiagram-UUTBAWPF-DxzL1fxZ.js} +1 -1
  538. package/payload/server/public/assets/graph-DeEigyO_.js +1 -0
  539. package/payload/server/public/assets/graph-labels-C7I5QvNv.js +1 -0
  540. package/payload/server/public/assets/{graphlib-DL9PM7Ex.js → graphlib-CY-zIElM.js} +1 -1
  541. package/payload/server/public/assets/{infoDiagram-42DDH7IO-BMSGqUbG.js → infoDiagram-42DDH7IO-BMTajIIr.js} +1 -1
  542. package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-Dw6BZ6BG.js → ishikawaDiagram-UXIWVN3A-B_QauE5O.js} +1 -1
  543. package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-DrywUGXw.js → journeyDiagram-VCZTEJTY-DmlqSIih.js} +1 -1
  544. package/payload/server/public/assets/{kanban-definition-6JOO6SKY-DuwtVBBc.js → kanban-definition-6JOO6SKY-ZGDQT7xB.js} +1 -1
  545. package/payload/server/public/assets/{line-JAksyKHj.js → line-D13opgep.js} +1 -1
  546. package/payload/server/public/assets/{mermaid-parser.core-BMq-ApBW.js → mermaid-parser.core-C650Sual.js} +1 -1
  547. package/payload/server/public/assets/{mermaid.core-tH4oX0Kh.js → mermaid.core-BqnQoXTp.js} +3 -3
  548. package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-D1OiiJga.js → mindmap-definition-QFDTVHPH-BS_8y-tY.js} +1 -1
  549. package/payload/server/public/assets/{page-BZpoS7iR.js → page-B_rpjIRr.js} +1 -1
  550. package/payload/server/public/assets/{page-CkvBvezS.js → page-qSH972X0.js} +1 -1
  551. package/payload/server/public/assets/{pieDiagram-DEJITSTG-Ckwm69PW.js → pieDiagram-DEJITSTG-B5OmNvBO.js} +1 -1
  552. package/payload/server/public/assets/{public-C-dTMgXu.js → public-DDsYgotk.js} +3 -3
  553. package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-COw3yZ1j.js → quadrantDiagram-34T5L4WZ-DTYITdNo.js} +1 -1
  554. package/payload/server/public/assets/{requirementDiagram-MS252O5E-DqGzM4K-.js → requirementDiagram-MS252O5E-CRZWxH06.js} +1 -1
  555. package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-D-l1c_Pl.js → sankeyDiagram-XADWPNL6-DazRENhe.js} +1 -1
  556. package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-BeIi0DtJ.js → sequenceDiagram-FGHM5R23-BcHTxmPy.js} +1 -1
  557. package/payload/server/public/assets/{stateDiagram-FHFEXIEX-C-jgegLk.js → stateDiagram-FHFEXIEX-DYU7nbqg.js} +1 -1
  558. package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BgljVtlp.js +1 -0
  559. package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-BGFKkYmi.js → timeline-definition-GMOUNBTQ-BKGmqkST.js} +1 -1
  560. package/payload/server/public/assets/{vennDiagram-DHZGUBPP-5NuIhJLS.js → vennDiagram-DHZGUBPP-BXvLPmX7.js} +1 -1
  561. package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-Be9ytVut.js → wardleyDiagram-NUSXRM2D-BCclUa3Z.js} +1 -1
  562. package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-DCyHg41R.js → xychartDiagram-5P7HB3ND-C-Xp-Eoc.js} +1 -1
  563. package/payload/server/public/data.html +5 -5
  564. package/payload/server/public/graph.html +6 -6
  565. package/payload/server/public/index.html +8 -8
  566. package/payload/server/public/public.html +5 -5
  567. package/payload/server/server.js +1024 -2347
  568. package/payload/platform/scripts/check-sdk-oauth.mjs +0 -185
  569. package/payload/server/public/assets/channel-fxEghWew.js +0 -1
  570. package/payload/server/public/assets/classDiagram-6PBFFD2Q-BsWzGW0N.js +0 -1
  571. package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BGVa3h90.js +0 -1
  572. package/payload/server/public/assets/clone-Khvocke2.js +0 -1
  573. package/payload/server/public/assets/data-DBd-Buhp.js +0 -1
  574. package/payload/server/public/assets/graph-DUtVdnZ6.js +0 -1
  575. package/payload/server/public/assets/graph-labels-Dxfue-fP.js +0 -1
  576. package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BaMs8Znv.js +0 -1
  577. /package/payload/server/public/assets/{brand-CSQuxS9w.js → brand-Bm671owU.js} +0 -0
@@ -0,0 +1,72 @@
1
+ # Indirect Narration and Polyphony
2
+
3
+ ## Beyond Direct Scene
4
+
5
+ Not all storytelling is direct scene and action. Indirect narration encompasses all the ways a story communicates information, creates meaning, and builds its world without putting characters in a room together.
6
+
7
+ ### Story vs. Plot vs. Action
8
+ - **Plot** is a device — a marvellous one — but not superior to story, and not necessary
9
+ - **Action** must be present (something must change, something must move), but unceasing violent action is usually a sign that no story is being told
10
+ - **Story** is broader than both — it is a narrative of events (external or psychological) that moves through time and involves change
11
+
12
+ Some great stories have no conventional plot. The story is not in the plot but in the telling. It is the telling that moves.
13
+
14
+ ## Exposition: The Lump Problem
15
+
16
+ ### What Exposition Is
17
+ Necessary information the reader needs to understand the story: world-building, backstory, technical details, historical context, character history. Every story requires some exposition.
18
+
19
+ ### The Expository Lump
20
+ Information delivered as a block — a lecture from the author to the reader, pausing the story to explain. Science fiction writers are acutely aware of this problem because they must build entire worlds from scratch. But it appears in every genre.
21
+
22
+ ### Signs of an Expository Lump
23
+ - The story stops while information is delivered
24
+ - A character explains something they have no reason to explain to the person they're explaining it to ("As you know, Bob...")
25
+ - A paragraph or passage exists purely to inform the reader, with no connection to the character's emotional experience
26
+ - The narrative voice shifts from storytelling to lecturing
27
+
28
+ ### The Solution
29
+ Break up the information. Grind it fine. Make it into bricks to build the story with.
30
+
31
+ Techniques:
32
+ - **Distribute across scenes** — deliver information only when the story needs it, not all at once
33
+ - **Embed in action** — the character discovers the information as part of what they're doing
34
+ - **Embed in dialogue** — characters discuss things they would naturally discuss, revealing information organically
35
+ - **Embed in perception** — what the character notices and how they interpret it carries information about the world
36
+ - **The TK method** — mark places where information is needed (TK = "to come") and return to integrate it later, when you know more about what the reader needs and when
37
+
38
+ ### The Goal
39
+ Invisible exposition — information the reader absorbs without noticing they're being informed. The reader should feel they understand the world because they've been living in it, not because someone explained it.
40
+
41
+ ## Polyphony
42
+
43
+ ### Many-Voicedness
44
+ The novel is inherently polyphonic — it contains many voices. Writers must be willing to let characters speak in their own voices, not as mouthpieces for the author.
45
+
46
+ ### What Polyphony Requires
47
+ - Each character has their own vocabulary, rhythm, preoccupations, and blind spots
48
+ - Dialogue should be distinguishable — the reader should often be able to identify who is speaking without attribution
49
+ - Characters should be capable of surprising the author — if every character agrees with the author on every topic, the novel is a monologue wearing masks
50
+ - Inhabit your characters — let them be themselves, even when they think and say things you disagree with
51
+
52
+ ### The Danger of Monophony
53
+ When all characters sound alike — when the author's voice drowns out every character's individuality — the novel loses dimensionality. Every conversation becomes the author arguing with themselves.
54
+
55
+ ## Character by Indirection
56
+
57
+ ### Describing a Place to Reveal a Person
58
+ A room, a desk, a garden — described when the character is absent — can reveal more about them than any direct characterisation. What they own, how they arrange their space, what's worn and what's pristine, what's hidden and what's displayed.
59
+
60
+ ### Describing an Aftermath to Reveal an Event
61
+ The place where something happened, described after it happened, lets the reader reconstruct the event from evidence. This is more powerful than showing the event directly, because the reader's imagination fills in the gaps — and what the reader imagines is always more vivid than what you describe.
62
+
63
+ ### The Untold Event
64
+ A glimpse of the mood and nature of an event by describing the place where it happened or is about to happen. The empty room after the party. The battlefield before dawn. The courtroom after the verdict.
65
+
66
+ ## Focus and Trajectory
67
+
68
+ Every story needs:
69
+ - **Focus** — what and who it is about, explicit or implicit
70
+ - **Trajectory** — "the shape of a movement that never ceases, from which no passage departs entirely or for long, and to which all passages contribute in some way"
71
+
72
+ The story knows its course. The writer's job is to be ready for it — to have the skills and self-discipline to follow where the story wants to go.
@@ -0,0 +1,91 @@
1
+ # POV Types and Voice — Detailed Guide
2
+
3
+ ## The Five Principal Points of View
4
+
5
+ Each POV is demonstrated below using the same fictional scenario: Princess Sefrid enters a crowded room.
6
+
7
+ ### 1. First Person
8
+
9
+ "I pushed through the crowd, scanning for Aleth. The heat was unbearable. Someone stepped on my foot — I barely noticed."
10
+
11
+ **Rules:**
12
+ - Only what "I" knows, feels, perceives, thinks, guesses, hopes, and remembers can be told
13
+ - The reader infers other characters only from what "I" observes
14
+ - Switching from first person to another POV within a piece is enormously difficult
15
+
16
+ **Strengths:** Maximum intimacy; strong voice; the reader is inside one mind completely
17
+ **Dangers:** Claustrophobia; every character risks sounding like the narrator; information delivery is limited to what the narrator can plausibly know
18
+
19
+ **Masters to study:** Grace Paley — first-person narration that avoids every pitfall
20
+
21
+ ### 2. Limited Third Person
22
+
23
+ "Sefrid pushed through the crowd, scanning for Aleth. The heat was unbearable. Someone stepped on her foot — she barely noticed."
24
+
25
+ **Rules:**
26
+ - Same essential limitation as first person — nothing is seen or known except what this character sees and knows
27
+ - Switching from first to limited third is not just changing pronouns — the imaginative energy is different
28
+ - You can shift between limited-third viewpoint characters, but with care and awareness
29
+
30
+ **Strengths:** Intimacy without the constraints of "I"; can shift between characters; allows more flexibility in language
31
+ **Dangers:** Accidental one-sentence POV slips into other characters' thoughts; the reader may not notice, but they feel the wobble
32
+
33
+ ### 3. Involved Author (Omniscient)
34
+
35
+ "Sefrid pushed through the crowd. Aleth, had she known, was already watching from the gallery, nursing a drink and a grievance. Neither woman would leave the room unchanged."
36
+
37
+ **Rules:**
38
+ - No single viewpoint character — the author can enter any mind, see anything, judge and interpret
39
+ - The author's voice is itself a presence in the narrative
40
+ - Requires confidence — a timid omniscient voice feels intrusive; a confident one feels authoritative
41
+
42
+ **Strengths:** Maximum flexibility; can provide context no character possesses; can move freely across time and space
43
+ **Dangers:** Can feel distant; requires a strong authorial voice; handled clumsily, reads as head-hopping
44
+
45
+ **Masters to study:** Tolstoy (War and Peace) — the gold standard
46
+
47
+ ### 4. Detached Author (Fly on the Wall)
48
+
49
+ "A woman in a grey dress pushed through the crowd. She stopped twice, looked around, then continued toward the gallery. At the bar, another woman set down her glass."
50
+
51
+ **Rules:**
52
+ - Reports only what a neutral observer could infer from behaviour and speech
53
+ - Never enters a character's mind
54
+ - The least overtly but most covertly manipulative POV — everything is controlled by selection
55
+
56
+ **Strengths:** Creates mystery; forces the reader to interpret; powerful understatement
57
+ **Dangers:** Emotional coldness; readers may struggle to connect
58
+
59
+ **Masters to study:** Raymond Carver
60
+
61
+ ### 5. Observer-Narrator
62
+
63
+ "I watched Sefrid push through the crowd. She was looking for someone — Aleth, I assumed, though with Sefrid you could never be sure what she was really after."
64
+
65
+ **Rules:**
66
+ - The narrator is a character but not the protagonist
67
+ - Available in both first and third person
68
+ - Natural mystery about the protagonist's inner life — the observer can speculate but not know
69
+
70
+ **Strengths:** Can observe the protagonist from outside while maintaining a personal voice
71
+ **Dangers:** The observer can upstage the protagonist; limited access to the protagonist's thoughts
72
+
73
+ **Masters to study:** Henry James, Willa Cather
74
+
75
+ ## Voice
76
+
77
+ Voice is the sound of the narration — the personality, rhythm, diction, and sensibility that makes one narrator distinct from another. In practice, voice and POV are inseparable.
78
+
79
+ ### What Creates Voice
80
+ - Word choice and diction level (formal, colloquial, technical, poetic)
81
+ - Sentence structure and rhythm
82
+ - What the narrator notices and ignores
83
+ - What the narrator judges and how
84
+ - The narrator's relationship to the reader (confiding, distant, unreliable, authoritative)
85
+
86
+ ### Reliable vs. Unreliable Narrators
87
+ - In nonfiction: the author/narrator is expected to be honest about what they believe happened
88
+ - In fiction: unreliable narrators reveal how people see the world and why — their distortions are the point
89
+ - An unreliable narrator must be unreliable in ways the reader can eventually detect — otherwise there's no story, just confusion
90
+
91
+ **Master to study:** Henry James, "The Turn of the Screw" — the paradigmatic unreliable narrator
@@ -0,0 +1,71 @@
1
+ # The Protagonist's Subjective Filter
2
+
3
+ ## The Brain Sees What It Believes
4
+
5
+ We see the world not as it is, but as we believe it to be. The brain is a prediction machine — it constantly generates expectations based on past experience and then processes incoming data through those expectations. We don't perceive reality raw; we perceive reality through the filter of everything we've already experienced.
6
+
7
+ For fiction, this means: the protagonist does not see the world neutrally. They see it through the specific lens of their history, their misbelief, their desire, and their fears.
8
+
9
+ ## How the Filter Works in Fiction
10
+
11
+ ### Everything Is Coloured
12
+ When the protagonist enters a room, what they notice is determined by their filter:
13
+ - A character who was betrayed by a friend notices exits and escape routes
14
+ - A character who craves approval notices facial expressions and body language
15
+ - A character who feels invisible notices who is being watched and who isn't
16
+ - A character who fears abandonment notices who is standing close to whom
17
+
18
+ The same room, described through different filters, is a completely different place.
19
+
20
+ ### Interpretation Is Not Neutral
21
+ The protagonist doesn't just notice things — they interpret them. And their interpretation is shaped by their misbelief:
22
+ - A neutral comment is heard as criticism (if the filter expects attack)
23
+ - A kind gesture is suspected as manipulation (if the filter expects betrayal)
24
+ - An innocent mistake is read as deliberate sabotage (if the filter expects hostility)
25
+
26
+ These misinterpretations are not errors in the writing — they are the writing. They show the reader, through specific moments, exactly how the protagonist's worldview distorts their experience.
27
+
28
+ ### Memory Is Active, Not Passive
29
+ When the brain retrieves memories, it does so in the service of understanding the present moment. The protagonist doesn't remember randomly — they remember because something in the present activated a past experience.
30
+
31
+ For fiction: flashbacks and backstory must be triggered by present events. The character sees something now that connects to something then, and the memory surfaces because it's useful for interpreting the current situation. Flashbacks that arrive without this triggering mechanism feel arbitrary.
32
+
33
+ ## Emotional Point of View
34
+
35
+ ### Emotion Determines Meaning
36
+ Without emotional signal, the brain cannot assign meaning, make decisions, or prioritise information. A brain that cannot feel is a brain that cannot think. For readers: if they do not feel what the protagonist feels, they are not processing the story.
37
+
38
+ ### The Protagonist Must React to Everything
39
+ Every event must register emotionally in the protagonist. The reaction need not be dramatic — it can be subtle, internal, even suppressed — but it must be present. If a character witnesses something and has no emotional response, the reader's mirror neurons have nothing to latch onto. Meaning collapses.
40
+
41
+ ### Two Failures of Emotional POV
42
+
43
+ **1. Describing events without the protagonist's emotional response:**
44
+ "The building collapsed. Debris filled the street. People ran in every direction."
45
+ — This is journalism, not fiction. Where is the protagonist? What do they feel?
46
+
47
+ **2. Editorialising — telling the reader what to feel:**
48
+ "It was a terrible sight. Anyone would have been horrified."
49
+ — This is the author stepping in front of the character. Show the protagonist's specific, embodied response and let the reader's mirror neurons do the rest.
50
+
51
+ ### The Correct Approach
52
+ Show the protagonist's physical, cognitive, and behavioural response:
53
+ "The building folded inward with a sound like the world cracking. Sarah's knees buckled. She grabbed the railing and held on while the dust rolled over her, gritty and hot, tasting of concrete and something worse."
54
+
55
+ The reader doesn't need to be told this is terrible. They are experiencing it through Sarah.
56
+
57
+ ## Body Language as Subtext
58
+
59
+ The protagonist's physical response communicates what the character might never say directly. Humans instinctively read micro-expressions, posture, and gesture as signals of hidden truth.
60
+
61
+ ### In Fiction
62
+ - Body language is not decoration — it is a "tell"
63
+ - The physical reaction often reveals more than dialogue
64
+ - A character who says "I'm fine" while gripping the armrest so hard their knuckles whiten is telling two stories simultaneously
65
+ - The reader instinctively trusts the body over the words
66
+
67
+ ### Using Body Language Well
68
+ - Specific and fresh — not clichéd (avoid "her heart raced," "his blood ran cold")
69
+ - Consistent with the character — different people express the same emotion differently
70
+ - Revealing something the character wouldn't say — body language is subtext, not illustration
71
+ - Earning its place — every physical detail must carry meaning, not just atmosphere
@@ -0,0 +1,85 @@
1
+ # Tense and Person of the Verb
2
+
3
+ ## Person of the Verb
4
+
5
+ ### First Person (I / We)
6
+ The narrator is a character. Everything is filtered through their perception.
7
+
8
+ Historical evolution: from Cicero's letters and medieval diaries through the epistolary novel (Richardson, Austen) to the modern first-person novel. First person is often assumed to be the simplest mode, but it introduces subtle traps — especially the tendency to make every character sound alike.
9
+
10
+ ### Third Person (He / She / They)
11
+ The most common and least troublesome mode. Third person ranges from extremely intimate (limited third — practically first person with different pronouns) to extremely distant (detached narrator — practically a camera).
12
+
13
+ **Limited third** is restricted to the perceptions, knowledge, feelings, and memories of one character. Technically very close to first person. Switching between limited-third viewpoint characters is possible but requires awareness.
14
+
15
+ ### Second Person (You)
16
+ Rare in fiction. Creates an imperative, immersive quality. Can feel gimmicky if sustained too long. Works well in short bursts or in genres where it serves a specific purpose.
17
+
18
+ ## Tenses of the Verb
19
+
20
+ ### Past Tense
21
+ The default narrative tense throughout most of literary history. Gives continuous access to before and after — minds move around easily as they normally do.
22
+
23
+ **Metaphor:** Sunlight — illuminates everything, allows the eye to roam freely across time and space.
24
+
25
+ **Advantages:**
26
+ - Natural access to memory, reflection, foreshadowing
27
+ - Allows the narrator to know more than the character knew at the time
28
+ - The full range of verb forms is available
29
+ - Does not create artificial urgency
30
+
31
+ ### Present Tense
32
+ Dominant in contemporary fiction for the past thirty to forty years. Narrower in field of vision — necessarily focused on action in a single time and place.
33
+
34
+ **Metaphor:** A narrow-beam flashlight — intense illumination of one spot, darkness everywhere else.
35
+
36
+ **Advantages:**
37
+ - Immediacy — the reader experiences events as they unfold
38
+ - Creates inherent urgency ("a permanent artificial emergency")
39
+ - Can be exactly right for fast-paced action or a character whose engine runs hot
40
+ - Prevents the narrator from reflecting at length (which can be a feature or a bug)
41
+
42
+ **Dangers:**
43
+ - Many writers use it from fashion rather than conscious choice
44
+ - If you always write in present tense, some verb forms may atrophy
45
+ - Sustained present tense can feel relentless — no breathing room
46
+ - Flashbacks and memory become technically awkward
47
+
48
+ ### Two-Timing
49
+ Switching between past and present tense without awareness or signal is one of the most common and disorienting errors in contemporary prose. A passage that drifts from past to present and back within a paragraph without reason is simply broken.
50
+
51
+ **The rule:** Every tense shift must be deliberate and must serve the story. If switching tenses, the shift should be clear enough that the reader understands they've moved in time.
52
+
53
+ ### Choosing Tense
54
+
55
+ Questions to ask:
56
+ - Does the story need access to before and after? → Past tense
57
+ - Does the story need the claustrophobic intensity of the present moment? → Present tense
58
+ - Is the narrator looking back on events with the knowledge of what happened? → Past tense
59
+ - Is the narrator experiencing events without foreknowledge? → Either works, but present intensifies the effect
60
+ - Are there multiple timelines that need to be distinguished? → Tense shifts can serve this, but must be deliberate
61
+
62
+ ## The Passive Voice
63
+
64
+ ### What It Actually Is
65
+ The passive voice reverses the normal subject-verb-object order so that the object of the action becomes the grammatical subject.
66
+
67
+ - **Active:** "The dog bit the man"
68
+ - **Passive:** "The man was bitten by the dog"
69
+
70
+ ### The Fake Rule
71
+ "Never use the passive voice" is not a real rule. The passive is a legitimate construction with specific uses.
72
+
73
+ ### When the Passive Is Appropriate
74
+ - When the agent is unknown: "The window was broken during the night"
75
+ - When the agent is less important than the action or result: "The cathedral was completed in 1247"
76
+ - When the passive creates the right rhythm: sometimes the sentence simply sounds better
77
+ - When the passive creates emphasis: "The city was destroyed" emphasises the city; "An earthquake destroyed the city" emphasises the earthquake
78
+
79
+ ### When to Guard Against It
80
+ Passive voice that seeps in from academic, bureaucratic, or business English to obscure agency and responsibility:
81
+ - "Mistakes were made" — by whom?
82
+ - "It was determined that..." — by whom?
83
+ - "The decision was reached to..." — by whom?
84
+
85
+ This evasive passive is worth eliminating. The useful passive is worth keeping.
@@ -0,0 +1,100 @@
1
+ ---
2
+ name: prose-craft
3
+ description: "Reviews and teaches prose technique: sound and rhythm, sentence variety, punctuation, repetition, adjectives and adverbs, word economy, crowding and leaping. Use this skill whenever the user asks about prose style, sentence rhythm, sentence length, punctuation choices, grammar for writers, repetition in prose, adjective and adverb usage, word economy, crowding, leaping, prose polish, 'how does my writing sound', 'my prose feels flat/clunky/wordy', or any question about the craft of writing at the sentence and paragraph level. Also use when reviewing a passage for prose quality or when a writer wants to improve their style."
4
+ ---
5
+
6
+ # Prose Craft
7
+
8
+ The sound of language is where it all begins. A good writer has a mind's ear — they hear their prose as they write it. The common critical terms for weak prose (dull, choppy, droning, jerky, feeble) are all faults of sound. The chief duty of a narrative sentence is to lead to the next sentence, and it does this through pace, movement, and rhythm.
9
+
10
+ This skill covers prose at the sentence and paragraph level: the physical material of writing.
11
+
12
+ ## Core Principles
13
+
14
+ ### 1. Sound and Rhythm
15
+ Prose has musical properties. Not meter (that turns prose into poetry), but rhythm — the irregular, varying cadence created by sentence length, word choice, stress patterns, and silence. Train the mind's ear. Read prose aloud. If it sounds wrong, it is wrong, regardless of whether you can name the problem.
16
+
17
+ The elements of sound:
18
+ - **Onomatopoeia** — words that sound like what they mean
19
+ - **Alliteration** — repetition of initial sounds
20
+ - **Cadence** — the rise and fall of sentence rhythm
21
+ - **Silence** — what is left out; the white space around the word
22
+
23
+ ### 2. Sentence Length and Variety
24
+ There is no optimum sentence length. The optimum is **variety**. Rhythm in prose depends on the contrast between sentences of different lengths. A passage of all short sentences is choppy and monotonous. A passage of all long sentences is exhausting. The interplay is what creates music.
25
+
26
+ Short sentences are highly effective in the right place. Complex sentences need clear construction so they carry the reader rather than losing them. A sentence so grand it stops the story is not working as a narrative sentence.
27
+
28
+ Common problems:
29
+ - **Conjunctivitis** — stringing short sentences together with "and" and "but", creating childish droning
30
+ - **Misplacement** — sentence parts in the wrong order, creating ambiguity
31
+ - **Danglers** — modifying phrases attached to the wrong noun
32
+
33
+ ### 3. Punctuation
34
+ Punctuation tells the reader how to hear the writing. It makes grammatical structure clear and shows where the pauses and breaks come. Writers must be competent themselves — grammar-correcting software is dangerously incompetent.
35
+
36
+ Know real rules from fake ones:
37
+ - **Fake rule**: Never begin a sentence with "There is" (it's a legitimate existential construction)
38
+ - **Fake rule**: Never use the passive voice (the passive is one of the lovely versatilities of the verb — guard against it only when it obscures agency)
39
+ - **Real rule**: Know what you are doing with your language and why
40
+
41
+ ### 4. Repetition
42
+ Deliberate repetition is one of the great powers of prose. Accidental repetition is clumsy. Learn to distinguish them.
43
+
44
+ Repetition can be:
45
+ - **Incantatory** — building rhythm and emotional weight
46
+ - **Structural** — events echoing events across the novel
47
+ - **Comic** — a recurring phrase gathering weight with each appearance
48
+ - **Hammering** — a word repeated like a blow for emphasis
49
+
50
+ The journalistic rule against using the same word twice on a page drives writers to the thesaurus for far-fetched synonyms that stick out like flamingos in a flock of pigeons. Reject it.
51
+
52
+ ### 5. Adjectives and Adverbs
53
+ Rich, good, and nourishing — they cause obesity only when used lazily or overused. The key principle: when the quality can be put directly in the verb or noun, the prose will be stronger.
54
+
55
+ - *They ran quickly* → *They raced*
56
+ - *A growling voice* → *A growl*
57
+ - *She said loudly* → *She shouted*
58
+
59
+ Watch for:
60
+ - **Qualifiers** (rather, a little, just, very, kind of, sort of) — bloodsuckers in prose
61
+ - **Empty intensifiers** — "great", "suddenly", "somehow" — meaningless through overuse
62
+ - **Hedging adverbs** — weakening statements the writer should commit to
63
+
64
+ ### 6. Crowding and Leaping
65
+ **Crowding**: loading every rift with ore. Vivid, exact, concrete, accurate, dense, rich. Keep the story full of what's happening, moving, interconnected.
66
+
67
+ **Leaping**: what you leave out. What you leave out is infinitely more than what you leave in. There must be white space around the word, silence around the voice. Listing is not describing. Only the relevant belongs.
68
+
69
+ Crowd in the first draft. Then cut. Decide what counts, what tells, and cut and recombine until what's left is what counts.
70
+
71
+ ## Prose Review Checklist
72
+
73
+ When reviewing a passage for prose quality:
74
+
75
+ - [ ] Read it aloud (or with the mind's ear). Does it sound right?
76
+ - [ ] Is there sentence length variety? Or monotonous uniformity?
77
+ - [ ] Are long sentences clearly constructed and easy to follow?
78
+ - [ ] Is punctuation doing its job — clarifying, not cluttering?
79
+ - [ ] Is repetition deliberate and effective, or accidental and clumsy?
80
+ - [ ] Can any adjective be absorbed into a stronger noun? Any adverb into a stronger verb?
81
+ - [ ] Are there qualifier ticks (just, very, kind of, sort of, rather)?
82
+ - [ ] Does every sensory detail serve the story — or is some of it travelogue?
83
+ - [ ] Is the passage crowded enough (vivid, dense, moving)?
84
+ - [ ] Has enough been leaped over (no listing, no unnecessary explanation)?
85
+ - [ ] Does each sentence lead to the next?
86
+
87
+ ## When to Read Reference Files
88
+
89
+ - **For sound, rhythm, and sentence variety** — read `references/sound-and-rhythm.md`
90
+ - **For adjectives, adverbs, and word economy** — read `references/word-economy.md`
91
+ - **For punctuation and grammar guidance** — read `references/punctuation-and-grammar.md`
92
+ - **For the craft of deliberate repetition** — read `references/repetition.md`
93
+
94
+ ## Exercises to Offer Writers
95
+
96
+ 1. **Being Gorgeous** — Write a paragraph of narrative meant to be read aloud: use onomatopoeia, alliteration, repetition, rhythmic effects. Show off. Use the whole orchestra.
97
+ 2. **Am I Saramago** — Write 150-350 words of narrative with no punctuation and no paragraphing (a hectic group activity). Discover what punctuation does by forbidding it.
98
+ 3. **Short and Long** — Part 1: Write 100-150 words in sentences of seven words or fewer, each with subject and verb. Part 2: Write up to 350 words that is all one sentence.
99
+ 4. **Chastity** — Write 200-350 words of descriptive narrative with no adjectives or adverbs. Only verbs, nouns, pronouns, and articles. The most enlightening exercise there is.
100
+ 5. **A Terrible Thing to Do** — Take a piece over 400 words and cut it by half. Not trimming — counting words and reducing to half. Discover which words are Styrofoam and which are heavy gold.
@@ -0,0 +1,72 @@
1
+ # Punctuation and Grammar for Writers — Steering the Craft
2
+
3
+ ## Why Punctuation Matters
4
+
5
+ Punctuation tells the reader how to hear the writing. It makes grammatical structure clear and shows where the pauses and breaks come. An unpunctuated paragraph makes meaning hard to extract. The same words, punctuated differently, either clarify or destroy meaning.
6
+
7
+ Writers must be competent in punctuation and grammar themselves. Copy editors are an endangered species, and grammar-correcting software is dangerously incompetent at understanding context and intent.
8
+
9
+ ## Grammar as the Writer's Toolkit
10
+
11
+ Grammar is the vocabulary of the writer's tools. A writer who doesn't know grammar is like a carpenter who doesn't know a hammer from a screwdriver. You need to know the rules — not to follow them slavishly, but to break them consciously and effectively.
12
+
13
+ ### The Distinction: Correctness vs. Craft
14
+ - **Correctness** is a social and political matter — it can be a marker of class and education
15
+ - **Craft** is a matter of clear communication — in written prose, incorrect usage is disastrous because the reader has only the words, and they must be clear
16
+ - Unconventional usage (fragments, run-ons, dialect, deliberate rule-breaking) is a legitimate craft choice — when it's conscious
17
+ - Unconscious errors undermine the reader's trust
18
+
19
+ ## Fake Rules to Reject
20
+
21
+ ### "Never begin a sentence with 'There is'"
22
+ There is no such thing as "the passive tense." "There is" is an existential construction that good writers use all the time. The claim that it's passive voice reveals ignorance of what passive voice actually is.
23
+
24
+ ### "Never use the passive voice"
25
+ The passive is one of the lovely versatilities of the verb. It is perfectly appropriate in many situations:
26
+ - When the agent is unknown: "The window was broken"
27
+ - When the agent is less important than the action: "The building was completed in 1847"
28
+ - When the passive creates the right rhythm or emphasis
29
+
30
+ What writers should guard against: passive voice that seeps in from academic or business English to obscure agency and responsibility. "Mistakes were made" when someone specific made them.
31
+
32
+ ### "He is the generic pronoun"
33
+ This is a social convention, not a grammatical law. Using "their" with singular antecedents is a conscious, defensible choice that many careful writers make deliberately.
34
+
35
+ ## Real Rules to Know
36
+
37
+ ### Sentence Coherence
38
+ A sentence must hang together — it must be coherent. The parts must relate to each other clearly. When they don't, meaning becomes ambiguous or absurd.
39
+
40
+ ### Modifier Placement
41
+ Place modifiers next to what they modify. Misplaced modifiers create unintended comedy:
42
+ - "Walking down the street, the trees were beautiful" (the trees are walking)
43
+ - "After rotting in the cellar for three weeks, my sister brought up some oranges" (the sister was rotting)
44
+
45
+ ### Dangling Participles
46
+ A participial phrase at the beginning of a sentence must modify the subject of the sentence. If it doesn't, it dangles.
47
+
48
+ ### Comma Splices and Run-Ons
49
+ - A **comma splice** joins two independent clauses with only a comma (often considered an error, but deliberately used by many skilled writers for rhythm)
50
+ - A **run-on** jams two independent clauses together with no punctuation at all
51
+ - The fix (when one is needed): period, semicolon, or conjunction
52
+
53
+ ### The Semicolon
54
+ Joins two independent clauses that are closely related in meaning. Creates a pause longer than a comma but shorter than a period. A useful tool that many writers fear unnecessarily.
55
+
56
+ ## Key Punctuation for Prose Writers
57
+
58
+ | Mark | Function in Prose |
59
+ |------|------------------|
60
+ | **Period** | Full stop. End of thought. Creates silence. |
61
+ | **Comma** | Brief pause. Separates clauses, items, and modifying phrases. The most versatile and most misused mark. |
62
+ | **Semicolon** | Connects related independent clauses. Creates a bridge between thoughts too close for a period, too independent for a comma. |
63
+ | **Colon** | Announces what follows: a list, an explanation, or an amplification of what came before. |
64
+ | **Dash (em dash)** | Interruption, parenthetical emphasis, or dramatic pause. More forceful than a comma, less formal than a colon. |
65
+ | **Ellipsis** | Trailing off, omission, or the passage of time. Overused in amateur prose — use sparingly. |
66
+ | **Parentheses** | Aside, digression, or supplementary information. Can create intimacy or distance depending on context. |
67
+
68
+ ## The Moral Dimension
69
+
70
+ Socrates: "The misuse of language induces evil in the soul." This does not mean grammar errors are morally wrong. It means that language used carelessly — to obscure rather than clarify, to manipulate rather than communicate, to evade responsibility — is a failure of craft and, at its worst, a failure of character.
71
+
72
+ The writer's obligation: know what you are doing with your language and why.
@@ -0,0 +1,71 @@
1
+ # The Craft of Repetition — Steering the Craft
2
+
3
+ ## Deliberate vs. Accidental Repetition
4
+
5
+ There is such a thing as clumsy repetition — the accidental echo that occurs when you aren't rereading as you write. That kind is easy to fix in revision. But to make a rule against repetition is to go right against the nature of narrative prose.
6
+
7
+ ### The Anti-Repetition Myth
8
+ The journalistic and pedagogical rule against using the same word twice on a page drives writers to the thesaurus in search of far-fetched synonyms — flaming words that stick out of their prose like flamingos in a flock of pigeons.
9
+
10
+ If the right word is "said," use "said" — do not cycle through "exclaimed," "uttered," "pronounced," "declared," and "vouchsafed" to avoid repeating it.
11
+
12
+ ## The Power of Deliberate Repetition
13
+
14
+ From the grandmother telling a folktale to the most sophisticated novelist, all narrators use repetition. The skilful use of it is a great part of the power of prose.
15
+
16
+ ### Types of Repetition
17
+
18
+ **Verbal Repetition** — repeating a word or phrase for emphasis, rhythm, or accumulation:
19
+ - A word repeated like a hammer blow, gaining force with each use
20
+ - A phrase that becomes a refrain, changing meaning through context each time it appears
21
+ - A key word echoed across paragraphs, creating subconscious connections
22
+
23
+ **Structural Repetition** — events, situations, or patterns that echo each other:
24
+ - Near-repetition of events in different contexts
25
+ - A scene that mirrors an earlier scene but with changed stakes or meaning
26
+ - Patterns across the novel analogous to recapitulation and development in music
27
+
28
+ **Comic Repetition** — a recurring element that gathers comedic weight:
29
+ - Micawber's "Something is certain to turn up" in David Copperfield, gaining meaning with each recurrence
30
+
31
+ **Incantatory Repetition** — repetition used for ritual, rhythmic, or hypnotic effect:
32
+ - Sacred and oral narrative is completely fearless about repetition
33
+ - Repetition can give words majesty and power, as in an incantation
34
+ - The repeated phrase shapes the story and marks its rhythm
35
+
36
+ ## How Repetition Works in Novels
37
+
38
+ ### Opening Chapters Set the Pattern
39
+ The first chapters of great novels often introduce images, words, and themes that will recur throughout the book. Jane Eyre's opening chapters introduce images of imprisonment, fire, coldness, and justice that echo across hundreds of pages.
40
+
41
+ ### Repetition Creates Structure
42
+ At the level of the whole novel, structural repetition creates the architecture the reader feels but may not consciously identify:
43
+ - A conversation that recurs in different contexts, revealing how the characters have changed
44
+ - An image (a colour, an object, a place) that appears at key turning points
45
+ - A physical action repeated — the same gesture meaning something different each time
46
+
47
+ ### Repetition Reveals Change
48
+ One of the most powerful uses: repeat an element and change one thing. The contrast between what's the same and what's different reveals exactly what has changed in the character or situation.
49
+
50
+ ## When Repetition Fails
51
+
52
+ ### Accidental Echoes
53
+ An unconscious verbal echo within a paragraph or across adjacent paragraphs is distracting. It draws attention to the words themselves rather than what the words are saying. Catch these in revision by reading aloud.
54
+
55
+ ### Dead Repetition
56
+ Repetition without accumulation — saying the same thing in different words without adding meaning. This is not the same as deliberate repetition for emphasis. Test: does each repetition add something? If the reader's response is "you already said that" rather than "yes, again, harder," the repetition is dead.
57
+
58
+ ### Thesaurus Syndrome
59
+ The opposite failure: avoiding natural repetition by substituting awkward synonyms. If a character is walking, they are walking — they are not "ambulating," "perambulating," "proceeding on foot," and "locomoting." The word "said" can appear fifty times in a chapter and remain invisible; "ejaculated" cannot appear once without derailing the reader.
60
+
61
+ ## Practical Guidance
62
+
63
+ ### In First Drafts
64
+ Don't worry about repetition. Write the word that comes naturally. Deliberate repetition will emerge instinctively if you're listening to the rhythm of your prose.
65
+
66
+ ### In Revision
67
+ 1. Read aloud and listen for accidental echoes — fix these
68
+ 2. Look for places where deliberate repetition could strengthen the prose — add these
69
+ 3. Check the thesaurus impulse — if you've replaced a natural word with a synonym to avoid repetition, put the original back
70
+ 4. Map structural repetitions across the whole text — are there patterns that could be strengthened?
71
+ 5. Check that every deliberate repetition accumulates meaning — each occurrence should add something the previous one didn't
@@ -0,0 +1,64 @@
1
+ # Sound, Rhythm, and Sentence Variety — Steering the Craft
2
+
3
+ ## Sound Is Primary
4
+
5
+ The basic elements of language are physical — noise, sound, silence, rhythm. These matter in prose just as much as in poetry, though prose's sound effects are usually subtle and irregular. A good writer has a mind's ear. The common critical terms for weak prose — dull, choppy, droning, jerky, feeble — are all faults of sound.
6
+
7
+ The chief duty of a narrative sentence is to lead to the next sentence. It does this through pace, movement, and rhythm.
8
+
9
+ ### Training the Mind's Ear
10
+ - Read prose aloud, or read it silently with full auditory attention
11
+ - Listen to what your own prose sounds like as you write it
12
+ - When something sounds wrong, it is wrong — even if you can't name the problem
13
+ - Language can express delight in itself, as music does — "poetry isn't the only kind of writing that can sound gorgeous"
14
+
15
+ ### Elements of Sound
16
+ - **Onomatopoeia** — words that sound like what they mean (sizzle, hiss, slurp, crack)
17
+ - **Alliteration** — repetition of initial sounds (not just identical letters — identical sounds)
18
+ - **Cadence** — the rise and fall of sentence rhythm, created by the pattern of stressed and unstressed syllables
19
+ - **Silence** — what is left out; pauses created by punctuation, paragraph breaks, white space
20
+
21
+ ## Sentence Length and Variety
22
+
23
+ ### The Core Principle
24
+ There is no optimum sentence length. The optimum is **variety**. Rhythm in prose depends fundamentally on the contrast and interplay between sentences of different lengths.
25
+
26
+ ### Short Sentences
27
+ - Highly effective in the right place — for emphasis, impact, sudden revelation
28
+ - Prose consisting entirely of short, syntactically simple sentences is monotonous, choppy, and irritating
29
+ - The myth that short sentences are "more like speech" is wrong — people often use more complex sentences when speaking than when writing
30
+
31
+ ### Long Sentences
32
+ - Need careful construction — clear connections, solid architecture — so they flow and carry the reader rather than losing them
33
+ - A sentence so grand it stops the story is not working as a narrative sentence
34
+ - The proper beauty and power of prose is in the work as a whole, not in individual show-off sentences
35
+ - Long sentences can: build tension, accumulate emotional weight, enact a physical experience (a jolting journey, a flowing river, a gathering storm)
36
+
37
+ ### Common Sentence Problems
38
+
39
+ **Conjunctivitis**: Stringing short sentences together with conjunctions ("and then... and then... and so... but then"), creating a childish, droning effect.
40
+
41
+ **Misplacement**: Parts of the sentence in the wrong order, creating ambiguity or absurdity. ("Walking down the street, the trees were beautiful" — the trees are walking.)
42
+
43
+ **Danglers**: Modifying phrases attached to the wrong noun. ("After rotting in the cellar for three weeks, my sister brought up some oranges.")
44
+
45
+ ## Rhythm and Emotional Register
46
+
47
+ Rhythm should match and embody the emotional content:
48
+ - Fast, staccato rhythm for action, urgency, shock
49
+ - Slower, rolling rhythm for reflection, grief, beauty
50
+ - Varied rhythm for conversation, ordinary life, complexity
51
+ - A sudden short sentence after long ones creates emphasis through contrast
52
+ - A long sentence after short ones creates a feeling of expansion or accumulation
53
+
54
+ ### Rhythmic Variety in Practice
55
+ Map the sentence lengths in a passage. If they're all similar, the passage will sound monotonous regardless of content. The interplay of short and long, simple and complex, is what creates the music of prose.
56
+
57
+ ## Literary Examples of Sound
58
+
59
+ - **Kipling** (Just So Stories): Exuberant vocabulary, musical rhythms, dramatic phrasing
60
+ - **Twain** ("Jumping Frog"): Beauty through irresistible dialectical cadences
61
+ - **Hurston** (Their Eyes Were Watching God): Rhythm with hypnotic, fatal, forward drive — simple vocabulary whose power is all in the beat
62
+ - **Gloss** (The Hearts of Horses): Quiet, subtle — power from the perfect placement and timing of words
63
+ - **Woolf** (To the Lighthouse): Variety of sentence length, complex syntax including parentheses, flowing and breaking until a one-word sentence stops everything: "Awake."
64
+ - **Twain** (Huckleberry Finn): One long sentence made of short subsentences strung by semicolons, catching the rhythm of someone talking quietly — one of the great sunrises in literature