@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,40 @@
1
+ ---
2
+ name: commission-calculator
3
+ description: "Compute each agent's earned commission for the period using the splits table, including referral fees passed through, franchise levies deducted, and pre-agreed adjustments. Presents the result as a payable schedule with totals. Built for use inside month-end-close."
4
+ ---
5
+
6
+ # Commission calculator
7
+
8
+ A building-block skill called by `month-end-close`. The feature that justifies this workflow for the office tier.
9
+
10
+ ## What it does
11
+
12
+ Reads the splits table from the profile (a structured document mapping each agent to their commission rate per fee type), then for every completion that received its fee in the period:
13
+
14
+ 1. Compute the gross commission per the splits table.
15
+ 2. Pass through any referral fee owed to a referring agent or third party.
16
+ 3. Deduct the franchise levy if applicable (a percentage of gross).
17
+ 4. Apply any pre-agreed adjustment (one-off bonus, holiday cover, claw-back).
18
+
19
+ The output is a payable schedule, one row per agent, with the gross, the deductions, the net, and the deal references that build to each row. A totals row sums every column.
20
+
21
+ ## Solo agent behaviour
22
+
23
+ For a solo agent with no splits table, the skill produces a single row showing gross fee income net of any referral fees and franchise levies. Solo agents care less about commission split logic but still get value from the structured summary.
24
+
25
+ ## What it does not do
26
+
27
+ - It does not pay the agents. Payment is `payment-batch-stager`.
28
+ - It does not run payroll PAYE or NIC calculations. The schedule is gross-of-tax; the accountant handles tax.
29
+ - It does not amend the splits table. The table is edited out-of-band; the workflow reads.
30
+
31
+ ## Connectors
32
+
33
+ Read: profile (splits table, franchise levy percentage), CRM (deal references), accounting (received fees from `period-reconciler`).
34
+ Write: none.
35
+
36
+ ## Profile keys
37
+
38
+ - `realagent.commission.splits_table_path`
39
+ - `realagent.commission.franchise_levy_pct`
40
+ - `realagent.commission.adjustments` (list of pre-agreed adjustments per agent per period)
@@ -0,0 +1,52 @@
1
+ ---
2
+ name: eXp Partnership
3
+ description: "Educate Real Agency Club members on the eXp UK model — revenue share, stock ownership, business partnership options, and agent attraction using the 95/5 system. Triggered when members ask about eXp, changing brokerage, passive income, revenue share, or growing beyond transactions."
4
+ ---
5
+
6
+ # eXp Partnership
7
+
8
+ Real Agency Club operates within the eXp UK framework. Members benefit from understanding the full model — not just commission splits, but the wealth-building ecosystem.
9
+
10
+ ## Three Rules
11
+
12
+ 1. **Educate, don't sell.** The eXp model sells itself once understood. Your job is to explain clearly, answer questions accurately, and let the numbers speak. Never pressure — agents are independent contractors who make their own decisions.
13
+
14
+ 2. **Lead with the problem.** Start with what's broken in traditional estate agency: no equity, no retirement plan, income stops when you stop, high overheads, team members become competitors. Then show how eXp addresses each one.
15
+
16
+ 3. **Always defer commercial specifics to Adam.** You can explain the model, share general figures, and point to resources. But specific commission negotiations, partnership terms, and formal presentations should always go through Adam Mackay or the eXp UK team.
17
+
18
+ ## What You Should Know
19
+
20
+ **Five Income Buckets (vs traditional two):**
21
+ 1. Listings & Sales (same as always)
22
+ 2. Stock ownership (EXPI shares earned through production milestones)
23
+ 3. Dividends (from stock ownership)
24
+ 4. Revenue share (7-tier passive income from agents you attract)
25
+ 5. Agent Equity Commission Program (5% of commission taken as stock at a discount)
26
+
27
+ **Key UK Numbers:**
28
+ - 70/30 commission split
29
+ - £24,000 annual cap (then 100% less transaction fee)
30
+ - £250 capped transaction fee (drops to £100 after 50 deals or £400k GCI)
31
+ - £150/month total fees (tech + university + advertising)
32
+ - ICON Award: up to £16,000 in stock for top producers
33
+ - Revenue share: £1,400/year per Tier 1 capping agent, cascading through 7 tiers
34
+
35
+ **What You Don't Do:**
36
+ - Quote specific earnings projections
37
+ - Promise income levels
38
+ - Negotiate partnership terms
39
+ - Compare specific agents' earnings
40
+ - Share confidential business details
41
+
42
+ ## References
43
+
44
+ Load the relevant reference when the topic requires it:
45
+
46
+ - **eXp model overview** → `references/exp-model-overview.md` — the five buckets, how it works, UK-specific details
47
+ - **95/5 system** → `references/95-5-system.md` — the agent attraction methodology, Matt Ashby's journey, how to spend 5% of time building passive income
48
+ - **Revenue share explained** → `references/revenue-share-explained.md` — 7-tier structure, how it's calculated, what it means practically
49
+ - **Model comparison** → `references/model-comparison.md` — eXp vs KW vs TAUK at £100k GCI, net position analysis
50
+ - **Business partnership** → `references/business-partnership.md` — how existing agencies partner with eXp, team structure, qualifying criteria
51
+ - **Agent attraction scripts** → `references/agent-attraction-scripts.md` — recruiting funnel, video script templates, objection handling
52
+ - **12 reasons for businesses** → `references/12-reasons.md` — why an existing business should consider partnering
@@ -0,0 +1,39 @@
1
+ # 12 Reasons a Business Should Consider Partnering With eXp
2
+
3
+ Adapted from Adam Mackay's "12 Days of Christmas" guide for Real Agency.
4
+
5
+ ## 1. You Keep Your Brand
6
+ Partnering doesn't mean losing your identity. Your brand, listings, data, and reputation stay yours. eXp is the platform underneath, not the face of your business.
7
+
8
+ ## 2. Lower Risk, Smarter Overheads
9
+ Traditional agencies carry heavy fixed costs. With eXp, costs scale with income rather than ahead of it — a safer, more sustainable way to grow.
10
+
11
+ ## 3. Your Pipeline Stays Yours
12
+ No reset. Your existing pipeline stays exactly where it is. You only pay eXp on new contracts going forward.
13
+
14
+ ## 4. Cloud-Based, But Very Human
15
+ Tech-enabled and cloud-based, but fundamentally people-first. Real support, genuine collaboration, and access to a community.
16
+
17
+ ## 5. Built for Agents AND Business Owners
18
+ Whether you're solo, a growing team, or a multi-branch business — the model flexes around you, not the other way round.
19
+
20
+ ## 6. Team Building Without Unnecessary Risk
21
+ Build teams, leadership layers, and profit centres without the stress of leases, overstaffing, or overexposure.
22
+
23
+ ## 7. Technology That Supports Growth
24
+ CRM, transaction management, marketing, integrations — eXp invests heavily in tools that remove friction from daily work.
25
+
26
+ ## 8. Collaboration Over Competition
27
+ The culture shift. Agents genuinely help each other — locally, nationally, globally. No guarding, no ego.
28
+
29
+ ## 9. Training at Every Level
30
+ From new agents to experienced business owners. Constant access to learning, coaching, and shared best practice.
31
+
32
+ ## 10. Built for Where the Industry Is Going
33
+ The industry is evolving fast. eXp is designed for the future, not the past. Stay relevant without fighting the tide.
34
+
35
+ ## 11. Real Exit Options
36
+ Scale, step back, or plan a long-term exit. The model gives business owners genuine options that traditional agency doesn't.
37
+
38
+ ## 12. Real Agency Support On Top
39
+ For those partnering through Real Agency, it's not just eXp — it's mentorship, collaboration, events, shared systems, and a true community built by agents, for agents.
@@ -0,0 +1,66 @@
1
+ # The 95/5 System — Agent Attraction Without Sacrificing Production
2
+
3
+ Created by Patrick and Matt Ashby. A 3-year business plan to create £100,000+ annual passive income through revenue share.
4
+
5
+ ## The Core Concept
6
+
7
+ Spend **95% of your time** on your core business (selling property). Dedicate just **5%** to "agent attraction" — referring agents to eXp using a proven system.
8
+
9
+ You don't need to become a recruiter. You need a partner (your upline) who handles presentations while you focus on production and simply connect agents to the opportunity.
10
+
11
+ ## Matt Ashby's Journey
12
+
13
+ - **Year 0:** Matt was a new agent with 2 years' experience. He focused on production. His father Patrick handled presentations.
14
+ - **Year 1:** Matt referred 4 agents (Tier 1). Team grew to 100. Revenue share: £61,000.
15
+ - **Year 2:** Matt referred just 4 more agents. But the team grew to 400 (organic, from his Tier 1s attracting others). Revenue share: £146,000.
16
+ - **Year 3:** Again just 4 personal referrals. Team doubled to 800. Revenue share exceeded £250,000 — surpassing his production income.
17
+ - **Year 4:** Team expanded to 1,400+ agents across multiple countries. Revenue share: £621,000.
18
+
19
+ **The remarkable part:** Revenue share is turn-key. No paperwork, no management. eXp tracks everything in real-time globally.
20
+
21
+ ## The Partnership Model
22
+
23
+ - **Connector** (you) — focuses on production, refers agents when opportunities arise
24
+ - **Presenter** (your upline/sponsor) — handles the detailed eXp presentation, runs the numbers, answers complex questions
25
+
26
+ This removes the pressure of needing to "sell" eXp. You simply identify agents who might benefit, connect them to your presenter, and the system handles the rest.
27
+
28
+ ## How to Spend Your 5%
29
+
30
+ 1. **Build a Master List** — every agent you know, every agent you meet, every agent whose name you see on a board
31
+ 2. **Categorise** — Unqualified → Hit List → Generals (had initial conversation) → In Process → Working → Hot
32
+ 3. **Casual mentions** — in normal conversation, mention what you're doing, how it's going, what's different about eXp
33
+ 4. **Share content** — forward relevant eXp Life articles, press releases, success stories
34
+ 5. **Drip campaigns** — consistent, low-effort follow-up (the 95/5 manual provides templates)
35
+
36
+ ## Key Insights
37
+
38
+ ### The "Trailer Stage" Analogy
39
+ When you start, you're at the "trailer stage" — only early adopters join. As you build evidence (success stories, capping agents, revenue share numbers), more agents take notice. Like a housing development: first the trailer, then the model home, then the full subdivision.
40
+
41
+ ### Timing Matters
42
+ "You cannot say the right thing to the wrong person, and you cannot say the wrong thing to the right person."
43
+
44
+ Agents take 2-6 months from first exposure to joining. Some take years. Maintain relationships and drip, don't push.
45
+
46
+ ### The Missed Opportunity
47
+ One agent didn't follow up consistently after introducing someone to eXp. Three years later, that agent joined — but under someone else's sponsorship. A simple drip campaign would have secured the sponsorship.
48
+
49
+ ### It's Not Too Late
50
+ 80,000+ agents is a fraction of the 500,000 goal. 99% of agents on any MLS board have NOT received a comprehensive presentation. Brand recognition makes prospecting easier now than in the early days.
51
+
52
+ ## The Growth Wealth Chart
53
+
54
+ Track your progress:
55
+ - **Year 1-5** — plot total agents attracted per year
56
+ - **Revenue projection** — use revsharecalculator.exprealty.com
57
+ - **Freedom Numbers** — at what point does revenue share cover your living expenses?
58
+
59
+ ## Cultural Background
60
+
61
+ eXp's success is modelled on lessons from previous industry disruptions:
62
+ - **RE/MAX** (1973) disrupted with the desk fee model — agents kept more commission
63
+ - **Keller Williams** (1983) disrupted with capping + profit share — third income stream
64
+ - **eXp** (2009) disrupted with cloud-based + stock + 7-tier revenue share — five income streams
65
+
66
+ Each disruption gave agents more. eXp is the latest and most comprehensive evolution.
@@ -0,0 +1,90 @@
1
+ # Agent Attraction Scripts & Funnel
2
+
3
+ Adapted from KS Team Recruiting Funnel and 95/5 System.
4
+
5
+ ## The Recruiting Funnel Structure
6
+
7
+ ### 1. About Your Team/Club
8
+ "We're a community of driven professionals committed to excellence. With cutting-edge technology, mentorship, coaching, and marketing strategies, we help agents achieve their career goals and build real businesses."
9
+
10
+ ### 2. Onboarding Process
11
+ - Step 1: Initial orientation and training with experienced agents
12
+ - Step 2: Access to online learning platform and recorded courses
13
+ - Step 3: Demonstrate readiness with key processes
14
+ - Step 4: Paired with a senior agent/mentor for personalised support
15
+
16
+ ### 3. Testimonials & Success Stories
17
+ Always lead with real stories. Agent testimonials are the most powerful conversion tool. Collect and share them regularly.
18
+
19
+ ### 4. Opportunities & Support
20
+ "With personalised mentorship, advanced tools, and access to a national community, we set you up for success from day one."
21
+
22
+ ### 5. Call to Action
23
+ "Ready to take your career to the next level? Let's have a conversation."
24
+
25
+ ## Video Script Template
26
+
27
+ "If you're impact-driven and motivated to be successful in your estate agency career, we should talk.
28
+
29
+ Hi, I'm [Name] with [Brand], and we're growing right now! We cover [areas].
30
+
31
+ We're looking for agents who are growth-minded, resilient, and driven to be part of something bigger.
32
+
33
+ Here at [Brand], we have a culture of production. Since we started, we've [achievement stats].
34
+
35
+ We're known for three things: unmatched training, support, and access to more opportunities to build your business fast.
36
+
37
+ We have an incredible onboarding programme. Whether you're brand new or you've sold hundreds of homes, our systems optimise your sales process for the best possible results.
38
+
39
+ Our training is taught by people who are actively selling right now — not by someone who sold homes years ago.
40
+
41
+ Check out these success stories: [2-3 specific examples with names and results]
42
+
43
+ You'll get a mentor, access to our leadership, marketing support for social media, and you can focus on what you do best — meeting clients and selling homes.
44
+
45
+ If you're interested in a conversation, we'd love to hear from you."
46
+
47
+ ## The Master List System
48
+
49
+ ### Categories (Pipeline)
50
+ 1. **Unqualified** — names you've collected but not spoken to
51
+ 2. **Hit List** — identified as worth reaching out to
52
+ 3. **Generals** — had initial conversation, showed some interest
53
+ 4. **In Process** — actively considering, asked questions
54
+ 5. **Working** — in detailed discussions, reviewing numbers
55
+ 6. **Hot** — ready to make the move, just needs the push
56
+
57
+ ### Where to Find Agents
58
+ - For Sale boards in your area
59
+ - Portal listings (agent names)
60
+ - Local networking events
61
+ - Industry conferences and masterminds
62
+ - Social media (who's active, who's posting about frustrations)
63
+ - Past colleagues and training course contacts
64
+ - Agents who've listed against you (competitive but respectful)
65
+
66
+ ## Drip Campaign Principles
67
+
68
+ - Consistent, not aggressive
69
+ - Share useful content: eXp Life articles, press releases, success stories, market insights
70
+ - Forward relevant wins from within your team
71
+ - Seasonal touchpoints (new year, end of tax year, industry events)
72
+ - "Just saw this and thought of you" → article about agent leaving traditional model
73
+ - Never spam, never pressure
74
+
75
+ ## Handling Common Questions
76
+
77
+ **"I've heard of eXp but don't really understand it"**
78
+ → "Most people haven't had it properly explained. Happy to walk you through the numbers — no pressure, just clarity."
79
+
80
+ **"I'm happy where I am"**
81
+ → "That's great. Most agents who joined were happy too — they just didn't know what they were leaving on the table. Worth 20 minutes to understand the difference?"
82
+
83
+ **"Is it just an online thing?"**
84
+ → "Cloud-based, yes — but very human. Masterminds, in-person events, mentorship, local collaboration. The tech removes overhead, not relationships."
85
+
86
+ **"What about my brand?"**
87
+ → "You keep it. Your name, your listings, your data, your reputation. eXp sits underneath."
88
+
89
+ **"Isn't it too late?"**
90
+ → "80,000 agents is a fraction of the 500,000 target. 99% of agents in your area haven't had a proper presentation. Brand recognition actually makes conversations easier now."
@@ -0,0 +1,92 @@
1
+ # Business Partnership — Existing Agencies Joining eXp UK
2
+
3
+ ## How It Works
4
+
5
+ When an existing estate agency business partners with eXp UK, it becomes a "Team" within the eXp framework. The business retains its brand, listings, data, and reputation. eXp becomes the platform underneath — not the face of the business.
6
+
7
+ ## The Evolution
8
+
9
+ 1. 2019: eXp UK launched with solo agents joining as independent contractors
10
+ 2. June 2023: High-performing solo agents allowed to build branded teams
11
+ 3. 2024: Model opened to existing estate agency businesses
12
+
13
+ ## Team Structure
14
+
15
+ - **Progressing Team Leader** — usually the business owner. Full cap (£24k), pays additional £800+VAT/month per branch (reduces based on GCI targets)
16
+ - **Team Members** — fee earners (anyone who values/appraises/lists). Half cap (£12k), plus split agreed with Team Leader
17
+
18
+ ### Team Leader Monthly Costs
19
+ - £125+VAT start-up fee
20
+ - £75+VAT/month tech fee
21
+ - £25+VAT/month university fee
22
+ - £25+VAT/month advertising
23
+ - £800+VAT/month progressing Team Leader fee per branch (reduces to £0 at certain GCI levels)
24
+ - £50+VAT/month to add lettings
25
+
26
+ ### Reducing the £800 Monthly Fee
27
+ - Rolling 3-month GCI between £46,875 and £56,250 (×branches) → £400+VAT
28
+ - Rolling 3-month GCI above £56,250 (×branches) → £0
29
+ - 8+ team members paying £125+VAT/month → £0
30
+
31
+ ## Qualifying Criteria
32
+
33
+ - Minimum £150,000 sales revenue across 40 completions in each of the last 3 years, per branch
34
+ - Lower amounts considered case by case
35
+ - Ongoing: 65 transactions at £225k GCI in rolling 12 months, or £20M in property sales
36
+
37
+ ## Commission Calculation (Teams)
38
+
39
+ 1. First deduct any outside referrals
40
+ 2. Divide gross between Team Leader and Team Member (split varies by agreement)
41
+ 3. eXp takes 30% from each agent individually (until capped)
42
+ 4. After cap: £250 transaction fee split between Team Leader and Team Member
43
+
44
+ ## Key Benefits for Existing Businesses
45
+
46
+ ### Cost Reduction
47
+ - Fee earners become self-employed → save ~17.5% on NI and pension
48
+ - No office lease required (can use Regus coworking worldwide)
49
+ - Compliance handled centrally (AML, KYC, TPOS, e-signing)
50
+
51
+ ### Technology Included
52
+ - Loop CRM (UK-specific, free for fee earners)
53
+ - Portal integration (Rightmove, Zoopla, OnTheMarket)
54
+ - Moneypenny call answering 24/7
55
+ - Marketing templates and design support
56
+ - HomeHunter buyer engagement tool
57
+
58
+ ### Data Migration
59
+ - From Jupix, Alto, Expert Agent → Loop can import
60
+ - Website rebuild at 33% discount (usually £3,000+VAT)
61
+ - Hosting included in membership
62
+
63
+ ### Lettings
64
+ - Let Only/Tenant Find service through Goodlord
65
+ - Split 70/30 (min £180)
66
+ - Take over management and keep 100% of management fee
67
+
68
+ ### Growth
69
+ - Revenue share on agents YOU attract to eXp
70
+ - Stock awards on production milestones
71
+ - ICON Award for top producers (up to £16k in stock)
72
+ - Your team members can grow independently WITHOUT becoming your competitor (they stay in your revenue share tree)
73
+
74
+ ## The Critical Difference for Team Leaders
75
+
76
+ In traditional models, when you train someone and they leave to start their own agency, they become your competition — and you get nothing.
77
+
78
+ At eXp, when a team member grows and starts their own team, they remain connected to you through revenue share. Their success continues to benefit you financially. This is why thousands of team leaders from traditional brokerages are switching.
79
+
80
+ ## What You Keep
81
+
82
+ - Your brand name and identity
83
+ - Your listings and pipeline
84
+ - Your client relationships
85
+ - Your data
86
+ - Your reputation
87
+
88
+ You can leave with 2 weeks' notice and go back to how you operated previously. No lock-in.
89
+
90
+ ## Important
91
+
92
+ All commercial terms, partnership specifics, and formal presentations should go through Adam Mackay and the eXp UK team. This reference is for education — not for making commitments.
@@ -0,0 +1,66 @@
1
+ # eXp Model Overview — UK Edition
2
+
3
+ ## What Is eXp?
4
+
5
+ The world's largest independent estate agency. Cloud-based, agent-centric, operating in 24+ countries with 87,000+ agents globally. Founded by Glenn Sanford in 2009 (US), launched in UK in 2019 by Adam Day.
6
+
7
+ ## The Problem It Solves
8
+
9
+ Traditional estate agency has structural problems:
10
+ - **No equity** — you build someone else's brand
11
+ - **No retirement plan** — income stops when you stop
12
+ - **High overheads** — office rent, desk fees, staff costs eat into margins
13
+ - **Team members become competitors** — you train someone, they leave and compete against you
14
+ - **Two income buckets only** — listings and sales, nothing else
15
+
16
+ ## Five Buckets of Income
17
+
18
+ ### 1. Listings & Sales (same as always)
19
+ 70/30 split with eXp until you hit the £24,000 annual cap. After cap: 100% commission (less £250 transaction fee, reducing to £100 after 50 deals or £400k GCI).
20
+
21
+ ### 2. Stock Ownership
22
+ Earn EXPI shares through milestones:
23
+ - £160 stock on first sale completing
24
+ - £320 stock when you cap
25
+ - £320 stock for attracting another agent (after their first sale)
26
+ - ICON Award: up to £16,000 in stock for top producers
27
+
28
+ ### 3. Dividends
29
+ As a shareholder in eXp World Holdings (EXPI), you receive dividends. You're not just an agent — you're a co-owner alongside Glenn Sanford, Adam Day, and every other eXp agent.
30
+
31
+ ### 4. Revenue Share
32
+ 7-tier passive income. When you attract an agent to eXp and they generate revenue, you earn a percentage — paid from eXp's share, NOT from the agent's commission.
33
+ - Tier 1: £1,400 per capping agent per year
34
+ - Cascading through 7 tiers with varying percentages
35
+
36
+ ### 5. Agent Equity Commission Program
37
+ Voluntarily take 5% of your commission as EXPI stock at a 5% discount. ~55% of agents participate.
38
+
39
+ ## Key Benefits
40
+
41
+ - **Work from anywhere** — no office lease, no desk fees
42
+ - **Keep your brand** — you trade as "[Your Name], powered by eXp"
43
+ - **Cloud-based CRM** — Loop (UK-specific), integrated portals, lead generation
44
+ - **Portal access** — Rightmove, Zoopla, OnTheMarket included
45
+ - **Call answering** — Moneypenny 24/7
46
+ - **Training** — continuous learning, masterminds, mentorship
47
+ - **Compliance handled** — AML, KYC, TPOS, contract e-signing
48
+ - **Global referral network** — 24+ countries
49
+ - **eXp Luxury** — dedicated luxury brand and marketing
50
+
51
+ ## Monthly Costs
52
+
53
+ - £150 start-up fee (one-off)
54
+ - £150/month (tech £75 + university £25 + advertising £25 + misc)
55
+ - No desk fees, no office rent, no franchise fees
56
+
57
+ ## UK Leadership
58
+
59
+ - **Adam Day** — International eXpansion Leader for UK & Europe. Started in estate agency 1997. Launched Hatched.co.uk (acquired by Connells Group). Led eXp UK launch 2019.
60
+
61
+ ## The Key Differentiator
62
+
63
+ "Once you see it, you can't unsee it."
64
+
65
+ Traditional model = 2 income buckets, all overhead, no equity, no retirement.
66
+ eXp model = 5 income buckets, minimal overhead, stock ownership, revenue share as retirement plan, willable/inheritable asset.
@@ -0,0 +1,66 @@
1
+ # Model Comparison — £100,000 GCI Example
2
+
3
+ Based on a solo self-employed agent. Figures are illustrative.
4
+
5
+ ## Side-by-Side
6
+
7
+ | Model | Split | Cap / Fees | Stock | Rev Share |
8
+ |-------|-------|-----------|-------|----------|
9
+ | **eXp UK** | 70/30 → 100% | £24k cap, £250 txn fee | Yes | Global, 7-tier |
10
+ | **Keller Williams** | 70/30 → 95/5 | £30k cap, £250 txn fee | No | Limited (profit share) |
11
+ | **TAUK Standard** | 70/30 fixed | No cap, £100 txn fee | No | No |
12
+ | **TAUK Advanced** | 60/40 fixed | No cap, £100 txn fee | No | No |
13
+
14
+ ## Net Position at £100,000 GCI (20 transactions, £5k avg fee)
15
+
16
+ ### eXp Realty
17
+ - Gross: £100,000
18
+ - Cap paid: £24,000
19
+ - Monthly fees: £1,800 (£150 × 12)
20
+ - Transaction fees: £5,000 (20 × £250)
21
+ - **NET: £69,200**
22
+ - PLUS: stock awards, revenue share, global referrals
23
+
24
+ ### Keller Williams UK
25
+ - Gross: £100,000
26
+ - Cap paid: £30,000
27
+ - Monthly fees: £1,800 (£150 × 12)
28
+ - Transaction fees: £5,000 (20 × £250)
29
+ - **NET: £63,200**
30
+ - No stock ownership, limited profit share
31
+
32
+ ### TAUK Standard
33
+ - Gross: £100,000
34
+ - Split paid (30%): £30,000
35
+ - Monthly fees: £1,800 (£150 × 12)
36
+ - Transaction fees: £2,000 (20 × £100)
37
+ - **NET: £66,200**
38
+ - No cap, no stock, no revenue share
39
+
40
+ ### TAUK Advanced
41
+ - Gross: £100,000
42
+ - Split paid (40%): £40,000
43
+ - Monthly fees: £1,800 (£150 × 12)
44
+ - Transaction fees: £2,000 (20 × £100)
45
+ - **NET: £56,200**
46
+ - Lowest net, no additional income streams
47
+
48
+ ## The Gap in Numbers
49
+
50
+ At £100k GCI:
51
+ - eXp leads by **£6,000** over KW
52
+ - eXp leads by **£3,000** over TAUK Standard
53
+ - eXp leads by **£13,000** over TAUK Advanced
54
+
55
+ **Before** factoring in stock awards and revenue share — which are additional income streams unique to eXp.
56
+
57
+ ## Key Point for Conversations
58
+
59
+ The question isn't just "which pays the most commission." It's "which model builds the most wealth over 5, 10, 20 years?" When you add stock accumulation and revenue share, the compounding effect significantly widens the gap.
60
+
61
+ ## Important Notes
62
+
63
+ - eXp transaction fee only reduces to £100 after 50 transactions or £400k GCI
64
+ - Stock awards and revenue share are NOT included in the net figures above
65
+ - Figures are indicative and for comparison purposes only
66
+ - Individual results depend on production, effort, and market conditions
@@ -0,0 +1,57 @@
1
+ # Revenue Share Explained — UK Edition
2
+
3
+ ## How It Works
4
+
5
+ 10% of every agent's Gross Commission Income (GCI) goes into a revenue share pool. This pool is distributed across 7 tiers of sponsors.
6
+
7
+ **Critical:** Revenue share is paid from eXp's share — it does NOT reduce the agent's commission.
8
+
9
+ ## The 7-Tier Structure
10
+
11
+ | Tier | Your Relationship | % of Revenue Pool | Per Capping Agent/Year | FLQA Needed |
12
+ |------|------------------|-------------------|----------------------|-------------|
13
+ | 1 | Agents YOU sponsored | 17.5% | £1,400 | 0 |
14
+ | 2 | Agents THEY sponsored | 20% | £1,600 | 0 |
15
+ | 3 | Third level | 12.5% | £1,000 | 0 |
16
+ | 4 | Fourth level | 7.5% | £600 | 5-9 |
17
+ | 5 | Fifth level | 5% | £400 | 10-14 |
18
+ | 6 | Sixth level | 12.5% | £1,000 | 15-20 |
19
+ | 7 | Seventh level | 25% | £2,000 | 30+ |
20
+
21
+ **FLQA** = Front-Line Qualifying Agents (agents you've directly sponsored who are active and producing).
22
+
23
+ ## What This Means Practically
24
+
25
+ - Sponsor 1 agent who caps → £1,400/year passive income
26
+ - That agent sponsors 1 who caps → additional £1,600/year to you
27
+ - Build to 10 Tier 1 capping agents → £14,000/year from Tier 1 alone
28
+ - The cascading effect means organic growth can generate significant income without you adding more agents personally
29
+
30
+ ## Revenue Share vs Profit Share
31
+
32
+ **Profit share (KW model):** Paid from office profits after overhead. Heavy bricks-and-mortar costs mean profits are often thin. Three levels of overhead eat into the pot.
33
+
34
+ **Revenue share (eXp model):** Paid from top-line revenue, not bottom-line profit. Cloud-based model has minimal overhead, so the pool is larger and more predictable.
35
+
36
+ ## Passive Income Perspective
37
+
38
+ To generate £100,000 annually in passive income through investments, you'd need £2,500,000 in capital at 4% return.
39
+
40
+ Revenue share can potentially achieve this with zero capital investment — just time, relationships, and consistent effort.
41
+
42
+ ## Succession Planning
43
+
44
+ Revenue share is a **willable, inheritable asset**. You can pass your revenue share team to your beneficiaries. This is estate agent retirement planning — something the traditional model has never offered.
45
+
46
+ ## The Real Numbers
47
+
48
+ eXp's back office provides real-time data:
49
+ - Dashboard showing your full revenue share team
50
+ - Transactions processed
51
+ - Payouts issued
52
+ - New agents joined within your 7 tiers
53
+ - All tracked automatically, globally, with no paperwork
54
+
55
+ ## Important Disclaimer
56
+
57
+ Revenue share earnings are not guaranteed. They depend on the production of agents in your organisation. eXp makes no guarantee of financial success — it results from successful sales efforts requiring hard work, diligence, skill, persistence, competence, and leadership.
@@ -0,0 +1,69 @@
1
+ ---
2
+ name: month-end-close
3
+ description: "Run the monthly close, reconcile completions against fees received, compute the commission run, surface variances, and produce the pack for the accountant. Triggers when the operator says 'close out <month>', 'close <month>', 'month end', 'do my commission', 'commission run', 'reconcile <month>', 'ready for the accountant', 'what did I do last month'. Also fires automatically on the first working day of the month."
4
+ ---
5
+
6
+ # Month-end close
7
+
8
+ The master workflow owned by the compliance specialist. Compresses a half-day to a full day of month-end admin into a 20-minute review. Produces a clean pack ready for the accountant.
9
+
10
+ This is the workflow that earns back the subscription. A solo agent who would otherwise spend half a Saturday on this should feel that Real Agent paid for itself in the time saved on month-end alone.
11
+
12
+ ## Inputs
13
+
14
+ - The period to close (typically the previous calendar month).
15
+ - The customisation profile.
16
+
17
+ The workflow reads the rest from connectors.
18
+
19
+ ## Architecture principles encoded here
20
+
21
+ - Read before write. The workflow opens by reading completions, fees received, the commission splits table, and the prior close pack. It writes nothing until the operator approves each individual stage.
22
+ - Stage, don't send. Journal entries, payment batches, accountant emails are all staged. Approval is per item.
23
+ - One screen of output. The pack is five sections, each summarised on one screen. Drill-down is available on request.
24
+ - Cite the source. Every line in the reconciliation cites the completion record and the bank transaction it matched against. Every commission line cites the splits table and the deal.
25
+ - Teach the profile. Categorisation conventions, variance tolerance, narrative tone all feed back through `profile-writer`.
26
+ - Reversible. No transfers are initiated. Journal postings require explicit approval. The accountant pack is drafted and queued; nothing sends without the operator.
27
+
28
+ ## Output shape
29
+
30
+ Five sections, in this order.
31
+
32
+ 1. **Completions.** Every property that exchanged or completed in the period: address, vendor, buyer, fee value, fee structure (sole, multi, withdrawal, sliding), completion date, expected receipt date. Anything that exchanged but is still awaiting completion is highlighted.
33
+ 2. **Reconciliation.** Fees expected versus fees received, matched on completion date and amount. Three flag categories: matched, pending (expected but not yet received with age), variance (received differs from expected: fee adjustment, referral deduction, fee dispute). Variances get a one-line cause and a draft email to the accountant or the solicitor if appropriate. Built by `period-reconciler`.
34
+ 3. **Commission run.** For office tiers with multiple agents: each agent's earned commission for the period, referral fees passed through, franchise levies deducted, pre-agreed adjustments. Built by `commission-calculator`. Presented as a payable schedule with totals.
35
+ 4. **Pipeline carry-forward.** Sale-agreed but not yet exchanged, with expected exchange or completion month, fee value, current fall-through risk pulled from `chase-progression`. One-line narrative of next month's expectation.
36
+ 5. **Variance narrative.** Two paragraphs comparing the period to the previous month and to the same period last year, in plain language. Built by `variance-narrator`. Suitable to paste into a board update, a tax-return cover note, or a conversation with a partner.
37
+
38
+ ## Approval gates
39
+
40
+ - **Variance writeoffs.** Any fee variance the workflow proposes to write off (FX, small reconciliation differences) requires per-item approval.
41
+ - **Commission payment batch.** Staged by `payment-batch-stager`. No transfer is initiated; the operator approves the batch for export to their bank, or makes payments manually using the schedule.
42
+ - **Journal entries.** Any postings to the accounting system require approval. The default behaviour is to propose postings, show what they would do, and let the operator approve before they hit the books.
43
+ - **Accountant pack send.** The drafted email to the accountant with the pack attached requires explicit approval before send.
44
+
45
+ ## Continuous learning hooks
46
+
47
+ - Categorisation conventions. The accountant prefers a specific chart-of-accounts mapping. Corrected once, learned for every subsequent close.
48
+ - Variance tolerance. Default writeoff threshold tightens or loosens based on overrides.
49
+ - Narrative tone. Voice for the variance paragraphs learned from edit-before-approve diffs.
50
+ - What to flag. "I always want to know about completions over GBP 5,000 fee value" leads the pack with those. "Don't bother flagging multi-agency fee splits separately" suppresses that detail.
51
+ - Pipeline narrative confidence. Over time the workflow learns how accurate its "next month should look like X" predictions are and adjusts the confidence language.
52
+
53
+ All writes go through `profile-writer`.
54
+
55
+ ## Connectors
56
+
57
+ Read: accounting (Xero, FreeAgent, QuickBooks, Sage), bank feed via the accounting connector, CRM, prior month's close pack.
58
+ Write: accounting (journal entries on approval), payment batch staging for the bank or for a payroll-style export, Drive (close pack storage), email (accountant pack).
59
+
60
+ ## Profile keys
61
+
62
+ - `realagent.accounting.platform` ("xero" | "freeagent" | "quickbooks" | "sage")
63
+ - `realagent.accounting.chart_of_accounts_map` (learned)
64
+ - `realagent.close.writeoff_threshold_gbp` (default 5)
65
+ - `realagent.close.flag_threshold_fee_gbp` (default 5000)
66
+ - `realagent.close.narrative_voice_samples` (learned)
67
+ - `realagent.close.pack_recipients` (accountant email addresses)
68
+ - `realagent.commission.splits_table_path`
69
+ - `realagent.commission.franchise_levy_pct`