@rubytech/create-maxy-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 (578) 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 -95
  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/telegram/PLUGIN.md +6 -3
  400. package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
  401. package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
  402. package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
  403. package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
  404. package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
  405. package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
  406. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
  407. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
  408. package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
  409. package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
  410. package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
  411. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
  412. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
  413. package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
  414. package/payload/platform/plugins/waitlist/PLUGIN.md +12 -6
  415. package/payload/platform/plugins/whatsapp/PLUGIN.md +25 -13
  416. package/payload/platform/plugins/workflows/PLUGIN.md +16 -8
  417. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
  418. package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
  419. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
  420. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
  421. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
  422. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
  423. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
  424. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
  425. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
  426. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
  427. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
  428. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
  429. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
  430. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
  431. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
  432. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
  433. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
  434. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
  435. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
  436. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
  437. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
  438. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
  439. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
  440. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
  441. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
  442. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
  443. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
  444. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
  445. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
  446. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
  447. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
  448. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
  449. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
  450. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
  451. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
  452. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
  453. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
  454. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
  455. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
  456. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
  457. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
  458. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
  459. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
  460. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
  461. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
  462. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
  463. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
  464. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
  465. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
  466. package/payload/platform/scripts/conversation-id-allowlist.txt +0 -1
  467. package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
  468. package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
  469. package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
  470. package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
  471. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
  472. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
  473. package/payload/platform/services/claude-session-manager/dist/http-server.js +48 -2
  474. package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
  475. package/payload/platform/services/claude-session-manager/dist/index.js +39 -0
  476. package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
  477. package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts +22 -0
  478. package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts.map +1 -1
  479. package/payload/platform/services/claude-session-manager/dist/pty-spawner.js +32 -1
  480. package/payload/platform/services/claude-session-manager/dist/pty-spawner.js.map +1 -1
  481. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
  482. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
  483. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
  484. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
  485. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
  486. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
  487. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
  488. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
  489. package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts +25 -0
  490. package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts.map +1 -0
  491. package/payload/platform/services/claude-session-manager/dist/tool-surface.js +149 -0
  492. package/payload/platform/services/claude-session-manager/dist/tool-surface.js.map +1 -0
  493. package/payload/premium-plugins/real-agency/plugins/estate-business/PLUGIN.md +15 -0
  494. package/payload/premium-plugins/real-agency/plugins/estate-sales/PLUGIN.md +5 -0
  495. package/payload/premium-plugins/real-agency/plugins/leads/PLUGIN.md +16 -0
  496. package/payload/premium-plugins/real-agency/plugins/listings/PLUGIN.md +39 -0
  497. package/payload/premium-plugins/real-agency/plugins/loop/PLUGIN.md +15 -0
  498. package/payload/server/{chunk-2ZNKHCQB.js → chunk-2MRZBQMH.js} +1 -1
  499. package/payload/server/{chunk-GPUCA2RQ.js → chunk-NL7QLVAD.js} +0 -192
  500. package/payload/server/{chunk-IDKWGLM5.js → chunk-YPZFYTYP.js} +1 -247
  501. package/payload/server/{cloudflare-task-tracker-LYI5BTYI.js → cloudflare-task-tracker-QVOGHKWV.js} +2 -2
  502. package/payload/server/maxy-edge.js +2 -2
  503. package/payload/server/package.json +0 -2
  504. package/payload/server/public/assets/{Checkbox-D1OQD43b.js → Checkbox-YIF0payo.js} +1 -1
  505. package/payload/server/public/assets/{admin-czNBxWor.js → admin-DW8IJcLc.js} +1 -1
  506. package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-BcwgT80u.js → architectureDiagram-Q4EWVU46-Bz8mlxZZ.js} +1 -1
  507. package/payload/server/public/assets/{blockDiagram-DXYQGD6D-BMSyZUQA.js → blockDiagram-DXYQGD6D-DwV8Z8-i.js} +1 -1
  508. package/payload/server/public/assets/{brand-2cku8WFs.css → brand-DqiRNMlu.css} +1 -1
  509. package/payload/server/public/assets/{c4Diagram-AHTNJAMY-DPRGY1jJ.js → c4Diagram-AHTNJAMY-DiUTejMp.js} +1 -1
  510. package/payload/server/public/assets/channel-PtVtoBEL.js +1 -0
  511. package/payload/server/public/assets/{chunk-336JU56O-B7oQ3g1c.js → chunk-336JU56O-4mHZpBXe.js} +2 -2
  512. package/payload/server/public/assets/{chunk-426QAEUC-C1P0yFXw.js → chunk-426QAEUC-Cbv0vrN9.js} +1 -1
  513. package/payload/server/public/assets/{chunk-4TB4RGXK-LI7kOJd0.js → chunk-4TB4RGXK-BvLhId_2.js} +1 -1
  514. package/payload/server/public/assets/{chunk-5FUZZQ4R-CXQRGTQE.js → chunk-5FUZZQ4R-bBafOTkw.js} +1 -1
  515. package/payload/server/public/assets/{chunk-5PVQY5BW-NSyzpXRy.js → chunk-5PVQY5BW-B0NqBKVy.js} +1 -1
  516. package/payload/server/public/assets/{chunk-EDXVE4YY-voNwxbDs.js → chunk-EDXVE4YY-CFd4SqI6.js} +1 -1
  517. package/payload/server/public/assets/{chunk-ENJZ2VHE-CMEMPzYY.js → chunk-ENJZ2VHE-ajf2sb6c.js} +1 -1
  518. package/payload/server/public/assets/{chunk-ICPOFSXX-hEbwu-pe.js → chunk-ICPOFSXX-pWg6bug7.js} +1 -1
  519. package/payload/server/public/assets/{chunk-OYMX7WX6-DxskDrLs.js → chunk-OYMX7WX6-OjEd-17c.js} +1 -1
  520. package/payload/server/public/assets/{chunk-U2HBQHQK-D7TKgUo0.js → chunk-U2HBQHQK-DbEFSPoh.js} +1 -1
  521. package/payload/server/public/assets/{chunk-X2U36JSP-BvPUQEPm.js → chunk-X2U36JSP-COdNwrBb.js} +1 -1
  522. package/payload/server/public/assets/{chunk-YZCP3GAM-BY-RWQUW.js → chunk-YZCP3GAM-CHMWuY9B.js} +1 -1
  523. package/payload/server/public/assets/{chunk-ZZ45TVLE-DZvOYDY6.js → chunk-ZZ45TVLE-B-uDLQOB.js} +1 -1
  524. package/payload/server/public/assets/classDiagram-6PBFFD2Q-RVH_SEhY.js +1 -0
  525. package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-Cm3rAb93.js +1 -0
  526. package/payload/server/public/assets/clone-BjY0Wzht.js +1 -0
  527. package/payload/server/public/assets/{dagre-KV5264BT-Cnj0mUZl.js → dagre-KV5264BT-CMEzmhIL.js} +1 -1
  528. package/payload/server/public/assets/{dagre-Bt-fpckL.js → dagre-bhIG_KnW.js} +1 -1
  529. package/payload/server/public/assets/data-K_kS__sL.js +1 -0
  530. package/payload/server/public/assets/{device-url-actions-Bjz3Xzbm.js → device-url-actions-AcOyLSeF.js} +1 -1
  531. package/payload/server/public/assets/{diagram-5BDNPKRD-DjLzvOlx.js → diagram-5BDNPKRD-6RIoQhIL.js} +1 -1
  532. package/payload/server/public/assets/{diagram-G4DWMVQ6-DTfuRd-T.js → diagram-G4DWMVQ6-BSp36TVv.js} +1 -1
  533. package/payload/server/public/assets/{diagram-MMDJMWI5-BaL2mCnx.js → diagram-MMDJMWI5-D54fo52D.js} +1 -1
  534. package/payload/server/public/assets/{diagram-TYMM5635-C5InWY5R.js → diagram-TYMM5635-CWL8z-Pq.js} +1 -1
  535. package/payload/server/public/assets/{erDiagram-SMLLAGMA-DO7BXTpn.js → erDiagram-SMLLAGMA-AnnHBo3z.js} +1 -1
  536. package/payload/server/public/assets/{flowDiagram-DWJPFMVM-DDdAKfLf.js → flowDiagram-DWJPFMVM-laWmBl5o.js} +1 -1
  537. package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-arJD8Utm.js → ganttDiagram-T4ZO3ILL-B94ko8ie.js} +1 -1
  538. package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-C55GH-OS.js → gitGraphDiagram-UUTBAWPF-DxzL1fxZ.js} +1 -1
  539. package/payload/server/public/assets/graph-DeEigyO_.js +1 -0
  540. package/payload/server/public/assets/graph-labels-C7I5QvNv.js +1 -0
  541. package/payload/server/public/assets/{graphlib-DL9PM7Ex.js → graphlib-CY-zIElM.js} +1 -1
  542. package/payload/server/public/assets/{infoDiagram-42DDH7IO-BMSGqUbG.js → infoDiagram-42DDH7IO-BMTajIIr.js} +1 -1
  543. package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-Dw6BZ6BG.js → ishikawaDiagram-UXIWVN3A-B_QauE5O.js} +1 -1
  544. package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-DrywUGXw.js → journeyDiagram-VCZTEJTY-DmlqSIih.js} +1 -1
  545. package/payload/server/public/assets/{kanban-definition-6JOO6SKY-DuwtVBBc.js → kanban-definition-6JOO6SKY-ZGDQT7xB.js} +1 -1
  546. package/payload/server/public/assets/{line-JAksyKHj.js → line-D13opgep.js} +1 -1
  547. package/payload/server/public/assets/{mermaid-parser.core-BMq-ApBW.js → mermaid-parser.core-C650Sual.js} +1 -1
  548. package/payload/server/public/assets/{mermaid.core-tH4oX0Kh.js → mermaid.core-BqnQoXTp.js} +3 -3
  549. package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-D1OiiJga.js → mindmap-definition-QFDTVHPH-BS_8y-tY.js} +1 -1
  550. package/payload/server/public/assets/{page-BZpoS7iR.js → page-B_rpjIRr.js} +1 -1
  551. package/payload/server/public/assets/{page-CkvBvezS.js → page-qSH972X0.js} +1 -1
  552. package/payload/server/public/assets/{pieDiagram-DEJITSTG-Ckwm69PW.js → pieDiagram-DEJITSTG-B5OmNvBO.js} +1 -1
  553. package/payload/server/public/assets/{public-C-dTMgXu.js → public-DDsYgotk.js} +3 -3
  554. package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-COw3yZ1j.js → quadrantDiagram-34T5L4WZ-DTYITdNo.js} +1 -1
  555. package/payload/server/public/assets/{requirementDiagram-MS252O5E-DqGzM4K-.js → requirementDiagram-MS252O5E-CRZWxH06.js} +1 -1
  556. package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-D-l1c_Pl.js → sankeyDiagram-XADWPNL6-DazRENhe.js} +1 -1
  557. package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-BeIi0DtJ.js → sequenceDiagram-FGHM5R23-BcHTxmPy.js} +1 -1
  558. package/payload/server/public/assets/{stateDiagram-FHFEXIEX-C-jgegLk.js → stateDiagram-FHFEXIEX-DYU7nbqg.js} +1 -1
  559. package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BgljVtlp.js +1 -0
  560. package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-BGFKkYmi.js → timeline-definition-GMOUNBTQ-BKGmqkST.js} +1 -1
  561. package/payload/server/public/assets/{vennDiagram-DHZGUBPP-5NuIhJLS.js → vennDiagram-DHZGUBPP-BXvLPmX7.js} +1 -1
  562. package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-Be9ytVut.js → wardleyDiagram-NUSXRM2D-BCclUa3Z.js} +1 -1
  563. package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-DCyHg41R.js → xychartDiagram-5P7HB3ND-C-Xp-Eoc.js} +1 -1
  564. package/payload/server/public/data.html +5 -5
  565. package/payload/server/public/graph.html +6 -6
  566. package/payload/server/public/index.html +8 -8
  567. package/payload/server/public/public.html +5 -5
  568. package/payload/server/server.js +1024 -2347
  569. package/payload/platform/scripts/check-sdk-oauth.mjs +0 -185
  570. package/payload/server/public/assets/channel-fxEghWew.js +0 -1
  571. package/payload/server/public/assets/classDiagram-6PBFFD2Q-BsWzGW0N.js +0 -1
  572. package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BGVa3h90.js +0 -1
  573. package/payload/server/public/assets/clone-Khvocke2.js +0 -1
  574. package/payload/server/public/assets/data-DBd-Buhp.js +0 -1
  575. package/payload/server/public/assets/graph-DUtVdnZ6.js +0 -1
  576. package/payload/server/public/assets/graph-labels-Dxfue-fP.js +0 -1
  577. package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BaMs8Znv.js +0 -1
  578. /package/payload/server/public/assets/{brand-CSQuxS9w.js → brand-Bm671owU.js} +0 -0
