@rubytech/create-maxy-code 0.1.24 → 0.1.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (578) hide show
  1. package/dist/index.js +81 -17
  2. package/package.json +1 -1
  3. package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -95
  4. package/payload/platform/plugins/admin/PLUGIN.md +46 -23
  5. package/payload/platform/plugins/admin/skills/onboarding/SKILL.md +111 -126
  6. package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
  7. package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
  8. package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
  9. package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
  10. package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
  11. package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
  12. package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
  13. package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
  14. package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
  15. package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
  16. package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
  17. package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
  18. package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
  19. package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
  20. package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
  21. package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
  22. package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
  23. package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
  24. package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
  25. package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
  26. package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
  27. package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
  28. package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
  29. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
  30. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
  31. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
  32. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
  33. package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
  34. package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
  35. package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
  36. package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
  37. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
  38. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
  39. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
  40. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
  41. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
  42. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
  43. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
  44. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
  45. package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
  46. package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
  47. package/payload/platform/plugins/cloudflare/references/dashboard-guide.md +37 -0
  48. package/payload/platform/plugins/cloudflare/references/manual-setup.md +81 -1
  49. package/payload/platform/plugins/cloudflare/scripts/__tests__/tunnel-ingress.test.ts +241 -0
  50. package/payload/platform/plugins/cloudflare/scripts/setup-tunnel.sh +267 -28
  51. package/payload/platform/plugins/cloudflare/scripts/tunnel-ingress.ts +291 -0
  52. package/payload/platform/plugins/cloudflare/skills/setup-tunnel/SKILL.md +42 -0
  53. package/payload/platform/plugins/contacts/PLUGIN.md +18 -9
  54. package/payload/platform/plugins/docs/references/platform.md +2 -0
  55. package/payload/platform/plugins/docs/references/troubleshooting.md +12 -0
  56. package/payload/platform/plugins/email/PLUGIN.md +18 -9
  57. package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts +17 -0
  58. package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts.map +1 -0
  59. package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js +185 -0
  60. package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js.map +1 -0
  61. package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js +34 -111
  62. package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js.map +1 -1
  63. package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
  64. package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
  65. package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
  66. package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
  67. package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
  68. package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
  69. package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
  70. package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
  71. package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
  72. package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
  73. package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
  74. package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
  75. package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
  76. package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
  77. package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
  78. package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
  79. package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
  80. package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
  81. package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
  82. package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
  83. package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
  84. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
  85. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
  86. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
  87. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
  88. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
  89. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
  90. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
  91. package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
  92. package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
  93. package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
  94. package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
  95. package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
  96. package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
  97. package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
  98. package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
  99. package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
  100. package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
  101. package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
  102. package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
  103. package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
  104. package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
  105. package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
  106. package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
  107. package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
  108. package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
  109. package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
  110. package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
  111. package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
  112. package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
  113. package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
  114. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
  115. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
  116. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
  117. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
  118. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
  119. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
  120. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
  121. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
  122. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
  123. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
  124. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
  125. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
  126. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
  127. package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
  128. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
  129. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
  130. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
  131. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
  132. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
  133. package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
  134. package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
  135. package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
  136. package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
  137. package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
  138. package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
  139. package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
  140. package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
  141. package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
  142. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
  143. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
  144. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
  145. package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
  146. package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
  147. package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
  148. package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
  149. package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
  150. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
  151. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
  152. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
  153. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
  154. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
  155. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
  156. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
  157. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
  158. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
  159. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
  160. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
  161. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
  162. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
  163. package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
  164. package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
  165. package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
  166. package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
  167. package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
  168. package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
  169. package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
  170. package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
  171. package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
  172. package/payload/platform/plugins/leads/PLUGIN.md +62 -0
  173. package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
  174. package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
  175. package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
  176. package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
  177. package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
  178. package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
  179. package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
  180. package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
  181. package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
  182. package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
  183. package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
  184. package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
  185. package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
  186. package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
  187. package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
  188. package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
  189. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
  190. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
  191. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
  192. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
  193. package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
  194. package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
  195. package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
  196. package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
  197. package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
  198. package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
  199. package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
  200. package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
  201. package/payload/platform/plugins/listings/PLUGIN.md +103 -0
  202. package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
  203. package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
  204. package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
  205. package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
  206. package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
  207. package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
  208. package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
  209. package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
  210. package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
  211. package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
  212. package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
  213. package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
  214. package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
  215. package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
  216. package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
  217. package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
  218. package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
  219. package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
  220. package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
  221. package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
  222. package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
  223. package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
  224. package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
  225. package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
  226. package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
  227. package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
  228. package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
  229. package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
  230. package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
  231. package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
  232. package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
  233. package/payload/platform/plugins/loop/PLUGIN.md +108 -0
  234. package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
  235. package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
  236. package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
  237. package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
  238. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
  239. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
  240. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
  241. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
  242. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
  243. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
  244. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
  245. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
  246. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
  247. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
  248. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
  249. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
  250. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
  251. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
  252. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
  253. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
  254. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
  255. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
  256. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
  257. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
  258. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
  259. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
  260. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
  261. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
  262. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
  263. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
  264. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
  265. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
  266. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
  267. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
  268. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
  269. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
  270. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
  271. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
  272. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
  273. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
  274. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
  275. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
  276. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
  277. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
  278. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
  279. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
  280. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
  281. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
  282. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
  283. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
  284. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
  285. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
  286. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
  287. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
  288. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
  289. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
  290. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
  291. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
  292. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
  293. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
  294. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
  295. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
  296. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
  297. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
  298. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
  299. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
  300. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
  301. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
  302. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
  303. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
  304. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
  305. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
  306. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
  307. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
  308. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
  309. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
  310. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
  311. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
  312. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
  313. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
  314. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
  315. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
  316. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
  317. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
  318. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
  319. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
  320. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
  321. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
  322. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
  323. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
  324. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
  325. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
  326. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
  327. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
  328. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
  329. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
  330. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
  331. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
  332. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
  333. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
  334. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
  335. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
  336. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
  337. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
  338. package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
  339. package/payload/platform/plugins/loop/mcp/package.json +21 -0
  340. package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
  341. package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
  342. package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
  343. package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
  344. package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
  345. package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
  346. package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
  347. package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
  348. package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
  349. package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
  350. package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
  351. package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
  352. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
  353. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
  354. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
  355. package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
  356. package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
  357. package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
  358. package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
  359. package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
  360. package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
  361. package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
  362. package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
  363. package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
  364. package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
  365. package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
  366. package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
  367. package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
  368. package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
  369. package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
  370. package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
  371. package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
  372. package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
  373. package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
  374. package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
  375. package/payload/platform/plugins/memory/PLUGIN.md +58 -29
  376. package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts +3 -1
  377. package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts.map +1 -1
  378. package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js +105 -4
  379. package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js.map +1 -1
  380. package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.d.ts.map +1 -1
  381. package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js +16 -3
  382. package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js.map +1 -1
  383. package/payload/platform/plugins/outlook/PLUGIN.md +14 -7
  384. package/payload/platform/plugins/replicate/PLUGIN.md +6 -3
  385. package/payload/platform/plugins/scheduling/PLUGIN.md +16 -8
  386. package/payload/platform/plugins/tasks/PLUGIN.md +28 -14
  387. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
  388. package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
  389. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
  390. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
  391. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
  392. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
  393. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
  394. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
  395. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
  396. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
  397. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
  398. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
  399. package/payload/platform/plugins/telegram/PLUGIN.md +6 -3
  400. package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
  401. package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
  402. package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
  403. package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
  404. package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
  405. package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
  406. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
  407. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
  408. package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
  409. package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
  410. package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
  411. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
  412. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
  413. package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
  414. package/payload/platform/plugins/waitlist/PLUGIN.md +12 -6
  415. package/payload/platform/plugins/whatsapp/PLUGIN.md +25 -13
  416. package/payload/platform/plugins/workflows/PLUGIN.md +16 -8
  417. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
  418. package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
  419. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
  420. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
  421. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
  422. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
  423. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
  424. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
  425. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
  426. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
  427. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
  428. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
  429. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
  430. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
  431. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
  432. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
  433. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
  434. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
  435. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
  436. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
  437. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
  438. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
  439. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
  440. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
  441. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
  442. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
  443. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
  444. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
  445. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
  446. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
  447. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
  448. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
  449. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
  450. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
  451. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
  452. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
  453. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
  454. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
  455. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
  456. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
  457. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
  458. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
  459. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
  460. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
  461. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
  462. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
  463. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
  464. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
  465. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
  466. package/payload/platform/scripts/conversation-id-allowlist.txt +0 -1
  467. package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
  468. package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
  469. package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
  470. package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
  471. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
  472. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
  473. package/payload/platform/services/claude-session-manager/dist/http-server.js +48 -2
  474. package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
  475. package/payload/platform/services/claude-session-manager/dist/index.js +39 -0
  476. package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
  477. package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts +22 -0
  478. package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts.map +1 -1
  479. package/payload/platform/services/claude-session-manager/dist/pty-spawner.js +32 -1
  480. package/payload/platform/services/claude-session-manager/dist/pty-spawner.js.map +1 -1
  481. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
  482. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
  483. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
  484. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
  485. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
  486. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
  487. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
  488. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
  489. package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts +25 -0
  490. package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts.map +1 -0
  491. package/payload/platform/services/claude-session-manager/dist/tool-surface.js +149 -0
  492. package/payload/platform/services/claude-session-manager/dist/tool-surface.js.map +1 -0
  493. package/payload/premium-plugins/real-agency/plugins/estate-business/PLUGIN.md +15 -0
  494. package/payload/premium-plugins/real-agency/plugins/estate-sales/PLUGIN.md +5 -0
  495. package/payload/premium-plugins/real-agency/plugins/leads/PLUGIN.md +16 -0
  496. package/payload/premium-plugins/real-agency/plugins/listings/PLUGIN.md +39 -0
  497. package/payload/premium-plugins/real-agency/plugins/loop/PLUGIN.md +15 -0
  498. package/payload/server/{chunk-2ZNKHCQB.js → chunk-2MRZBQMH.js} +1 -1
  499. package/payload/server/{chunk-GPUCA2RQ.js → chunk-NL7QLVAD.js} +0 -192
  500. package/payload/server/{chunk-IDKWGLM5.js → chunk-YPZFYTYP.js} +1 -247
  501. package/payload/server/{cloudflare-task-tracker-LYI5BTYI.js → cloudflare-task-tracker-QVOGHKWV.js} +2 -2
  502. package/payload/server/maxy-edge.js +2 -2
  503. package/payload/server/package.json +0 -2
  504. package/payload/server/public/assets/{Checkbox-D1OQD43b.js → Checkbox-YIF0payo.js} +1 -1
  505. package/payload/server/public/assets/{admin-czNBxWor.js → admin-DW8IJcLc.js} +1 -1
  506. package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-BcwgT80u.js → architectureDiagram-Q4EWVU46-Bz8mlxZZ.js} +1 -1
  507. package/payload/server/public/assets/{blockDiagram-DXYQGD6D-BMSyZUQA.js → blockDiagram-DXYQGD6D-DwV8Z8-i.js} +1 -1
  508. package/payload/server/public/assets/{brand-2cku8WFs.css → brand-DqiRNMlu.css} +1 -1
  509. package/payload/server/public/assets/{c4Diagram-AHTNJAMY-DPRGY1jJ.js → c4Diagram-AHTNJAMY-DiUTejMp.js} +1 -1
  510. package/payload/server/public/assets/channel-PtVtoBEL.js +1 -0
  511. package/payload/server/public/assets/{chunk-336JU56O-B7oQ3g1c.js → chunk-336JU56O-4mHZpBXe.js} +2 -2
  512. package/payload/server/public/assets/{chunk-426QAEUC-C1P0yFXw.js → chunk-426QAEUC-Cbv0vrN9.js} +1 -1
  513. package/payload/server/public/assets/{chunk-4TB4RGXK-LI7kOJd0.js → chunk-4TB4RGXK-BvLhId_2.js} +1 -1
  514. package/payload/server/public/assets/{chunk-5FUZZQ4R-CXQRGTQE.js → chunk-5FUZZQ4R-bBafOTkw.js} +1 -1
  515. package/payload/server/public/assets/{chunk-5PVQY5BW-NSyzpXRy.js → chunk-5PVQY5BW-B0NqBKVy.js} +1 -1
  516. package/payload/server/public/assets/{chunk-EDXVE4YY-voNwxbDs.js → chunk-EDXVE4YY-CFd4SqI6.js} +1 -1
  517. package/payload/server/public/assets/{chunk-ENJZ2VHE-CMEMPzYY.js → chunk-ENJZ2VHE-ajf2sb6c.js} +1 -1
  518. package/payload/server/public/assets/{chunk-ICPOFSXX-hEbwu-pe.js → chunk-ICPOFSXX-pWg6bug7.js} +1 -1
  519. package/payload/server/public/assets/{chunk-OYMX7WX6-DxskDrLs.js → chunk-OYMX7WX6-OjEd-17c.js} +1 -1
  520. package/payload/server/public/assets/{chunk-U2HBQHQK-D7TKgUo0.js → chunk-U2HBQHQK-DbEFSPoh.js} +1 -1
  521. package/payload/server/public/assets/{chunk-X2U36JSP-BvPUQEPm.js → chunk-X2U36JSP-COdNwrBb.js} +1 -1
  522. package/payload/server/public/assets/{chunk-YZCP3GAM-BY-RWQUW.js → chunk-YZCP3GAM-CHMWuY9B.js} +1 -1
  523. package/payload/server/public/assets/{chunk-ZZ45TVLE-DZvOYDY6.js → chunk-ZZ45TVLE-B-uDLQOB.js} +1 -1
  524. package/payload/server/public/assets/classDiagram-6PBFFD2Q-RVH_SEhY.js +1 -0
  525. package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-Cm3rAb93.js +1 -0
  526. package/payload/server/public/assets/clone-BjY0Wzht.js +1 -0
  527. package/payload/server/public/assets/{dagre-KV5264BT-Cnj0mUZl.js → dagre-KV5264BT-CMEzmhIL.js} +1 -1
  528. package/payload/server/public/assets/{dagre-Bt-fpckL.js → dagre-bhIG_KnW.js} +1 -1
  529. package/payload/server/public/assets/data-K_kS__sL.js +1 -0
  530. package/payload/server/public/assets/{device-url-actions-Bjz3Xzbm.js → device-url-actions-AcOyLSeF.js} +1 -1
  531. package/payload/server/public/assets/{diagram-5BDNPKRD-DjLzvOlx.js → diagram-5BDNPKRD-6RIoQhIL.js} +1 -1
  532. package/payload/server/public/assets/{diagram-G4DWMVQ6-DTfuRd-T.js → diagram-G4DWMVQ6-BSp36TVv.js} +1 -1
  533. package/payload/server/public/assets/{diagram-MMDJMWI5-BaL2mCnx.js → diagram-MMDJMWI5-D54fo52D.js} +1 -1
  534. package/payload/server/public/assets/{diagram-TYMM5635-C5InWY5R.js → diagram-TYMM5635-CWL8z-Pq.js} +1 -1
  535. package/payload/server/public/assets/{erDiagram-SMLLAGMA-DO7BXTpn.js → erDiagram-SMLLAGMA-AnnHBo3z.js} +1 -1
  536. package/payload/server/public/assets/{flowDiagram-DWJPFMVM-DDdAKfLf.js → flowDiagram-DWJPFMVM-laWmBl5o.js} +1 -1
  537. package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-arJD8Utm.js → ganttDiagram-T4ZO3ILL-B94ko8ie.js} +1 -1
  538. package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-C55GH-OS.js → gitGraphDiagram-UUTBAWPF-DxzL1fxZ.js} +1 -1
  539. package/payload/server/public/assets/graph-DeEigyO_.js +1 -0
  540. package/payload/server/public/assets/graph-labels-C7I5QvNv.js +1 -0
  541. package/payload/server/public/assets/{graphlib-DL9PM7Ex.js → graphlib-CY-zIElM.js} +1 -1
  542. package/payload/server/public/assets/{infoDiagram-42DDH7IO-BMSGqUbG.js → infoDiagram-42DDH7IO-BMTajIIr.js} +1 -1
  543. package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-Dw6BZ6BG.js → ishikawaDiagram-UXIWVN3A-B_QauE5O.js} +1 -1
  544. package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-DrywUGXw.js → journeyDiagram-VCZTEJTY-DmlqSIih.js} +1 -1
  545. package/payload/server/public/assets/{kanban-definition-6JOO6SKY-DuwtVBBc.js → kanban-definition-6JOO6SKY-ZGDQT7xB.js} +1 -1
  546. package/payload/server/public/assets/{line-JAksyKHj.js → line-D13opgep.js} +1 -1
  547. package/payload/server/public/assets/{mermaid-parser.core-BMq-ApBW.js → mermaid-parser.core-C650Sual.js} +1 -1
  548. package/payload/server/public/assets/{mermaid.core-tH4oX0Kh.js → mermaid.core-BqnQoXTp.js} +3 -3
  549. package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-D1OiiJga.js → mindmap-definition-QFDTVHPH-BS_8y-tY.js} +1 -1
  550. package/payload/server/public/assets/{page-BZpoS7iR.js → page-B_rpjIRr.js} +1 -1
  551. package/payload/server/public/assets/{page-CkvBvezS.js → page-qSH972X0.js} +1 -1
  552. package/payload/server/public/assets/{pieDiagram-DEJITSTG-Ckwm69PW.js → pieDiagram-DEJITSTG-B5OmNvBO.js} +1 -1
  553. package/payload/server/public/assets/{public-C-dTMgXu.js → public-DDsYgotk.js} +3 -3
  554. package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-COw3yZ1j.js → quadrantDiagram-34T5L4WZ-DTYITdNo.js} +1 -1
  555. package/payload/server/public/assets/{requirementDiagram-MS252O5E-DqGzM4K-.js → requirementDiagram-MS252O5E-CRZWxH06.js} +1 -1
  556. package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-D-l1c_Pl.js → sankeyDiagram-XADWPNL6-DazRENhe.js} +1 -1
  557. package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-BeIi0DtJ.js → sequenceDiagram-FGHM5R23-BcHTxmPy.js} +1 -1
  558. package/payload/server/public/assets/{stateDiagram-FHFEXIEX-C-jgegLk.js → stateDiagram-FHFEXIEX-DYU7nbqg.js} +1 -1
  559. package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BgljVtlp.js +1 -0
  560. package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-BGFKkYmi.js → timeline-definition-GMOUNBTQ-BKGmqkST.js} +1 -1
  561. package/payload/server/public/assets/{vennDiagram-DHZGUBPP-5NuIhJLS.js → vennDiagram-DHZGUBPP-BXvLPmX7.js} +1 -1
  562. package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-Be9ytVut.js → wardleyDiagram-NUSXRM2D-BCclUa3Z.js} +1 -1
  563. package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-DCyHg41R.js → xychartDiagram-5P7HB3ND-C-Xp-Eoc.js} +1 -1
  564. package/payload/server/public/data.html +5 -5
  565. package/payload/server/public/graph.html +6 -6
  566. package/payload/server/public/index.html +8 -8
  567. package/payload/server/public/public.html +5 -5
  568. package/payload/server/server.js +1024 -2347
  569. package/payload/platform/scripts/check-sdk-oauth.mjs +0 -185
  570. package/payload/server/public/assets/channel-fxEghWew.js +0 -1
  571. package/payload/server/public/assets/classDiagram-6PBFFD2Q-BsWzGW0N.js +0 -1
  572. package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BGVa3h90.js +0 -1
  573. package/payload/server/public/assets/clone-Khvocke2.js +0 -1
  574. package/payload/server/public/assets/data-DBd-Buhp.js +0 -1
  575. package/payload/server/public/assets/graph-DUtVdnZ6.js +0 -1
  576. package/payload/server/public/assets/graph-labels-Dxfue-fP.js +0 -1
  577. package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BaMs8Znv.js +0 -1
  578. /package/payload/server/public/assets/{brand-CSQuxS9w.js → brand-Bm671owU.js} +0 -0
