@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,29 @@
|
|
|
1
|
+
# Negotiation prep — principles + preparation (Serhant)
|
|
2
|
+
|
|
3
|
+
Your role is **prep and information capture**. The agent negotiates.
|
|
4
|
+
|
|
5
|
+
## Three principles
|
|
6
|
+
1) **Work for the deal** (not to "win")
|
|
7
|
+
2) **When the other side wins, you win** (find mutual gain)
|
|
8
|
+
3) **Put interest over ego**
|
|
9
|
+
|
|
10
|
+
## Interests vs positions
|
|
11
|
+
- People state **positions** ("£500k", "I won't move") but act on **interests** (timing, fear, certainty, renovations, chain risk).
|
|
12
|
+
- Ask "**Why?**" to uncover interests on both sides.
|
|
13
|
+
- Avoid "split the difference" by default. Look for creative ways to bridge the gap.
|
|
14
|
+
|
|
15
|
+
## Prep checklist (before the agent calls)
|
|
16
|
+
- Buyer's position: offer amount, conditions, timeframes, chain status, mortgage readiness.
|
|
17
|
+
- Buyer's interests: what's driving the number (affordability, renovations, risk, other bids).
|
|
18
|
+
- Seller's interests (if known): urgency, onward purchase, risk tolerance, certainty vs price.
|
|
19
|
+
- Evidence: key comps + story (why the offer is rational, what the market is saying).
|
|
20
|
+
- 3 numbers (conceptual):
|
|
21
|
+
- **First offer**
|
|
22
|
+
- **Best target** (never share)
|
|
23
|
+
- **Walkaway** (seller's minimum / buyer's max)
|
|
24
|
+
|
|
25
|
+
## Script fragments (safe for an assistant)
|
|
26
|
+
- "So I can brief the agent properly, what's driving that number for you?"
|
|
27
|
+
- "If that figure isn't accepted, what would your next offer be?" (captures range without countering)
|
|
28
|
+
|
|
29
|
+
Source: *Serhant Closing & Negotiation Guide* (Ryan Serhant)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Five Negotiation Techniques — Serhant Method
|
|
2
|
+
|
|
3
|
+
## Three Fundamentals
|
|
4
|
+
1. Work for the DEAL, not to "win"
|
|
5
|
+
2. Play for the other side to win — mutual benefit
|
|
6
|
+
3. Interests over ego — hard on the problem, soft on the person
|
|
7
|
+
|
|
8
|
+
## Interests vs Positions
|
|
9
|
+
Positions = what people say. Interests = why. Ask WHY to find creative bridges.
|
|
10
|
+
|
|
11
|
+
## Three Numbers (always know before negotiating)
|
|
12
|
+
1. **First offer** — opening position, supported by evidence
|
|
13
|
+
2. **Best target** — realistic goal (NEVER share)
|
|
14
|
+
3. **Walkaway** — absolute limit, set BEFORE emotions kick in
|
|
15
|
+
|
|
16
|
+
## The Five Techniques
|
|
17
|
+
|
|
18
|
+
### 1. "The Pull"
|
|
19
|
+
Pull the deal away when at stalemate. Risky but effective.
|
|
20
|
+
"Thank you for getting us this far. Unfortunately it's just not going to work. Good luck!"
|
|
21
|
+
|
|
22
|
+
### 2. "The Facts"
|
|
23
|
+
Purely analytical. Comps speak for themselves.
|
|
24
|
+
"Here are the facts. Here are the comparables. This is our justification."
|
|
25
|
+
|
|
26
|
+
### 3. "What Do You Want To Do?"
|
|
27
|
+
Put the decision in their hands when you believe the deal is fair.
|
|
28
|
+
|
|
29
|
+
### 4. "The Emotions"
|
|
30
|
+
When SO close to closing AND losing. Lean into what the property means.
|
|
31
|
+
"£10k over budget, spread over 10 years, is £1,000 a year. Worth it for this home?"
|
|
32
|
+
|
|
33
|
+
### 5. "The Reality"
|
|
34
|
+
Hardest technique. The truth, simply stated.
|
|
35
|
+
"This is what the market is saying. Right now, today — this is what we can get."
|
|
36
|
+
|
|
37
|
+
## Tactical Principles
|
|
38
|
+
- **Reciprocity** — offer something, then ask for something
|
|
39
|
+
- **Silence** — present your point, then shut up. First to speak loses
|
|
40
|
+
- **Decoy** — ask for something you don't need, concede it, win what you care about
|
|
41
|
+
- **Gradual persuasion** — tugboats, not battering rams
|
|
42
|
+
- **Precise numbers** — £298,450 not £300,000 (shows you agonised over it)
|
package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Offer Presentation Preparation
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Prepare a complete picture for the agent to present to the vendor. The better the information, the stronger the agent's position in guiding the vendor to the right decision.
|
|
6
|
+
|
|
7
|
+
## The Complete Offer Package
|
|
8
|
+
|
|
9
|
+
For the agent to present effectively, compile:
|
|
10
|
+
|
|
11
|
+
### Buyer Profile
|
|
12
|
+
- Full name and contact details
|
|
13
|
+
- Current position (FTB, chain-free, selling, sold STC)
|
|
14
|
+
- Funding (cash, mortgage — lender, AIP confirmed, deposit level)
|
|
15
|
+
- Solicitor instructed? Who?
|
|
16
|
+
- Timeline expectations
|
|
17
|
+
|
|
18
|
+
### The Offer
|
|
19
|
+
- Amount offered
|
|
20
|
+
- How they arrived at the figure (their rationale)
|
|
21
|
+
- Any conditions (subject to survey, subject to sale, etc.)
|
|
22
|
+
- Their emotional connection — what do they love about the property?
|
|
23
|
+
|
|
24
|
+
### Context
|
|
25
|
+
- How many viewings has this buyer had of this property?
|
|
26
|
+
- How long has the property been on the market?
|
|
27
|
+
- What's the viewing-to-offer ratio? (lots of viewings with one offer tells a different story to first viewing, first offer)
|
|
28
|
+
- Any other active interest or potential offers?
|
|
29
|
+
|
|
30
|
+
## Multi-Offer Situations
|
|
31
|
+
|
|
32
|
+
When multiple buyers want to offer:
|
|
33
|
+
- Capture each offer separately and fully
|
|
34
|
+
- Never disclose one offer to another buyer — not the amount, not the existence
|
|
35
|
+
- The agent decides whether to run a best-and-final process
|
|
36
|
+
- The agent's role is to ensure every interested party has the opportunity to submit their best position
|
|
37
|
+
|
|
38
|
+
## After Presentation
|
|
39
|
+
|
|
40
|
+
- Record the vendor's response in `memory/admin/pipeline/{property-slug}.md`
|
|
41
|
+
- If accepted: trigger sales progression tracking
|
|
42
|
+
- If rejected: relay to buyer with grace — "The seller has decided not to accept at this level. Would you like to reconsider your position?"
|
|
43
|
+
- If counter-offered: the agent communicates this directly
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: risk-scorer
|
|
3
|
+
description: "Compute a fall-through risk score per stalled deal from observable signals. The score drives the ranking and a one-line cause description; the number itself is never shown to the operator. Built for use inside chase-progression."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Risk scorer
|
|
7
|
+
|
|
8
|
+
A building-block skill called by `chase-progression`. Computes the risk score that `priority-ranker` uses to order the stalled list, and the cause sentence the operator reads.
|
|
9
|
+
|
|
10
|
+
## Signals
|
|
11
|
+
|
|
12
|
+
The score is a weighted combination of:
|
|
13
|
+
|
|
14
|
+
- Days since any party's last contact
|
|
15
|
+
- Days since the last positive progress event
|
|
16
|
+
- Mortgage offer expiry date approaching (offers usually valid 3 to 6 months)
|
|
17
|
+
- Searches outstanding past day 21
|
|
18
|
+
- Survey booked but not done past day 14
|
|
19
|
+
- Vendor or buyer disengagement signals (slow replies, terse messages)
|
|
20
|
+
- Chain complexity (number of linked transactions)
|
|
21
|
+
- Onward-purchase status if known
|
|
22
|
+
|
|
23
|
+
The weights are profile-learned from outcome correlation. Deals that the workflow flagged as high risk and that actually fell through reinforce the weighting. Deals flagged high that completed without incident reduce the weighting on whatever signal triggered the flag.
|
|
24
|
+
|
|
25
|
+
## Opacity rule
|
|
26
|
+
|
|
27
|
+
The numeric score is never surfaced to the operator. Showing a number invites debate. Showing a one-line cause invites action. The skill returns the score for the ranker to use internally and returns the cause sentence for the operator to see.
|
|
28
|
+
|
|
29
|
+
## What it does not do
|
|
30
|
+
|
|
31
|
+
- It does not write to the CRM.
|
|
32
|
+
- It does not produce a probability of fall-through as a percentage. The score is a relative ranking signal, not a forecast.
|
|
33
|
+
- It does not draft messages.
|
|
34
|
+
|
|
35
|
+
## Connectors
|
|
36
|
+
|
|
37
|
+
Read: CRM, email, WhatsApp, calendar, mortgage offer data if held in CRM. No writes.
|
|
38
|
+
|
|
39
|
+
## Profile keys
|
|
40
|
+
|
|
41
|
+
- `realagent.risk_weights.*` (per signal, learned)
|
|
42
|
+
- `realagent.risk_weights.fee_multiplier` (how heavily fee value modulates the rank, default 1.0)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sales-closer-v2
|
|
3
|
+
description: "Detect buying signals and close cleanly. Adds Serhant's emotional 'stages of grief selling', Push/Pull/Persist, and reassurance patterns."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Sales Closer (v2)
|
|
7
|
+
|
|
8
|
+
You watch for buying signals and convert momentum into commitment — calmly, without pressure.
|
|
9
|
+
|
|
10
|
+
## Three rules
|
|
11
|
+
|
|
12
|
+
1. **Detect buying signals.** Questions about pricing, setup, timing, next steps, implementation, terms, or "how do we start?" = closing mode.
|
|
13
|
+
2. **Acknowledge-then-anchor.** Briefly answer pivots, then return to the commitment ask.
|
|
14
|
+
3. **Guide emotions, not just logic.** People buy when they're emotionally ready — your job is to shepherd that readiness.
|
|
15
|
+
|
|
16
|
+
## What closing is not
|
|
17
|
+
|
|
18
|
+
- manipulation or false urgency
|
|
19
|
+
- repeating the same close endlessly
|
|
20
|
+
- committing to price/terms without owner approval
|
|
21
|
+
|
|
22
|
+
## References (load as needed)
|
|
23
|
+
|
|
24
|
+
- **Serhant emotional stages** → `references/serhant-emotion-stages.md`
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Serhant: Seven Stages of “Grief Selling” (Emotional Close)
|
|
2
|
+
|
|
3
|
+
Buyers go through predictable emotional stages. Most deals die in **Fear**.
|
|
4
|
+
|
|
5
|
+
## 1) Excitement
|
|
6
|
+
They love it. Reinforce vision and outcomes.
|
|
7
|
+
|
|
8
|
+
## 2) Frustration
|
|
9
|
+
Process friction appears. Normalize it and keep momentum.
|
|
10
|
+
|
|
11
|
+
## 3) Fear (deal-killer)
|
|
12
|
+
They question value, overthink, look for exits.
|
|
13
|
+
Use:
|
|
14
|
+
- empathy (“totally normal”)
|
|
15
|
+
- assurance (“we’re in this together”)
|
|
16
|
+
- clarity of next steps
|
|
17
|
+
|
|
18
|
+
## 4) Disappointment
|
|
19
|
+
They go quiet / disengage. Reconnect to original why.
|
|
20
|
+
|
|
21
|
+
## 5) Acceptance
|
|
22
|
+
They settle into the decision. Confirm plan.
|
|
23
|
+
|
|
24
|
+
## 6) Happiness
|
|
25
|
+
Great time to ask for referrals / testimonials.
|
|
26
|
+
|
|
27
|
+
## 7) Relief
|
|
28
|
+
They rationalize decision as theirs. Reinforce pride.
|
|
29
|
+
|
|
30
|
+
## Tools
|
|
31
|
+
- **Push / Pull / Persist** (gentle momentum management)
|
|
32
|
+
- **Positive sandwich** for bad news
|
|
33
|
+
- **Element of surprise** (small unexpected value) to restore confidence
|
|
34
|
+
|
|
35
|
+
## Guardrail
|
|
36
|
+
No fake urgency. Use only real consequences of delay.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sales-discovery-v2
|
|
3
|
+
description: "Qualify prospects through structured discovery — uncover needs, authority, motivation, and readiness before attempting to close. Integrates Tom Ferry 8-stage listing presentation, Tom Panos vendor motivation + competitor destroyer questions, Phil Jones opener frameworks, Chris Voss calibrated questions, Firewave GOST + customer journey mapping, Serhant connection-first and improv techniques, and pre-listing discovery checklists."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Sales Discovery (v2)
|
|
7
|
+
|
|
8
|
+
You qualify prospects before closing. Your job is to understand their situation, decision power, and timeline — while building genuine connection.
|
|
9
|
+
|
|
10
|
+
## Three rules
|
|
11
|
+
|
|
12
|
+
1. **Qualify before you sell.** Don't pitch features until you understand need, authority, and urgency.
|
|
13
|
+
2. **Ask, don't tell.** The prospect should speak ~70% of the time.
|
|
14
|
+
3. **Know when discovery is done.** Once you have Need + Authority + Timeline, transition to closing.
|
|
15
|
+
|
|
16
|
+
## What discovery is not
|
|
17
|
+
|
|
18
|
+
- Not an interrogation
|
|
19
|
+
- Not a checklist performed robotically
|
|
20
|
+
- Not a delay tactic
|
|
21
|
+
|
|
22
|
+
## References (load as needed)
|
|
23
|
+
|
|
24
|
+
- **Improv "yes-and" mindset** → `references/serhant-improv.md`
|
|
25
|
+
- **Tom Ferry 8-stage discovery** → `references/tom-ferry-discovery.md`
|
|
26
|
+
- **Vendor motivation & competitor destroyer** → `references/vendor-motivation-competitor.md`
|
|
27
|
+
- **Phil Jones magic words** → `references/phil-jones-openers.md`
|
|
28
|
+
- **Chris Voss calibrated questions** → `references/chris-voss-discovery.md`
|
|
29
|
+
- **Firewave GOST & customer journey** → `references/firewave-gost-journey.md`
|
|
30
|
+
- **Pre-listing discovery checklist** → `references/pre-listing-checklist.md`
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Chris Voss — Calibrated Questions for Discovery
|
|
2
|
+
|
|
3
|
+
Source: "Never Split the Difference" by Chris Voss
|
|
4
|
+
|
|
5
|
+
These techniques are adapted from FBI hostage negotiation for estate agency discovery conversations. The core insight: **negotiation is emotional, not logical.**
|
|
6
|
+
|
|
7
|
+
## Foundation: Tactical Empathy
|
|
8
|
+
|
|
9
|
+
Understand the other person's emotions, acknowledge them, and show you see their perspective. This makes the vendor feel safe.
|
|
10
|
+
|
|
11
|
+
Example phrases:
|
|
12
|
+
- "It sounds like you're frustrated."
|
|
13
|
+
- "It seems like this has been difficult."
|
|
14
|
+
- "It feels like you're worried about making the wrong decision."
|
|
15
|
+
|
|
16
|
+
When people feel understood, they become more open.
|
|
17
|
+
|
|
18
|
+
## Key Discovery Techniques
|
|
19
|
+
|
|
20
|
+
### 1. Mirroring
|
|
21
|
+
Repeat the last 1–3 words someone said. This encourages them to expand their thinking.
|
|
22
|
+
|
|
23
|
+
Vendor: "I'm worried the price is too high."
|
|
24
|
+
Agent: "Too high?"
|
|
25
|
+
|
|
26
|
+
People naturally elaborate. Simple but extremely powerful.
|
|
27
|
+
|
|
28
|
+
### 2. Labelling
|
|
29
|
+
Name the other person's emotion to defuse it.
|
|
30
|
+
|
|
31
|
+
- "It seems like you're concerned about the timing."
|
|
32
|
+
- "It sounds like you feel pressured."
|
|
33
|
+
- "It seems like you're trying to avoid risk."
|
|
34
|
+
|
|
35
|
+
Once an emotion is recognised, it loses intensity.
|
|
36
|
+
|
|
37
|
+
### 3. The Power of "That's Right"
|
|
38
|
+
The breakthrough moment. To get there:
|
|
39
|
+
1. Listen deeply
|
|
40
|
+
2. Label emotions
|
|
41
|
+
3. Summarise their position
|
|
42
|
+
|
|
43
|
+
> "You want to make sure you're not selling too cheaply and you also want certainty because you've already found the next house."
|
|
44
|
+
|
|
45
|
+
Vendor: "That's right."
|
|
46
|
+
|
|
47
|
+
At that moment, trust increases dramatically. **"That's right" is real agreement. "You're right" is dismissal.**
|
|
48
|
+
|
|
49
|
+
### 4. Calibrated Questions
|
|
50
|
+
Open questions beginning with "How" and "What" that force the other person to solve the problem.
|
|
51
|
+
|
|
52
|
+
- "How am I supposed to do that?"
|
|
53
|
+
- "What would make this work for you?"
|
|
54
|
+
- "How can we solve this together?"
|
|
55
|
+
- "What made you arrive at that figure?"
|
|
56
|
+
- "What is it about the property that makes you want to buy it?"
|
|
57
|
+
|
|
58
|
+
These avoid confrontation and gather intelligence.
|
|
59
|
+
|
|
60
|
+
### 5. No-Oriented Questions
|
|
61
|
+
People feel safer saying no. Instead of questions requiring yes, invite no.
|
|
62
|
+
|
|
63
|
+
- Instead of: "Do you have a few minutes to talk?"
|
|
64
|
+
- Say: "Is now a bad time to talk?"
|
|
65
|
+
|
|
66
|
+
The person feels in control.
|
|
67
|
+
|
|
68
|
+
### 6. The Accusation Audit
|
|
69
|
+
Before a meeting, list all negative things the vendor might think about you. Then say them first.
|
|
70
|
+
|
|
71
|
+
- "You may feel like I'm just another agent trying to get a listing."
|
|
72
|
+
- "You probably think I'm going to push you into selling."
|
|
73
|
+
|
|
74
|
+
When you say it first, it loses power and removes their ammunition.
|
|
75
|
+
|
|
76
|
+
## Three Core Beliefs
|
|
77
|
+
|
|
78
|
+
1. **Negotiation is emotional** — people decide on emotion, justify with logic
|
|
79
|
+
2. **Empathy is the most powerful tool** — tactical empathy, not sympathy
|
|
80
|
+
3. **"No" is not failure** — "No" creates safety; the real negotiation starts there
|
|
81
|
+
|
|
82
|
+
## People Care About Three Things
|
|
83
|
+
|
|
84
|
+
1. Autonomy
|
|
85
|
+
2. Respect
|
|
86
|
+
3. Being heard
|
|
87
|
+
|
|
88
|
+
When those needs are met, conversations move forward.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# Firewave GOST Framework & Customer Journey Mapping
|
|
2
|
+
|
|
3
|
+
Source: Firewave Marketing Planner for Independent Estate Agents
|
|
4
|
+
|
|
5
|
+
## The GOST Framework
|
|
6
|
+
|
|
7
|
+
Use this to structure your overall business growth strategy before diving into individual client discovery.
|
|
8
|
+
|
|
9
|
+
**G.O.S.T. = Goal, Objective, Strategy, Tactics**
|
|
10
|
+
|
|
11
|
+
### How to Build Your GOST Plan
|
|
12
|
+
|
|
13
|
+
1. **Goal** (What — General) — Your big, scary headline business goal for the year
|
|
14
|
+
- Example: "To be the go-to agent for the best homes in our area"
|
|
15
|
+
|
|
16
|
+
2. **Objective** (What — Specific) — Aligned with your goal but with metrics and timeframe
|
|
17
|
+
- Example: "To have 25 homes over £500k on our books at any one time"
|
|
18
|
+
|
|
19
|
+
3. **Strategy** (How — General) — One sentence describing your approach
|
|
20
|
+
- Example: "Adopt a vendor-focused, content-first marketing strategy"
|
|
21
|
+
|
|
22
|
+
4. **Tactics** (How — Specific) — A list of all the ways you will implement your strategy
|
|
23
|
+
- Example: "Blog every month / video every week / 200 direct mail letters per month / Create 4 new marketing funnels"
|
|
24
|
+
|
|
25
|
+
**Key rule:** Goal, Objective, and Strategy are singular. Tactics is plural — you need a multi-channel, multi-tactic approach.
|
|
26
|
+
|
|
27
|
+
## The Customer Journey: KNOW → LIKE → TRUST → TRY → BUY
|
|
28
|
+
|
|
29
|
+
Every vendor must pass through five stages before instructing you:
|
|
30
|
+
|
|
31
|
+
| Stage | What Happens |
|
|
32
|
+
|-------|-------------|
|
|
33
|
+
| **KNOW** | A stranger comes across your content, social media, or a letter from you |
|
|
34
|
+
| **LIKE** | They take an action — liking a post, downloading a guide, responding to a letter |
|
|
35
|
+
| **TRUST** | You have a conversation — by email, phone, or in person |
|
|
36
|
+
| **TRY** | They book a market appraisal |
|
|
37
|
+
| **BUY** | They instruct you |
|
|
38
|
+
|
|
39
|
+
**If your content doesn't move them from cold to warm, or warm to hot, it's not valuable, relevant, or timely for them.**
|
|
40
|
+
|
|
41
|
+
## Discovery Application
|
|
42
|
+
|
|
43
|
+
When qualifying a prospect, mentally map where they are on this journey:
|
|
44
|
+
|
|
45
|
+
- **KNOW/LIKE stage** — they need education, not a sales pitch. Use Phil Jones openers.
|
|
46
|
+
- **TRUST stage** — they need proof of expertise and genuine listening. Use Chris Voss empathy.
|
|
47
|
+
- **TRY stage** — they've booked the appraisal. Now use Tom Ferry's 8-stage discovery.
|
|
48
|
+
- **BUY stage** — transition to closing.
|
|
49
|
+
|
|
50
|
+
## The Profit Pyramid™ (Lead Sources)
|
|
51
|
+
|
|
52
|
+
Three marketing cornerstones feed your discovery pipeline:
|
|
53
|
+
|
|
54
|
+
1. **Direct Mail** — targeted letters to specific homeowners (council tax bands F, G, H)
|
|
55
|
+
2. **Content Marketing** — BLAST formula: Behind the scenes, Local spotlight, A day in the life, Showcase property, Tips and advice
|
|
56
|
+
3. **Digital Marketing Funnels** — landing pages → email sequences → valuation bookings
|
|
57
|
+
|
|
58
|
+
## Monthly Scorecard (Output Tracking)
|
|
59
|
+
|
|
60
|
+
Track these monthly to measure discovery pipeline health:
|
|
61
|
+
- Direct mail sent
|
|
62
|
+
- Content pieces published
|
|
63
|
+
- Social media posts
|
|
64
|
+
- Valuations booked
|
|
65
|
+
- Instructions won
|
|
66
|
+
- Stock on books
|
|
67
|
+
- Pipeline value
|
|
68
|
+
- Average fee
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# Phil Jones — Magic Words for Discovery
|
|
2
|
+
|
|
3
|
+
Source: "Exactly What to Say" by Phil M. Jones
|
|
4
|
+
|
|
5
|
+
These are short language patterns that reduce pressure, lower defences, and guide people toward decisions. Use them throughout discovery conversations.
|
|
6
|
+
|
|
7
|
+
## Core Principle
|
|
8
|
+
|
|
9
|
+
People don't like being told what to do. But they do like being guided to their own conclusions.
|
|
10
|
+
|
|
11
|
+
The goal: create curiosity, encourage thinking, make decisions feel natural.
|
|
12
|
+
|
|
13
|
+
## The 10 Most Powerful Phrases
|
|
14
|
+
|
|
15
|
+
### 1. "I'm not sure if it's for you, but…"
|
|
16
|
+
Lowers resistance instantly. People relax when they feel no pressure — and ironically, this increases interest.
|
|
17
|
+
|
|
18
|
+
> "I'm not sure if it's for you, but some vendors in your situation found this approach really helpful."
|
|
19
|
+
|
|
20
|
+
### 2. "Just imagine…"
|
|
21
|
+
Activates visual thinking. When people imagine a future scenario, they begin to emotionally buy into it.
|
|
22
|
+
|
|
23
|
+
> "Just imagine what it would feel like to have this sold before summer."
|
|
24
|
+
|
|
25
|
+
### 3. "How open-minded would you be…"
|
|
26
|
+
Introduces an idea without forcing it. Invites curiosity rather than demanding agreement.
|
|
27
|
+
|
|
28
|
+
> "How open-minded would you be to exploring what a strong launch strategy could look like?"
|
|
29
|
+
|
|
30
|
+
### 4. "What do you know about…"
|
|
31
|
+
Uncovers someone's knowledge level. Lets you understand their perspective and fill gaps.
|
|
32
|
+
|
|
33
|
+
> "What do you know about how homes are selling in this area at the moment?"
|
|
34
|
+
|
|
35
|
+
### 5. "If you were to…"
|
|
36
|
+
Helps people consider possibilities without commitment.
|
|
37
|
+
|
|
38
|
+
> "If you were to move this year, where would you go next?"
|
|
39
|
+
|
|
40
|
+
### 6. "Don't take my word for it"
|
|
41
|
+
Builds credibility through evidence rather than opinion.
|
|
42
|
+
|
|
43
|
+
> "Don't take my word for it — look at the data from the last few sales nearby."
|
|
44
|
+
|
|
45
|
+
### 7. "Would it be a bad idea if…"
|
|
46
|
+
Invites a safe "no" response. People feel they are still in control.
|
|
47
|
+
|
|
48
|
+
> "Would it be a bad idea if we explored what price might attract the best buyers?"
|
|
49
|
+
|
|
50
|
+
### 8. "Before you decide…"
|
|
51
|
+
Creates curiosity by introducing important information.
|
|
52
|
+
|
|
53
|
+
> "Before you decide, there's something you should know about how buyers are behaving right now."
|
|
54
|
+
|
|
55
|
+
### 9. "If… then…"
|
|
56
|
+
Powerful conditional close that clarifies commitment.
|
|
57
|
+
|
|
58
|
+
> "If we could achieve that price, then would you be comfortable moving forward?"
|
|
59
|
+
|
|
60
|
+
### 10. "When would be a good time?"
|
|
61
|
+
Assumes the action will happen. Moves toward action.
|
|
62
|
+
|
|
63
|
+
> "When would be a good time for us to have a quick look at the property?"
|
|
64
|
+
|
|
65
|
+
## Why These Work — Three Psychological Triggers
|
|
66
|
+
|
|
67
|
+
1. **Curiosity** — people are drawn to information gaps ("Before you decide…")
|
|
68
|
+
2. **Autonomy** — people want to feel they made their own decision ("How open-minded would you be…")
|
|
69
|
+
3. **Imagination** — people make decisions emotionally first ("Just imagine…")
|
|
70
|
+
|
|
71
|
+
## Conversation Structure
|
|
72
|
+
|
|
73
|
+
1. Build curiosity
|
|
74
|
+
2. Ask thoughtful questions
|
|
75
|
+
3. Guide thinking
|
|
76
|
+
4. Help the person reach a conclusion
|
|
77
|
+
|
|
78
|
+
> "The difference between a good conversation and a great one is often just a few words."
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# Pre-Listing Discovery Checklist
|
|
2
|
+
|
|
3
|
+
Use this checklist before and during every market appraisal to ensure complete discovery.
|
|
4
|
+
|
|
5
|
+
## Before the Appointment
|
|
6
|
+
|
|
7
|
+
- [ ] Research the property (portal history, previous sales, council tax band)
|
|
8
|
+
- [ ] Check comparable sales and current competition
|
|
9
|
+
- [ ] Review buyer demand data for the area
|
|
10
|
+
- [ ] Prepare local market report
|
|
11
|
+
- [ ] Check if vendor has sold before (existing client history?)
|
|
12
|
+
- [ ] Prepare competitor destroyer questions handout
|
|
13
|
+
- [ ] Pre-prepare marketing examples relevant to this property type
|
|
14
|
+
|
|
15
|
+
## During the Appointment — Discovery Questions
|
|
16
|
+
|
|
17
|
+
### Motivation (Must Know)
|
|
18
|
+
- "Why are you moving?"
|
|
19
|
+
- "When ideally would you like to be there?"
|
|
20
|
+
- "What happens if the home doesn't sell?"
|
|
21
|
+
- "If the home sold tomorrow, what would that allow you to do?"
|
|
22
|
+
|
|
23
|
+
### Experience
|
|
24
|
+
- "Have you ever sold a property before?"
|
|
25
|
+
- "How did it go?"
|
|
26
|
+
- "What did you like about the process?"
|
|
27
|
+
- "What didn't you like?"
|
|
28
|
+
|
|
29
|
+
### Agent Selection Criteria
|
|
30
|
+
- "When selecting an agent, what are the top 3 things you're looking for?"
|
|
31
|
+
- "Are you deciding based on things the agent can't control (price) or things they can control (marketing, strategy, negotiation)?"
|
|
32
|
+
|
|
33
|
+
### Price Expectations
|
|
34
|
+
- "What price would you love to achieve?"
|
|
35
|
+
- "What price would you be comfortable with?"
|
|
36
|
+
- "What price would make you say 'let's not sell'?"
|
|
37
|
+
|
|
38
|
+
### Authority & Decision Making
|
|
39
|
+
- Who are all the decision makers?
|
|
40
|
+
- Is there a chain (onward purchase)?
|
|
41
|
+
- Solicitor already appointed?
|
|
42
|
+
- Mortgage situation on current property?
|
|
43
|
+
|
|
44
|
+
### Timeline
|
|
45
|
+
- Ideal completion date?
|
|
46
|
+
- Any fixed deadlines (school terms, job start, lease expiry)?
|
|
47
|
+
- Flexibility on timing?
|
|
48
|
+
|
|
49
|
+
### Competition
|
|
50
|
+
- Have you spoken to other agents?
|
|
51
|
+
- When are you planning to make a decision?
|
|
52
|
+
- What will you be comparing between agents?
|
|
53
|
+
|
|
54
|
+
## Phil Jones Openers to Use
|
|
55
|
+
|
|
56
|
+
- "I'm not sure if it's for you, but…"
|
|
57
|
+
- "How open-minded would you be to…"
|
|
58
|
+
- "Just imagine…"
|
|
59
|
+
- "What do you know about how homes are selling here right now?"
|
|
60
|
+
|
|
61
|
+
## Chris Voss Techniques to Deploy
|
|
62
|
+
|
|
63
|
+
- **Accusation audit** at the start: "You're probably thinking I'm just another agent trying to get a listing…"
|
|
64
|
+
- **Label emotions**: "It sounds like you want certainty about the outcome."
|
|
65
|
+
- **Mirror** key phrases to get them to expand
|
|
66
|
+
- **Aim for "That's right"** — summarise their position until they confirm
|
|
67
|
+
|
|
68
|
+
## Discovery Complete Checklist
|
|
69
|
+
|
|
70
|
+
Before transitioning to closing, confirm you have:
|
|
71
|
+
- [ ] Motivation understood
|
|
72
|
+
- [ ] Timeline confirmed
|
|
73
|
+
- [ ] All decision makers identified
|
|
74
|
+
- [ ] Price expectations mapped (love / comfortable / walk-away)
|
|
75
|
+
- [ ] Onward move situation clear
|
|
76
|
+
- [ ] Agent selection criteria understood
|
|
77
|
+
- [ ] Competitive landscape known (other agents being seen?)
|
package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Improv Selling (Serhant)
|
|
2
|
+
|
|
3
|
+
## The principle
|
|
4
|
+
Treat every sales conversation like an improv scene:
|
|
5
|
+
- **listen** before you react
|
|
6
|
+
- build on what they give you ("yes, and...")
|
|
7
|
+
- adapt in real time — don't cling to a script
|
|
8
|
+
|
|
9
|
+
## Why it works
|
|
10
|
+
- reduces awkwardness
|
|
11
|
+
- improves rapport
|
|
12
|
+
- keeps momentum when something unexpected comes up
|
|
13
|
+
|
|
14
|
+
## Practical behaviours
|
|
15
|
+
- mirror their language (don't parrot)
|
|
16
|
+
- ask a clarifying question before answering
|
|
17
|
+
- reframe objections as information
|
|
18
|
+
- guide the narrative without forcing it
|
|
19
|
+
|
|
20
|
+
## Guardrail
|
|
21
|
+
"Yes" does not mean overpromise.
|
|
22
|
+
Use: "Yes, we can explore that — let me confirm the best way to do it."
|