@rubytech/create-realagent-code 0.1.24 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +81 -17
- package/package.json +1 -1
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -90
- package/payload/platform/plugins/admin/PLUGIN.md +46 -23
- package/payload/platform/plugins/admin/skills/onboarding/SKILL.md +111 -126
- package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
- package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
- package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
- package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
- package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
- package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
- package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
- package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
- package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
- package/payload/platform/plugins/cloudflare/references/dashboard-guide.md +37 -0
- package/payload/platform/plugins/cloudflare/references/manual-setup.md +81 -1
- package/payload/platform/plugins/cloudflare/scripts/__tests__/tunnel-ingress.test.ts +241 -0
- package/payload/platform/plugins/cloudflare/scripts/setup-tunnel.sh +267 -28
- package/payload/platform/plugins/cloudflare/scripts/tunnel-ingress.ts +291 -0
- package/payload/platform/plugins/cloudflare/skills/setup-tunnel/SKILL.md +42 -0
- package/payload/platform/plugins/contacts/PLUGIN.md +18 -9
- package/payload/platform/plugins/docs/references/platform.md +2 -0
- package/payload/platform/plugins/docs/references/troubleshooting.md +12 -0
- package/payload/platform/plugins/email/PLUGIN.md +18 -9
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts +17 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts.map +1 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js +185 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js.map +1 -0
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js +34 -111
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js.map +1 -1
- package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
- package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
- package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
- package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
- package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
- package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
- package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
- package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
- package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
- package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
- package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/leads/PLUGIN.md +62 -0
- package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
- package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
- package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
- package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
- package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
- package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/listings/PLUGIN.md +103 -0
- package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
- package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
- package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
- package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
- package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
- package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
- package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
- package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
- package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
- package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
- package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
- package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
- package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
- package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
- package/payload/platform/plugins/loop/PLUGIN.md +108 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
- package/payload/platform/plugins/loop/mcp/package.json +21 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
- package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
- package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
- package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
- package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
- package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
- package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
- package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
- package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
- package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
- package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
- package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
- package/payload/platform/plugins/memory/PLUGIN.md +58 -29
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts +3 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js +105 -4
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js +16 -3
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js.map +1 -1
- package/payload/platform/plugins/outlook/PLUGIN.md +14 -7
- package/payload/platform/plugins/replicate/PLUGIN.md +6 -3
- package/payload/platform/plugins/scheduling/PLUGIN.md +16 -8
- package/payload/platform/plugins/tasks/PLUGIN.md +28 -14
- package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
- package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
- package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
- package/payload/platform/plugins/waitlist/PLUGIN.md +12 -6
- package/payload/platform/plugins/whatsapp/PLUGIN.md +25 -13
- package/payload/platform/plugins/workflows/PLUGIN.md +16 -8
- package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
- package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
- package/payload/platform/scripts/conversation-id-allowlist.txt +0 -1
- package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
- package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +48 -2
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/index.js +39 -0
- package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts +22 -0
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.js +32 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts +25 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/estate-business/PLUGIN.md +15 -0
- package/payload/premium-plugins/real-agency/plugins/estate-sales/PLUGIN.md +5 -0
- package/payload/premium-plugins/real-agency/plugins/leads/PLUGIN.md +16 -0
- package/payload/premium-plugins/real-agency/plugins/listings/PLUGIN.md +39 -0
- package/payload/premium-plugins/real-agency/plugins/loop/PLUGIN.md +15 -0
- package/payload/server/{chunk-2ZNKHCQB.js → chunk-2MRZBQMH.js} +1 -1
- package/payload/server/{chunk-GPUCA2RQ.js → chunk-NL7QLVAD.js} +0 -192
- package/payload/server/{chunk-IDKWGLM5.js → chunk-YPZFYTYP.js} +1 -247
- package/payload/server/{cloudflare-task-tracker-LYI5BTYI.js → cloudflare-task-tracker-QVOGHKWV.js} +2 -2
- package/payload/server/maxy-edge.js +2 -2
- package/payload/server/package.json +0 -2
- package/payload/server/public/assets/{Checkbox-D1OQD43b.js → Checkbox-YIF0payo.js} +1 -1
- package/payload/server/public/assets/{admin-czNBxWor.js → admin-DW8IJcLc.js} +1 -1
- package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-BcwgT80u.js → architectureDiagram-Q4EWVU46-Bz8mlxZZ.js} +1 -1
- package/payload/server/public/assets/{blockDiagram-DXYQGD6D-BMSyZUQA.js → blockDiagram-DXYQGD6D-DwV8Z8-i.js} +1 -1
- package/payload/server/public/assets/{brand-2cku8WFs.css → brand-DqiRNMlu.css} +1 -1
- package/payload/server/public/assets/{c4Diagram-AHTNJAMY-DPRGY1jJ.js → c4Diagram-AHTNJAMY-DiUTejMp.js} +1 -1
- package/payload/server/public/assets/channel-PtVtoBEL.js +1 -0
- package/payload/server/public/assets/{chunk-336JU56O-B7oQ3g1c.js → chunk-336JU56O-4mHZpBXe.js} +2 -2
- package/payload/server/public/assets/{chunk-426QAEUC-C1P0yFXw.js → chunk-426QAEUC-Cbv0vrN9.js} +1 -1
- package/payload/server/public/assets/{chunk-4TB4RGXK-LI7kOJd0.js → chunk-4TB4RGXK-BvLhId_2.js} +1 -1
- package/payload/server/public/assets/{chunk-5FUZZQ4R-CXQRGTQE.js → chunk-5FUZZQ4R-bBafOTkw.js} +1 -1
- package/payload/server/public/assets/{chunk-5PVQY5BW-NSyzpXRy.js → chunk-5PVQY5BW-B0NqBKVy.js} +1 -1
- package/payload/server/public/assets/{chunk-EDXVE4YY-voNwxbDs.js → chunk-EDXVE4YY-CFd4SqI6.js} +1 -1
- package/payload/server/public/assets/{chunk-ENJZ2VHE-CMEMPzYY.js → chunk-ENJZ2VHE-ajf2sb6c.js} +1 -1
- package/payload/server/public/assets/{chunk-ICPOFSXX-hEbwu-pe.js → chunk-ICPOFSXX-pWg6bug7.js} +1 -1
- package/payload/server/public/assets/{chunk-OYMX7WX6-DxskDrLs.js → chunk-OYMX7WX6-OjEd-17c.js} +1 -1
- package/payload/server/public/assets/{chunk-U2HBQHQK-D7TKgUo0.js → chunk-U2HBQHQK-DbEFSPoh.js} +1 -1
- package/payload/server/public/assets/{chunk-X2U36JSP-BvPUQEPm.js → chunk-X2U36JSP-COdNwrBb.js} +1 -1
- package/payload/server/public/assets/{chunk-YZCP3GAM-BY-RWQUW.js → chunk-YZCP3GAM-CHMWuY9B.js} +1 -1
- package/payload/server/public/assets/{chunk-ZZ45TVLE-DZvOYDY6.js → chunk-ZZ45TVLE-B-uDLQOB.js} +1 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-RVH_SEhY.js +1 -0
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-Cm3rAb93.js +1 -0
- package/payload/server/public/assets/clone-BjY0Wzht.js +1 -0
- package/payload/server/public/assets/{dagre-KV5264BT-Cnj0mUZl.js → dagre-KV5264BT-CMEzmhIL.js} +1 -1
- package/payload/server/public/assets/{dagre-Bt-fpckL.js → dagre-bhIG_KnW.js} +1 -1
- package/payload/server/public/assets/data-K_kS__sL.js +1 -0
- package/payload/server/public/assets/{device-url-actions-Bjz3Xzbm.js → device-url-actions-AcOyLSeF.js} +1 -1
- package/payload/server/public/assets/{diagram-5BDNPKRD-DjLzvOlx.js → diagram-5BDNPKRD-6RIoQhIL.js} +1 -1
- package/payload/server/public/assets/{diagram-G4DWMVQ6-DTfuRd-T.js → diagram-G4DWMVQ6-BSp36TVv.js} +1 -1
- package/payload/server/public/assets/{diagram-MMDJMWI5-BaL2mCnx.js → diagram-MMDJMWI5-D54fo52D.js} +1 -1
- package/payload/server/public/assets/{diagram-TYMM5635-C5InWY5R.js → diagram-TYMM5635-CWL8z-Pq.js} +1 -1
- package/payload/server/public/assets/{erDiagram-SMLLAGMA-DO7BXTpn.js → erDiagram-SMLLAGMA-AnnHBo3z.js} +1 -1
- package/payload/server/public/assets/{flowDiagram-DWJPFMVM-DDdAKfLf.js → flowDiagram-DWJPFMVM-laWmBl5o.js} +1 -1
- package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-arJD8Utm.js → ganttDiagram-T4ZO3ILL-B94ko8ie.js} +1 -1
- package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-C55GH-OS.js → gitGraphDiagram-UUTBAWPF-DxzL1fxZ.js} +1 -1
- package/payload/server/public/assets/graph-DeEigyO_.js +1 -0
- package/payload/server/public/assets/graph-labels-C7I5QvNv.js +1 -0
- package/payload/server/public/assets/{graphlib-DL9PM7Ex.js → graphlib-CY-zIElM.js} +1 -1
- package/payload/server/public/assets/{infoDiagram-42DDH7IO-BMSGqUbG.js → infoDiagram-42DDH7IO-BMTajIIr.js} +1 -1
- package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-Dw6BZ6BG.js → ishikawaDiagram-UXIWVN3A-B_QauE5O.js} +1 -1
- package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-DrywUGXw.js → journeyDiagram-VCZTEJTY-DmlqSIih.js} +1 -1
- package/payload/server/public/assets/{kanban-definition-6JOO6SKY-DuwtVBBc.js → kanban-definition-6JOO6SKY-ZGDQT7xB.js} +1 -1
- package/payload/server/public/assets/{line-JAksyKHj.js → line-D13opgep.js} +1 -1
- package/payload/server/public/assets/{mermaid-parser.core-BMq-ApBW.js → mermaid-parser.core-C650Sual.js} +1 -1
- package/payload/server/public/assets/{mermaid.core-tH4oX0Kh.js → mermaid.core-BqnQoXTp.js} +3 -3
- package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-D1OiiJga.js → mindmap-definition-QFDTVHPH-BS_8y-tY.js} +1 -1
- package/payload/server/public/assets/{page-BZpoS7iR.js → page-B_rpjIRr.js} +1 -1
- package/payload/server/public/assets/{page-CkvBvezS.js → page-qSH972X0.js} +1 -1
- package/payload/server/public/assets/{pieDiagram-DEJITSTG-Ckwm69PW.js → pieDiagram-DEJITSTG-B5OmNvBO.js} +1 -1
- package/payload/server/public/assets/{public-C-dTMgXu.js → public-DDsYgotk.js} +3 -3
- package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-COw3yZ1j.js → quadrantDiagram-34T5L4WZ-DTYITdNo.js} +1 -1
- package/payload/server/public/assets/{requirementDiagram-MS252O5E-DqGzM4K-.js → requirementDiagram-MS252O5E-CRZWxH06.js} +1 -1
- package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-D-l1c_Pl.js → sankeyDiagram-XADWPNL6-DazRENhe.js} +1 -1
- package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-BeIi0DtJ.js → sequenceDiagram-FGHM5R23-BcHTxmPy.js} +1 -1
- package/payload/server/public/assets/{stateDiagram-FHFEXIEX-C-jgegLk.js → stateDiagram-FHFEXIEX-DYU7nbqg.js} +1 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BgljVtlp.js +1 -0
- package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-BGFKkYmi.js → timeline-definition-GMOUNBTQ-BKGmqkST.js} +1 -1
- package/payload/server/public/assets/{vennDiagram-DHZGUBPP-5NuIhJLS.js → vennDiagram-DHZGUBPP-BXvLPmX7.js} +1 -1
- package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-Be9ytVut.js → wardleyDiagram-NUSXRM2D-BCclUa3Z.js} +1 -1
- package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-DCyHg41R.js → xychartDiagram-5P7HB3ND-C-Xp-Eoc.js} +1 -1
- package/payload/server/public/data.html +5 -5
- package/payload/server/public/graph.html +6 -6
- package/payload/server/public/index.html +8 -8
- package/payload/server/public/public.html +5 -5
- package/payload/server/server.js +1024 -2347
- package/payload/platform/scripts/check-sdk-oauth.mjs +0 -185
- package/payload/server/public/assets/channel-fxEghWew.js +0 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-BsWzGW0N.js +0 -1
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BGVa3h90.js +0 -1
- package/payload/server/public/assets/clone-Khvocke2.js +0 -1
- package/payload/server/public/assets/data-DBd-Buhp.js +0 -1
- package/payload/server/public/assets/graph-DUtVdnZ6.js +0 -1
- package/payload/server/public/assets/graph-labels-Dxfue-fP.js +0 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BaMs8Znv.js +0 -1
- /package/payload/server/public/assets/{brand-CSQuxS9w.js → brand-Bm671owU.js} +0 -0
|
@@ -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`
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: payment-batch-stager
|
|
3
|
+
description: "Build the commission payment batch ready for the operator's approval. Stages an export for the agent's bank or a payroll-style spreadsheet. Never initiates a transfer. Built for use inside month-end-close."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Payment batch stager
|
|
7
|
+
|
|
8
|
+
A building-block skill called by `month-end-close`. Turns the commission schedule into a ready-to-pay batch without ever moving money.
|
|
9
|
+
|
|
10
|
+
## What it does
|
|
11
|
+
|
|
12
|
+
Reads the commission schedule produced by `commission-calculator`. For each payee with a non-zero net, the skill produces a row in the batch:
|
|
13
|
+
|
|
14
|
+
- Payee name
|
|
15
|
+
- Payee bank account (sort code, account number) from the profile's payees table
|
|
16
|
+
- Amount
|
|
17
|
+
- Reference (the deal references, abbreviated to fit the bank's reference length limit)
|
|
18
|
+
- Pay date (the operator's preferred pay date)
|
|
19
|
+
|
|
20
|
+
Two outputs are produced:
|
|
21
|
+
|
|
22
|
+
1. A bank-payment-batch file in the format the operator's bank accepts (CSV or BACS-style, depending on the profile).
|
|
23
|
+
2. A payroll-style spreadsheet that the operator can use to make payments manually if they prefer the human-in-the-loop transfer step.
|
|
24
|
+
|
|
25
|
+
The operator approves the batch. Approval does not initiate a transfer; the file is downloaded or staged for the operator to upload to their bank.
|
|
26
|
+
|
|
27
|
+
## What it does not do
|
|
28
|
+
|
|
29
|
+
- It does not initiate a transfer. Ever.
|
|
30
|
+
- It does not store bank credentials.
|
|
31
|
+
- It does not bypass the operator on any change to a payee's bank details. Any first-time bank-detail entry routes through `profile-writer` with an explicit confirmation step.
|
|
32
|
+
|
|
33
|
+
## Connectors
|
|
34
|
+
|
|
35
|
+
Read: profile (payees table, bank format), commission schedule from `commission-calculator`.
|
|
36
|
+
Write: file artefact in the agent's Drive.
|
|
37
|
+
|
|
38
|
+
## Profile keys
|
|
39
|
+
|
|
40
|
+
- `realagent.payees` (per-agent bank details)
|
|
41
|
+
- `realagent.bank.batch_format` ("csv" | "bacs" | "open_banking_pain001" | "manual")
|
|
42
|
+
- `realagent.bank.preferred_pay_date_offset_days` (days after period end, default 7)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: period-reconciler
|
|
3
|
+
description: "Match completions to fees received for a closing period and surface variances. Returns three categories: matched, pending, variance, with a one-line cause per variance and a draft email to the accountant or the solicitor where appropriate. Built for use inside month-end-close."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Period reconciler
|
|
7
|
+
|
|
8
|
+
A building-block skill called by `month-end-close`. Does the matching that underpins the reconciliation section of the close pack.
|
|
9
|
+
|
|
10
|
+
## What it does
|
|
11
|
+
|
|
12
|
+
For the period being closed, the skill reads:
|
|
13
|
+
|
|
14
|
+
- Every property with completion date in the period from the CRM
|
|
15
|
+
- Every fee receipt in the accounting platform's bank feed for the period and the following 30 days
|
|
16
|
+
|
|
17
|
+
It then matches receipts to completions on amount and date (with a small tolerance window). Three outcomes per completion:
|
|
18
|
+
|
|
19
|
+
- **Matched.** Receipt amount matches expected fee within the tolerance. No action.
|
|
20
|
+
- **Pending.** Completion logged but no receipt yet. The completion date age is shown so the operator knows whether to chase.
|
|
21
|
+
- **Variance.** Receipt amount differs from expected fee by more than the tolerance. A one-line cause hypothesis is produced (fee adjustment, referral deduction, fee dispute, FX, sliding scale, withdrawal fee credited). A draft chase email to the solicitor or the accountant is staged, depending on which party the variance points at.
|
|
22
|
+
|
|
23
|
+
## Variance writeoff
|
|
24
|
+
|
|
25
|
+
Variances under the profile's writeoff threshold (default GBP 5) are proposed for writeoff. The operator approves the writeoff per item; the workflow does not write off anything silently.
|
|
26
|
+
|
|
27
|
+
## What it does not do
|
|
28
|
+
|
|
29
|
+
- It does not post journal entries. Postings are staged by `month-end-close` for the operator's approval.
|
|
30
|
+
- It does not initiate a transfer.
|
|
31
|
+
- It does not chase the solicitor or the accountant; it stages the draft email which the operator approves.
|
|
32
|
+
|
|
33
|
+
## Connectors
|
|
34
|
+
|
|
35
|
+
Read: CRM (completions, fee structure), accounting (bank feed, prior reconciliations).
|
|
36
|
+
Write (staged only): email drafts to solicitor or accountant.
|
|
37
|
+
|
|
38
|
+
## Profile keys
|
|
39
|
+
|
|
40
|
+
- `realagent.close.writeoff_threshold_gbp` (default 5)
|
|
41
|
+
- `realagent.close.match_tolerance_gbp` (default 1)
|
|
42
|
+
- `realagent.close.match_tolerance_days` (default 30)
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: personal-branding
|
|
3
|
+
description: "Build and execute a personal brand that attracts inbound opportunities. Identity first, consistency second, amplification third — with practical platform and content systems."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Personal Branding
|
|
7
|
+
|
|
8
|
+
You help the user build a clear, authentic personal brand and a repeatable content system that turns expertise into inbound opportunities.
|
|
9
|
+
|
|
10
|
+
## Core principles
|
|
11
|
+
|
|
12
|
+
1. **Identity before aesthetics.** Don't start with logos and colours. Start with: who you serve, what you stand for, and what makes you meaningfully different.
|
|
13
|
+
2. **Consistency beats intensity.** A sustainable cadence compounding for 6–12 months beats a two-week burst.
|
|
14
|
+
3. **Content is distribution, not diary.** Share to serve (teach, help, inform, inspire), not to vent.
|
|
15
|
+
4. **Authentic ≠ unfiltered.** Maintain boundaries. Avoid anything that damages trust.
|
|
16
|
+
|
|
17
|
+
## What you do
|
|
18
|
+
|
|
19
|
+
- Clarify the user's positioning ("why you?")
|
|
20
|
+
- Define a simple brand system (vision, AND, personality)
|
|
21
|
+
- Pick the right channels and content formats
|
|
22
|
+
- Build a weekly content cadence and a repurposing pipeline
|
|
23
|
+
- Keep the tone aligned with the user's real voice while staying professional
|
|
24
|
+
|
|
25
|
+
## What you never do
|
|
26
|
+
|
|
27
|
+
- Never encourage oversharing, negativity, or public client complaints
|
|
28
|
+
- Never encourage buying followers/engagement
|
|
29
|
+
- Never advise plagiarism or copying competitors
|
|
30
|
+
|
|
31
|
+
## Additions for UK estate agents
|
|
32
|
+
|
|
33
|
+
### 1) Gary V's trilogy (Crush It / Crushing It / Day Trading Attention)
|
|
34
|
+
Use Gary V as the operating philosophy:
|
|
35
|
+
- build a personal brand by **documenting** the journey
|
|
36
|
+
- attention is the asset; platforms shift
|
|
37
|
+
- consistency + volume increases "luck"
|
|
38
|
+
|
|
39
|
+
Practical takeaways:
|
|
40
|
+
- create platform-native content (don't just repost)
|
|
41
|
+
- engage in comments/DMs (attention → relationship)
|
|
42
|
+
- run at sustainable volume (better 3x/week for a year than daily for 2 weeks)
|
|
43
|
+
|
|
44
|
+
Reference: `references/gary-v-principles.md`.
|
|
45
|
+
|
|
46
|
+
### 2) Attraction Agent 2.0 / 3.0 (Tom Panos)
|
|
47
|
+
Use the Attraction Agent model:
|
|
48
|
+
- marketing gets you **to the table**
|
|
49
|
+
- sales closes **at the table**
|
|
50
|
+
- build **Return on Engagement** (ROE)
|
|
51
|
+
- keep online and offline **in line** (consistent quality)
|
|
52
|
+
- be "recommendable" (social proof)
|
|
53
|
+
|
|
54
|
+
Reference: `references/attraction-agent-notes.md`.
|
|
55
|
+
|
|
56
|
+
### 3) Become a Brand Leader
|
|
57
|
+
Use it as a *brand operating map*:
|
|
58
|
+
- story, positioning, creative idea, tone
|
|
59
|
+
- owned/earned/shared/paid media
|
|
60
|
+
- funnel + experience
|
|
61
|
+
|
|
62
|
+
Reference: `references/become-a-brand-leader-notes.md`.
|
|
63
|
+
|
|
64
|
+
### 4) Firewave BLAST formula + blogging
|
|
65
|
+
Use BLAST for daily/weekly social content:
|
|
66
|
+
- **B**ehind the scenes
|
|
67
|
+
- **L**ocal spotlight
|
|
68
|
+
- **A** day in the life
|
|
69
|
+
- **S**howcase of a property
|
|
70
|
+
- **T**ips and advice
|
|
71
|
+
|
|
72
|
+
Add blogging to build authority (SEO + trust): answer the questions sellers ask.
|
|
73
|
+
|
|
74
|
+
Reference: `references/firewave-blast-and-blogging.md`.
|
|
75
|
+
|
|
76
|
+
### 5) Daniel Priestley (Oversubscribed positioning)
|
|
77
|
+
Help the user position as the "platypus" (unique, hard to compare) and create demand:
|
|
78
|
+
- be known for something specific
|
|
79
|
+
- run campaigns, not constant selling
|
|
80
|
+
- add scarcity (limited slots, launch dates)
|
|
81
|
+
- invest in being remarkable (experience people talk about)
|
|
82
|
+
|
|
83
|
+
Reference: `references/oversubscribed-positioning.md`.
|
|
84
|
+
|
|
85
|
+
### 6) "Storeys of Cheshire" style content examples (local authority)
|
|
86
|
+
When asked for examples, propose content that feels like:
|
|
87
|
+
- local lifestyle + community + property stories
|
|
88
|
+
- calm, high-trust tone
|
|
89
|
+
- repeatable series (weekly)
|
|
90
|
+
|
|
91
|
+
Reference: `references/storeys-style-examples.md`.
|
|
92
|
+
|
|
93
|
+
## What to do when the user asks "what should I post?"
|
|
94
|
+
|
|
95
|
+
Ask:
|
|
96
|
+
1) Who is the audience this week (seller, buyer, landlord, agent attraction)?
|
|
97
|
+
2) What do we want them to believe about you?
|
|
98
|
+
3) What proof can we show?
|
|
99
|
+
|
|
100
|
+
Then propose:
|
|
101
|
+
- 3 post ideas
|
|
102
|
+
- 1 short-form video script
|
|
103
|
+
- 1 story sequence (3 frames)
|
|
104
|
+
|
|
105
|
+
## References (load as needed)
|
|
106
|
+
|
|
107
|
+
- **Brand strategy system** → `references/brand-strategy-system.md`
|
|
108
|
+
- **Visual identity** → `references/visual-identity.md`
|
|
109
|
+
- **Platforms ("five families")** → `references/platforms.md`
|
|
110
|
+
- **Content engine** → `references/content-engine.md`
|
|
111
|
+
- **Authenticity & boundaries** → `references/authenticity-boundaries.md`
|
|
112
|
+
- **Gary V principles** → `references/gary-v-principles.md`
|
|
113
|
+
- **Attraction Agent 2.0/3.0 notes** → `references/attraction-agent-notes.md`
|
|
114
|
+
- **Become a Brand Leader notes** → `references/become-a-brand-leader-notes.md`
|
|
115
|
+
- **Firewave BLAST + blogging** → `references/firewave-blast-and-blogging.md`
|
|
116
|
+
- **Oversubscribed positioning** → `references/oversubscribed-positioning.md`
|
|
117
|
+
- **Storeys-style content examples** → `references/storeys-style-examples.md`
|