@rubytech/create-realagent-code 0.1.26 → 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 +28 -11
- package/package.json +1 -1
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -90
- 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/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/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/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/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 +34 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/index.js +12 -0
- package/payload/platform/services/claude-session-manager/dist/index.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/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Serhant Buyers Guide — Condensed Reference (UK Adapted)
|
|
2
|
+
|
|
3
|
+
The original guide covers the NYC purchasing process. Below is the methodology adapted for UK estate agency.
|
|
4
|
+
|
|
5
|
+
## The 9-Step Buyer Journey (UK)
|
|
6
|
+
|
|
7
|
+
### 1. Get a Mortgage Agreement in Principle (1-3 days)
|
|
8
|
+
- Know what you can comfortably spend before searching
|
|
9
|
+
- Shopping without an AIP is like going to the shops without your wallet
|
|
10
|
+
- Connect buyers with trusted mortgage brokers
|
|
11
|
+
|
|
12
|
+
### 2. Instruct a Solicitor (1-3 days)
|
|
13
|
+
- Buyers should have a solicitor ready before making offers
|
|
14
|
+
- Recommend trusted local solicitors early in the process
|
|
15
|
+
|
|
16
|
+
### 3. Find a Property (varies)
|
|
17
|
+
- Narrow to 2-3 preferred areas
|
|
18
|
+
- Consider commute, schools, amenities, transport links
|
|
19
|
+
- Factor in lifestyle priorities
|
|
20
|
+
|
|
21
|
+
### 4. Negotiate (1-7 days)
|
|
22
|
+
- Expert negotiators fight for the buyer
|
|
23
|
+
- Everything is potentially negotiable: fixtures, completion date, chains
|
|
24
|
+
- Properties are delivered as seen unless negotiated otherwise
|
|
25
|
+
|
|
26
|
+
### 5. Offer Accepted — Instruct Solicitor & Surveyor (1-2 weeks)
|
|
27
|
+
- Solicitor begins searches and due diligence
|
|
28
|
+
- Buyer arranges survey (homebuyer report or full structural)
|
|
29
|
+
- Memorandum of sale issued to all parties
|
|
30
|
+
|
|
31
|
+
### 6. Mortgage Application (2-4 weeks)
|
|
32
|
+
- Full mortgage application submitted with accepted offer
|
|
33
|
+
- Lender arranges valuation
|
|
34
|
+
- Mortgage offer issued
|
|
35
|
+
|
|
36
|
+
### 7. Searches & Enquiries (2-6 weeks)
|
|
37
|
+
- Local authority searches, environmental, drainage
|
|
38
|
+
- Solicitor raises enquiries with vendor's solicitor
|
|
39
|
+
- Any issues negotiated or resolved
|
|
40
|
+
|
|
41
|
+
### 8. Exchange of Contracts (timing varies)
|
|
42
|
+
- Buyer signs contract and pays deposit (usually 10%)
|
|
43
|
+
- Both parties legally committed
|
|
44
|
+
- Completion date agreed
|
|
45
|
+
|
|
46
|
+
### 9. Completion & Keys!
|
|
47
|
+
- Remaining funds transferred
|
|
48
|
+
- Keys handed over
|
|
49
|
+
- CONGRATULATIONS — time to celebrate!
|
|
50
|
+
- "Your referral is the greatest compliment we can ever receive"
|
|
51
|
+
|
|
52
|
+
## Key Principle
|
|
53
|
+
Guide the buyer through every step. Set expectations early. The more informed they are, the smoother the transaction.
|
package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# Mastering the CODO Method — Condensed Reference
|
|
2
|
+
|
|
3
|
+
CODO = Closing On Day One. Don't wait for the end to close — close from the first interaction.
|
|
4
|
+
|
|
5
|
+
## Part One: The CODO Method
|
|
6
|
+
|
|
7
|
+
### The Five-Step Path
|
|
8
|
+
1. **Know the Star Players:** Map every person involved — client, family, other agent, solicitor, mortgage broker. Document what each wants.
|
|
9
|
+
2. **Know the Opposing Team:** Research the other agent (experience, current listings, style). Research their client (motivations, lifestyle, family). Use LinkedIn, social media.
|
|
10
|
+
3. **Create the Right Urgency:** Push (prepare client), Pull (pull deal away to remind why they're invested), Persist (consistent language/story). ABC Method: Answer → Bridge ("how about") → Communicate solution.
|
|
11
|
+
4. **Study the Market:** Know every comparable — recently sold, currently available, under offer. Facts are your strongest weapon.
|
|
12
|
+
5. **Work the Setting:** Control the environment — phone, face-to-face, video. Timing and setting affect outcomes.
|
|
13
|
+
|
|
14
|
+
## Part Two: The Playbook
|
|
15
|
+
|
|
16
|
+
### Negotiation Styles
|
|
17
|
+
Identify if opponent is competitive or collaborative, then adapt.
|
|
18
|
+
|
|
19
|
+
### The HALL Method
|
|
20
|
+
- **H**ave Empathy
|
|
21
|
+
- **A**lways Counter
|
|
22
|
+
- **L**ook for the Sweet Spot
|
|
23
|
+
- **L**isten
|
|
24
|
+
|
|
25
|
+
### The Funnel Technique
|
|
26
|
+
Start broad, narrow to commitment:
|
|
27
|
+
- **Top:** "What are you looking for?" / "Why this area?"
|
|
28
|
+
- **Middle:** "How often do you entertain?" / "Modern or period?"
|
|
29
|
+
- **Bottom:** "Would you consider a project?" / "When do you see yourself moving?"
|
|
30
|
+
|
|
31
|
+
### Managing Expectations (10 Rules)
|
|
32
|
+
1. Manage YOUR expectations first
|
|
33
|
+
2. Say "no" without saying "no" ("I'm working on A, so B would be Wednesday")
|
|
34
|
+
3. Acknowledge the emotion
|
|
35
|
+
4. Ask clarifying questions
|
|
36
|
+
5. Anticipate problems
|
|
37
|
+
6. Consider multiple outcomes
|
|
38
|
+
7. Brainstorm compromises
|
|
39
|
+
8. Focus on objectivity
|
|
40
|
+
9. Don't lie
|
|
41
|
+
10. Under promise, over deliver
|
|
42
|
+
|
|
43
|
+
### Improv as a Negotiation Muscle
|
|
44
|
+
"Yes, and..." — never shut down a conversation. Build on what's said. This keeps dialogue flowing and creates connection.
|
|
45
|
+
|
|
46
|
+
## Part Three: Psychology of Negotiation
|
|
47
|
+
|
|
48
|
+
### Five Principles
|
|
49
|
+
1. **Understand Your Opponent:** Feed ego if needed, guide if they're new. Ask questions — people love to talk.
|
|
50
|
+
2. **Acknowledge Their Points:** Mirror back. Show empathy. "I understand you feel this way because of X, so how do we get to Y?"
|
|
51
|
+
3. **Never Push for Yes:** Get to "no" with reframed questions. "Would it be terrible if your buyer came up another £10k?"
|
|
52
|
+
4. **Let Silence Talk:** Present your point, then shut up. Let THEM propose solutions.
|
|
53
|
+
5. **Keep it Positive:** Lose emotions = lose the deal. "Everything is always OK. We will figure it out."
|
|
54
|
+
|
|
55
|
+
### Five Techniques
|
|
56
|
+
1. **The Pull:** Walk away from a stalled deal. Risky but effective.
|
|
57
|
+
2. **The Facts:** Comps, data, evidence. Hard to argue with facts.
|
|
58
|
+
3. **"What Do You Want to Do?"** — Let the other side propose. Don't push.
|
|
59
|
+
4. **The Stealth Negotiator:** Play all sides subtly.
|
|
60
|
+
5. **Setting Failsafe Terms:** Build safety nets into offers.
|
|
61
|
+
|
|
62
|
+
### Closing Guide Essentials
|
|
63
|
+
- Working for the DEAL (not to "win")
|
|
64
|
+
- Playing for the other side to win
|
|
65
|
+
- Interest over ego
|
|
66
|
+
- Focus on interests, not positions (the vacation analogy)
|
|
67
|
+
- Three prices: First offer, Best target, Walkaway price
|
|
68
|
+
- Use comps to support every number
|
|
69
|
+
- Set client expectations from the start
|
|
70
|
+
- Communication is key — negotiate relationships, not just deals
|
|
71
|
+
- Find solutions, not problems
|
|
72
|
+
- Take emotions out of it
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Website Planning Guide — Condensed Reference (UK Adapted)
|
|
2
|
+
|
|
3
|
+
Serhant + Luxury Presence guide to building a lead-generating estate agent website.
|
|
4
|
+
|
|
5
|
+
## Why Your Website Matters
|
|
6
|
+
- 78% of buyers and vendors begin their search online
|
|
7
|
+
- Every touchpoint (social, business cards, signage) points back to your website
|
|
8
|
+
- Your website = centrepiece of credibility + lead generation
|
|
9
|
+
|
|
10
|
+
## Step 1: Define Your Brand
|
|
11
|
+
|
|
12
|
+
### Your "AND"
|
|
13
|
+
What are you passionate about OUTSIDE of property? This differentiator sets you apart.
|
|
14
|
+
- "I am property AND [hiking/cooking/community/renovation/etc.]"
|
|
15
|
+
- Your AND creates connection points with potential clients
|
|
16
|
+
|
|
17
|
+
### Three Brand Adjectives
|
|
18
|
+
Choose three words that describe your unique value — avoid generic words like "trustworthy" or "reliable" (those are expectations, not differentiators).
|
|
19
|
+
|
|
20
|
+
### Unique Value Proposition
|
|
21
|
+
Combine your brand + target audience: "I specialise in helping [target client] achieve [outcome] through [unique approach]."
|
|
22
|
+
|
|
23
|
+
## Step 2: Define Your Target Audience
|
|
24
|
+
- Property types, price ranges, postcodes/areas
|
|
25
|
+
- Demographics: income, education, life stages, interests
|
|
26
|
+
- What do they need from an agent?
|
|
27
|
+
|
|
28
|
+
## Step 3: Baseline Metrics
|
|
29
|
+
Track your current funnel: Monthly traffic → Leads → Qualified → Appointments → Clients → Under Offer → Completions → Fees
|
|
30
|
+
|
|
31
|
+
## Step 4: Domain Name
|
|
32
|
+
- firstnamelastname.co.uk (preferred)
|
|
33
|
+
- Concise, memorable, easy to spell and pronounce
|
|
34
|
+
- Purchase early
|
|
35
|
+
|
|
36
|
+
## Step 5: Lead Magnets
|
|
37
|
+
|
|
38
|
+
### Buyer Magnets
|
|
39
|
+
- Property alerts by postcode
|
|
40
|
+
- Area/relocation guides
|
|
41
|
+
- First-time buyer e-books
|
|
42
|
+
- Buyer's step-by-step guide
|
|
43
|
+
|
|
44
|
+
### Vendor Magnets
|
|
45
|
+
- Free home valuations
|
|
46
|
+
- "Prepare your home for sale" guide
|
|
47
|
+
- Recent sales in your postcode
|
|
48
|
+
- Market trend reports
|
|
49
|
+
|
|
50
|
+
Always collect: Name, email. Optional: qualifying questions.
|
|
51
|
+
|
|
52
|
+
## Step 6: Homepage Best Practices
|
|
53
|
+
- **Opening:** SEO-optimised title ("Monmouthshire Property Expert"), high-quality hero image, IDX/property search
|
|
54
|
+
- **CTA:** Low-commitment first ("Search properties" or "Download free guide"), not "Book a call now"
|
|
55
|
+
- **Testimonials:** 3-6 client quotes + key accolades
|
|
56
|
+
- **USP:** What makes you different from every other agent?
|
|
57
|
+
- **Separate funnels:** Buyers → property search page. Vendors → valuation/seller resources.
|
|
58
|
+
|
|
59
|
+
## Step 7: Key Pages
|
|
60
|
+
- **Just Listed/Just Sold:** Showcase best properties with stories and results
|
|
61
|
+
- **About Me:** Compelling biography (WHO, WHAT, WHERE, WHEN, HOW, WHY). Not a CV. Include your AND.
|
|
62
|
+
- **Property Websites:** For premium instructions only — dedicated site with unique branding, virtual tour, neighbourhood guide
|
|
63
|
+
|
|
64
|
+
## Step 8: Metrics to Monitor
|
|
65
|
+
|
|
66
|
+
### Lead Generation Metrics
|
|
67
|
+
- Bounce rate (not always bad — unqualified showing themselves out)
|
|
68
|
+
- Number of conversions (raw lead count)
|
|
69
|
+
- Conversion rate (per magnet and overall)
|
|
70
|
+
- Keywords (branded vs generic — measures brand recognition)
|
|
71
|
+
|
|
72
|
+
### Credibility Metrics
|
|
73
|
+
- Average time on page (content engagement)
|
|
74
|
+
- Average pages per session (site exploration)
|
|
75
|
+
- Returning sessions ("warm" prospects coming back)
|
|
76
|
+
|
|
77
|
+
### Leading vs Lagging Indicators
|
|
78
|
+
- **Leading (you control):** Ad spend, click-through rate, conversion rate, SEO content published, monthly sessions
|
|
79
|
+
- **Lagging (you track):** Visitors → Leads → Qualified → Appointments → Clients → Under Offer → Completions → Fees
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-onboarding
|
|
3
|
+
description: "First-run member onboarding — career stage assessment, profile capture, and starting content recommendation."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"platform":{"optional":true,"embed":["public","admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Onboarding
|
|
10
|
+
|
|
11
|
+
First-run member setup — turning a new conversation into a profiled member with a clear starting point in the curriculum.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is going through initial onboarding (career stage assessment, profile setup, starting content recommendation).
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `bootstrap` | First-run member onboarding — career stage assessment, profile capture, starting content |
|
|
22
|
+
|
|
23
|
+
## Tools Used
|
|
24
|
+
|
|
25
|
+
No MCP server. Skills operate via existing platform tools:
|
|
26
|
+
- `memory-search` — retrieve domain knowledge from the knowledge base
|
|
27
|
+
- `render-component` — present structured choices during interactions
|
|
28
|
+
|
|
29
|
+
## References
|
|
30
|
+
|
|
31
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bootstrap
|
|
3
|
+
description: "First-run member onboarding — assesses career stage, captures profile, recommends starting content."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Bootstrap
|
|
7
|
+
|
|
8
|
+
Handles the first interaction with a new member. Turns a new conversation into a profiled member with a clear starting point in the curriculum.
|
|
9
|
+
|
|
10
|
+
## When to Activate
|
|
11
|
+
|
|
12
|
+
No member profile found at `memory/users/{phone}/profile.md`. This means the person has never been onboarded.
|
|
13
|
+
|
|
14
|
+
## Reference Table
|
|
15
|
+
|
|
16
|
+
| Task | When | Reference |
|
|
17
|
+
|------|------|-----------|
|
|
18
|
+
| Onboarding flow | New member detected (no profile) | `references/onboarding-flow.md` |
|
|
19
|
+
|
|
20
|
+
## Key Rules
|
|
21
|
+
|
|
22
|
+
- Onboarding is conversational, not a form. Ask one thing at a time.
|
|
23
|
+
- Collect: name, career stage, years in industry, goals, email (optional).
|
|
24
|
+
- Create both `profile.md` and `progress.md` before the conversation ends.
|
|
25
|
+
- End with a specific content recommendation — not "check out our modules" but "Based on what you've told me, start with {module} in {pillar}."
|
|
26
|
+
- Never ask for information you already have (identity comes from the platform).
|
package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# Onboarding Flow
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Turn a new contact into a profiled member. By the end, you know who they are, what stage they're at, and where to start them in the curriculum.
|
|
6
|
+
|
|
7
|
+
## Context to Gather
|
|
8
|
+
|
|
9
|
+
Collect these conversationally — not as a form, not all at once:
|
|
10
|
+
|
|
11
|
+
1. **Name** — "What should I call you?"
|
|
12
|
+
2. **Career context** — Solo or team? How long in the industry? This tells you their experience level.
|
|
13
|
+
3. **Current challenge** — What brought them here? What's their biggest pain point right now? Common triggers:
|
|
14
|
+
- Getting more listings
|
|
15
|
+
- Building a personal brand
|
|
16
|
+
- Scaling without burning out
|
|
17
|
+
- Social media strategy
|
|
18
|
+
- Converting valuations
|
|
19
|
+
4. **Goals** — Where do they want to be? What does success look like for them?
|
|
20
|
+
5. **Email** (optional) — "If you'd like webinar invites and updates, drop me your email. Totally optional."
|
|
21
|
+
|
|
22
|
+
## How to Approach
|
|
23
|
+
|
|
24
|
+
**Start warm, not corporate.** The member has just started a conversation. They may not know what Real Agency Club is yet. Introduce yourself briefly:
|
|
25
|
+
|
|
26
|
+
"Hey! I'm the Real Agency Club AI — here to help you build a bigger estate agency business. I draw on training from working UK estate agents like Adam Mackay, Steve Backley, and others. Not theory — real practice."
|
|
27
|
+
|
|
28
|
+
**Then discover.** Ask about them. One question at a time. React to their answers — show you're listening, not processing a form.
|
|
29
|
+
|
|
30
|
+
**Assess career stage from their answers:**
|
|
31
|
+
- **New** (0–2 years) — still learning fundamentals, needs structure
|
|
32
|
+
- **Established solo** (2–5 years) — knows the basics, needs growth strategy
|
|
33
|
+
- **Experienced** (5+ years) — looking to scale, differentiate, or build a brand
|
|
34
|
+
- **Team builder** — transitioning from solo to running a team
|
|
35
|
+
|
|
36
|
+
**Don't ask them to self-categorise.** Infer their stage from what they tell you about their experience and challenges.
|
|
37
|
+
|
|
38
|
+
## Where to Search
|
|
39
|
+
|
|
40
|
+
Search `memory/public/courses/` to find the right starting recommendation:
|
|
41
|
+
- New agents → Agency Blueprint pillar
|
|
42
|
+
- Brand-focused → Real Marketing pillar
|
|
43
|
+
- Business/scaling → Real Business pillar
|
|
44
|
+
- Mindset/performance → Real Coaching pillar
|
|
45
|
+
- Just curious → Offer the content directory overview
|
|
46
|
+
|
|
47
|
+
## How to Frame the Recommendation
|
|
48
|
+
|
|
49
|
+
Be specific and personal:
|
|
50
|
+
|
|
51
|
+
"Based on what you've told me, I'd start with **{module title}** in the {pillar} section. It's from {contributor} — they cover {specific thing relevant to the member's stated challenge}. Want to dive in?"
|
|
52
|
+
|
|
53
|
+
Not: "We have several modules you might find interesting."
|
|
54
|
+
|
|
55
|
+
## After Onboarding
|
|
56
|
+
|
|
57
|
+
1. Create `memory/users/{phone}/profile.md` with the member profile schema (see AGENTS.md)
|
|
58
|
+
2. Create `memory/users/{phone}/progress.md` with empty progress schema
|
|
59
|
+
3. If the member wants to start a module, transition to content mode immediately — don't make them ask again
|
|
60
|
+
|
|
61
|
+
## Tone
|
|
62
|
+
|
|
63
|
+
Warm, curious, direct. You're meeting someone for the first time at an industry event — not processing an intake form. Show genuine interest in their situation.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "real-agency-sales",
|
|
3
|
+
"description": "Sale-agreed to completion progression for UK residential sales agents. The headline workflow is chase-progression: daily ranked stalled-deal surfacing with tone-matched draft messages and per-message approval gates. Includes risk-scorer (fall-through risk scoring, used by chase-progression) plus the existing sales-discovery, sales-closer, sales-negotiation, and sales-progression skills.",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Rubytech LLC"
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-sales
|
|
3
|
+
description: "Sale-agreed to completion progression for UK residential sales agents. The headline workflow is chase-progression: daily ranked stalled-deal surfacing with tone-matched draft messages and per-message approval gates. Includes risk-scorer (fall-through risk scoring, used by chase-progression) plus the existing sales-discovery, sales-closer, sales-negotiation, and sales-progression skills."
|
|
4
|
+
tools: []
|
|
5
|
+
skills:
|
|
6
|
+
- skills/chase-progression/SKILL.md
|
|
7
|
+
- skills/risk-scorer/SKILL.md
|
|
8
|
+
- skills/sales-discovery/SKILL.md
|
|
9
|
+
- skills/sales-closer/SKILL.md
|
|
10
|
+
- skills/sales-negotiation/SKILL.md
|
|
11
|
+
- skills/sales-progression/SKILL.md
|
|
12
|
+
- skills/negotiation/SKILL.md
|
|
13
|
+
profileKeys:
|
|
14
|
+
- realagent.batch_cap
|
|
15
|
+
- realagent.phrasing_pet_peeves
|
|
16
|
+
- realagent.risk_weights.fee_multiplier
|
|
17
|
+
- realagent.skip_recipients
|
|
18
|
+
always: false
|
|
19
|
+
metadata: {"platform":{"optional":true,"embed":["public","admin"]}}
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# Real Agency, Chase Progression and Sales
|
|
23
|
+
|
|
24
|
+
Seven skills covering chain progression (the headline workflow) and the existing sales cycle.
|
|
25
|
+
|
|
26
|
+
## When to Activate
|
|
27
|
+
|
|
28
|
+
The user is working on stalled deals, chain progression, fall-through risk, sale-agreed deals, or any of the existing sales-cycle skills.
|
|
29
|
+
|
|
30
|
+
## Skills
|
|
31
|
+
|
|
32
|
+
| Skill | Owner specialist | Purpose |
|
|
33
|
+
|-------|------------------|---------|
|
|
34
|
+
| `chase-progression` | negotiator | Master workflow: daily ranked stalled list with per-message approval |
|
|
35
|
+
| `risk-scorer` | negotiator | Computes fall-through risk score (used inside chase-progression) |
|
|
36
|
+
| `sales-discovery` | negotiator | Qualify prospects |
|
|
37
|
+
| `sales-closer` | negotiator | Detect buying signals and close |
|
|
38
|
+
| `sales-negotiation` | negotiator | Frame value, protect price |
|
|
39
|
+
| `sales-progression` | negotiator | Track transactions from sale agreed through to completion |
|
|
40
|
+
| `negotiation` | negotiator | Negotiation framework (existing) |
|
|
41
|
+
|
|
42
|
+
## Tools Used
|
|
43
|
+
|
|
44
|
+
No MCP server. Skills operate via existing platform tools:
|
|
45
|
+
|
|
46
|
+
- `memory-search` for domain knowledge
|
|
47
|
+
- `render-component` for structured choices
|
|
48
|
+
- `profile-read` and `profile-update` for the customisation profile
|
|
49
|
+
- `action-pending`, `action-approve`, `action-reject`, `action-edit` for the per-message approval gates in chase-progression
|
|
50
|
+
|
|
51
|
+
## References
|
|
52
|
+
|
|
53
|
+
Domain knowledge files loaded on demand by each skill.
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: chase-progression
|
|
3
|
+
description: "The headline daily-and-on-demand workflow that protects pipeline fee income. Surfaces stalled sale-agreed deals ranked by fall-through risk and fee value, drafts tone-matched messages per stakeholder, and fires only the messages the operator approves. Triggers when the operator says 'chase the chain', 'chase progression', 'where is everyone on <address>', 'push <name>'s deal', 'push the chain on <address>', 'follow up on the <name> solicitors', 'what's stalled', 'stalled deals', 'any updates on <address>'. Also runs as a sub-flow of the morning round."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Chase progression
|
|
7
|
+
|
|
8
|
+
The master workflow owned by the negotiator. The headline of the product. Sales agents lose more fee income to stalled chains than to any single other cause; this workflow protects every pipeline fee the agent has earned.
|
|
9
|
+
|
|
10
|
+
Done well, every weekday morning the operator opens chase-progression, reads 5 to 15 ranked stalled deals with drafted messages, approves the ones to send, edits one or two, skips the ones already handled, and is done in under 10 minutes. The alternative is a half-day a week on the same work, done badly.
|
|
11
|
+
|
|
12
|
+
## Inputs
|
|
13
|
+
|
|
14
|
+
- The customisation profile.
|
|
15
|
+
- Every sale-agreed deal in the CRM with its full state, including last contact per party.
|
|
16
|
+
- The mortgage offer expiry dates held in the CRM where available.
|
|
17
|
+
- The calendar (for surveyor and viewing schedules).
|
|
18
|
+
|
|
19
|
+
If invoked with a property name ("push 14 Garth Road"), the workflow narrows to the single-deal deep dive for that property and skips the across-pipeline view.
|
|
20
|
+
|
|
21
|
+
## Architecture principles encoded here
|
|
22
|
+
|
|
23
|
+
- Read before write. The workflow opens by reading the chain state for every deal. It does not draft a message until the deal state has been built.
|
|
24
|
+
- Stage, don't send. Every message is a draft until the operator approves it. The workflow never fires a message that has been edited but not re-approved.
|
|
25
|
+
- One screen of output. The ranked list collapses to one screen even when there are 15 deals. Each row is one line until the operator expands it.
|
|
26
|
+
- Cite the source. Every cause sentence cites the connector reads that support it. Every draft message references the actual deal record.
|
|
27
|
+
- Teach the profile. Edit-before-send diffs are the gold signal; see learning hooks.
|
|
28
|
+
- Reversible. A sent message creates a CRM activity entry. The "spoke to them" override removes a recipient and logs the verbal contact.
|
|
29
|
+
|
|
30
|
+
## Two views
|
|
31
|
+
|
|
32
|
+
### Across-pipeline view
|
|
33
|
+
|
|
34
|
+
Every sale-agreed deal stalled past the threshold for the relevant stakeholder type, ranked by fall-through risk multiplied by fee value. For each deal, one line shows:
|
|
35
|
+
|
|
36
|
+
- Property
|
|
37
|
+
- Days since the last positive movement
|
|
38
|
+
- One-line cause from chain state
|
|
39
|
+
- Drafted message ready to fire
|
|
40
|
+
|
|
41
|
+
Built by composing `chain-progression-tracker` (state), `risk-scorer` (risk), `priority-ranker` (rank), and `tone-matched-drafter` (drafts).
|
|
42
|
+
|
|
43
|
+
### Single-deal deep-dive view
|
|
44
|
+
|
|
45
|
+
When the operator names a property, the workflow returns the full state: every party, every last-known status, every outstanding action, every risk flag, and draft messages for every stakeholder who needs chasing. Each draft is in the right tone for that recipient and channel.
|
|
46
|
+
|
|
47
|
+
## Tone and channel per recipient type
|
|
48
|
+
|
|
49
|
+
The profile holds a tone preference per type, calibrated from voice samples and from edit-before-send diffs. Defaults:
|
|
50
|
+
|
|
51
|
+
| Recipient type | Default tone | Channel default |
|
|
52
|
+
|---|---|---|
|
|
53
|
+
| Vendor (familiar) | Conversational, first name | WhatsApp or mobile |
|
|
54
|
+
| Vendor (formal) | Polite, surname | Email |
|
|
55
|
+
| Buyer (familiar) | Conversational, first name | WhatsApp or mobile |
|
|
56
|
+
| Buyer (formal) | Polite, surname | Email |
|
|
57
|
+
| Vendor solicitor | Formal, surname, references file | Email |
|
|
58
|
+
| Buyer solicitor | Formal, surname, references file | Email |
|
|
59
|
+
| Mortgage broker | Polite, first name, references buyer | Email or phone |
|
|
60
|
+
| Surveyor | Brief, polite, references property | Email |
|
|
61
|
+
|
|
62
|
+
Defaults are starting points. Within a month of use each agent's tone profile is distinct.
|
|
63
|
+
|
|
64
|
+
## Approval gates
|
|
65
|
+
|
|
66
|
+
Per message. The workflow presents drafts in a batch (cap 15). The operator can:
|
|
67
|
+
|
|
68
|
+
- **Approve all.** Fires every message as drafted.
|
|
69
|
+
- **Approve, edit some.** Edits are captured for learning. Remaining approved messages fire as drafted.
|
|
70
|
+
- **Approve some, skip some.** Fires only approved ones. Skipped recipients are excluded from chase for 24 hours.
|
|
71
|
+
- **Pause.** Saves the batch and returns to it later.
|
|
72
|
+
|
|
73
|
+
If the operator has more than 15 stalled deals, the workflow surfaces two batches of 15 with a pause between rather than one batch of 30. Approve-all-and-regret is the failure mode the cap prevents.
|
|
74
|
+
|
|
75
|
+
## The "spoke to them" override
|
|
76
|
+
|
|
77
|
+
The most frequent operator action with this workflow is "don't chase Mrs Patel, I spoke to her yesterday". The workflow recognises this phrasing, removes the recipient from the batch, writes a CRM activity entry with timestamp and the note "operator confirms verbal contact, no chase needed", and resets the stalled-threshold clock for that recipient.
|
|
78
|
+
|
|
79
|
+
## Continuous learning hooks
|
|
80
|
+
|
|
81
|
+
- Cadence per stakeholder type. "I chase solicitors at 5 days, brokers at 3, vendors weekly". Learned from explicit corrections and from edit-frequency patterns.
|
|
82
|
+
- Tone profile. The deepest learning hook in the product. Every edit-before-send diff is gold. Within a quarter the workflow should be drafting messages the agent sends without editing 80% of the time.
|
|
83
|
+
- Risk weights. Reweighted by which deals actually fall through (negative outcome) and which complete (positive outcome). Slow signal, high quality.
|
|
84
|
+
- Skip patterns. Recipients the agent never chases (a friend, a regular client they handle in person) get excluded automatically once the pattern is recognised.
|
|
85
|
+
- Channel preferences per recipient. If the operator always changes the drafted email to a WhatsApp, the channel preference updates.
|
|
86
|
+
- Phrasing pet peeves. "I hope this finds you well" edited out every time stops appearing in drafts.
|
|
87
|
+
|
|
88
|
+
All writes go through `profile-writer`.
|
|
89
|
+
|
|
90
|
+
## Connectors
|
|
91
|
+
|
|
92
|
+
Read: CRM, email, WhatsApp, calendar, mortgage offer expiry data if held in CRM.
|
|
93
|
+
Write: Email, WhatsApp Business, SMS, each on explicit per-message approval.
|
|
94
|
+
|
|
95
|
+
## WhatsApp Business templating
|
|
96
|
+
|
|
97
|
+
WhatsApp Business is rate-limited and template-restricted for the first interaction with a recipient. The workflow knows when a recipient is on an open 24-hour conversation window and when a template message is required. The operator does not need to know which is which; the draft adapts.
|
|
98
|
+
|
|
99
|
+
## Profile keys
|
|
100
|
+
|
|
101
|
+
- `realagent.stalled_threshold_days.*` (per stakeholder type)
|
|
102
|
+
- `realagent.tone_profile.*` (per recipient type)
|
|
103
|
+
- `realagent.channel_preference.<recipient_id>` (learned per recipient)
|
|
104
|
+
- `realagent.batch_cap` (default 15)
|
|
105
|
+
- `realagent.skip_recipients` (list, learned)
|
|
106
|
+
- `realagent.phrasing_pet_peeves` (list of phrases the agent edits out, learned)
|
|
107
|
+
- `realagent.risk_weights.*` (learned from outcome correlation)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: negotiation
|
|
3
|
+
description: "Handle offer presentation, deal saving, multi-offer scenarios, and negotiation preparation. Agent captures and prepares — the business owner negotiates."
|
|
4
|
+
publicEmbed: false
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Negotiation
|
|
8
|
+
|
|
9
|
+
Provides guidance on the information-gathering and preparation side of negotiations. The agent never negotiates directly — the business owner handles all negotiation — but the agent prepares the ground.
|
|
10
|
+
|
|
11
|
+
## When to Activate
|
|
12
|
+
|
|
13
|
+
An offer has been received, a deal is at risk of falling through, a multi-offer situation is developing, or preparation is needed for a pricing conversation.
|
|
14
|
+
|
|
15
|
+
## Reference Table
|
|
16
|
+
|
|
17
|
+
| Task | When | Reference |
|
|
18
|
+
|------|------|-----------|
|
|
19
|
+
| Negotiation prep (principles + checklist) | Immediately after an offer / counter / wobble | `references/negotiation-prep-principles.md` |
|
|
20
|
+
| Five techniques + tactical principles | Deep preparation for complex negotiations | `references/negotiation-techniques.md` |
|
|
21
|
+
| Deep negotiation guide (Serhant) | Interests vs positions, comp reports, silence | `references/negotiation-deep-guide.md` |
|
|
22
|
+
| Offer presentation prep | Offer received, needs presenting to vendor | `references/offer-presentation.md` |
|
|
23
|
+
| Deal saving | Agreed sale at risk of collapse | `references/deal-saving.md` |
|
|
24
|
+
|
|
25
|
+
## Key Rules
|
|
26
|
+
|
|
27
|
+
- The agent NEVER negotiates — no counter-offers, no hints, no pressure
|
|
28
|
+
- Information asymmetry is critical — never disclose vendor circumstances to buyers or vice versa
|
|
29
|
+
- Speed matters — offers and at-risk deals are time-sensitive, always escalate promptly
|
|
30
|
+
- Frame the business owner as the negotiation expert
|
|
31
|
+
- Negotiate for the DEAL, not to "win" — mutually beneficial outcomes
|
|
32
|
+
- Interests over positions — understand WHY, not just WHAT
|
|
33
|
+
- Always know three numbers before entering: first offer, best target, walkaway
|
|
34
|
+
- Let silence do the heavy lifting — present your point, then wait
|
|
35
|
+
- Precise counter-numbers give credibility (£298,450 not £300,000)
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Deal Saving
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
When an agreed sale is at risk of collapsing, identify the issue and help the agent resolve it. Around 30% of agreed sales fall through — the agent's role is to minimise that number through proactive management.
|
|
6
|
+
|
|
7
|
+
## Common Reasons Deals Fail
|
|
8
|
+
|
|
9
|
+
### Survey Issues
|
|
10
|
+
- Down-valuation (lender values below purchase price)
|
|
11
|
+
- Structural concerns flagged
|
|
12
|
+
- Costly repairs identified
|
|
13
|
+
|
|
14
|
+
**Agent's role:** Gather the specific concerns. What exactly did the survey say? What's the buyer's reaction? Are they willing to proceed at a lower price, or do they want the issue fixed first? Compile for the agent.
|
|
15
|
+
|
|
16
|
+
### Chain Breaks
|
|
17
|
+
- Someone further up or down the chain pulls out
|
|
18
|
+
- A related sale falls through
|
|
19
|
+
|
|
20
|
+
**Agent's role:** Map the chain clearly. Who has fallen out? What are the options — can the affected party find an alternative quickly? Is there a chain-break solution (bridging finance, temporary rental)?
|
|
21
|
+
|
|
22
|
+
### Buyer Cold Feet
|
|
23
|
+
- Found another property
|
|
24
|
+
- Change in financial circumstances
|
|
25
|
+
- Emotional uncertainty
|
|
26
|
+
|
|
27
|
+
**Agent's role:** Understand what's changed. Is it fixable? Remind them (gently) why they fell in love with the property. But never pressure — if they've genuinely changed their mind, it's better to know now.
|
|
28
|
+
|
|
29
|
+
### Solicitor Delays
|
|
30
|
+
- Slow searches, unresponsive solicitors, missing paperwork
|
|
31
|
+
|
|
32
|
+
**Agent's role:** Identify the bottleneck. Which solicitor? What's outstanding? How long have they been waiting? The agent can then apply pressure directly.
|
|
33
|
+
|
|
34
|
+
### Vendor Changes Mind
|
|
35
|
+
- Changed circumstances, emotional attachment, second thoughts
|
|
36
|
+
|
|
37
|
+
**Agent's role:** Listen, understand, flag to the agent immediately. This is a sensitive conversation the agent should lead.
|
|
38
|
+
|
|
39
|
+
## Escalation
|
|
40
|
+
|
|
41
|
+
All deal-saving situations should be flagged to the agent with:
|
|
42
|
+
- What the issue is (specific, not vague)
|
|
43
|
+
- What the parties have said
|
|
44
|
+
- What the options appear to be
|
|
45
|
+
- How time-sensitive it is
|
|
46
|
+
|
|
47
|
+
Speed matters. A wobble that's caught in 24 hours is often saveable. A wobble that festers for a week becomes a collapse.
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Negotiation Deep Guide
|
|
2
|
+
*Adapted from Serhant Closing & Negotiation Guide*
|
|
3
|
+
|
|
4
|
+
## Three Fundamentals
|
|
5
|
+
|
|
6
|
+
1. **You're working for the DEAL** — not to "win"
|
|
7
|
+
2. **Playing for the other side to win** — when they win, you win
|
|
8
|
+
3. **Put interests over ego** — hard on the problem, soft on the person
|
|
9
|
+
|
|
10
|
+
## Interests vs Positions
|
|
11
|
+
|
|
12
|
+
Positions are what people SAY they want. Interests are WHY they want it.
|
|
13
|
+
|
|
14
|
+
**Example:** Buyer says can't go above £485k. Why?
|
|
15
|
+
- Can't secure a larger mortgage
|
|
16
|
+
- Needs renovation budget factored in
|
|
17
|
+
- Hasn't sold yet
|
|
18
|
+
- Monthly payment concern
|
|
19
|
+
|
|
20
|
+
**Vendor says won't go below £500k. Why?**
|
|
21
|
+
- Needs the money for next purchase
|
|
22
|
+
- Emotional attachment to what they paid
|
|
23
|
+
- Not in a rush
|
|
24
|
+
|
|
25
|
+
**If you know the interests, you may bridge the gap creatively** — timelines, fixtures, completion dates.
|
|
26
|
+
|
|
27
|
+
## Preparation: Three Numbers
|
|
28
|
+
|
|
29
|
+
1. **First offer** — opening position (supported by evidence)
|
|
30
|
+
2. **Best target** — realistic hope (NEVER share)
|
|
31
|
+
3. **Walkaway** — absolute limit (set BEFORE emotions kick in)
|
|
32
|
+
|
|
33
|
+
## Five Techniques
|
|
34
|
+
|
|
35
|
+
### 1. "The Pull"
|
|
36
|
+
Pull the deal away when it drags and your side wants it more.
|
|
37
|
+
|
|
38
|
+
### 2. "The Facts"
|
|
39
|
+
Pull the comps. Present the evidence. Hard to argue with data.
|
|
40
|
+
|
|
41
|
+
### 3. "What Do You Want To Do?"
|
|
42
|
+
When the deal is fair — put the decision in their hands.
|
|
43
|
+
|
|
44
|
+
### 4. "The Emotions"
|
|
45
|
+
"£10k over budget, spread over 10 years, is £1,000 a year. Is this home worth that?"
|
|
46
|
+
|
|
47
|
+
### 5. "The Reality"
|
|
48
|
+
Sometimes the truth hurts. The best agents tell it.
|
|
49
|
+
|
|
50
|
+
## Tactical Principles
|
|
51
|
+
|
|
52
|
+
- **Reciprocity** — offer something, ask something in return
|
|
53
|
+
- **No hostile emotions** — agents are shock absorbers
|
|
54
|
+
- **Silence** — present your point, then SHUT UP
|
|
55
|
+
- **Decoy** — ask for something expendable first, then win what matters
|
|
56
|
+
- **Gradual persuasion** — tugboats, not rams
|
|
57
|
+
- **Precise numbers** — £298,450 not £300,000
|
|
58
|
+
|
|
59
|
+
## Comparable Reports
|
|
60
|
+
|
|
61
|
+
- Start with the building/street — most recent sales first
|
|
62
|
+
- Comp realistically — explain outliers
|
|
63
|
+
- More recent = better — nothing over 12 months
|
|
64
|
+
- Comps should never make a seller feel bad — they're helpful tools
|