@rubytech/create-maxy-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 -95
- 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
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
# Tom Ferry 8-Stage Discovery for Estate Agents
|
|
2
|
+
|
|
3
|
+
Tom Ferry's listing presentation and discovery structure adapted for UK estate agency. The key principle: **you win the instruction before you talk about price or commission** by asking the right questions and positioning yourself as the trusted adviser.
|
|
4
|
+
|
|
5
|
+
## Stage 1: Build Rapport (5 minutes)
|
|
6
|
+
|
|
7
|
+
Don't jump straight into business. Build connection first.
|
|
8
|
+
|
|
9
|
+
Questions:
|
|
10
|
+
- "Before we get into the details of the property, tell me a little about your plans. Where are you hoping to move to?"
|
|
11
|
+
- "How long have you lived here?"
|
|
12
|
+
- "What have you loved most about living here?"
|
|
13
|
+
- "What prompted the move now?"
|
|
14
|
+
|
|
15
|
+
**Why:** People open up. You understand motivation. You build trust.
|
|
16
|
+
|
|
17
|
+
> "People don't care how much you know until they know how much you care."
|
|
18
|
+
|
|
19
|
+
## Stage 2: Discover Their Motivation
|
|
20
|
+
|
|
21
|
+
The most important stage. Ask:
|
|
22
|
+
- "Why are you moving?"
|
|
23
|
+
- "Where are you hoping to go next?"
|
|
24
|
+
- "When ideally would you like to be there?"
|
|
25
|
+
- "What happens if the home doesn't sell?"
|
|
26
|
+
|
|
27
|
+
This reveals urgency, timeline, and emotional drivers. **Focus heavily on motivation before price.**
|
|
28
|
+
|
|
29
|
+
## Stage 3: Set the Agenda
|
|
30
|
+
|
|
31
|
+
Take control of the meeting:
|
|
32
|
+
|
|
33
|
+
> "Here's what I'd suggest we do today. First we'll take a look around the property together. Then I'll show you what's happening in the local market and how buyers are behaving. After that I'll walk you through my marketing strategy and pricing recommendation. At the end you can decide if you feel I'm the right person to help you."
|
|
34
|
+
|
|
35
|
+
## Stage 4: Tour the Property
|
|
36
|
+
|
|
37
|
+
Ask questions during the tour, don't walk silently:
|
|
38
|
+
- "What improvements have you made since you moved in?"
|
|
39
|
+
- "What do buyers tend to compliment when they visit?"
|
|
40
|
+
- "What do you think people will love most about this home?"
|
|
41
|
+
|
|
42
|
+
This gives you marketing angles, emotional selling points, and seller involvement.
|
|
43
|
+
|
|
44
|
+
## Stage 5: Present Market Data
|
|
45
|
+
|
|
46
|
+
Shift from friendly conversation to expert adviser. Show:
|
|
47
|
+
- Comparable sales
|
|
48
|
+
- Current competition
|
|
49
|
+
- Buyer demand
|
|
50
|
+
- Average days on market
|
|
51
|
+
|
|
52
|
+
> "The market sets the price, not the agent."
|
|
53
|
+
|
|
54
|
+
## Stage 6: Present Marketing Strategy
|
|
55
|
+
|
|
56
|
+
Demonstrate your difference. Most agents say "We'll put it on Rightmove." Top agents show how they create demand:
|
|
57
|
+
- Professional photography
|
|
58
|
+
- Cinematic video
|
|
59
|
+
- Social media exposure
|
|
60
|
+
- Database marketing
|
|
61
|
+
- Buyer targeting
|
|
62
|
+
- Email campaigns
|
|
63
|
+
- Premium portals
|
|
64
|
+
|
|
65
|
+
The message: **"I don't just list homes. I launch them."**
|
|
66
|
+
|
|
67
|
+
## Stage 7: Pricing Strategy Conversation
|
|
68
|
+
|
|
69
|
+
Instead of telling the price, ask:
|
|
70
|
+
|
|
71
|
+
> "Based on everything we've looked at today, where do you feel the home should be positioned in the market?"
|
|
72
|
+
|
|
73
|
+
Let them answer. Then guide toward the data:
|
|
74
|
+
|
|
75
|
+
> "What concerns me about pricing higher is we risk missing the strongest buyers in the first two weeks."
|
|
76
|
+
|
|
77
|
+
Three key price questions:
|
|
78
|
+
- "What price would you love to achieve?"
|
|
79
|
+
- "What price would you be comfortable with?"
|
|
80
|
+
- "What price would make you say 'let's not sell'?"
|
|
81
|
+
|
|
82
|
+
## Stage 8: The Close
|
|
83
|
+
|
|
84
|
+
Soft but confident:
|
|
85
|
+
|
|
86
|
+
> "Do you feel confident that I'm the right person to help you get this home sold?"
|
|
87
|
+
|
|
88
|
+
If yes: "Great. Let's talk about the next steps so we can get the marketing started."
|
|
89
|
+
|
|
90
|
+
## Tom Ferry's 4-Step Objection Formula
|
|
91
|
+
|
|
92
|
+
1. Acknowledge the concern
|
|
93
|
+
2. Ask a question
|
|
94
|
+
3. Understand the real objection
|
|
95
|
+
4. Reframe the conversation
|
|
96
|
+
|
|
97
|
+
> "Curiosity beats confrontation."
|
|
98
|
+
|
|
99
|
+
## Tom Ferry's Golden Rule
|
|
100
|
+
|
|
101
|
+
> "He who asks the questions controls the conversation."
|
|
102
|
+
|
|
103
|
+
The listing presentation should feel like a consultation, not a pitch.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Vendor Motivation & Competitor Destroyer Questions
|
|
2
|
+
|
|
3
|
+
Sources: Tom Panos (Real Estate Gym)
|
|
4
|
+
|
|
5
|
+
## Question-Based Listing Presentation
|
|
6
|
+
|
|
7
|
+
Use during the guided tour of the property:
|
|
8
|
+
|
|
9
|
+
- "Have you ever sold a property before?"
|
|
10
|
+
- "How did it go?"
|
|
11
|
+
- "What did you like about the process?"
|
|
12
|
+
- "What didn't you like about the process?"
|
|
13
|
+
- "When selecting an agent, what are the top 3 things you're looking for when making that decision?"
|
|
14
|
+
- "Are you going to make a decision on an agent based on the things the agent *can't* control (e.g. the price) or the things the agent *can* control — such as the marketing, strategy, negotiation ability?"
|
|
15
|
+
|
|
16
|
+
> **Remember:** Rookies make statements. Top agents ask questions.
|
|
17
|
+
|
|
18
|
+
## Hope-to-Get vs Expected Price
|
|
19
|
+
|
|
20
|
+
Use to reveal how much the vendor is really prepared to accept and how motivated they are.
|
|
21
|
+
|
|
22
|
+
Script:
|
|
23
|
+
> "I have a buyer that's ready to go, they can sign a contract in the next 24 hours. Their limit is £[market value]. Am I wasting my time bringing them around?"
|
|
24
|
+
|
|
25
|
+
Three possible responses:
|
|
26
|
+
1. **"Yes, you're wasting your time"** — may have an unmotivated vendor
|
|
27
|
+
2. **"Will the buyer come up a little?"** — positive, vendor is negotiable
|
|
28
|
+
3. **"Yes, bring them around"** — motivated vendor, don't take note of their asking price
|
|
29
|
+
|
|
30
|
+
## 15 Competitor Destroyer Questions
|
|
31
|
+
|
|
32
|
+
Give these to the vendor to ask the other agents. This highlights your strengths and exposes competitor weaknesses:
|
|
33
|
+
|
|
34
|
+
> "Mr & Mrs Vendor, even if I don't end up working for you, my wish is that you select the best agent. To help you interview the other agents, here are some questions:"
|
|
35
|
+
|
|
36
|
+
1. Can you provide a local market report and discuss market trends, predictions, and insights?
|
|
37
|
+
2. Which properties have you sold in the area? How have they performed?
|
|
38
|
+
3. What is your list-to-sell ratio?
|
|
39
|
+
4. What are your average days on market?
|
|
40
|
+
5. Do you have strong buyers for a property like mine?
|
|
41
|
+
6. Do you have a checklist to prepare my home for sale?
|
|
42
|
+
7. Can you prove that you've sold similar homes for more than your competitors?
|
|
43
|
+
8. Can I have a list of the last 10 sellers with their contact details, for reference purposes?
|
|
44
|
+
9. Can you show me a copy of the vendor report I should expect to receive each week?
|
|
45
|
+
10. Will you be doing all the viewings yourself and speaking to all the buyers personally?
|
|
46
|
+
11. What will your response be when a buyer says my house is not worth [amount]?
|
|
47
|
+
12. Do you have buyers' agents in your office, or can you help me find a property in [area]?
|
|
48
|
+
13. What do you think is the actual clearance rate in our market?
|
|
49
|
+
14. Why should I sell now instead of renting out my property / waiting for the market to improve?
|
|
50
|
+
15. All the agents in the area know what they charge. If you're as competent as you say, why wouldn't you charge the same?
|
|
51
|
+
|
|
52
|
+
**Critical:** Make sure you have answers to all 15 covered in your own presentation before giving them to the vendor.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sales-negotiation
|
|
3
|
+
description: "Frame value, protect price, and navigate objections — integrating Chris Voss, Tom Panos, Tony Morris, Phil Jones, and Serhant negotiation frameworks."
|
|
4
|
+
publicEmbed: false
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Sales Negotiation (v2)
|
|
8
|
+
|
|
9
|
+
When the conversation turns to price, your job is to protect value -- not to discount.
|
|
10
|
+
|
|
11
|
+
## Three rules
|
|
12
|
+
|
|
13
|
+
1. **Value before price.** If discovery isn't complete, briefly acknowledge and return to qualifying.
|
|
14
|
+
2. **Frame cost as investment.** Translate into outcomes and avoided pain.
|
|
15
|
+
3. **Never concede without gaining.** Any concession must be reciprocal.
|
|
16
|
+
|
|
17
|
+
## What negotiation is not
|
|
18
|
+
|
|
19
|
+
- apologising for price
|
|
20
|
+
- creating false urgency
|
|
21
|
+
- discounting without approval
|
|
22
|
+
|
|
23
|
+
## References (load as needed)
|
|
24
|
+
|
|
25
|
+
- **Serhant deal-saving tactics** -> `references/serhant-negotiation-plus.md`
|
|
26
|
+
- **Chris Voss negotiation framework** -> `references/chris-voss-negotiation.md`
|
|
27
|
+
- **Tom Panos commission & pricing scripts** -> `references/tom-panos-commission-pricing.md`
|
|
28
|
+
- **Tony Morris -- questioning for commitment** -> `references/tony-morris-questioning.md`
|
|
29
|
+
- **Phil Jones magic words for price** -> `references/phil-jones-price-words.md`
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Chris Voss -- Full Negotiation Framework for Estate Agency
|
|
2
|
+
|
|
3
|
+
Source: "Never Split the Difference" by Chris Voss
|
|
4
|
+
|
|
5
|
+
Core argument: **Traditional negotiation advice is wrong.** Compromise and "meeting in the middle" is lazy. Great negotiators use psychology, empathy, and calibrated questions.
|
|
6
|
+
|
|
7
|
+
## The Complete Toolkit
|
|
8
|
+
|
|
9
|
+
### 1. Tactical Empathy
|
|
10
|
+
Not sympathy -- **tactical empathy** means understanding the other person's emotions, acknowledging them, and showing you see their perspective.
|
|
11
|
+
|
|
12
|
+
### 2. Mirroring
|
|
13
|
+
Repeat the last 1-3 words someone said to encourage them to elaborate.
|
|
14
|
+
|
|
15
|
+
### 3. Labelling
|
|
16
|
+
Name the other person's emotion to defuse it.
|
|
17
|
+
- "It seems like you're concerned about the timing."
|
|
18
|
+
- "It sounds like you feel pressured."
|
|
19
|
+
|
|
20
|
+
### 4. The Power of "That's Right"
|
|
21
|
+
Summarise their position until they say "That's right." Trust increases dramatically.
|
|
22
|
+
**"That's right" = real agreement. "You're right" = dismissal.**
|
|
23
|
+
|
|
24
|
+
### 5. Calibrated Questions
|
|
25
|
+
- "How am I supposed to do that?" (when asked to reduce fee)
|
|
26
|
+
- "What would make this work for you?"
|
|
27
|
+
- "How can we solve this together?"
|
|
28
|
+
- "What made you arrive at that figure?"
|
|
29
|
+
|
|
30
|
+
### 6. The Accusation Audit
|
|
31
|
+
**For fee negotiation:**
|
|
32
|
+
> "You may feel like the fee is too much. You might think you could find a cheaper agent. And you might wonder whether the extra marketing really makes a difference."
|
|
33
|
+
|
|
34
|
+
**For price reduction:**
|
|
35
|
+
> "You're probably going to feel like I'm the bearer of bad news. And the last thing I want is for you to think I didn't fight for you."
|
|
36
|
+
|
|
37
|
+
### 7. The Ackerman Model
|
|
38
|
+
Structured bargaining:
|
|
39
|
+
1. Set your target price
|
|
40
|
+
2. Start at 65% of target
|
|
41
|
+
3. Increase in decreasing increments: 85%, 95%, 100%
|
|
42
|
+
4. Final offer uses a precise, non-round number (e.g. £487,250 not £487,000)
|
|
43
|
+
5. On the final amount, throw in a non-monetary item
|
|
44
|
+
|
|
45
|
+
The precise number signals "I've calculated this to my absolute limit."
|
|
46
|
+
|
|
47
|
+
### 8. Three Negotiation Tones
|
|
48
|
+
1. **Late-Night FM DJ Voice** -- slow, calm, reassuring. Use to reduce tension.
|
|
49
|
+
2. **Positive Playful Voice** -- friendly and warm. Use to build rapport.
|
|
50
|
+
3. **Direct Voice** -- assertive but calm. Use sparingly.
|
|
51
|
+
|
|
52
|
+
## Practical Estate Agent Scripts
|
|
53
|
+
|
|
54
|
+
**Buyer offers £780k on a £850k property:**
|
|
55
|
+
|
|
56
|
+
Voss style:
|
|
57
|
+
> "It sounds like you're trying to make sure you don't overpay."
|
|
58
|
+
> [Pause]
|
|
59
|
+
> "What made you arrive at £780k?"
|
|
60
|
+
|
|
61
|
+
**Vendor resisting price reduction:**
|
|
62
|
+
> "It seems like you feel the property is worth more."
|
|
63
|
+
> "What would need to happen for you to feel comfortable adjusting the guide price?"
|
|
64
|
+
|
|
65
|
+
## Core Principles
|
|
66
|
+
|
|
67
|
+
- People care about: **Autonomy, Respect, Being Heard**
|
|
68
|
+
- Listening is more powerful than talking
|
|
69
|
+
- "No" creates safety -- encourage it
|
|
70
|
+
- Aim for "That's right", not "You're right"
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Phil Jones -- Magic Words for Price Conversations
|
|
2
|
+
|
|
3
|
+
Source: "Exactly What to Say" by Phil M. Jones
|
|
4
|
+
|
|
5
|
+
## For Fee Protection
|
|
6
|
+
|
|
7
|
+
### "I'm not sure if it's for you, but..."
|
|
8
|
+
> "I'm not sure if it's for you, but our premium marketing package has consistently helped vendors achieve 5-10% more than the initial valuation."
|
|
9
|
+
|
|
10
|
+
### "Just imagine..."
|
|
11
|
+
> "Just imagine the difference an extra £20,000 would make to your onward purchase."
|
|
12
|
+
|
|
13
|
+
### "How open-minded would you be..."
|
|
14
|
+
> "How open-minded would you be to investing a little more in marketing if it meant attracting stronger offers?"
|
|
15
|
+
|
|
16
|
+
### "Don't take my word for it"
|
|
17
|
+
> "Don't take my word for it -- here are the results from the last five homes we've marketed at this level."
|
|
18
|
+
|
|
19
|
+
## For Price Reduction Conversations
|
|
20
|
+
|
|
21
|
+
### "Before you decide..."
|
|
22
|
+
> "Before you decide to hold at the current asking price, there's something you should see about how buyers are behaving this month."
|
|
23
|
+
|
|
24
|
+
### "If... then..."
|
|
25
|
+
> "If we adjusted the guide price to £475,000, then we'd be visible to a much larger pool of active buyers. Would that be worth exploring?"
|
|
26
|
+
|
|
27
|
+
### "Would it be a bad idea if..."
|
|
28
|
+
> "Would it be a bad idea if we tested a new price for two weeks and measured the response?"
|
|
29
|
+
|
|
30
|
+
## For Handling "Your fee is too high"
|
|
31
|
+
|
|
32
|
+
### "What do you know about..."
|
|
33
|
+
> "What do you know about how fee levels typically correlate with sale prices in this area?"
|
|
34
|
+
|
|
35
|
+
### "If you were to..."
|
|
36
|
+
> "If you were to choose the cheapest agent and the property took three months longer to sell, what would that cost you in terms of your onward move?"
|
|
37
|
+
|
|
38
|
+
## The Golden Rule
|
|
39
|
+
|
|
40
|
+
> "The difference between a good conversation and a great one is often just a few words."
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Serhant Negotiation -- Expanded
|
|
2
|
+
|
|
3
|
+
## Bridge the gap
|
|
4
|
+
- break big numbers into smaller frames
|
|
5
|
+
- always counter (keep the conversation alive)
|
|
6
|
+
- trade structure for price (phasing, terms, added value)
|
|
7
|
+
|
|
8
|
+
## Play the fears (ethically)
|
|
9
|
+
Name real costs of delay (time, uncertainty, restarting).
|
|
10
|
+
Never fabricate urgency.
|
|
11
|
+
|
|
12
|
+
## Keep the conversation moving
|
|
13
|
+
Silence kills deals.
|
|
14
|
+
If you can't answer now: acknowledge + set a time.
|
|
15
|
+
|
|
16
|
+
## Calm / Control / Conviction
|
|
17
|
+
- calm tone
|
|
18
|
+
- control the process
|
|
19
|
+
- conviction in boundaries and next step
|
|
20
|
+
|
|
21
|
+
## Selective communication (MAP)
|
|
22
|
+
Before sharing a problem:
|
|
23
|
+
- **M material?**
|
|
24
|
+
- **A answer?**
|
|
25
|
+
- **P personality?**
|
|
26
|
+
|
|
27
|
+
## Positive sandwich
|
|
28
|
+
Positive -> constraint -> path forward.
|
|
29
|
+
|
|
30
|
+
## CODO Mindset: Push, Pull, Persist
|
|
31
|
+
|
|
32
|
+
- **Push** -- prepare your client for the process, connect them to the right people, use market research to anticipate what might happen next
|
|
33
|
+
- **Pull** -- pulling the deal away reminds people why they are truly invested
|
|
34
|
+
- **Persist** -- keep repeating the same story with consistent language
|
|
35
|
+
|
|
36
|
+
## ABC Method for Client Communication
|
|
37
|
+
|
|
38
|
+
- **Answer** -- acknowledge client's concern
|
|
39
|
+
- **Bridge** -- offer your take ("how about...")
|
|
40
|
+
- **Communicate** -- give them your solution
|
|
41
|
+
|
|
42
|
+
## The HALL Method
|
|
43
|
+
|
|
44
|
+
- **H** -- Have empathy
|
|
45
|
+
- **A** -- Always counter
|
|
46
|
+
- **L** -- Look for the sweet spot
|
|
47
|
+
- **L** -- Listen
|
|
48
|
+
|
|
49
|
+
## Five-Step Path to CODO
|
|
50
|
+
|
|
51
|
+
1. **Know the star players** -- map every person involved and what they want
|
|
52
|
+
2. **Know the opposing team** -- research the other agent, their client, lifestyle, motivations
|
|
53
|
+
3. **Create urgency** -- the right kind, based on real market factors
|
|
54
|
+
4. **Study the market** -- comparable data, supply/demand, days on market
|
|
55
|
+
5. **Work the setting** -- choose the right communication method for each scenario
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# Tom Panos -- Commission & Pricing Scripts for Estate Agents
|
|
2
|
+
|
|
3
|
+
Source: Real Estate Gym (Tom Panos)
|
|
4
|
+
|
|
5
|
+
## Commission Accelerator Scheme
|
|
6
|
+
|
|
7
|
+
An accelerated/bonus commission scheme negotiated with the vendor at the time of listing.
|
|
8
|
+
|
|
9
|
+
**Script:**
|
|
10
|
+
> YOU: "Mr & Mrs Vendor, what's the number that's going to make you happy at the end of the day?"
|
|
11
|
+
> VENDOR: "£1.2m"
|
|
12
|
+
> YOU: "OK that's good. Our standard fee is 1.5%. Can I ask you this: if I get you an extra £100k, would you be happy to give me £10k?"
|
|
13
|
+
> VENDOR: "Yes"
|
|
14
|
+
> YOU: "OK well I'm going to back myself here. If you're agreeing to give me £10k if I get you another hundred, let's put in the scheme of 1.5% up to £1.2m and then 10% thereafter. Are you comfortable with that?"
|
|
15
|
+
|
|
16
|
+
## Buyer Negotiation Dialogue
|
|
17
|
+
|
|
18
|
+
> "Thanks for that offer. That price level has already been tested and is unlikely to be accepted. If it wasn't accepted, what would your next offer be?"
|
|
19
|
+
|
|
20
|
+
## The "What If" Script
|
|
21
|
+
|
|
22
|
+
**Giving an offer to vendors (e.g. £580k) and they reject:**
|
|
23
|
+
> "Can I ask you -- what if the buyer came back and went to £582k? What would happen then?"
|
|
24
|
+
|
|
25
|
+
**Setting the reserve with vendors (e.g. £600k):**
|
|
26
|
+
> "Can I ask you -- what if the bidding stops at £550k? What would happen next?"
|
|
27
|
+
|
|
28
|
+
**Negotiating with buyers (offer of £550k, asking price £575k):**
|
|
29
|
+
> "What if the vendors came down to £570k, what would you do then?"
|
|
30
|
+
|
|
31
|
+
**Why it's powerful:** By asking "what if...?" you bring forth hypothetical scenarios that reveal true expectations without any pressure.
|
|
32
|
+
|
|
33
|
+
## Hope-to-Get vs Expected Price
|
|
34
|
+
|
|
35
|
+
> "I have a buyer that's ready to go, they can sign a contract in the next 24 hours. Their limit is [market value]. Am I wasting my time bringing them around?"
|
|
36
|
+
|
|
37
|
+
Three responses reveal motivation level:
|
|
38
|
+
1. "Yes, you're wasting your time" -- unmotivated vendor
|
|
39
|
+
2. "Will the buyer come up a little?" -- positive, negotiable
|
|
40
|
+
3. "Yes, bring them around" -- motivated, ignore asking price
|
|
41
|
+
|
|
42
|
+
## Tom Ferry Objection Handling (Complementary)
|
|
43
|
+
|
|
44
|
+
### "Your commission is too high"
|
|
45
|
+
> "Totally fair question. Can I ask, compared to what?"
|
|
46
|
+
> [Let them answer]
|
|
47
|
+
> "Of course you want the best possible price. My job is to create demand so we attract multiple buyers and maximise your result. If I could show you how our marketing could potentially put tens of thousands more in your pocket, would the fee still be the main concern?"
|
|
48
|
+
|
|
49
|
+
### "We want to try a higher price"
|
|
50
|
+
> "I completely understand. Everyone wants the highest possible price."
|
|
51
|
+
> "If the market tells us in the first few weeks that buyers aren't responding at that level, would you be comfortable adjusting quickly so we don't lose momentum?"
|
|
52
|
+
|
|
53
|
+
### 4-Step Formula
|
|
54
|
+
1. Acknowledge the concern
|
|
55
|
+
2. Ask a question
|
|
56
|
+
3. Understand the real objection
|
|
57
|
+
4. Reframe the conversation
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Tony Morris -- Questioning Techniques for Sales
|
|
2
|
+
|
|
3
|
+
Source: "Coffees for Closers" by Tony Morris
|
|
4
|
+
|
|
5
|
+
## Core Philosophy
|
|
6
|
+
|
|
7
|
+
**The best salespeople listen more than they talk.** Every question should serve a purpose: to qualify, to understand, or to guide toward a decision.
|
|
8
|
+
|
|
9
|
+
> "A sale is not something you do to someone. It's something you do for someone."
|
|
10
|
+
|
|
11
|
+
## The Questioning Framework
|
|
12
|
+
|
|
13
|
+
### 1. Situation Questions
|
|
14
|
+
Establish the facts. Use early in discovery.
|
|
15
|
+
- "Tell me about your current situation."
|
|
16
|
+
- "How long have you been thinking about this?"
|
|
17
|
+
- "What prompted you to reach out?"
|
|
18
|
+
|
|
19
|
+
### 2. Problem Questions
|
|
20
|
+
Uncover pain points and challenges.
|
|
21
|
+
- "What's the biggest challenge you're facing right now?"
|
|
22
|
+
- "What's been holding you back?"
|
|
23
|
+
|
|
24
|
+
### 3. Implication Questions
|
|
25
|
+
Make the problem feel larger and more urgent.
|
|
26
|
+
- "How is that affecting your plans?"
|
|
27
|
+
- "If this continues, what happens next?"
|
|
28
|
+
|
|
29
|
+
### 4. Need-Payoff Questions
|
|
30
|
+
Get the prospect to articulate the value of solving the problem.
|
|
31
|
+
- "If we could solve that, what would that mean for you?"
|
|
32
|
+
- "What would change for you if this was handled?"
|
|
33
|
+
|
|
34
|
+
## Estate Agent Application
|
|
35
|
+
|
|
36
|
+
### For Vendors:
|
|
37
|
+
- "What prompted the decision to move?" (situation)
|
|
38
|
+
- "What concerns you most about the selling process?" (problem)
|
|
39
|
+
- "If the property doesn't sell in the timeline you need, what happens?" (implication)
|
|
40
|
+
- "If we could have you moved by [date], what would that mean for your family?" (need-payoff)
|
|
41
|
+
|
|
42
|
+
### For Fee Conversations:
|
|
43
|
+
- "What do you value most in an estate agent?" (situation)
|
|
44
|
+
- "What went wrong with your previous agent?" (problem)
|
|
45
|
+
- "What did that cost you in terms of time and money?" (implication)
|
|
46
|
+
- "If we could avoid all of that and get you a better result, would the fee be the deciding factor?" (need-payoff)
|
|
47
|
+
|
|
48
|
+
## Key Principles
|
|
49
|
+
|
|
50
|
+
1. **Never answer a question with a statement when you can answer with a question.**
|
|
51
|
+
2. **Silence is your friend.** After asking a question, wait. Don't fill the gap.
|
|
52
|
+
3. **The best close is a question, not a statement.**
|
|
53
|
+
4. **Preparation wins.** Know your questions before the conversation.
|
|
54
|
+
5. **Every conversation should have a purpose and a next step.**
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sales-progression
|
|
3
|
+
description: "Track and manage transactions from sale agreed through to completion — solicitor chasing, chain monitoring, and milestone tracking."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Sales Progression
|
|
7
|
+
|
|
8
|
+
Manages active transactions from sale agreed through to completion. Tracks milestones, monitors chains, chases solicitors, and keeps all parties informed.
|
|
9
|
+
|
|
10
|
+
## When to Activate
|
|
11
|
+
|
|
12
|
+
A sale is agreed (SSTC), or any conversation involves an active transaction — chain updates, solicitor progress, exchange timelines, or completion planning.
|
|
13
|
+
|
|
14
|
+
## Reference Table
|
|
15
|
+
|
|
16
|
+
| Task | When | Reference |
|
|
17
|
+
|------|------|-----------|
|
|
18
|
+
| Transaction tracking | Sale agreed, need to set up pipeline tracking | `references/transaction-tracking.md` |
|
|
19
|
+
| Conveyancing guide | Buyer or seller asks about the legal process | `references/conveyancing-guide.md` |
|
|
20
|
+
|
|
21
|
+
## Key Rules
|
|
22
|
+
|
|
23
|
+
- Every SSTC should have a tracked milestone list in `memory/admin/pipeline/`
|
|
24
|
+
- Proactively check progress weekly — don't wait for parties to report
|
|
25
|
+
- Flag delays early — a solicitor who's been silent for 2 weeks is a red flag
|
|
26
|
+
- Keep both buyer and vendor informed of progress (respecting confidentiality boundaries)
|
|
27
|
+
- Never give legal advice — explain the general process, recommend they speak to their solicitor for specifics
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Conveyancing Guide
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Help buyers and sellers understand the legal process without giving legal advice. Demystify the jargon and set expectations on timeline.
|
|
6
|
+
|
|
7
|
+
## The Process (Simplified)
|
|
8
|
+
|
|
9
|
+
### For Sellers
|
|
10
|
+
1. **Instruct a solicitor** — choose a conveyancer to handle the legal side
|
|
11
|
+
2. **Complete property forms** — your solicitor sends you forms about the property (fixtures, boundaries, disputes, planning)
|
|
12
|
+
3. **Provide title deeds** — your solicitor obtains these from the Land Registry
|
|
13
|
+
4. **Draft contract** — your solicitor prepares the contract pack and sends it to the buyer's solicitor
|
|
14
|
+
5. **Answer enquiries** — the buyer's solicitor will ask questions. Answer them promptly — delays here are the most common bottleneck
|
|
15
|
+
6. **Agree completion date** — negotiate a date that works for the chain
|
|
16
|
+
7. **Exchange contracts** — legally binding. The buyer pays a deposit (typically 10%)
|
|
17
|
+
8. **Completion** — money transfers, keys handed over, it's done
|
|
18
|
+
|
|
19
|
+
### For Buyers
|
|
20
|
+
1. **Instruct a solicitor** — choose a conveyancer
|
|
21
|
+
2. **Arrange survey** — separate from the mortgage valuation. Options:
|
|
22
|
+
- **Condition Report** — basic, suitable for new builds
|
|
23
|
+
- **Homebuyer Report** — standard, covers most properties
|
|
24
|
+
- **Full Building Survey** — detailed, recommended for older or unusual properties
|
|
25
|
+
3. **Mortgage application** — if not cash. Lender will do their own valuation
|
|
26
|
+
4. **Review contract pack** — your solicitor reviews what the seller's solicitor sends
|
|
27
|
+
5. **Searches** — your solicitor orders local authority searches, environmental searches, drainage, etc. These take 2-6 weeks depending on the council
|
|
28
|
+
6. **Raise enquiries** — your solicitor asks questions about anything unclear
|
|
29
|
+
7. **Mortgage offer** — formal confirmation from your lender
|
|
30
|
+
8. **Exchange** — you pay the deposit and it becomes legally binding
|
|
31
|
+
9. **Completion** — typically 1-4 weeks after exchange. Keys are yours
|
|
32
|
+
|
|
33
|
+
## Common Terminology
|
|
34
|
+
|
|
35
|
+
- **SSTC (Sold Subject to Contract)** — sale agreed but not yet legally binding
|
|
36
|
+
- **Exchange** — the point where it becomes legally binding
|
|
37
|
+
- **Completion** — the point where money and keys change hands
|
|
38
|
+
- **Chain** — a sequence of linked transactions (each sale depends on another)
|
|
39
|
+
- **Gazumping** — seller accepts a higher offer after already agreeing to sell to you (legal until exchange)
|
|
40
|
+
- **Gazundering** — buyer reduces their offer just before exchange
|
|
41
|
+
- **Indemnity insurance** — covers specific legal risks (missing documents, planning issues, etc.)
|
|
42
|
+
- **Searches** — checks ordered by your solicitor on the property (flooding, planning, environmental, etc.)
|
|
43
|
+
- **Title** — the legal ownership record of the property
|
|
44
|
+
|
|
45
|
+
## Timeline Expectations
|
|
46
|
+
|
|
47
|
+
- **Average: 12-16 weeks** from sale agreed to completion
|
|
48
|
+
- **Best case: 8-10 weeks** (chain-free, cash buyer, responsive solicitors)
|
|
49
|
+
- **Complex chains: 16-24 weeks** is not unusual
|
|
50
|
+
- The biggest variable is solicitor responsiveness and search turnaround times
|
|
51
|
+
|
|
52
|
+
## Important Disclaimer
|
|
53
|
+
|
|
54
|
+
This is general information to help you understand the process. For advice specific to your transaction, always speak to your solicitor. Every sale is different, and your solicitor is the person qualified to advise you on the legal details.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Transaction Tracking
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Monitor every active sale from SSTC to completion. Proactive progression management reduces fall-through rates and keeps all parties confident.
|
|
6
|
+
|
|
7
|
+
## Milestone Checklist
|
|
8
|
+
|
|
9
|
+
Track these for every active sale:
|
|
10
|
+
|
|
11
|
+
### Buyer Side
|
|
12
|
+
- [ ] Solicitor instructed — who? Contact details?
|
|
13
|
+
- [ ] Mortgage application submitted (if applicable)
|
|
14
|
+
- [ ] Survey booked — type? (Homebuyer, Full Building, Valuation only)
|
|
15
|
+
- [ ] Survey completed — any issues?
|
|
16
|
+
- [ ] Mortgage valuation completed
|
|
17
|
+
- [ ] Mortgage offer received
|
|
18
|
+
- [ ] Searches ordered by solicitor
|
|
19
|
+
- [ ] Searches returned
|
|
20
|
+
- [ ] Enquiries raised and answered
|
|
21
|
+
- [ ] Ready to exchange
|
|
22
|
+
|
|
23
|
+
### Seller Side
|
|
24
|
+
- [ ] Solicitor instructed — who? Contact details?
|
|
25
|
+
- [ ] Property information forms completed
|
|
26
|
+
- [ ] Title deeds supplied
|
|
27
|
+
- [ ] Fixtures and fittings list completed
|
|
28
|
+
- [ ] Replies to buyer's enquiries
|
|
29
|
+
- [ ] Ready to exchange
|
|
30
|
+
|
|
31
|
+
### Chain (if applicable)
|
|
32
|
+
- [ ] Full chain mapped (who is buying/selling what, linked transactions)
|
|
33
|
+
- [ ] All parties' solicitors identified
|
|
34
|
+
- [ ] Chain status — any weak links?
|
|
35
|
+
- [ ] Agreed exchange date target
|
|
36
|
+
- [ ] Completion date agreed
|
|
37
|
+
|
|
38
|
+
### Final Steps
|
|
39
|
+
- [ ] Exchange of contracts — deposit paid, legally binding
|
|
40
|
+
- [ ] Completion date confirmed
|
|
41
|
+
- [ ] Keys handover arranged
|
|
42
|
+
|
|
43
|
+
## Weekly Progression Check
|
|
44
|
+
|
|
45
|
+
Every week, for each active sale:
|
|
46
|
+
1. Contact both solicitors for a progress update
|
|
47
|
+
2. Identify what's outstanding and who's responsible
|
|
48
|
+
3. Update the milestone checklist
|
|
49
|
+
4. Flag any items overdue by more than a week
|
|
50
|
+
5. Report status to Alex
|
|
51
|
+
|
|
52
|
+
## Storage
|
|
53
|
+
|
|
54
|
+
Each active transaction tracked in:
|
|
55
|
+
`memory/admin/pipeline/{YYYY-MM-DD}-{address-slug}.md`
|
|
56
|
+
|
|
57
|
+
Include: parties, solicitors, milestone checklist, chain map, notes, last update date.
|
|
58
|
+
|
|
59
|
+
## Red Flags
|
|
60
|
+
|
|
61
|
+
Escalate to Alex immediately if:
|
|
62
|
+
- A solicitor has been unresponsive for 2+ weeks
|
|
63
|
+
- Survey reveals significant issues
|
|
64
|
+
- Mortgage valuation comes back below purchase price
|
|
65
|
+
- A party in the chain pulls out or goes silent
|
|
66
|
+
- Exchange date keeps slipping without explanation
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-teaching
|
|
3
|
+
description: "Structured education module browsing and delivery — curriculum navigation, module teaching, and learning progress tracking."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"platform":{"optional":true,"embed":["public","admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Teaching & Content
|
|
10
|
+
|
|
11
|
+
Structured content delivery from the Real Agency curriculum. Handles module browsing, topic search, interactive teaching, and progress tracking.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is browsing available content, asking about a topic, requesting a specific module, continuing a learning path, or checking their progress.
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `content-directory` | Browse, search, and deliver structured education modules |
|
|
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.
|