@rubytech/create-realagent-code 0.1.26 → 0.1.28

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 (457) hide show
  1. package/dist/index.js +38 -11
  2. package/package.json +1 -1
  3. package/payload/platform/lib/oauth-llm/dist/index.d.ts +4 -6
  4. package/payload/platform/lib/oauth-llm/dist/index.d.ts.map +1 -1
  5. package/payload/platform/lib/oauth-llm/dist/index.js +4 -6
  6. package/payload/platform/lib/oauth-llm/dist/index.js.map +1 -1
  7. package/payload/platform/lib/oauth-llm/src/index.ts +4 -6
  8. package/payload/platform/package-lock.json +0 -41
  9. package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -90
  10. package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
  11. package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
  12. package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
  13. package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
  14. package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
  15. package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
  16. package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
  17. package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
  18. package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
  19. package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
  20. package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
  21. package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
  22. package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
  23. package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
  24. package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
  25. package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
  26. package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
  27. package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
  28. package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
  29. package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
  30. package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
  31. package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
  32. package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
  33. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
  34. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
  35. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
  36. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
  37. package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
  38. package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
  39. package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
  40. package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
  41. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
  42. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
  43. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
  44. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
  45. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
  46. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
  47. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
  48. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
  49. package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
  50. package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
  51. package/payload/platform/plugins/email/mcp/package.json +0 -1
  52. package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
  53. package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
  54. package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
  55. package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
  56. package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
  57. package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
  58. package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
  59. package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
  60. package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
  61. package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
  62. package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
  63. package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
  64. package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
  65. package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
  66. package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
  67. package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
  68. package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
  69. package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
  70. package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
  71. package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
  72. package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
  73. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
  74. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
  75. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
  76. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
  77. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
  78. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
  79. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
  80. package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
  81. package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
  82. package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
  83. package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
  84. package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
  85. package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
  86. package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
  87. package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
  88. package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
  89. package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
  90. package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
  91. package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
  92. package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
  93. package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
  94. package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
  95. package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
  96. package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
  97. package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
  98. package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
  99. package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
  100. package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
  101. package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
  102. package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
  103. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
  104. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
  105. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
  106. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
  107. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
  108. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
  109. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
  110. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
  111. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
  112. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
  113. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
  114. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
  115. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
  116. package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
  117. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
  118. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
  119. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
  120. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
  121. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
  122. package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
  123. package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
  124. package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
  125. package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
  126. package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
  127. package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
  128. package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
  129. package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
  130. package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
  131. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
  132. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
  133. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
  134. package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
  135. package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
  136. package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
  137. package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
  138. package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
  139. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
  140. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
  141. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
  142. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
  143. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
  144. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
  145. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
  146. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
  147. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
  148. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
  149. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
  150. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
  151. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
  152. package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
  153. package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
  154. package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
  155. package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
  156. package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
  157. package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
  158. package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
  159. package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
  160. package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
  161. package/payload/platform/plugins/leads/PLUGIN.md +62 -0
  162. package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
  163. package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
  164. package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
  165. package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
  166. package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
  167. package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
  168. package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
  169. package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
  170. package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
  171. package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
  172. package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
  173. package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
  174. package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
  175. package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
  176. package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
  177. package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
  178. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
  179. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
  180. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
  181. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
  182. package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
  183. package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
  184. package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
  185. package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
  186. package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
  187. package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
  188. package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
  189. package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
  190. package/payload/platform/plugins/listings/PLUGIN.md +103 -0
  191. package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
  192. package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
  193. package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
  194. package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
  195. package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
  196. package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
  197. package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
  198. package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
  199. package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
  200. package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
  201. package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
  202. package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
  203. package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
  204. package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
  205. package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
  206. package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
  207. package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
  208. package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
  209. package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
  210. package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
  211. package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
  212. package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
  213. package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
  214. package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
  215. package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
  216. package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
  217. package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
  218. package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
  219. package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
  220. package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
  221. package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
  222. package/payload/platform/plugins/loop/PLUGIN.md +108 -0
  223. package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
  224. package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
  225. package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
  226. package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
  227. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
  228. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
  229. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
  230. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
  231. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
  232. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
  233. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
  234. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
  235. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
  236. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
  237. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
  238. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
  239. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
  240. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
  241. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
  242. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
  243. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
  244. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
  245. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
  246. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
  247. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
  248. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
  249. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
  250. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
  251. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
  252. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
  253. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
  254. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
  255. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
  256. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
  257. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
  258. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
  259. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
  260. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
  261. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
  262. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
  263. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
  264. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
  265. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
  266. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
  267. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
  268. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
  269. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
  270. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
  271. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
  272. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
  273. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
  274. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
  275. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
  276. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
  277. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
  278. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
  279. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
  280. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
  281. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
  282. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
  283. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
  284. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
  285. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
  286. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
  287. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
  288. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
  289. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
  290. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
  291. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
  292. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
  293. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
  294. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
  295. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
  296. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
  297. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
  298. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
  299. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
  300. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
  301. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
  302. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
  303. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
  304. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
  305. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
  306. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
  307. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
  308. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
  309. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
  310. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
  311. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
  312. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
  313. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
  314. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
  315. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
  316. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
  317. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
  318. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
  319. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
  320. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
  321. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
  322. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
  323. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
  324. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
  325. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
  326. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
  327. package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
  328. package/payload/platform/plugins/loop/mcp/package.json +21 -0
  329. package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
  330. package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
  331. package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
  332. package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
  333. package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
  334. package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
  335. package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
  336. package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
  337. package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
  338. package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
  339. package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
  340. package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
  341. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
  342. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
  343. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
  344. package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
  345. package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
  346. package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
  347. package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
  348. package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
  349. package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
  350. package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
  351. package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
  352. package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
  353. package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
  354. package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
  355. package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
  356. package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
  357. package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
  358. package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
  359. package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
  360. package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
  361. package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
  362. package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
  363. package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
  364. package/payload/platform/plugins/memory/mcp/package.json +0 -1
  365. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
  366. package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
  367. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
  368. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
  369. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
  370. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
  371. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
  372. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
  373. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
  374. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
  375. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
  376. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
  377. package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
  378. package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
  379. package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
  380. package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
  381. package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
  382. package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
  383. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
  384. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
  385. package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
  386. package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
  387. package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
  388. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
  389. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
  390. package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
  391. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
  392. package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
  393. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
  394. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
  395. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
  396. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
  397. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
  398. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
  399. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
  400. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
  401. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
  402. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
  403. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
  404. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
  405. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
  406. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
  407. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
  408. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
  409. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
  410. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
  411. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
  412. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
  413. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
  414. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
  415. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
  416. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
  417. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
  418. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
  419. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
  420. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
  421. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
  422. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
  423. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
  424. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
  425. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
  426. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
  427. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
  428. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
  429. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
  430. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
  431. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
  432. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
  433. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
  434. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
  435. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
  436. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
  437. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
  438. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
  439. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
  440. package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
  441. package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
  442. package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
  443. package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
  444. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
  445. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
  446. package/payload/platform/services/claude-session-manager/dist/http-server.js +34 -0
  447. package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
  448. package/payload/platform/services/claude-session-manager/dist/index.js +12 -0
  449. package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
  450. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
  451. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
  452. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
  453. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
  454. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
  455. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
  456. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
  457. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
