@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,103 @@
1
+ # Tom Ferry 8-Stage Discovery for Estate Agents
2
+
3
+ Tom Ferry's listing presentation and discovery structure adapted for UK estate agency. The key principle: **you win the instruction before you talk about price or commission** by asking the right questions and positioning yourself as the trusted adviser.
4
+
5
+ ## Stage 1: Build Rapport (5 minutes)
6
+
7
+ Don't jump straight into business. Build connection first.
8
+
9
+ Questions:
10
+ - "Before we get into the details of the property, tell me a little about your plans. Where are you hoping to move to?"
11
+ - "How long have you lived here?"
12
+ - "What have you loved most about living here?"
13
+ - "What prompted the move now?"
14
+
15
+ **Why:** People open up. You understand motivation. You build trust.
16
+
17
+ > "People don't care how much you know until they know how much you care."
18
+
19
+ ## Stage 2: Discover Their Motivation
20
+
21
+ The most important stage. Ask:
22
+ - "Why are you moving?"
23
+ - "Where are you hoping to go next?"
24
+ - "When ideally would you like to be there?"
25
+ - "What happens if the home doesn't sell?"
26
+
27
+ This reveals urgency, timeline, and emotional drivers. **Focus heavily on motivation before price.**
28
+
29
+ ## Stage 3: Set the Agenda
30
+
31
+ Take control of the meeting:
32
+
33
+ > "Here's what I'd suggest we do today. First we'll take a look around the property together. Then I'll show you what's happening in the local market and how buyers are behaving. After that I'll walk you through my marketing strategy and pricing recommendation. At the end you can decide if you feel I'm the right person to help you."
34
+
35
+ ## Stage 4: Tour the Property
36
+
37
+ Ask questions during the tour, don't walk silently:
38
+ - "What improvements have you made since you moved in?"
39
+ - "What do buyers tend to compliment when they visit?"
40
+ - "What do you think people will love most about this home?"
41
+
42
+ This gives you marketing angles, emotional selling points, and seller involvement.
43
+
44
+ ## Stage 5: Present Market Data
45
+
46
+ Shift from friendly conversation to expert adviser. Show:
47
+ - Comparable sales
48
+ - Current competition
49
+ - Buyer demand
50
+ - Average days on market
51
+
52
+ > "The market sets the price, not the agent."
53
+
54
+ ## Stage 6: Present Marketing Strategy
55
+
56
+ Demonstrate your difference. Most agents say "We'll put it on Rightmove." Top agents show how they create demand:
57
+ - Professional photography
58
+ - Cinematic video
59
+ - Social media exposure
60
+ - Database marketing
61
+ - Buyer targeting
62
+ - Email campaigns
63
+ - Premium portals
64
+
65
+ The message: **"I don't just list homes. I launch them."**
66
+
67
+ ## Stage 7: Pricing Strategy Conversation
68
+
69
+ Instead of telling the price, ask:
70
+
71
+ > "Based on everything we've looked at today, where do you feel the home should be positioned in the market?"
72
+
73
+ Let them answer. Then guide toward the data:
74
+
75
+ > "What concerns me about pricing higher is we risk missing the strongest buyers in the first two weeks."
76
+
77
+ Three key price questions:
78
+ - "What price would you love to achieve?"
79
+ - "What price would you be comfortable with?"
80
+ - "What price would make you say 'let's not sell'?"
81
+
82
+ ## Stage 8: The Close
83
+
84
+ Soft but confident:
85
+
86
+ > "Do you feel confident that I'm the right person to help you get this home sold?"
87
+
88
+ If yes: "Great. Let's talk about the next steps so we can get the marketing started."
89
+
90
+ ## Tom Ferry's 4-Step Objection Formula
91
+
92
+ 1. Acknowledge the concern
93
+ 2. Ask a question
94
+ 3. Understand the real objection
95
+ 4. Reframe the conversation
96
+
97
+ > "Curiosity beats confrontation."
98
+
99
+ ## Tom Ferry's Golden Rule
100
+
101
+ > "He who asks the questions controls the conversation."
102
+
103
+ The listing presentation should feel like a consultation, not a pitch.
@@ -0,0 +1,52 @@
1
+ # Vendor Motivation & Competitor Destroyer Questions
2
+
3
+ Sources: Tom Panos (Real Estate Gym)
4
+
5
+ ## Question-Based Listing Presentation
6
+
7
+ Use during the guided tour of the property:
8
+
9
+ - "Have you ever sold a property before?"
10
+ - "How did it go?"
11
+ - "What did you like about the process?"
12
+ - "What didn't you like about the process?"
13
+ - "When selecting an agent, what are the top 3 things you're looking for when making that decision?"
14
+ - "Are you going to make a decision on an agent based on the things the agent *can't* control (e.g. the price) or the things the agent *can* control — such as the marketing, strategy, negotiation ability?"
15
+
16
+ > **Remember:** Rookies make statements. Top agents ask questions.
17
+
18
+ ## Hope-to-Get vs Expected Price
19
+
20
+ Use to reveal how much the vendor is really prepared to accept and how motivated they are.
21
+
22
+ Script:
23
+ > "I have a buyer that's ready to go, they can sign a contract in the next 24 hours. Their limit is £[market value]. Am I wasting my time bringing them around?"
24
+
25
+ Three possible responses:
26
+ 1. **"Yes, you're wasting your time"** — may have an unmotivated vendor
27
+ 2. **"Will the buyer come up a little?"** — positive, vendor is negotiable
28
+ 3. **"Yes, bring them around"** — motivated vendor, don't take note of their asking price
29
+
30
+ ## 15 Competitor Destroyer Questions
31
+
32
+ Give these to the vendor to ask the other agents. This highlights your strengths and exposes competitor weaknesses:
33
+
34
+ > "Mr & Mrs Vendor, even if I don't end up working for you, my wish is that you select the best agent. To help you interview the other agents, here are some questions:"
35
+
36
+ 1. Can you provide a local market report and discuss market trends, predictions, and insights?
37
+ 2. Which properties have you sold in the area? How have they performed?
38
+ 3. What is your list-to-sell ratio?
39
+ 4. What are your average days on market?
40
+ 5. Do you have strong buyers for a property like mine?
41
+ 6. Do you have a checklist to prepare my home for sale?
42
+ 7. Can you prove that you've sold similar homes for more than your competitors?
43
+ 8. Can I have a list of the last 10 sellers with their contact details, for reference purposes?
44
+ 9. Can you show me a copy of the vendor report I should expect to receive each week?
45
+ 10. Will you be doing all the viewings yourself and speaking to all the buyers personally?
46
+ 11. What will your response be when a buyer says my house is not worth [amount]?
47
+ 12. Do you have buyers' agents in your office, or can you help me find a property in [area]?
48
+ 13. What do you think is the actual clearance rate in our market?
49
+ 14. Why should I sell now instead of renting out my property / waiting for the market to improve?
50
+ 15. All the agents in the area know what they charge. If you're as competent as you say, why wouldn't you charge the same?
51
+
52
+ **Critical:** Make sure you have answers to all 15 covered in your own presentation before giving them to the vendor.
@@ -0,0 +1,29 @@
1
+ ---
2
+ name: sales-negotiation
3
+ description: "Frame value, protect price, and navigate objections — integrating Chris Voss, Tom Panos, Tony Morris, Phil Jones, and Serhant negotiation frameworks."
4
+ publicEmbed: false
5
+ ---
6
+
7
+ # Sales Negotiation (v2)
8
+
9
+ When the conversation turns to price, your job is to protect value -- not to discount.
10
+
11
+ ## Three rules
12
+
13
+ 1. **Value before price.** If discovery isn't complete, briefly acknowledge and return to qualifying.
14
+ 2. **Frame cost as investment.** Translate into outcomes and avoided pain.
15
+ 3. **Never concede without gaining.** Any concession must be reciprocal.
16
+
17
+ ## What negotiation is not
18
+
19
+ - apologising for price
20
+ - creating false urgency
21
+ - discounting without approval
22
+
23
+ ## References (load as needed)
24
+
25
+ - **Serhant deal-saving tactics** -> `references/serhant-negotiation-plus.md`
26
+ - **Chris Voss negotiation framework** -> `references/chris-voss-negotiation.md`
27
+ - **Tom Panos commission & pricing scripts** -> `references/tom-panos-commission-pricing.md`
28
+ - **Tony Morris -- questioning for commitment** -> `references/tony-morris-questioning.md`
29
+ - **Phil Jones magic words for price** -> `references/phil-jones-price-words.md`
@@ -0,0 +1,70 @@
1
+ # Chris Voss -- Full Negotiation Framework for Estate Agency
2
+
3
+ Source: "Never Split the Difference" by Chris Voss
4
+
5
+ Core argument: **Traditional negotiation advice is wrong.** Compromise and "meeting in the middle" is lazy. Great negotiators use psychology, empathy, and calibrated questions.
6
+
7
+ ## The Complete Toolkit
8
+
9
+ ### 1. Tactical Empathy
10
+ Not sympathy -- **tactical empathy** means understanding the other person's emotions, acknowledging them, and showing you see their perspective.
11
+
12
+ ### 2. Mirroring
13
+ Repeat the last 1-3 words someone said to encourage them to elaborate.
14
+
15
+ ### 3. Labelling
16
+ Name the other person's emotion to defuse it.
17
+ - "It seems like you're concerned about the timing."
18
+ - "It sounds like you feel pressured."
19
+
20
+ ### 4. The Power of "That's Right"
21
+ Summarise their position until they say "That's right." Trust increases dramatically.
22
+ **"That's right" = real agreement. "You're right" = dismissal.**
23
+
24
+ ### 5. Calibrated Questions
25
+ - "How am I supposed to do that?" (when asked to reduce fee)
26
+ - "What would make this work for you?"
27
+ - "How can we solve this together?"
28
+ - "What made you arrive at that figure?"
29
+
30
+ ### 6. The Accusation Audit
31
+ **For fee negotiation:**
32
+ > "You may feel like the fee is too much. You might think you could find a cheaper agent. And you might wonder whether the extra marketing really makes a difference."
33
+
34
+ **For price reduction:**
35
+ > "You're probably going to feel like I'm the bearer of bad news. And the last thing I want is for you to think I didn't fight for you."
36
+
37
+ ### 7. The Ackerman Model
38
+ Structured bargaining:
39
+ 1. Set your target price
40
+ 2. Start at 65% of target
41
+ 3. Increase in decreasing increments: 85%, 95%, 100%
42
+ 4. Final offer uses a precise, non-round number (e.g. £487,250 not £487,000)
43
+ 5. On the final amount, throw in a non-monetary item
44
+
45
+ The precise number signals "I've calculated this to my absolute limit."
46
+
47
+ ### 8. Three Negotiation Tones
48
+ 1. **Late-Night FM DJ Voice** -- slow, calm, reassuring. Use to reduce tension.
49
+ 2. **Positive Playful Voice** -- friendly and warm. Use to build rapport.
50
+ 3. **Direct Voice** -- assertive but calm. Use sparingly.
51
+
52
+ ## Practical Estate Agent Scripts
53
+
54
+ **Buyer offers £780k on a £850k property:**
55
+
56
+ Voss style:
57
+ > "It sounds like you're trying to make sure you don't overpay."
58
+ > [Pause]
59
+ > "What made you arrive at £780k?"
60
+
61
+ **Vendor resisting price reduction:**
62
+ > "It seems like you feel the property is worth more."
63
+ > "What would need to happen for you to feel comfortable adjusting the guide price?"
64
+
65
+ ## Core Principles
66
+
67
+ - People care about: **Autonomy, Respect, Being Heard**
68
+ - Listening is more powerful than talking
69
+ - "No" creates safety -- encourage it
70
+ - Aim for "That's right", not "You're right"
@@ -0,0 +1,40 @@
1
+ # Phil Jones -- Magic Words for Price Conversations
2
+
3
+ Source: "Exactly What to Say" by Phil M. Jones
4
+
5
+ ## For Fee Protection
6
+
7
+ ### "I'm not sure if it's for you, but..."
8
+ > "I'm not sure if it's for you, but our premium marketing package has consistently helped vendors achieve 5-10% more than the initial valuation."
9
+
10
+ ### "Just imagine..."
11
+ > "Just imagine the difference an extra £20,000 would make to your onward purchase."
12
+
13
+ ### "How open-minded would you be..."
14
+ > "How open-minded would you be to investing a little more in marketing if it meant attracting stronger offers?"
15
+
16
+ ### "Don't take my word for it"
17
+ > "Don't take my word for it -- here are the results from the last five homes we've marketed at this level."
18
+
19
+ ## For Price Reduction Conversations
20
+
21
+ ### "Before you decide..."
22
+ > "Before you decide to hold at the current asking price, there's something you should see about how buyers are behaving this month."
23
+
24
+ ### "If... then..."
25
+ > "If we adjusted the guide price to £475,000, then we'd be visible to a much larger pool of active buyers. Would that be worth exploring?"
26
+
27
+ ### "Would it be a bad idea if..."
28
+ > "Would it be a bad idea if we tested a new price for two weeks and measured the response?"
29
+
30
+ ## For Handling "Your fee is too high"
31
+
32
+ ### "What do you know about..."
33
+ > "What do you know about how fee levels typically correlate with sale prices in this area?"
34
+
35
+ ### "If you were to..."
36
+ > "If you were to choose the cheapest agent and the property took three months longer to sell, what would that cost you in terms of your onward move?"
37
+
38
+ ## The Golden Rule
39
+
40
+ > "The difference between a good conversation and a great one is often just a few words."
@@ -0,0 +1,55 @@
1
+ # Serhant Negotiation -- Expanded
2
+
3
+ ## Bridge the gap
4
+ - break big numbers into smaller frames
5
+ - always counter (keep the conversation alive)
6
+ - trade structure for price (phasing, terms, added value)
7
+
8
+ ## Play the fears (ethically)
9
+ Name real costs of delay (time, uncertainty, restarting).
10
+ Never fabricate urgency.
11
+
12
+ ## Keep the conversation moving
13
+ Silence kills deals.
14
+ If you can't answer now: acknowledge + set a time.
15
+
16
+ ## Calm / Control / Conviction
17
+ - calm tone
18
+ - control the process
19
+ - conviction in boundaries and next step
20
+
21
+ ## Selective communication (MAP)
22
+ Before sharing a problem:
23
+ - **M material?**
24
+ - **A answer?**
25
+ - **P personality?**
26
+
27
+ ## Positive sandwich
28
+ Positive -> constraint -> path forward.
29
+
30
+ ## CODO Mindset: Push, Pull, Persist
31
+
32
+ - **Push** -- prepare your client for the process, connect them to the right people, use market research to anticipate what might happen next
33
+ - **Pull** -- pulling the deal away reminds people why they are truly invested
34
+ - **Persist** -- keep repeating the same story with consistent language
35
+
36
+ ## ABC Method for Client Communication
37
+
38
+ - **Answer** -- acknowledge client's concern
39
+ - **Bridge** -- offer your take ("how about...")
40
+ - **Communicate** -- give them your solution
41
+
42
+ ## The HALL Method
43
+
44
+ - **H** -- Have empathy
45
+ - **A** -- Always counter
46
+ - **L** -- Look for the sweet spot
47
+ - **L** -- Listen
48
+
49
+ ## Five-Step Path to CODO
50
+
51
+ 1. **Know the star players** -- map every person involved and what they want
52
+ 2. **Know the opposing team** -- research the other agent, their client, lifestyle, motivations
53
+ 3. **Create urgency** -- the right kind, based on real market factors
54
+ 4. **Study the market** -- comparable data, supply/demand, days on market
55
+ 5. **Work the setting** -- choose the right communication method for each scenario
@@ -0,0 +1,57 @@
1
+ # Tom Panos -- Commission & Pricing Scripts for Estate Agents
2
+
3
+ Source: Real Estate Gym (Tom Panos)
4
+
5
+ ## Commission Accelerator Scheme
6
+
7
+ An accelerated/bonus commission scheme negotiated with the vendor at the time of listing.
8
+
9
+ **Script:**
10
+ > YOU: "Mr & Mrs Vendor, what's the number that's going to make you happy at the end of the day?"
11
+ > VENDOR: "£1.2m"
12
+ > YOU: "OK that's good. Our standard fee is 1.5%. Can I ask you this: if I get you an extra £100k, would you be happy to give me £10k?"
13
+ > VENDOR: "Yes"
14
+ > YOU: "OK well I'm going to back myself here. If you're agreeing to give me £10k if I get you another hundred, let's put in the scheme of 1.5% up to £1.2m and then 10% thereafter. Are you comfortable with that?"
15
+
16
+ ## Buyer Negotiation Dialogue
17
+
18
+ > "Thanks for that offer. That price level has already been tested and is unlikely to be accepted. If it wasn't accepted, what would your next offer be?"
19
+
20
+ ## The "What If" Script
21
+
22
+ **Giving an offer to vendors (e.g. £580k) and they reject:**
23
+ > "Can I ask you -- what if the buyer came back and went to £582k? What would happen then?"
24
+
25
+ **Setting the reserve with vendors (e.g. £600k):**
26
+ > "Can I ask you -- what if the bidding stops at £550k? What would happen next?"
27
+
28
+ **Negotiating with buyers (offer of £550k, asking price £575k):**
29
+ > "What if the vendors came down to £570k, what would you do then?"
30
+
31
+ **Why it's powerful:** By asking "what if...?" you bring forth hypothetical scenarios that reveal true expectations without any pressure.
32
+
33
+ ## Hope-to-Get vs Expected Price
34
+
35
+ > "I have a buyer that's ready to go, they can sign a contract in the next 24 hours. Their limit is [market value]. Am I wasting my time bringing them around?"
36
+
37
+ Three responses reveal motivation level:
38
+ 1. "Yes, you're wasting your time" -- unmotivated vendor
39
+ 2. "Will the buyer come up a little?" -- positive, negotiable
40
+ 3. "Yes, bring them around" -- motivated, ignore asking price
41
+
42
+ ## Tom Ferry Objection Handling (Complementary)
43
+
44
+ ### "Your commission is too high"
45
+ > "Totally fair question. Can I ask, compared to what?"
46
+ > [Let them answer]
47
+ > "Of course you want the best possible price. My job is to create demand so we attract multiple buyers and maximise your result. If I could show you how our marketing could potentially put tens of thousands more in your pocket, would the fee still be the main concern?"
48
+
49
+ ### "We want to try a higher price"
50
+ > "I completely understand. Everyone wants the highest possible price."
51
+ > "If the market tells us in the first few weeks that buyers aren't responding at that level, would you be comfortable adjusting quickly so we don't lose momentum?"
52
+
53
+ ### 4-Step Formula
54
+ 1. Acknowledge the concern
55
+ 2. Ask a question
56
+ 3. Understand the real objection
57
+ 4. Reframe the conversation
@@ -0,0 +1,54 @@
1
+ # Tony Morris -- Questioning Techniques for Sales
2
+
3
+ Source: "Coffees for Closers" by Tony Morris
4
+
5
+ ## Core Philosophy
6
+
7
+ **The best salespeople listen more than they talk.** Every question should serve a purpose: to qualify, to understand, or to guide toward a decision.
8
+
9
+ > "A sale is not something you do to someone. It's something you do for someone."
10
+
11
+ ## The Questioning Framework
12
+
13
+ ### 1. Situation Questions
14
+ Establish the facts. Use early in discovery.
15
+ - "Tell me about your current situation."
16
+ - "How long have you been thinking about this?"
17
+ - "What prompted you to reach out?"
18
+
19
+ ### 2. Problem Questions
20
+ Uncover pain points and challenges.
21
+ - "What's the biggest challenge you're facing right now?"
22
+ - "What's been holding you back?"
23
+
24
+ ### 3. Implication Questions
25
+ Make the problem feel larger and more urgent.
26
+ - "How is that affecting your plans?"
27
+ - "If this continues, what happens next?"
28
+
29
+ ### 4. Need-Payoff Questions
30
+ Get the prospect to articulate the value of solving the problem.
31
+ - "If we could solve that, what would that mean for you?"
32
+ - "What would change for you if this was handled?"
33
+
34
+ ## Estate Agent Application
35
+
36
+ ### For Vendors:
37
+ - "What prompted the decision to move?" (situation)
38
+ - "What concerns you most about the selling process?" (problem)
39
+ - "If the property doesn't sell in the timeline you need, what happens?" (implication)
40
+ - "If we could have you moved by [date], what would that mean for your family?" (need-payoff)
41
+
42
+ ### For Fee Conversations:
43
+ - "What do you value most in an estate agent?" (situation)
44
+ - "What went wrong with your previous agent?" (problem)
45
+ - "What did that cost you in terms of time and money?" (implication)
46
+ - "If we could avoid all of that and get you a better result, would the fee be the deciding factor?" (need-payoff)
47
+
48
+ ## Key Principles
49
+
50
+ 1. **Never answer a question with a statement when you can answer with a question.**
51
+ 2. **Silence is your friend.** After asking a question, wait. Don't fill the gap.
52
+ 3. **The best close is a question, not a statement.**
53
+ 4. **Preparation wins.** Know your questions before the conversation.
54
+ 5. **Every conversation should have a purpose and a next step.**
@@ -0,0 +1,27 @@
1
+ ---
2
+ name: sales-progression
3
+ description: "Track and manage transactions from sale agreed through to completion — solicitor chasing, chain monitoring, and milestone tracking."
4
+ ---
5
+
6
+ # Sales Progression
7
+
8
+ Manages active transactions from sale agreed through to completion. Tracks milestones, monitors chains, chases solicitors, and keeps all parties informed.
9
+
10
+ ## When to Activate
11
+
12
+ A sale is agreed (SSTC), or any conversation involves an active transaction — chain updates, solicitor progress, exchange timelines, or completion planning.
13
+
14
+ ## Reference Table
15
+
16
+ | Task | When | Reference |
17
+ |------|------|-----------|
18
+ | Transaction tracking | Sale agreed, need to set up pipeline tracking | `references/transaction-tracking.md` |
19
+ | Conveyancing guide | Buyer or seller asks about the legal process | `references/conveyancing-guide.md` |
20
+
21
+ ## Key Rules
22
+
23
+ - Every SSTC should have a tracked milestone list in `memory/admin/pipeline/`
24
+ - Proactively check progress weekly — don't wait for parties to report
25
+ - Flag delays early — a solicitor who's been silent for 2 weeks is a red flag
26
+ - Keep both buyer and vendor informed of progress (respecting confidentiality boundaries)
27
+ - Never give legal advice — explain the general process, recommend they speak to their solicitor for specifics
@@ -0,0 +1,54 @@
1
+ # Conveyancing Guide
2
+
3
+ ## Purpose
4
+
5
+ Help buyers and sellers understand the legal process without giving legal advice. Demystify the jargon and set expectations on timeline.
6
+
7
+ ## The Process (Simplified)
8
+
9
+ ### For Sellers
10
+ 1. **Instruct a solicitor** — choose a conveyancer to handle the legal side
11
+ 2. **Complete property forms** — your solicitor sends you forms about the property (fixtures, boundaries, disputes, planning)
12
+ 3. **Provide title deeds** — your solicitor obtains these from the Land Registry
13
+ 4. **Draft contract** — your solicitor prepares the contract pack and sends it to the buyer's solicitor
14
+ 5. **Answer enquiries** — the buyer's solicitor will ask questions. Answer them promptly — delays here are the most common bottleneck
15
+ 6. **Agree completion date** — negotiate a date that works for the chain
16
+ 7. **Exchange contracts** — legally binding. The buyer pays a deposit (typically 10%)
17
+ 8. **Completion** — money transfers, keys handed over, it's done
18
+
19
+ ### For Buyers
20
+ 1. **Instruct a solicitor** — choose a conveyancer
21
+ 2. **Arrange survey** — separate from the mortgage valuation. Options:
22
+ - **Condition Report** — basic, suitable for new builds
23
+ - **Homebuyer Report** — standard, covers most properties
24
+ - **Full Building Survey** — detailed, recommended for older or unusual properties
25
+ 3. **Mortgage application** — if not cash. Lender will do their own valuation
26
+ 4. **Review contract pack** — your solicitor reviews what the seller's solicitor sends
27
+ 5. **Searches** — your solicitor orders local authority searches, environmental searches, drainage, etc. These take 2-6 weeks depending on the council
28
+ 6. **Raise enquiries** — your solicitor asks questions about anything unclear
29
+ 7. **Mortgage offer** — formal confirmation from your lender
30
+ 8. **Exchange** — you pay the deposit and it becomes legally binding
31
+ 9. **Completion** — typically 1-4 weeks after exchange. Keys are yours
32
+
33
+ ## Common Terminology
34
+
35
+ - **SSTC (Sold Subject to Contract)** — sale agreed but not yet legally binding
36
+ - **Exchange** — the point where it becomes legally binding
37
+ - **Completion** — the point where money and keys change hands
38
+ - **Chain** — a sequence of linked transactions (each sale depends on another)
39
+ - **Gazumping** — seller accepts a higher offer after already agreeing to sell to you (legal until exchange)
40
+ - **Gazundering** — buyer reduces their offer just before exchange
41
+ - **Indemnity insurance** — covers specific legal risks (missing documents, planning issues, etc.)
42
+ - **Searches** — checks ordered by your solicitor on the property (flooding, planning, environmental, etc.)
43
+ - **Title** — the legal ownership record of the property
44
+
45
+ ## Timeline Expectations
46
+
47
+ - **Average: 12-16 weeks** from sale agreed to completion
48
+ - **Best case: 8-10 weeks** (chain-free, cash buyer, responsive solicitors)
49
+ - **Complex chains: 16-24 weeks** is not unusual
50
+ - The biggest variable is solicitor responsiveness and search turnaround times
51
+
52
+ ## Important Disclaimer
53
+
54
+ This is general information to help you understand the process. For advice specific to your transaction, always speak to your solicitor. Every sale is different, and your solicitor is the person qualified to advise you on the legal details.
@@ -0,0 +1,66 @@
1
+ # Transaction Tracking
2
+
3
+ ## Purpose
4
+
5
+ Monitor every active sale from SSTC to completion. Proactive progression management reduces fall-through rates and keeps all parties confident.
6
+
7
+ ## Milestone Checklist
8
+
9
+ Track these for every active sale:
10
+
11
+ ### Buyer Side
12
+ - [ ] Solicitor instructed — who? Contact details?
13
+ - [ ] Mortgage application submitted (if applicable)
14
+ - [ ] Survey booked — type? (Homebuyer, Full Building, Valuation only)
15
+ - [ ] Survey completed — any issues?
16
+ - [ ] Mortgage valuation completed
17
+ - [ ] Mortgage offer received
18
+ - [ ] Searches ordered by solicitor
19
+ - [ ] Searches returned
20
+ - [ ] Enquiries raised and answered
21
+ - [ ] Ready to exchange
22
+
23
+ ### Seller Side
24
+ - [ ] Solicitor instructed — who? Contact details?
25
+ - [ ] Property information forms completed
26
+ - [ ] Title deeds supplied
27
+ - [ ] Fixtures and fittings list completed
28
+ - [ ] Replies to buyer's enquiries
29
+ - [ ] Ready to exchange
30
+
31
+ ### Chain (if applicable)
32
+ - [ ] Full chain mapped (who is buying/selling what, linked transactions)
33
+ - [ ] All parties' solicitors identified
34
+ - [ ] Chain status — any weak links?
35
+ - [ ] Agreed exchange date target
36
+ - [ ] Completion date agreed
37
+
38
+ ### Final Steps
39
+ - [ ] Exchange of contracts — deposit paid, legally binding
40
+ - [ ] Completion date confirmed
41
+ - [ ] Keys handover arranged
42
+
43
+ ## Weekly Progression Check
44
+
45
+ Every week, for each active sale:
46
+ 1. Contact both solicitors for a progress update
47
+ 2. Identify what's outstanding and who's responsible
48
+ 3. Update the milestone checklist
49
+ 4. Flag any items overdue by more than a week
50
+ 5. Report status to Alex
51
+
52
+ ## Storage
53
+
54
+ Each active transaction tracked in:
55
+ `memory/admin/pipeline/{YYYY-MM-DD}-{address-slug}.md`
56
+
57
+ Include: parties, solicitors, milestone checklist, chain map, notes, last update date.
58
+
59
+ ## Red Flags
60
+
61
+ Escalate to Alex immediately if:
62
+ - A solicitor has been unresponsive for 2+ weeks
63
+ - Survey reveals significant issues
64
+ - Mortgage valuation comes back below purchase price
65
+ - A party in the chain pulls out or goes silent
66
+ - Exchange date keeps slipping without explanation
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "real-agency-teaching",
3
+ "description": "Structured education module browsing and delivery — curriculum navigation, module teaching, and learning progress tracking.",
4
+ "version": "0.1.0",
5
+ "author": {
6
+ "name": "Rubytech LLC"
7
+ }
8
+ }
@@ -0,0 +1,31 @@
1
+ ---
2
+ name: real-agency-teaching
3
+ description: "Structured education module browsing and delivery — curriculum navigation, module teaching, and learning progress tracking."
4
+ tools: []
5
+ always: false
6
+ metadata: {"platform":{"optional":true,"embed":["public","admin"]}}
7
+ ---
8
+
9
+ # Real Agency — Teaching & Content
10
+
11
+ Structured content delivery from the Real Agency curriculum. Handles module browsing, topic search, interactive teaching, and progress tracking.
12
+
13
+ ## When to Activate
14
+
15
+ The user is browsing available content, asking about a topic, requesting a specific module, continuing a learning path, or checking their progress.
16
+
17
+ ## Skills
18
+
19
+ | Skill | Purpose |
20
+ |-------|---------|
21
+ | `content-directory` | Browse, search, and deliver structured education modules |
22
+
23
+ ## Tools Used
24
+
25
+ No MCP server. Skills operate via existing platform tools:
26
+ - `memory-search` — retrieve domain knowledge from the knowledge base
27
+ - `render-component` — present structured choices during interactions
28
+
29
+ ## References
30
+
31
+ Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.