@@ -0,0 +1,34 @@
1
+ # Database Reactivation
2
+
3
+ ## Purpose
4
+
5
+ Re-engage contacts who have gone quiet. People's circumstances change — someone who wasn't ready six months ago might be now.
6
+
7
+ ## When to Reactivate
8
+
9
+ - A registered buyer hasn't been in touch for 3+ months
10
+ - A seller enquired about a valuation but never booked
11
+ - A viewer gave positive feedback but didn't offer, and the property is still available
12
+ - Market conditions have changed in the buyer's or seller's favour
13
+
14
+ ## Reactivation Approach
15
+
16
+ ### Buyer Reactivation
17
+ - "Hi [name], just checking in — are you still looking in the [area] area? We've had some lovely new instructions recently and I wanted to make sure you don't miss anything that might be a fit"
18
+ - If they've been quiet a long time: "I hope you're well! I wanted to check whether your property search is still active? If your requirements have changed, I'd love to update our records so we can match you better"
19
+
20
+ ### Seller Reactivation
21
+ - "Hi [name], we spoke a few months ago about potentially selling [address/your property]. I just wanted to check in — has anything changed with your plans? The market in [area] has been [relevant update] and it might be worth a fresh conversation"
22
+
23
+ ### General Principles
24
+ - **One attempt** — if they don't respond, note it and wait another 3 months
25
+ - **Never guilt** — "You enquired months ago and never got back to me" is toxic
26
+ - **Update profiles** — if they respond with new info, update immediately
27
+ - **Remove if requested** — if someone asks not to be contacted, remove them from active database immediately and note it
28
+
29
+ ## Cadence
30
+
31
+ - Active buyers (last contact < 1 month): no reactivation needed, they're current
32
+ - Warm (1-3 months): gentle check-in appropriate
33
+ - Cold (3-6 months): reactivation message
34
+ - Very cold (6+ months): one reactivation attempt, then archive unless they respond
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "real-agency-listings",
3
+ "description": "Valuation prep and new-instruction onboarding for UK residential sales agents. Includes the valuation-prep master plus four building blocks (comparable-finder, local-market-stats, pricing-scenario-builder, talk-track-composer) and the new-instruction master plus its six building blocks (terms-of-business-drafter, epc-checker, supplier-booker, listing-copy-writer, particulars-builder, portal-launch-scheduler). Also retains the existing listing-presentation, property-marketing, and home-preparation skills.",
4
+ "version": "0.1.0",
5
+ "author": {
6
+ "name": "Rubytech LLC"
7
+ }
8
+ }
@@ -0,0 +1,103 @@
1
+ ---
2
+ name: real-agency-listings
3
+ description: "Valuation prep and new-instruction onboarding for UK residential sales agents. Includes the valuation-prep master plus four building blocks (comparable-finder, local-market-stats, pricing-scenario-builder, talk-track-composer) and the new-instruction master plus its six building blocks (terms-of-business-drafter, epc-checker, supplier-booker, listing-copy-writer, particulars-builder, portal-launch-scheduler). Also retains the existing listing-presentation, property-marketing, and home-preparation skills."
4
+ tools: []
5
+ skills:
6
+ - skills/valuation-prep/SKILL.md
7
+ - skills/comparable-finder/SKILL.md
8
+ - skills/local-market-stats/SKILL.md
9
+ - skills/pricing-scenario-builder/SKILL.md
10
+ - skills/talk-track-composer/SKILL.md
11
+ - skills/new-instruction/SKILL.md
12
+ - skills/terms-of-business-drafter/SKILL.md
13
+ - skills/epc-checker/SKILL.md
14
+ - skills/supplier-booker/SKILL.md
15
+ - skills/listing-copy-writer/SKILL.md
16
+ - skills/particulars-builder/SKILL.md
17
+ - skills/portal-launch-scheduler/SKILL.md
18
+ - skills/listing-presentation/SKILL.md
19
+ - skills/property-marketing/SKILL.md
20
+ - skills/home-preparation/SKILL.md
21
+ profileKeys:
22
+ - realagent.comparable_exclude_filters
23
+ - realagent.comparable_radius_miles
24
+ - realagent.compliance.cmp_scheme_membership
25
+ - realagent.compliance.ico_registration
26
+ - realagent.compliance.redress_scheme
27
+ - realagent.epc_order.standard_brief
28
+ - realagent.fee_structure.default
29
+ - realagent.fee_structure.marketing_period_weeks
30
+ - realagent.fee_structure.minimum
31
+ - realagent.fee_structure.withdrawal_fee
32
+ - realagent.listing_copy.headline_style
33
+ - realagent.listing_copy.length_words
34
+ - realagent.listing_copy.section_order
35
+ - realagent.market_stats.area_definition
36
+ - realagent.market_stats.lookback_days
37
+ - realagent.objection_responses
38
+ - realagent.particulars.location_paragraph_position
39
+ - realagent.particulars.photo_count
40
+ - realagent.particulars.section_order
41
+ - realagent.particulars.template_path
42
+ - realagent.portal_launch.preferred_day
43
+ - realagent.portal_launch.preferred_time
44
+ - realagent.portal_launch.rightmove_tier
45
+ - realagent.portal_launch.viewing_slots_per_day
46
+ - realagent.pricing.aspirational_caveat_phrase
47
+ - realagent.pricing_format
48
+ - realagent.privacy_line.suppress
49
+ - realagent.privacy_line.surface
50
+ - realagent.suppliers.aml_provider
51
+ - realagent.suppliers.brief.floorplan
52
+ - realagent.suppliers.brief.photography
53
+ - realagent.suppliers.combined
54
+ - realagent.suppliers.epc
55
+ - realagent.suppliers.floorplan
56
+ - realagent.suppliers.photographer
57
+ - realagent.terms_template_path
58
+ - realagent.usp_phrases
59
+ - realagent.voice_samples
60
+ always: false
61
+ metadata: {"platform":{"optional":true,"embed":["admin"]}}
62
+ ---
63
+
64
+ # Real Agency, Valuations and New Instructions
65
+
66
+ Fifteen skills covering the two listings-side master workflows (valuation-prep, new-instruction) plus the listing-presentation and marketing skills.
67
+
68
+ ## When to Activate
69
+
70
+ The user is preparing for a valuation or market appraisal, has just won an instruction, or is asking about the listing-presentation, property-marketing, or home-preparation flow.
71
+
72
+ ## Skills
73
+
74
+ | Skill | Owner specialist | Purpose |
75
+ |-------|------------------|---------|
76
+ | `valuation-prep` | valuer | Master workflow: the pre-appointment pack |
77
+ | `comparable-finder` | valuer | Pulls and ranks comparable evidence |
78
+ | `local-market-stats` | valuer | Three context numbers for the prep pack |
79
+ | `pricing-scenario-builder` | valuer | Generates the pricing options |
80
+ | `talk-track-composer` | valuer | Drafts vendor questions, objections, USP |
81
+ | `new-instruction` | valuer then negotiator | Master workflow: terms to portal in 72 hours |
82
+ | `terms-of-business-drafter` | compliance | Populates the agency template and stages DocuSign |
83
+ | `epc-checker` | valuer | EPC register lookup and order staging |
84
+ | `supplier-booker` | negotiator | Photographer and floorplan bookings |
85
+ | `listing-copy-writer` | negotiator | Portal-optimised descriptions, material info |
86
+ | `particulars-builder` | negotiator (chains into Maxy `content-producer` for PDF render) | Property brochure |
87
+ | `portal-launch-scheduler` | negotiator | Schedules and stages the portal uploads |
88
+ | `listing-presentation` | negotiator | Listing presentation framework (existing) |
89
+ | `property-marketing` | negotiator | Property marketing campaigns (existing) |
90
+ | `home-preparation` | negotiator | Vendor staging guidance (existing) |
91
+
92
+ ## Tools Used
93
+
94
+ No MCP server. Skills operate via existing platform tools:
95
+
96
+ - `memory-search` for domain knowledge
97
+ - `render-component` for structured choices
98
+ - `profile-read` and `profile-update` for the customisation profile
99
+ - `action-pending`, `action-approve`, `action-reject`, `action-edit` for the eight approval gates in new-instruction
100
+
101
+ ## References
102
+
103
+ Domain knowledge files loaded on demand by each skill.
@@ -0,0 +1,52 @@
1
+ ---
2
+ name: comparable-finder
3
+ description: "Pull and rank comparable evidence for a valuation prep pack. Returns three SSTC and three sold in the last 12 months within the profile's comparable radius. Built for use inside valuation-prep; the operator does not invoke it directly."
4
+ ---
5
+
6
+ # Comparable finder
7
+
8
+ A building-block skill called by `valuation-prep` to assemble the comparables section.
9
+
10
+ ## What it does
11
+
12
+ Given a subject property, the skill queries the portal data feeds and Land Registry within the profile's comparable radius (default 0.5 miles). It picks six properties: three sold subject to contract and three sold and completed in the last 12 months.
13
+
14
+ Selection criteria, in priority order:
15
+
16
+ 1. Location proximity. Same street ranks above same postcode, which ranks above adjacent postcode.
17
+ 2. Property type match. Detached with detached, semi with semi, flat with flat.
18
+ 3. Size match. Similar bedroom count, then similar square footage when known.
19
+ 4. Tenure match. Freehold with freehold, leasehold with leasehold.
20
+ 5. Condition match if observable. Similar standard of finish, similar age.
21
+
22
+ The profile's exclude filters apply: distressed sales, off-market sales, agent-bought sales, probate sales, anything the operator has previously asked to exclude.
23
+
24
+ ## Output shape
25
+
26
+ A table, one row per comparable, six rows total when data permits. Columns:
27
+
28
+ - Address
29
+ - Asking or sold price
30
+ - Beds
31
+ - Square footage (blank if unknown)
32
+ - Time on market in days
33
+ - Agent who marketed it
34
+
35
+ A price-per-square-foot column is added only if at least four of the six rows have square footage. Showing it on a sparse set is misleading.
36
+
37
+ If the radius is too tight to return three SSTC plus three sold, the skill widens the radius once and notes it in the output: "extended search to 0.75 miles to find six comparables".
38
+
39
+ ## What it does not do
40
+
41
+ - It does not produce price recommendations. That is `pricing-scenario-builder`.
42
+ - It does not write to anything.
43
+ - It does not store the comparables for re-use; each appointment runs fresh, with the Pi 5 cache providing the speed.
44
+
45
+ ## Connectors
46
+
47
+ Read: Rightmove, Zoopla, OnTheMarket data feeds; Land Registry. No writes.
48
+
49
+ ## Profile keys
50
+
51
+ - `realagent.comparable_radius_miles` (default 0.5)
52
+ - `realagent.comparable_exclude_filters` (list)
@@ -0,0 +1,38 @@
1
+ ---
2
+ name: epc-checker
3
+ description: "Look up the EPC register for a property and decide whether an order is needed. Returns the current EPC rating and expiry if one exists, or stages an order request to the agent's preferred EPC supplier if not. Built for use inside new-instruction."
4
+ ---
5
+
6
+ # EPC checker
7
+
8
+ A building-block skill called by `new-instruction`. Decides whether the property has a current EPC and, if not, stages an order.
9
+
10
+ ## What it does
11
+
12
+ Queries the EPC register by address. Three outcomes:
13
+
14
+ 1. **Current EPC found.** Records the asset rating (A to G), the certificate reference, and the expiry date. The workflow records this in the CRM and moves on. No gate needed.
15
+ 2. **Expired EPC found.** Records the prior rating and the expiry date. Stages an order with the agent's preferred EPC supplier from the profile. *Gate: approve order before send.*
16
+ 3. **No EPC found.** Stages an order. *Gate: approve order before send.*
17
+
18
+ The order is an email draft to the supplier with the property address, vendor contact, and the agent's standard EPC brief.
19
+
20
+ ## Compliance ground
21
+
22
+ The Energy Performance of Buildings (England and Wales) Regulations 2012 (SI 2012/3118) require an EPC before marketing for sale. The asset rating must be stated in all commercial media. Domestic penalty range GBP 500 to GBP 5,000. `compliance-flag-checker` runs over the listing copy at step 5 of `new-instruction` to make sure the EPC rating is present once the certificate has been issued.
23
+
24
+ ## What it does not do
25
+
26
+ - It does not perform the EPC inspection. That is the supplier.
27
+ - It does not send the order. Sending requires the operator's approval.
28
+ - It does not write to the EPC register.
29
+
30
+ ## Connectors
31
+
32
+ Read: EPC register, profile (preferred supplier).
33
+ Write (staged only): email to supplier.
34
+
35
+ ## Profile keys
36
+
37
+ - `realagent.suppliers.epc`
38
+ - `realagent.epc_order.standard_brief` (default email body, learned)
@@ -0,0 +1,28 @@
1
+ ---
2
+ name: home-preparation
3
+ description: "Guide vendors on preparing their home for sale — staging, photography prep, kerb appeal, and seasonal advice."
4
+ ---
5
+
6
+ # Home Preparation
7
+
8
+ Provides vendor-facing guidance on presenting their property for maximum impact. Covers staging, photography prep, kerb appeal, and situation-specific advice.
9
+
10
+ ## When to Activate
11
+
12
+ A vendor asks how to prepare their home for sale, for photography, or for viewings. Also activated when sharing preparation checklists or seasonal selling tips.
13
+
14
+ ## Reference Table
15
+
16
+ | Task | When | Reference |
17
+ |------|------|-----------|
18
+ | Staging | General home presentation advice | `references/staging-guide.md` |
19
+ | Photo day prep | Property being prepared for photography | `references/photo-day.md` |
20
+ | Kerb appeal | Exterior presentation guidance | `references/kerb-appeal.md` |
21
+ | Situational selling | Selling with kids, pets, or seasonal considerations | `references/situational-tips.md` |
22
+
23
+ ## Key Rules
24
+
25
+ - Frame advice as helpful suggestions, never criticism of their home
26
+ - Be specific and practical — "remove family photos from the mantelpiece" not "declutter"
27
+ - Acknowledge that it's their home — you're helping them present it as a product temporarily
28
+ - If they push back on a suggestion, don't press — it's their decision
@@ -0,0 +1,38 @@
1
+ # Kerb Appeal
2
+
3
+ ## Purpose
4
+
5
+ First impressions happen before the front door opens. Kerb appeal is what makes a buyer excited to see inside — or hesitant before they've even parked.
6
+
7
+ ## The 9 Quick Wins
8
+
9
+ 1. **Front door** — repaint or clean. Add a new door number or knocker if tired. This is the focal point of every listing photo
10
+ 2. **Driveway and path** — pressure wash. Weeds in the cracks signal neglect
11
+ 3. **Garden** — mow, edge, prune. Even a small front garden should look cared for
12
+ 4. **Windows** — clean inside and out. Replace any cracked panes
13
+ 5. **Paintwork** — touch up peeling fascias, windowsills, and fences
14
+ 6. **Lighting** — working exterior lights. Consider solar path lights for winter viewings
15
+ 7. **Bins** — hidden around the side, not greeting visitors at the front door
16
+ 8. **Roof** — clear any visible moss or debris. Buyers look up
17
+ 9. **Colour** — a few pots of seasonal plants either side of the front door. Instant warmth
18
+
19
+ ## Seasonal Considerations
20
+
21
+ ### Winter
22
+ - Exterior lighting becomes more important (shorter days, evening viewings)
23
+ - Clear leaves and ensure paths aren't slippery
24
+ - A lit porch or warm interior glow visible from outside creates welcome
25
+
26
+ ### Summer
27
+ - Garden in full bloom is a major asset — time the launch for peak garden
28
+ - Fresh exterior paint shows best in sunlight
29
+ - Outdoor furniture set up suggests lifestyle
30
+
31
+ ## Investment vs Impact
32
+
33
+ Most kerb appeal improvements cost under £200 but can significantly impact first impressions. The highest-impact items:
34
+ - Pressure washing (path + driveway): ~£50-100 hire or DIY
35
+ - Front door paint: ~£30
36
+ - Potted plants: ~£20-40
37
+ - Window cleaning: ~£30-50
38
+ - New house number/knocker: ~£20-40
@@ -0,0 +1,59 @@
1
+ # Photo Day Preparation
2
+
3
+ ## Purpose
4
+
5
+ Photography is the single most important marketing element. Buyers decide whether to book a viewing based on photos. These tips help vendors prepare their property for the photographer's visit.
6
+
7
+ ## Before Photo Day
8
+
9
+ ### Every Room
10
+ - Complete all staging preparation (see staging guide)
11
+ - Open all curtains and blinds fully
12
+ - Turn on all lights — even during the day
13
+ - Remove all bins
14
+ - Close all toilet lids
15
+ - Hide pet beds, bowls, and toys
16
+ - Remove any visible wires or cables where possible
17
+ - Straighten all soft furnishings (cushions, throws, bedding)
18
+
19
+ ### Kitchen
20
+ - Clear all worktops completely — the photographer may style a few items
21
+ - Clean the sink until it shines
22
+ - Remove fridge magnets and paperwork
23
+ - Close all cupboard doors
24
+
25
+ ### Bedrooms
26
+ - Make beds to hotel standard — smooth, crisp, symmetrical
27
+ - Remove everything from bedside tables except a lamp
28
+ - Close all wardrobe doors
29
+
30
+ ### Bathrooms
31
+ - Remove all personal products
32
+ - Put out fresh white towels
33
+ - Clean glass, chrome, and mirrors until streak-free
34
+
35
+ ### Garden
36
+ - Mow the lawn the day before (not the morning of — clippings)
37
+ - Remove wheelie bins from sight
38
+ - Sweep paths and patios
39
+ - Remove any garden hoses, tools, or children's toys
40
+ - If you have garden furniture, set it as if ready for guests
41
+
42
+ ### Exterior
43
+ - Move cars off the driveway (the photographer needs a clear shot of the front)
44
+ - Remove bins from view
45
+ - Check the front door is clean and presentable
46
+
47
+ ## On Photo Day
48
+
49
+ - The photographer will guide the process — follow their lead
50
+ - Be available but not hovering — they work best with space
51
+ - Expect it to take 1-2 hours for a thorough shoot
52
+ - Video walkthrough is usually filmed on the same visit
53
+ - If drone footage is planned, weather may require a separate visit
54
+
55
+ ## After Photo Day
56
+
57
+ - Alex reviews all photos and video before they go live
58
+ - Don't worry if not every shot makes the cut — the photographer takes many to select the best
59
+ - Photos typically go live within a few days as part of the launch plan
@@ -0,0 +1,50 @@
1
+ # Situational Selling Tips
2
+
3
+ ## Selling With Children
4
+
5
+ - **Family meeting** — involve the children (age-appropriate). Explain what's happening and why. Children who feel included are more cooperative
6
+ - **Blank canvas approach** — gradually reduce personalisation in children's rooms. Buyers need to see a bedroom, not a shrine to a specific child's interests
7
+ - **Toy management** — invest in storage that hides quickly. Viewings often come at short notice
8
+ - **Viewing scheduling** — arrange viewings during school hours or nap times where possible. It's calmer for everyone
9
+ - **Garden** — trampolines and climbing frames are fine if the garden is tidy. They show the garden is functional for families
10
+
11
+ ## Selling With Pets
12
+
13
+ ### Dogs
14
+ - **During viewings** — take them out. Not everyone loves dogs, and some buyers are anxious around them
15
+ - **Smell** — wash pet beds regularly, air the house, and clean carpets. Pet owners go nose-blind to their own home's scent
16
+ - **Damage** — fix scratched doors, worn carpets near dog flaps, muddy wall marks
17
+ - **Garden** — fill any holes, clean up thoroughly, check fences look secure
18
+
19
+ ### Cats
20
+ - **Litter trays** — clean or hidden (ideally both) during viewings
21
+ - **Scratching damage** — repair or cover where possible
22
+ - **Hair** — lint-roll soft furnishings before viewings
23
+
24
+ ### Other Pets
25
+ - **Fish tanks** — clean and well-maintained, they can actually add to the ambience
26
+ - **Cages (birds, rabbits, hamsters)** — clean, odour-free, ideally in a non-primary room
27
+ - **Reptiles** — some buyers find vivaria off-putting. Keep them clean and contained, and perhaps mention to the agent so viewers aren't surprised
28
+
29
+ ## Seasonal Selling
30
+
31
+ ### Spring
32
+ - Best time for garden properties — everything is coming alive
33
+ - Open windows for fresh air before viewings
34
+ - Light, fresh staging — pastel accents, fresh flowers
35
+
36
+ ### Summer
37
+ - Maximise outdoor space — set up the garden as an extension of living space
38
+ - Keep the house cool — close curtains on sun-facing rooms before viewings
39
+ - Evening viewings can show off the garden in golden hour light
40
+
41
+ ### Autumn
42
+ - Cosy staging — warm throws, candles (unlit for safety, but present), warm lighting
43
+ - Ensure heating is on for viewings — a cold house in autumn kills enthusiasm
44
+ - Clear fallen leaves from paths and garden
45
+
46
+ ### Winter
47
+ - **Warmth is everything** — heating on, fires lit if applicable
48
+ - Lighting — every lamp on, exterior lights on for evening viewings
49
+ - Winter can actually work well for cosy, character properties
50
+ - Acknowledge the season — "Imagine this garden in the summer" is powerful when paired with good summer photos from the marketing
@@ -0,0 +1,52 @@
1
+ # Staging Guide
2
+
3
+ ## The Show House Look
4
+
5
+ The goal is to help buyers see themselves in the property, not the current owner's life. This doesn't mean stripping personality — it means creating space for imagination.
6
+
7
+ ## Room-by-Room Principles
8
+
9
+ ### Living Areas
10
+ - **Space is king** — remove any furniture that makes the room feel smaller than it is
11
+ - **Neutral tones** — if walls are bold colours, suggest repainting to soft neutrals
12
+ - **Mirrors** — strategically placed to reflect light and create the illusion of space
13
+ - **Lighting** — open curtains fully, turn on lamps even during daytime viewings
14
+ - **Accessories** — fresh flowers, a few quality cushions, a coffee table book. Less is more
15
+ - **Remove personal items** — family photos, children's artwork, religious items. Buyers need to project their own life onto the space
16
+
17
+ ### Kitchen
18
+ - **Clear worktops** — everything off except one or two styled items (fruit bowl, cookbook stand)
19
+ - **Deep clean** — especially the oven, hob, and sink area
20
+ - **Hide bins** — or replace with a clean, matching one
21
+ - **Fresh scent** — not overpowering. Freshly brewed coffee or baked bread is the classic
22
+
23
+ ### Bedrooms
24
+ - **Hotel feel** — fresh, quality bedding in white or neutral tones
25
+ - **Declutter surfaces** — clear bedside tables except a lamp and maybe one book
26
+ - **Wardrobes** — buyers will look inside. Organise and reduce by half if possible
27
+ - **Define the room** — if a bedroom is used as a study/gym, return it to bedroom staging for viewings
28
+
29
+ ### Bathrooms
30
+ - **Sparkling clean** — grout, tiles, glass, chrome. This is non-negotiable
31
+ - **Hotel touches** — fresh white towels, a quality hand soap, a small plant
32
+ - **Remove personal products** — all toiletries out of sight
33
+ - **Fix the small things** — dripping taps, loose toilet seats, missing sealant
34
+
35
+ ### Garden
36
+ - **First 10 seconds** — mow the lawn, trim edges, clear leaves
37
+ - **Define spaces** — a patio set suggests outdoor entertaining; a bench suggests relaxation
38
+ - **Remove clutter** — toys, tools, old pots. Garden sheds: tidy or at least close the door
39
+ - **Seasonal plants** — even a few pots of colour by the door make a difference
40
+
41
+ ### Hallway
42
+ - **The first impression** — declutter, clean, fresh paint if needed
43
+ - **Shoes and coats** — hidden or minimised
44
+ - **Light** — hallways are often dark. Add a table lamp if possible
45
+
46
+ ## General Rules
47
+
48
+ - **Deep clean before anything else** — staging on top of dirt doesn't work
49
+ - **Fix minor maintenance** — squeaky doors, chipped paint, loose handles. Buyers notice
50
+ - **Declutter ruthlessly** — rent a storage unit if needed. Every surface should have 50% less than normal
51
+ - **Smell matters** — air out the property before viewings, avoid strong air fresheners (they suggest you're hiding something)
52
+ - **Temperature** — warm in winter, fresh in summer. Nobody buys a cold house enthusiastically
@@ -0,0 +1,55 @@
1
+ ---
2
+ name: listing-copy-writer
3
+ description: "Draft portal-optimised property descriptions for a new instruction. Produces headline, key features bullet list, full description, and location paragraph in the agent's voice. Built for use inside new-instruction."
4
+ ---
5
+
6
+ # Listing copy writer
7
+
8
+ A building-block skill called by `new-instruction`. Produces the listing copy the operator approves before any portal upload.
9
+
10
+ ## What it produces
11
+
12
+ Four parts, in order:
13
+
14
+ 1. **Headline.** One line, attention-getting, accurate. No exaggeration. ASA upheld complaints (shared driveway described as "private drive") show the cost of overstatement; the skill stays inside what the property survey or photographs can support.
15
+ 2. **Key features.** Four to eight bullet points covering the strongest selling features. Numbers where they help (bedroom count, garden length, square footage). One feature per bullet.
16
+ 3. **Full description.** Two to four paragraphs in the agent's voice, structured per the profile's preferred section order. Length target from the profile.
17
+ 4. **Location paragraph.** One paragraph on transport, schools, amenities. Sourced from area knowledge in the CRM and the agent's prior listings in the same area.
18
+
19
+ ## Material information
20
+
21
+ The Digital Markets, Competition and Consumers Act 2024 obligation to disclose material information bears on every listing. The draft includes:
22
+
23
+ - Council tax band
24
+ - Tenure (and ground rent and service charge if leasehold)
25
+ - Property type and construction materials
26
+ - Number of rooms, utilities (electricity, water, sewerage), heating type
27
+ - Broadband and mobile coverage where known
28
+ - Parking arrangement
29
+ - Building safety information, covenants, rights of way, easements, listed status, conservation area, tree preservation orders, flood risk, coastal erosion, planning permission, structural issues (subsidence, damp, asbestos, Japanese knotweed), mining or coalfield context, where applicable
30
+
31
+ Missing items are flagged at the top of the draft so the operator can fill them before approving. Rightmove now rejects listings without the mandatory fields.
32
+
33
+ `compliance-flag-checker` runs against the draft before the operator sees it.
34
+
35
+ ## Voice source
36
+
37
+ Reads the profile's voice samples and the operator's prior listing copy. Within a month of edit-before-send diffs, the drafts should need minimal editing.
38
+
39
+ ## What it does not do
40
+
41
+ - It does not upload to the portals. Portal upload is staged by `portal-launch-scheduler` and fired on the operator's approval.
42
+ - It does not produce the PDF brochure. That is `particulars-builder`.
43
+ - It does not commission the photography or floorplan; both must exist for the location paragraph to reference real images, and for the portal upload to be complete.
44
+
45
+ ## Connectors
46
+
47
+ Read: profile (voice samples, section order, length target), CRM (property details, area knowledge).
48
+ Write: none.
49
+
50
+ ## Profile keys
51
+
52
+ - `realagent.voice_samples`
53
+ - `realagent.listing_copy.section_order`
54
+ - `realagent.listing_copy.length_words`
55
+ - `realagent.listing_copy.headline_style` ("descriptive" | "feature-led" | "location-led", learned)