@@ -0,0 +1,44 @@
1
+ # Listing & Valuation Scripts
2
+ *Sources: Tom Panos, Team LANC, Serhant Agent Training Guide*
3
+
4
+ ## Prospecting for Valuations
5
+
6
+ **Neighbour prospecting (Just Listed):**
7
+ > "Hi [Name], it's [Agent] from [Agency]. I just wanted to give you a quick courtesy call to let you know we've just listed your neighbour's property at [Address]. We'd love to invite you to our first viewing on [Day] at [Time]. We've already had a number of enquiries — would you consider selling for a great price if we have interested buyers who can't secure that property?"
8
+
9
+ **Neighbour prospecting (Just Sold):**
10
+ > "Hi [Name], it's [Agent] from [Agency]. I just wanted to let you know we've just sold your neighbour's property at [Address] for [Price]. We had [X] interested buyers who were unsuccessful. Would you consider selling for a great price? We have qualified buyers ready to go."
11
+
12
+ **Database reactivation:**
13
+ > "It's been [X] years since we last did an appraisal on your property. A lot has changed since then. I'm doing street appraisals on [Day] at [Time]. Would you like to know the new value of your home? It'll only take 10 minutes."
14
+
15
+ **Area prospecting:**
16
+ > "I know you're not selling and I'll be brief. I'm calling because I'd like to invite you to a viewing in your neighbourhood / your neighbours have just listed at [Address]. Would you be interested in an updated market opinion while I'm in the area?"
17
+
18
+ ## At the Valuation Appointment
19
+
20
+ **Opening (first 5 minutes — Tom Panos):**
21
+ > "Today, I'm going to have a look around. I'm going to ask you a few questions about the property. You'll ask me a few questions, and at the end, I'm going to tell you if I can help you. If I can, I'll explain what we do and how we do it. If I can't help you, I'll also tell you. Because I don't want to waste your time. But I want you to know right from the start — it's okay if nothing comes of this."
22
+
23
+ ## Handling Common Objections
24
+
25
+ **"I have a friend/family member in the business":**
26
+ > "Have you ever had a friend or family member do some work for you and it didn't work out the way you wanted? A professional relationship means professional results — and if we're not the right fit, no hard feelings."
27
+
28
+ **"Another agent priced it higher":**
29
+ > "When selecting an agent, will you pick based on things the agent can control — their marketing, database, and negotiation ability — or things they can't control, like the number they give you today? Anyone can give you a high number. Getting you that number is the skill."
30
+
31
+ ## Commission/Fee Dialogue
32
+
33
+ **When asked to reduce fees:**
34
+ > "You wouldn't walk into a shop and start negotiating on a TV unless you actually intend to buy that TV. If you're comfortable enough with us and trust us to do the job for you, then we can discuss our fee at that moment."
35
+
36
+ **Value framing:**
37
+ > "There are agents who'll do it for less. There are also agents who'll get you less. The question isn't what you pay us — it's what you net after the sale."
38
+
39
+ ## Post-Valuation Follow-Up
40
+
41
+ **Same day:** Send written valuation summary with comparable evidence
42
+ **48 hours:** If not instructed, gentle follow-up
43
+ **1 week:** Value-led touch — share a recent local sale result
44
+ **2 weeks:** Direct ask: "Have you made a decision on how you'd like to proceed?"
@@ -0,0 +1,70 @@
1
+ # Negotiation Deep Guide
2
+ *Adapted from Serhant Closing & Negotiation Guide + Team Agent Training Guide*
3
+
4
+ ## Three Fundamentals
5
+
6
+ 1. **You're working for the DEAL** — not to "win." Negotiate to close, not to beat the other side.
7
+ 2. **Playing for the other side to win** — when the other side wins, you win. Find mutually beneficial outcomes.
8
+ 3. **Put interests over ego** — be hard on the problem, soft on the person.
9
+
10
+ ## Interests vs Positions
11
+
12
+ The single most important negotiation concept. Positions are what people SAY they want. Interests are WHY they want it.
13
+
14
+ **Example:** Buyer says they can't go above £485k (position). Why?
15
+ - Can't secure a larger mortgage
16
+ - Needs to factor in renovation budget
17
+ - Hasn't sold their current home yet
18
+
19
+ **Vendor says they won't come below £500k (position). Why?**
20
+ - Needs the money for their next purchase
21
+ - Emotional attachment to what they paid/spent
22
+ - Not in a rush
23
+
24
+ **If you know the interests, you may bridge the gap creatively** — adjusting timelines, including/excluding fixtures, flexible completion dates.
25
+
26
+ ## Preparation: Three Numbers
27
+
28
+ Before every negotiation, know:
29
+ 1. **First offer** — opening position (supported by evidence)
30
+ 2. **Best target** — what you realistically hope to achieve (NEVER share)
31
+ 3. **Walkaway price** — absolute limit (set BEFORE emotions kick in)
32
+
33
+ ## Five Negotiation Techniques
34
+
35
+ ### 1. "The Pull"
36
+ When a negotiation drags — pull the deal away. RISKY but effective.
37
+ > "Thank you for working with us. Unfortunately, it's just not going to work. Good luck!"
38
+
39
+ ### 2. "The Facts"
40
+ Purely analytical. Pull the comps, present the evidence.
41
+ > "These are the facts. Here are the comparable sales. This is our justification."
42
+
43
+ ### 3. "The 'What Do You Want To Do?'"
44
+ When the deal is fair — put the decision in their hands.
45
+ > "What do you want to do?"
46
+
47
+ ### 4. "The Emotions"
48
+ When SO close but also SO close to losing it.
49
+ > "£10k over your budget, spread over 10 years, is only £1,000 a year. Is this home worth that?"
50
+
51
+ ### 5. "The Reality"
52
+ The hardest technique. Sometimes the truth hurts.
53
+ > "This is what it is. This is where we are. This is what the market is saying."
54
+
55
+ ## Tactical Principles
56
+
57
+ - **Reciprocity** — offer a benefit at stalemate, then ask for something in return
58
+ - **No hostile emotions** — agents are shock absorbers. Don't pass emotions to clients
59
+ - **Let silence do the heavy lifting** — present your point, then SHUT UP. The person who speaks first loses
60
+ - **Decoy** — ask for something you don't need first. When refused, concede it — then win on what matters
61
+ - **Gradual persuasion** — tugboats pushing oil tankers, not rams
62
+ - **Precise numbers** — counter at £298,450, not £300,000. Precision gives credibility
63
+
64
+ ## Comparable Reports
65
+
66
+ - Start with the building/street — most recent sales are most important
67
+ - The market is fluid — 3-month-old comps may no longer apply
68
+ - Comp REALISTICALLY — don't show outliers without explaining why
69
+ - Comps should never make a seller feel BAD — they're helpful tools
70
+ - More recent = better — don't include sales over 12 months old
@@ -0,0 +1,33 @@
1
+ # Price alignment + fee protection scripts (Tom Panos — adapted)
2
+
3
+ Use these as **language patterns** to help Alex handle hard vendor conversations. The agent can tee up the conversation, gather context, and escalate.
4
+
5
+ ## Key concepts
6
+ - **Sweet zone vs stale zone:** time on market creates "stale" perception; later reductions usually cost more.
7
+ - **Overpriced homes help sell other homes:** buyers use them as a benchmark then buy correctly priced stock.
8
+ - **Only 2 reasons a home doesn’t sell:** marketing (agent-owned) or price (owner-owned). Be tactful.
9
+
10
+ ## Scripts / phrases
11
+ **Price realignment opener**
12
+ - "How open-minded will you be if we need to realign the price?"
13
+
14
+ **Not in the market**
15
+ - "Right now your home isn’t in the market. It’s sitting on top of the market. Buyers view it, then go and buy other homes. It becomes the reference point that helps other agents sell their listings."
16
+
17
+ **% language (easier than £)**
18
+ - Replace "drop by £X" with "realign by 5%" (or similar).
19
+
20
+ **Using viewings as leverage**
21
+ - When the gap is small, use: "We’ve had X viewings and Y serious bidders — that’s the market telling us where value sits."
22
+
23
+ **Fee protection framing**
24
+ - Shift from fee % to net outcome: the goal is **max net in the vendor’s pocket**, not the cheapest commission.
25
+ - "The cheapest agent and the best agent are generally not the same agent."
26
+ - "What’s more important — saving a little on fee, or underselling by tens of thousands?"
27
+ - Value test: "If I was the same fee as the other agent, who would you pick? … How come?" (let them articulate your value)
28
+
29
+ ## Agent rules
30
+ - Don’t argue. Ask questions, reflect, escalate to Alex.
31
+ - Never promise a price. Stick to evidence and process.
32
+
33
+ Source: *Tom Panos — Dialogue to Get More Listings* (Estate Agency Mastermind summary)
@@ -0,0 +1,34 @@
1
+ # Price Alignment
2
+
3
+ ## Purpose
4
+
5
+ Guide the conversation when market feedback suggests a pricing adjustment is needed. This is one of the most sensitive conversations in estate agency — handle it with evidence, not opinion.
6
+
7
+ ## When Price Alignment is Needed
8
+
9
+ - Low or no viewings despite good marketing
10
+ - Consistent feedback that the property is overpriced
11
+ - Comparable properties selling at lower levels
12
+ - Market conditions have shifted since the original valuation
13
+ - Buyer interest drops off after seeing the price
14
+
15
+ ## Principles
16
+
17
+ - **Evidence-based** — never say "I think it's overpriced." Instead: "The feedback from the last four viewings has consistently mentioned price as a concern, and two comparable properties on the street have sold at £X"
18
+ - **Alex leads this conversation** — the agent gathers evidence and context, but the pricing discussion happens between Alex and the vendor directly
19
+ - **Frame as strategy, not failure** — a price adjustment is a tactical decision, not an admission of error. "Repositioning" is better language than "reducing"
20
+ - **Vendor's decision** — always. Present the evidence, make the recommendation, respect their choice
21
+
22
+ ## What the Agent Does
23
+
24
+ 1. **Gather the evidence** — search memory for viewing feedback, portal stats, comparable sales
25
+ 2. **Summarise for Alex** — create a clear picture of what the market is telling us
26
+ 3. **Flag the conversation** — note in the vendor's profile that a price review is recommended
27
+ 4. **Support after the decision** — if the vendor agrees to adjust, communicate the change positively: fresh marketing push, new portal alerts triggered, repositioned to attract a new audience
28
+
29
+ ## What the Agent Does NOT Do
30
+
31
+ - Suggest a specific new price — that's Alex's domain
32
+ - Apologise for the original price — it was based on the best evidence at the time
33
+ - Guarantee results from a price change — be honest that it improves positioning but doesn't guarantee an immediate sale
34
+ - Pressure the vendor — if they want to hold, respect it and revisit in 2-3 weeks
@@ -0,0 +1,38 @@
1
+ # Scenario Scripts — Vendor Communication
2
+
3
+ Adapted from Serhant Team Agent Training Guide.
4
+
5
+ ## Price Adjustment Conversations
6
+
7
+ **Never call it a "reduction" — it's an ADJUSTMENT.**
8
+
9
+ ### Opening
10
+ "Hi [name], I'm following up on what we're doing to get your home sold. We've followed up with all the buyers who've viewed, and some have purchased elsewhere. Those still looking aren't willing to make an offer at the current level."
11
+
12
+ "The market is telling us we're priced on the high side. If we adjust the price, we take a major step toward getting your home sold. What do you think?"
13
+
14
+ ### When They Say "You're the one who priced it"
15
+ "You're right — I was trying to get you the most money possible. My professional recommendation now would be to adjust to establish fair market value."
16
+
17
+ ### Frustrated Seller
18
+ "[Name], your home has been on the market for [X] months and we've only had a few viewings. I wouldn't be surprised if you were feeling frustrated — that's completely normal. You were thinking you'd be moved by now."
19
+
20
+ Then: "I'm doing everything in my power. The market is adjusting. We may need to adjust with it."
21
+
22
+ ## Win Words
23
+
24
+ | Word | Why |
25
+ |------|-----|
26
+ | **Reasonable** | Nobody wants to be unreasonable |
27
+ | **Fair** | Everyone wants to be fair |
28
+ | **Standard** | Removes fear from processes |
29
+ | **Double check** | Shows integrity — "let me double check" |
30
+ | **Normal** | Quickest way to put people at ease |
31
+ | **Comfortable** | Shows you care |
32
+ | **We/Us** | Team language — "we are making an offer" |
33
+
34
+ ## Key Phrases
35
+ - "We're on the same team"
36
+ - "Everything is going as scheduled"
37
+ - "This is not unusual"
38
+ - "This is a minor bump in the road"
@@ -0,0 +1,51 @@
1
+ # Seller Engagement
2
+
3
+ ## Purpose
4
+
5
+ Convert a seller enquiry into a booked market appraisal with Alex. Understand their situation, build confidence, and set realistic expectations.
6
+
7
+ ## New Seller Enquiry
8
+
9
+ 1. **Thank them** for reaching out
10
+ 2. **Understand motivation** — "What's prompted you to think about selling?" Common triggers:
11
+ - Upsizing (growing family)
12
+ - Downsizing (empty nest, retirement)
13
+ - Relocating (job, lifestyle change)
14
+ - Financial (separation, inheritance, investment)
15
+ - Bereavement — handle with extra sensitivity
16
+ 3. **Understand timeline** — "Do you have a timeframe in mind, or are you exploring options?"
17
+ 4. **Understand their position** — "Will you be buying as well, or just selling?"
18
+ 5. **Book the appraisal** — "Alex would love to come and see the property. He'll give you an honest assessment of the market, a pricing strategy, and show you exactly how Beacons would market your home. When works best for you?"
19
+
20
+ ## Switching Agents
21
+
22
+ Many Beacons clients come after frustration with another agent. Handle this carefully:
23
+
24
+ 1. **Listen first** — let them vent if they need to. Acknowledge the frustration without fuelling it
25
+ 2. **Never name or criticise the other agent** — "That sounds really frustrating" is enough
26
+ 3. **Focus forward** — explain what Beacons does differently:
27
+ - One point of contact (Alex, not a rotating team)
28
+ - Quality marketing for every property (photography, video, drone, social media)
29
+ - Proactive communication (you'll never have to chase)
30
+ - Track record of turning around stale listings
31
+ 4. **Address the contractual question** — ask if they're currently tied in. If so, suggest checking their notice period. Don't advise on the legal side — suggest they review the contract or speak to a solicitor if unsure
32
+ 5. **Book the appraisal** — same as above
33
+
34
+ ## After the Conversation
35
+
36
+ Save to `memory/users/{phone}/profile.md`:
37
+ - Motivation for selling
38
+ - Timeline
39
+ - Property details (address, type, beds if mentioned)
40
+ - Position (also buying? Chain? Onward purchase found?)
41
+ - Current agent (if switching) and contract status
42
+ - Appraisal date booked (if applicable)
43
+
44
+ ## Bereavement Sales
45
+
46
+ When someone is selling a deceased relative's property:
47
+ - Slow down. Don't rush the qualification
48
+ - Acknowledge the difficulty — "I'm sorry for your loss. I know this can be a really difficult process on top of everything else"
49
+ - Be practical and gentle — they may not know the property well, may not have visited recently
50
+ - Explain that Alex has handled many sensitive sales like this and will be respectful of the situation
51
+ - Don't push for a timeline — let them set the pace
@@ -0,0 +1,76 @@
1
+ # Valuation Booking
2
+
3
+ Handle inbound requests from potential sellers wanting a property valuation (market appraisal).
4
+
5
+ ## Conversation Flow
6
+
7
+ ### 1. Warm Acknowledgement
8
+ Thank them for getting in touch. Enthusiastic but not pushy — they may be exploring.
9
+
10
+ ### 2. Capture Property Details
11
+
12
+ **Essential:**
13
+ - Full address (including postcode)
14
+ - Property type (detached, semi, terrace, flat, bungalow)
15
+ - Bedrooms and bathrooms
16
+ - Contact name and phone
17
+
18
+ **Helpful (ask naturally):**
19
+ - Reception rooms, garden, parking
20
+ - Recent improvements (new kitchen, extension, loft conversion)
21
+ - EPC rating, tenure (freehold/leasehold)
22
+ - Service charge / ground rent (leasehold only)
23
+
24
+ ### 3. Understand Motivation
25
+
26
+ - Why are they thinking of selling? (Upsizing, downsizing, relocating, divorce, financial, probate)
27
+ - Timeline — when would they ideally like to move?
28
+ - Have they spoken to other agents?
29
+ - Are they buying too? (Chain considerations)
30
+ - Mortgage situation — remaining balance? (Optional, don't push)
31
+
32
+ ### 4. Book the Appraisal
33
+
34
+ - Propose 2-3 options across the next few days
35
+ - Default: 45-60 minutes (standard), 60-90 (larger/unique)
36
+ - Check who will be present (both owners if joint?)
37
+ - Confirm address
38
+
39
+ Create event in both:
40
+ - `memory/shared/events/YYYY-MM-DD-valuation-{address-slug}.md`
41
+ - `memory/users/{phone}/events/YYYY-MM-DD-valuation-{address-slug}.md`
42
+
43
+ ### 5. Set Expectations
44
+
45
+ - Agent visits, views property, discusses local market
46
+ - Written valuation with comparable evidence within 24-48 hours
47
+ - Free, no-obligation market appraisal
48
+ - Suggest having questions ready (fees, marketing strategy, timelines)
49
+
50
+ ### 6. Confirm in Writing
51
+
52
+ Date/time, property address, agent name, what to expect, contact to reschedule.
53
+
54
+ ## Handling Objections
55
+
56
+ **"Just want a quick idea of value"** → Offer broad online estimate, but explain in-person is 5-15% more accurate.
57
+
58
+ **"Not ready to sell yet"** → No pressure. Frame as forward planning — "Many clients get a valuation 6-12 months ahead."
59
+
60
+ **"Already had valuations from others"** → A second opinion is wise. Different agents have different marketing strategies and buyer databases.
61
+
62
+ **"How much do you charge?"** → Appraisal is free and no-obligation. Fees discussed during the visit based on marketing package.
63
+
64
+ ## Follow-Up
65
+
66
+ - **48 hours:** "Just checking if you had any questions about arranging the valuation?"
67
+ - **1 week:** Value-led touch — share a recent local sale result or market insight
68
+ - **2 weeks:** Direct ask — "Have you made a decision on how you'd like to proceed?"
69
+
70
+ ## Escalation
71
+
72
+ Escalate to the agent for:
73
+ - Commercial property valuations
74
+ - Probate or executor valuations (may need RICS qualified)
75
+ - Development land or unusual property types
76
+ - Formal (Red Book) valuations vs market appraisals
@@ -0,0 +1,63 @@
1
+ # Vendor Communication Scripts
2
+ *Sources: Tom Panos, Serhant Closing & Negotiation Guide*
3
+
4
+ ## The Good News Sandwich
5
+
6
+ When delivering difficult news (price reduction, low offer, fall-through):
7
+ 1. **Open with good news** — market context, portal stats, positive feedback theme
8
+ 2. **Deliver the bad news** — facts only, no sugar-coating, but with empathy
9
+ 3. **Close with good news** — your action plan, what you're doing next, pipeline of interest
10
+
11
+ **Example (offer fell through):**
12
+ > "Good news — we've had strong viewing interest this week with 4 bookings confirmed for the weekend. Unfortunately, the buyer who made the offer has had to withdraw due to their own sale falling through. The positive is that I've already been in touch with two other interested parties, and I'm expecting a viewing from a cash buyer on Saturday."
13
+
14
+ ## Price Reduction Conversations
15
+
16
+ **Evidence-first approach:**
17
+ 1. Share portal viewing stats compared to similar properties
18
+ 2. Show recent comparable sales data
19
+ 3. Present feedback themes from viewers
20
+ 4. Recommend a specific new price with reasoning
21
+
22
+ **When the property is overpriced:**
23
+ > "Currently, you're not in the market — you're sitting on top of the market. I'd recommend a price realignment of [X]% because I'd rather be in a position to reject 5 offers than get no offers."
24
+
25
+ **Using the buyer's perspective:**
26
+ > "For a moment, take off your vendor's hat and put on a buyer's hat. You know the results of properties sold nearby. If you were buying your own house back today, would you pay a higher price than this?"
27
+
28
+ **When the vendor is upgrading:**
29
+ > "Yes, I know we're £[X]k lower than what we hoped. But the home you're about to buy, you're getting for £[Y]k less than expected. So you're actually better off upgrading in this market."
30
+
31
+ **Never say:** "It's too expensive" — puts the vendor on the defensive.
32
+ **Instead say:** "The most common feedback from prospective buyers is that the property is priced higher than similar ones they've seen. The market is telling us..."
33
+
34
+ ## Negotiation Scripts
35
+
36
+ **When an offer is below expectations:**
37
+ > "Based on current market conditions, I have £[X] of your money in my hands right now. Are we going to risk losing this £[X] for the possibility of getting another £[Y]k?"
38
+
39
+ **The "What if" technique:**
40
+ > "What if the buyer came up to £[X]? What would you do then?"
41
+ > "What if we don't receive another offer for 4 weeks? How would that affect your plans?"
42
+
43
+ **Interests over positions:**
44
+ - Don't negotiate on price alone — understand WHY the buyer/seller wants that number
45
+ - Find creative solutions: flexible completion dates, fixtures included, chain timing
46
+
47
+ **When someone is wrong and you need to tell them nicely:**
48
+ > "If I agree with you, that would make us both wrong."
49
+
50
+ ## Weekly Update Best Practices
51
+
52
+ - **Always send an update, even with no news.** Silence is worse than bad news.
53
+ - **Lead with numbers** — viewings, portal stats, enquiries
54
+ - **Theme the feedback** — don't attribute to named buyers without consent
55
+ - **End with YOUR recommendation** — don't leave the vendor to interpret the data
56
+
57
+ ## Fall-Through Communication
58
+
59
+ 1. Call immediately (don't text this news)
60
+ 2. Explain the facts calmly
61
+ 3. Reassure with your action plan
62
+ 4. Follow up in writing within 2 hours
63
+ 5. Re-market within 24 hours if appropriate
@@ -0,0 +1,41 @@
1
+ # Vendor Updates
2
+
3
+ ## Purpose
4
+
5
+ Keep vendors informed and confident throughout the marketing period. The number one complaint about estate agents is silence — Beacons doesn't do silence.
6
+
7
+ ## Update Cadence
8
+
9
+ - **Weekly minimum** — every vendor should hear from Beacons at least once a week
10
+ - **After every viewing** — feedback relayed within 24-48 hours
11
+ - **After any portal activity spike** — if a listing gets a burst of saves or clicks, share it
12
+ - **When there's nothing to report** — say so. "No viewings this week, but here's what we're doing next" is infinitely better than silence
13
+
14
+ ## What to Include
15
+
16
+ ### Weekly Update
17
+ - Number of online views / saves this week
18
+ - Any new enquiries received
19
+ - Viewings booked or completed
20
+ - Feedback from any viewings (summarised — protect buyer identity unless offer stage)
21
+ - What's being done next (social media push, price review discussion, new photos, etc.)
22
+
23
+ ### Post-Viewing Feedback
24
+ - Relay the buyer's positives first — what they liked
25
+ - Then any concerns — framed constructively
26
+ - The buyer's interest level and next steps
27
+ - Never identify the buyer by full name to the vendor without consent — use "the viewer" or first name only
28
+
29
+ ## Tone
30
+
31
+ - **Confident and proactive** — even when news isn't great, frame it around action: "We haven't had the response we'd hoped for this week, so here's what I'm recommending..."
32
+ - **Honest** — don't sugarcoat. If viewings are low, say so and explain why (market conditions, pricing, seasonal)
33
+ - **Collaborative** — the vendor is a partner in the process, not a passive recipient. Invite their input
34
+
35
+ ## Flagging for Alex
36
+
37
+ If a vendor:
38
+ - Expresses frustration or dissatisfaction → escalate immediately
39
+ - Asks about reducing the price → flag for Alex to have the conversation
40
+ - Asks about their contract or fees → flag for Alex
41
+ - Hasn't had a viewing in 3+ weeks → flag for Alex to review strategy
@@ -0,0 +1,153 @@
1
+ ---
2
+ name: vendor-updates
3
+ description: "Automated vendor (seller) updates — regular reporting on viewing activity, buyer feedback, market conditions, and marketing performance for instructed properties."
4
+ ---
5
+
6
+ # Vendor Updates
7
+
8
+ You manage regular communication with property vendors (sellers), keeping them informed about their property's marketing performance and next steps.
9
+
10
+ ## When This Skill Applies
11
+
12
+ - A scheduled vendor update is due
13
+ - A vendor asks for a progress update
14
+ - Significant news needs communicating (offer received, price reduction recommendation, marketing change)
15
+ - Post-viewing feedback is ready to summarise for the vendor
16
+
17
+ ## Update Schedule
18
+
19
+ Default cadence: **weekly** (every Friday afternoon or Monday morning — configurable per vendor).
20
+
21
+ For new instructions (first 2 weeks on market): **twice weekly** (Wednesday + Friday).
22
+
23
+ For stale listings (8+ weeks, low activity): **fortnightly** unless the vendor requests otherwise.
24
+
25
+ ## What to Include in a Regular Update
26
+
27
+ ### Viewing Activity
28
+ - Number of viewings this period
29
+ - Number of viewings total since instruction
30
+ - Upcoming confirmed viewings
31
+ - Any cancellations or no-shows
32
+
33
+ ### Buyer Feedback Summary
34
+ - Themed feedback from viewers (don't attribute to named buyers unless they consent)
35
+ - Common positives: "Buyers loved the kitchen / garden / location"
36
+ - Common concerns: "Two buyers mentioned the dated bathroom"
37
+ - Overall sentiment: positive / mixed / concerning
38
+
39
+ ### Online Performance (if data available)
40
+ - Portal views (Rightmove, Zoopla, OnTheMarket)
41
+ - Enquiries received this period
42
+ - Comparison to similar listings in the area
43
+
44
+ ### Market Context
45
+ - How similar properties are performing
46
+ - Any relevant local market changes
47
+ - New comparable listings or recent sales
48
+
49
+ ### Recommendation / Next Steps
50
+ - If things are going well: reassure, maintain strategy
51
+ - If viewings are low: suggest price review, new photography, refreshed description
52
+ - If feedback is consistently negative on one issue: discuss addressing it
53
+ - If an offer is expected: prepare the vendor
54
+
55
+ ## Update Format
56
+
57
+ Keep it scannable. No tables (the chat interface doesn't render them).
58
+
59
+ ```
60
+ *Weekly Update — [Property Address]*
61
+ *Week [X] on market*
62
+
63
+ *Viewings this week:* [X]
64
+ *Total viewings:* [X]
65
+ *Upcoming:* [X confirmed]
66
+
67
+ *Feedback highlights:*
68
+ - [Positive theme]
69
+ - [Positive theme]
70
+ - [Concern if any]
71
+
72
+ *Online interest:* [Brief summary]
73
+
74
+ *My recommendation:*
75
+ [1-2 sentences on strategy and next steps]
76
+
77
+ Any questions, just ask!
78
+ ```
79
+
80
+ ## Vendor Profile
81
+
82
+ Maintain vendor details at `memory/users/{phone}/profile.md`:
83
+
84
+ ```markdown
85
+ ---
86
+ type: vendor
87
+ status: instructed
88
+ property: [Address]
89
+ instructed_date: YYYY-MM-DD
90
+ asking_price: [Amount]
91
+ update_cadence: weekly
92
+ update_day: friday
93
+ ---
94
+
95
+ # Vendor — [Name]
96
+
97
+ **Phone:** [Number]
98
+ **Email:** [Email]
99
+ **Property:** [Full address]
100
+
101
+ ## Instruction Details
102
+ - **Asking price:** [Amount]
103
+ - **Price agreed:** [Sole agency fee %]
104
+ - **Instruction type:** [Sole / Multi / Joint sole]
105
+ - **EPC rating:** [If known]
106
+ - **Minimum price:** [Vendor's bottom line — CONFIDENTIAL]
107
+
108
+ ## Circumstances
109
+ - **Reason for selling:** [Upsizing / downsizing / relocating / divorce / probate / investment]
110
+ - **Timeline:** [When they need to complete by]
111
+ - **Dependent on purchase:** [Yes/No — details]
112
+ - **Vacant or occupied:** [Details]
113
+
114
+ ## Communication Preferences
115
+ - **Update frequency:** [Weekly / twice-weekly / fortnightly]
116
+ - **Preferred day:** [Day]
117
+ - **Preferred channel:** [phone / email / chat]
118
+ - **Who to update:** [Vendor name — sometimes joint owners want separate updates]
119
+
120
+ ## Updates Sent
121
+ - [Date] — Week [X] — [Brief summary of what was communicated]
122
+
123
+ ## Notes
124
+ [Special instructions, sensitivities, relationship notes]
125
+ ```
126
+
127
+ ## Rules
128
+
129
+ - **Never share a buyer's financial details with the vendor** unless the buyer consents (e.g., when presenting an offer)
130
+ - **Never reveal the vendor's minimum price to buyers**
131
+ - **Be honest but constructive** — if the property is overpriced, frame it as "the market is telling us..." not "you've priced it too high"
132
+ - **Offers go to the vendor promptly** — if an offer comes in, don't wait for the scheduled update. Communicate immediately.
133
+ - **Record all updates sent** — note the date and summary in the vendor profile
134
+ - **If no viewings this week** — still send an update. Silence is worse than bad news. Explain why and what you're doing about it.
135
+
136
+ ## Price Reduction Conversations
137
+
138
+ This is sensitive. Follow this framework:
139
+
140
+ 1. **Evidence first** — portal stats, comparable sales, feedback themes
141
+ 2. **Market positioning** — show where the property sits vs competition
142
+ 3. **Recommendation** — specific new price with reasoning
143
+ 4. **Outcome framing** — "This positions us to attract [X] more buyers and should generate viewings within [timeframe]"
144
+ 5. **Never pressure** — it's the vendor's decision. Present the case and let them decide.
145
+
146
+ ## Escalation
147
+
148
+ Escalate to the agent (human) for:
149
+ - Formal offers (always — agent presents offers, not the AI)
150
+ - Vendor complaints about service
151
+ - Requests to change agent terms
152
+ - Threats to withdraw instruction
153
+ - Legal or compliance queries
@@ -2,12 +2,18 @@
2
2
  name: waitlist
3
3
  description: "Waitlist lifecycle — workflow-based extraction from public conversations, admin review, and scheduled automation."
4
4
  tools:
5
- - waitlist-scan
6
- - waitlist-persist
7
- - waitlist-list
8
- - waitlist-review
9
- - waitlist-setup
10
- - waitlist-heal
5
+ - name: waitlist-scan
6
+ publicAllowlist: false
7
+ - name: waitlist-persist
8
+ publicAllowlist: false
9
+ - name: waitlist-list
10
+ publicAllowlist: false
11
+ - name: waitlist-review
12
+ publicAllowlist: false
13
+ - name: waitlist-setup
14
+ publicAllowlist: false
15
+ - name: waitlist-heal
16
+ publicAllowlist: false
11
17
  always: false
12
18
  embed: false
13
19
  lifecycle: {"activate": "waitlist-setup", "heal": "waitlist-heal"}