@@ -0,0 +1,59 @@
1
+ # Buyer Qualification
2
+
3
+ ## Purpose
4
+
5
+ Understand the buyer's situation so the agent can prioritise and serve them effectively. Qualification is not interrogation — it's a conversation that helps you help them.
6
+
7
+ ## The MAN Framework
8
+
9
+ Gather these three dimensions naturally through conversation:
10
+
11
+ ### Motivation
12
+ - Why are they looking to move?
13
+ - What's their timeline — urgent, browsing, planning ahead?
14
+ - What drew them to this particular property or area?
15
+ - Are they relocating? Upsizing? Downsizing? First-time buyers?
16
+
17
+ ### Ability
18
+ - Do they have a property to sell? If so, what's its status?
19
+ - Not yet on market → early stage, may need longer
20
+ - On market → check how long, any interest
21
+ - Sold STC → stronger position
22
+ - No property to sell → chain-free (cash or FTB)
23
+ - Are they buying with cash or mortgage?
24
+ - If mortgage, do they have an Agreement in Principle (AIP)?
25
+ - If no AIP, suggest speaking with a mortgage adviser before viewings
26
+
27
+ ### Need
28
+ - What type of property are they looking for? (beds, type, garden, parking)
29
+ - Must-haves vs nice-to-haves
30
+ - Any dealbreakers? (location, condition, budget ceiling)
31
+ - How far along are they in their search — just started or seen several?
32
+
33
+ ## Conversational Flow
34
+
35
+ Don't ask all of this in one message. Weave it naturally:
36
+
37
+ 1. **Start warm** — thank them for their enquiry, show enthusiasm about the property they've asked about
38
+ 2. **Open with motivation** — "What's prompted your move?" or "Are you local to the area or looking to relocate?"
39
+ 3. **Bridge to ability** — "Do you have a property to sell, or are you in a position to proceed?"
40
+ 4. **Understand need** — "What's on your wish list for your next home?"
41
+
42
+ ## After Qualification
43
+
44
+ - **Proceedable** (chain-free, mortgage agreed, or sold STC) → book viewing promptly
45
+ - **Needs steps** (no AIP, property not on market) → suggest next steps gently, keep them warm
46
+ - **Browsing/long-term** → register their requirements, offer to send matching properties
47
+
48
+ ## Memory
49
+
50
+ Save qualification status to `memory/users/{phone}/profile.md`:
51
+ - Position (FTB, selling, sold STC, cash, renting)
52
+ - Mortgage status (AIP yes/no, cash)
53
+ - Requirements (beds, type, area, budget range)
54
+ - Timeline (urgent, 3-6 months, browsing)
55
+ - Properties of interest
56
+
57
+ ## Tone
58
+
59
+ Curious and helpful, never clinical. You're having a chat, not filling in a form. If someone volunteers information, don't re-ask it. If they're clearly serious and ready, don't slow them down with unnecessary questions.
@@ -0,0 +1,63 @@
1
+ # Buyer Scripts & Qualification Dialogue
2
+ *Sources: Tom Panos (Real Estate Gym), Team LANC (Matt Lancashire), Serhant Agent Training Guide*
3
+
4
+ ## Qualifying Questions (Natural Conversation)
5
+
6
+ Use these naturally — not as a checklist. Weave them into conversation.
7
+
8
+ **Understanding motivation:**
9
+ - "When buying a home, what's most important for you?"
10
+ - "What's the best home you've seen so far?"
11
+ - "What prevented you from making an offer on that one?"
12
+ - "If there were 3 things you absolutely wouldn't compromise on, what would they be?"
13
+
14
+ **Getting to an offer:**
15
+ - "At what price on a contract represents great value for you?"
16
+ - "If you could move into the right home next month, would that work for your timing?"
17
+
18
+ **When a buyer is waiting for the market to bottom:**
19
+ > "The only way to know you've bought at the bottom of the market is when the market goes up. But by then it's too late. Because the only way to know the market was at the bottom is when prices have already gone up. Do you want to make a decision based on the market, or based on your life?"
20
+
21
+ ## Post-Viewing Follow-Up Process
22
+
23
+ **Within 2 hours of viewing:**
24
+ 1. Send warm check-in message (reference specific property, use first name)
25
+ 2. Capture overall impression, interest level, positives, concerns
26
+ 3. If interested — offer second viewing or next steps
27
+ 4. If not interested — ask what they ARE looking for (refine criteria)
28
+
29
+ **10-Day Follow-Up (if no response or "thinking about it"):**
30
+ - Brief, value-led message — share new comparable that just listed, or market insight
31
+ - Never "just checking in" — always lead with something useful
32
+
33
+ **Hot Buyer Management:**
34
+ - Maintain a hot buyer list with key criteria
35
+ - When new properties come to market, check against hot buyer criteria within 24 hours
36
+ - Call (don't just text) for strong matches — "I've just seen something that ticks every box you mentioned"
37
+
38
+ ## Encouraging Offers
39
+
40
+ **When a buyer is hesitant:**
41
+ - "What would need to change for you to feel comfortable making an offer?"
42
+ - "Is it the property itself, or the timing?"
43
+ - "If this property sells to someone else this weekend, would you regret not having put an offer forward?"
44
+
45
+ **When a buyer lowballs:**
46
+ - Use comparable evidence: "Let me show you what similar properties have actually sold for recently"
47
+ - Frame as collaboration: "Let's find a number that the seller will take seriously, so we don't lose the opportunity to negotiate"
48
+
49
+ ## Getting Buyers Off the Fence (Serhant)
50
+
51
+ - Show them what they think they want (validates their criteria)
52
+ - Show them the WOW listing (exceeds expectations, creates excitement)
53
+ - Show them the consolation prize (makes the WOW listing feel essential)
54
+ - This is about understanding their emotional journey, not manipulation
55
+
56
+ ## The Flip: Turning Negatives Into Positives
57
+
58
+ When a buyer raises an objection about a property:
59
+ 1. **List the common objections** you expect (small garden, busy road, dated kitchen)
60
+ 2. **Find the silver lining** ("A contained garden is easy to maintain and beautify — you'll spend time enjoying it, not mowing")
61
+ 3. **Offer a solution** (share photos of beautiful small gardens, connect with a landscaper)
62
+
63
+ Always acknowledge the concern genuinely before flipping it. Never dismiss a buyer's objection.
@@ -0,0 +1,54 @@
1
+ # Working With Buyers — Scripts & Scenarios
2
+ *Adapted from Serhant Team Agent Training Guide*
3
+
4
+ ## Phase 1: Selling Is ASKING
5
+
6
+ ### Qualify First — Shoppers vs Buyers
7
+ You don't work with shoppers, you work with BUYERS. Determine if they're real:
8
+
9
+ **Qualifying Questions:**
10
+ 1. "Where do you work?" (financial picture)
11
+ 2. "Do you currently own or rent?" (experience level + chain status)
12
+ 3. "When are you looking to move by? Is there a specific reason?" (urgency + motivation)
13
+ 4. "How long have you been looking? Seen anything you liked?" (stage in journey)
14
+ 5. "Have you already been pre-approved / spoken to a mortgage adviser?" (readiness)
15
+
16
+ ### Never Meet a Buyer for the First Time at a Listing
17
+ Meet them first — in the office, for coffee, on a call. Understand their needs before showing properties.
18
+
19
+ ### Set Expectations
20
+ List the steps to successfully purchasing a home. Buyers who understand the process make better decisions and don't panic at each stage.
21
+
22
+ ## Phase 2: Selling Is GUIDING
23
+
24
+ ### Elimination, Not Selection
25
+ "Buying a home isn't a process of selection — it's a process of elimination. We'll narrow down what works and what doesn't until we find the right one."
26
+
27
+ ### Ask for Feedback After Every Viewing
28
+ Don't assume silence means disinterest. Start the conversation, get them in the game.
29
+
30
+ ### Make Offers — Get Off the Fence
31
+ Buyers can look forever without a push. Address the hesitation:
32
+
33
+ "It's never a 'bad' time to buy. As long as you're comfortable with the purchase and don't overstretch yourself, you'll be in good shape."
34
+
35
+ "I've never had a client who, at completion, said 'I got exactly what I wanted under budget!' — there's always a stretch."
36
+
37
+ ### Encouraging Offers
38
+ "An offer is JUST a conversation starter. Nothing is final until contracts are exchanged."
39
+
40
+ "What do you think the property is worth? What would you pay? ...[X]? Great — why don't we just see how the vendor responds?"
41
+
42
+ ### Make Them Fall in Love with the PROPERTY, Not the Discount
43
+ Focus on lifestyle, not savings. "Can you see yourself here?" beats "You're getting £10k off."
44
+
45
+ ## Getting Buyers Off the Fence
46
+
47
+ **Longer-Term Outlook:**
48
+ "Will you be there for 5-10 years? If so, waiting for the 'perfect' property is like not taking a holiday because it might rain."
49
+
50
+ **The Historical Perspective:**
51
+ "Every buyer thinks it's SO expensive at the time. Then they look back and think they got the best deal ever."
52
+
53
+ **The iPhone Analogy (for price objections):**
54
+ If a buyer won't pay because the vendor only paid £X before — "How much did you pay for your iPhone? It costs £84 to make."
@@ -0,0 +1,42 @@
1
+ # Feedback Collection
2
+
3
+ ## Purpose
4
+
5
+ Capture honest post-viewing feedback to relay to the vendor and inform the agent's strategy. Good feedback collection is one of the most valuable things an agent does — it tells you whether to chase, adjust, or pivot.
6
+
7
+ ## Timing
8
+
9
+ Reach out within 24 hours of the viewing. Sooner is better — impressions fade.
10
+
11
+ ## Questions
12
+
13
+ Ask conversationally, not as a checklist:
14
+
15
+ 1. **Overall impression** — "How did you find the viewing? What were your first impressions?"
16
+ 2. **Positives** — "What stood out to you? What did you like most?"
17
+ 3. **Concerns** — "Were there any reservations or things that gave you pause?"
18
+ 4. **Comparison** — "How does it compare to others you've seen?" (if applicable)
19
+ 5. **Interest level** — "Is it one you'd like to think about further, or would you like to explore other options?"
20
+ 6. **Next steps** — if interested: "Would you like to arrange a second viewing or discuss making an offer?" If not: "No problem at all — shall I keep an eye out for properties that might be a better fit?"
21
+
22
+ ## Reading Between the Lines
23
+
24
+ - **"It was nice but..."** usually means no. Gently probe the "but"
25
+ - **"We need to think about it"** — ask what specifically they're weighing up
26
+ - **"We loved it"** — ask what specifically they loved (the agent uses this when presenting offers)
27
+ - **Silence / no response** — follow up once more after 48 hours, then note as unresponsive
28
+
29
+ ## Recording Feedback
30
+
31
+ Save to `memory/users/{phone}/viewings/YYYY-MM-DD-address-slug.md`:
32
+ - Date of viewing
33
+ - Property address
34
+ - Overall reaction (positive / mixed / negative)
35
+ - Key positives mentioned
36
+ - Concerns raised
37
+ - Interest level (keen / considering / not interested)
38
+ - Next action (second viewing / offer / no further action)
39
+
40
+ ## Escalation
41
+
42
+ If a buyer expresses strong interest or wants to discuss an offer, transition to offer capture immediately. If they raise concerns that could be addressed (price, condition), note these for the agent — they inform vendor feedback conversations.
@@ -0,0 +1,38 @@
1
+ # Offer Capture
2
+
3
+ ## Purpose
4
+
5
+ Gather all the information the agent needs to present an offer to the vendor professionally. You capture — the agent negotiates.
6
+
7
+ ## Information to Gather
8
+
9
+ 1. **The offer amount** — "What figure would you like to offer?"
10
+ 2. **How they arrived at it** — "How did you come to that figure?" (This helps the agent understand their thinking and position)
11
+ 3. **Their buying position:**
12
+ - Cash or mortgage?
13
+ - If mortgage: AIP confirmed? Lender? Deposit amount?
14
+ - Property to sell? Status? (Under offer, exchanged, no property)
15
+ - Chain length?
16
+ - Solicitor instructed?
17
+ 4. **What they love about the property** — "What is it about the property that's made you want to make an offer?" (the agent uses this when presenting to the vendor — emotional connection matters)
18
+ 5. **Timeline** — when would they ideally like to complete?
19
+ 6. **Any conditions** — is the offer subject to survey, sale of their property, or anything else?
20
+
21
+ ## Critical Rules
22
+
23
+ - **Never counter-offer** — you do not negotiate on behalf of the vendor
24
+ - **Never disclose other offers** — not the number, not the amount, not whether any exist
25
+ - **Never hint at what might be acceptable** — no "I think the vendor would want more" or "that's quite low"
26
+ - **Never disclose the vendor's circumstances** — their timeline, motivation, or financial position is confidential
27
+ - **Stay neutral and professional** — "I'll make sure the agent presents this to the seller and they'll be in touch to discuss"
28
+
29
+ ## After Capture
30
+
31
+ 1. Save the offer to `memory/users/{phone}/offers/YYYY-MM-DD-address-slug.md`
32
+ 2. Include all gathered details
33
+ 3. **Escalate to the agent immediately** — offers are time-sensitive
34
+ 4. Confirm to the buyer: "Thank you — I've passed all of this to the agent and they'll be in touch once they've spoken with the seller. Is there anything else you'd like me to include?"
35
+
36
+ ## Multiple Offers
37
+
38
+ If another buyer also wants to offer on the same property, capture their details separately. Never mention the other offer. The agent manages the best-and-final process if needed.
@@ -0,0 +1,32 @@
1
+ # Viewing Booking
2
+
3
+ ## Purpose
4
+
5
+ Convert a qualified buyer into a confirmed viewing. Make it easy, organised, and professional.
6
+
7
+ ## Booking Flow
8
+
9
+ 1. **Confirm the property** — make sure you're both talking about the same one
10
+ 2. **Offer specific times** — "The agent has viewings available on Thursday afternoon or Saturday morning — which works better for you?" Two options, not open-ended
11
+ 3. **Confirm attendees** — will it be just them, or partner/family too? This helps the agent prepare
12
+ 4. **Set expectations** — the agent conducts all viewings personally. They'll walk them through the property and answer any questions on the day
13
+ 5. **Confirm details** — repeat the time, date, property address, and their name
14
+
15
+ ## Important
16
+
17
+ - Viewings are arranged on set days where possible to be respectful of the seller's time
18
+ - If the buyer's preferred time clashes, offer the next available slot — don't leave it hanging
19
+ - If the property has high interest, mention this factually ("there's been good interest this week") but never fabricate urgency
20
+ - Always confirm the buyer has been qualified before booking — if not, qualify first
21
+
22
+ ## After Booking
23
+
24
+ - Save the viewing to `memory/users/{phone}/viewings/YYYY-MM-DD-address-slug.md`
25
+ - Include: date, time, property address, buyer name, their position, any notes
26
+ - If shared calendar is available, create the event there too
27
+
28
+ ## Cancellations and Rescheduling
29
+
30
+ - Be understanding — things come up
31
+ - Offer an alternative promptly
32
+ - If a buyer cancels twice without rescheduling, note it in their profile — they may be going cold
@@ -0,0 +1,52 @@
1
+ # Viewing Management
2
+
3
+ Handles the full lifecycle of property viewings — from booking through to post-viewing follow-up.
4
+
5
+ ## Booking a Viewing
6
+
7
+ When a buyer requests a viewing:
8
+
9
+ 1. **Confirm the property** — match their request to a known listing. If ambiguous, ask.
10
+ 2. **Collect buyer details** (if new contact): full name, phone, email (optional), chain status, mortgage position
11
+ 3. **Check availability** — look at `memory/shared/events/` for conflicts
12
+ 4. **Propose 2-3 time slots** — default 30 minutes; 45 min for large/rural properties
13
+ 5. **Confirm in writing:** property address, date/time, duration, who will conduct, access instructions
14
+ 6. **Create calendar event** in both:
15
+ - `memory/shared/events/YYYY-MM-DD-viewing-{property-slug}.md`
16
+ - `memory/users/{buyer-phone}/events/YYYY-MM-DD-viewing-{property-slug}.md`
17
+
18
+ ## Rescheduling
19
+
20
+ 1. Find the existing event in `memory/shared/events/`
21
+ 2. Confirm the new date/time with the buyer
22
+ 3. Update both event files (shared + user)
23
+ 4. Change status to `rescheduled` and add a note with the original date
24
+ 5. Confirm the change in writing
25
+
26
+ ## Cancellations
27
+
28
+ 1. Update event status to `cancelled`
29
+ 2. Add cancellation reason and who cancelled
30
+ 3. Confirm to the buyer
31
+ 4. If vendor-side cancellation, apologise and offer alternatives
32
+
33
+ ## Reminders
34
+
35
+ - **24 hours before:** Confirmation reminder with address and time
36
+ - **Morning of:** Brief reminder with any last-minute access details
37
+ - Use the cron/events tool for scheduling these
38
+
39
+ ## Schedule Summaries
40
+
41
+ When the agent needs an overview:
42
+ 1. List all viewing events from `memory/shared/events/` for the requested period
43
+ 2. Present chronologically: time, property, buyer name, conducted by
44
+ 3. Flag conflicts or tight turnarounds (< 30 min between viewings at different properties)
45
+
46
+ ## Rules
47
+
48
+ - **Never double-book** a property or team member at the same time
49
+ - **Always confirm in writing** — verbal confirmations are not sufficient
50
+ - **Vendor preferences matter** — some vendors don't want viewings at certain times, or require notice
51
+ - **Access instructions are confidential** — never share lockbox codes or key locations with anyone other than the conducting agent
52
+ - **No-shows** — record on buyer's profile. Two no-shows = flag to agent before further bookings