@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,286 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Listing Presentation
|
|
3
|
+
description: "Complete listing presentation framework for UK estate agents. Covers the full market appraisal journey from booking the appointment through to winning the instruction. Synthesises Tom Ferry's 8-stage structure, Tom Panos Real Estate Gym scripts, pre-listing kit best practices (Grant Dickson, Mat Steinwede, Tom Hector, Liam Cromarty, Jamie Benjamin), Sharran Srivatsaa positioning elements, Elaine Penhaul presentation principles, John Paul's Agency Roadmap appraisal structure, fee justification frameworks, and Firewave Profit Pyramid positioning. All adapted for UK estate agency terminology."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Listing Presentation Skill
|
|
7
|
+
|
|
8
|
+
## Purpose
|
|
9
|
+
|
|
10
|
+
Guide an estate agent through every stage of the listing presentation — from
|
|
11
|
+
the initial phone call booking the market appraisal, through the pre-listing
|
|
12
|
+
pack, the appointment itself, fee justification, objection handling, and
|
|
13
|
+
winning the instruction.
|
|
14
|
+
|
|
15
|
+
## UK Terminology
|
|
16
|
+
|
|
17
|
+
Always use UK estate agency language:
|
|
18
|
+
- **Vendor** (not seller)
|
|
19
|
+
- **Instruction** (not listing agreement)
|
|
20
|
+
- **Market appraisal** (not CMA / listing presentation)
|
|
21
|
+
- **Estate agent** (not realtor)
|
|
22
|
+
- **Solicitor / conveyancer** (not attorney)
|
|
23
|
+
- **EPC** (Energy Performance Certificate)
|
|
24
|
+
- **Rightmove / Zoopla / OnTheMarket** (not MLS / Zillow)
|
|
25
|
+
- **Guide price / offers over / offers in the region of**
|
|
26
|
+
- **Chain** (not contingency)
|
|
27
|
+
- **Exchange and completion** (not closing)
|
|
28
|
+
- **Stamp duty** (not transfer tax)
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## THE 8-STAGE LISTING PRESENTATION FRAMEWORK
|
|
33
|
+
|
|
34
|
+
Based on Tom Ferry's structure, adapted for UK market appraisals.
|
|
35
|
+
|
|
36
|
+
### Stage 1 — Build Rapport (5 minutes)
|
|
37
|
+
|
|
38
|
+
Do NOT jump straight into business. Build human connection first.
|
|
39
|
+
|
|
40
|
+
Questions to open with:
|
|
41
|
+
- "Before we get into the details, tell me a bit about your plans. Where are you hoping to move to?"
|
|
42
|
+
- "How long have you lived here?"
|
|
43
|
+
- "What have you loved most about living here?"
|
|
44
|
+
- "What prompted the move now?"
|
|
45
|
+
|
|
46
|
+
**Principle:** "People don't care how much you know until they know how much you care." — Tom Ferry
|
|
47
|
+
|
|
48
|
+
### Stage 2 — Discover Motivation
|
|
49
|
+
|
|
50
|
+
This is the most important stage. Understand WHY before discussing price.
|
|
51
|
+
|
|
52
|
+
Key questions:
|
|
53
|
+
- "Why are you moving?"
|
|
54
|
+
- "Where are you hoping to go next?"
|
|
55
|
+
- "When ideally would you like to be there?"
|
|
56
|
+
- "What happens if the property doesn't sell?"
|
|
57
|
+
- "If the home sold tomorrow, what would that allow you to do?"
|
|
58
|
+
|
|
59
|
+
What you learn: urgency, timeline, emotional drivers.
|
|
60
|
+
|
|
61
|
+
**Sharran Srivatsaa's authority question:** "What would need to happen for this move to feel like a great success for you?"
|
|
62
|
+
|
|
63
|
+
### Stage 3 — Set the Agenda
|
|
64
|
+
|
|
65
|
+
Take control of the meeting professionally.
|
|
66
|
+
|
|
67
|
+
Script:
|
|
68
|
+
> "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."
|
|
69
|
+
|
|
70
|
+
This positions you as the professional guiding the meeting, not pitching.
|
|
71
|
+
|
|
72
|
+
### Stage 4 — Tour the Property
|
|
73
|
+
|
|
74
|
+
Ask questions during the walkthrough — don't walk around silently.
|
|
75
|
+
|
|
76
|
+
Questions (combines Tom Ferry + Liam Cromarty):
|
|
77
|
+
- "What improvements have you made since you moved in?"
|
|
78
|
+
- "What did you love about the home when you originally bought it?"
|
|
79
|
+
- "What do visitors always comment on?"
|
|
80
|
+
- "What do you think buyers will love most about this property?"
|
|
81
|
+
- "What are the five things you like most about your home?"
|
|
82
|
+
- "Are you aware of any issues — covenants, rights of way, structural matters?"
|
|
83
|
+
|
|
84
|
+
These give you: marketing angles, emotional selling points, vendor involvement.
|
|
85
|
+
|
|
86
|
+
### Stage 5 — Present the Market Data
|
|
87
|
+
|
|
88
|
+
Shift from friendly conversation to expert adviser.
|
|
89
|
+
|
|
90
|
+
Present:
|
|
91
|
+
- Comparable recent sales (sold prices from Land Registry)
|
|
92
|
+
- Current competition on Rightmove/Zoopla
|
|
93
|
+
- Active buyer demand and registered applicants
|
|
94
|
+
- Average days on market locally
|
|
95
|
+
- Price bracket analysis (portal search behaviour)
|
|
96
|
+
|
|
97
|
+
**Key message:** "The market sets the price, not the agent." — Tom Ferry
|
|
98
|
+
|
|
99
|
+
Frame pricing around buyer behaviour, not vendor hopes.
|
|
100
|
+
|
|
101
|
+
### Stage 6 — Present Your Marketing Strategy
|
|
102
|
+
|
|
103
|
+
This is where you differentiate. Most agents say "We'll put it on Rightmove."
|
|
104
|
+
Top agents show how they CREATE demand.
|
|
105
|
+
|
|
106
|
+
Present your marketing toolkit:
|
|
107
|
+
- Professional photography
|
|
108
|
+
- Cinematic video / hosted walkthrough
|
|
109
|
+
- Drone footage
|
|
110
|
+
- Floor plans and EPC
|
|
111
|
+
- Lifestyle property descriptions
|
|
112
|
+
- Social media launch campaign
|
|
113
|
+
- Database marketing to registered buyers
|
|
114
|
+
- Email campaigns
|
|
115
|
+
- Premium portal features
|
|
116
|
+
- Pre-launch / coming soon strategy
|
|
117
|
+
|
|
118
|
+
**Message:** "I don't just list homes. I launch them."
|
|
119
|
+
|
|
120
|
+
**Penhaul's 3P Method:** Price + Presentation + Promotion = optimal result.
|
|
121
|
+
Emphasise the "golden window" — the first 2 weeks on market are critical.
|
|
122
|
+
|
|
123
|
+
**Penhaul's ADDRESS staging framework** (advise vendors):
|
|
124
|
+
- **A**ssess the property
|
|
125
|
+
- **D**eclutter unnecessary items
|
|
126
|
+
- **D**ecorate if needed
|
|
127
|
+
- **R**e-imagine how rooms are used
|
|
128
|
+
- **E**mphasise the property's strengths
|
|
129
|
+
- **S**tage the home for buyers
|
|
130
|
+
- **S**ell with strong marketing
|
|
131
|
+
|
|
132
|
+
### Stage 7 — Pricing Strategy Conversation
|
|
133
|
+
|
|
134
|
+
Don't TELL them the price. ASK a question first.
|
|
135
|
+
|
|
136
|
+
Script:
|
|
137
|
+
> "Based on everything we've looked at today, where do you feel the property should be positioned in the market?"
|
|
138
|
+
|
|
139
|
+
Let them answer. Then guide toward the data.
|
|
140
|
+
|
|
141
|
+
Three-tier pricing question (Tom Ferry):
|
|
142
|
+
- "What price would you love to achieve?"
|
|
143
|
+
- "What price would you be comfortable with?"
|
|
144
|
+
- "What price would make you say 'let's not sell'?"
|
|
145
|
+
|
|
146
|
+
If they want to price higher:
|
|
147
|
+
> "I completely understand. 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?"
|
|
148
|
+
|
|
149
|
+
**Tom Panos — "What's my home worth?" script:**
|
|
150
|
+
> "The value of your home depends on four things: Location, Condition, the Agent you pick, and the Marketing they deliver. The good news is — out of those four, you control three. Let's talk about those."
|
|
151
|
+
|
|
152
|
+
### Stage 8 — The Close
|
|
153
|
+
|
|
154
|
+
Soft but confident.
|
|
155
|
+
|
|
156
|
+
Script:
|
|
157
|
+
> "Do you feel confident that I'm the right person to help you get this property sold?"
|
|
158
|
+
|
|
159
|
+
Pause. Let them answer.
|
|
160
|
+
|
|
161
|
+
If yes:
|
|
162
|
+
> "Great. Let's talk about the next steps so we can get the marketing started."
|
|
163
|
+
|
|
164
|
+
**Alternative trial closes to use throughout:**
|
|
165
|
+
- "How does that sound so far?"
|
|
166
|
+
- "Does that approach make sense for your situation?"
|
|
167
|
+
- "Would you be comfortable moving forward on that basis?"
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## FEE JUSTIFICATION
|
|
172
|
+
|
|
173
|
+
When vendors challenge your fee, shift from fee to value.
|
|
174
|
+
|
|
175
|
+
### The Results Conversation
|
|
176
|
+
|
|
177
|
+
Script (adapted from Tom Ferry):
|
|
178
|
+
> "Totally fair question. Can I ask — compared to what?"
|
|
179
|
+
|
|
180
|
+
Then:
|
|
181
|
+
> "Of course you want the best result. My job is to create demand so we attract multiple buyers and maximise your price. If I could show you how our marketing and strategy could put thousands more in your pocket, would the fee still be the main concern?"
|
|
182
|
+
|
|
183
|
+
### The Tom Panos Fee Framework
|
|
184
|
+
|
|
185
|
+
> "It's the process, not the promise of a price, that's going to get you sold for top dollar. Let's talk about that process."
|
|
186
|
+
|
|
187
|
+
> "My job is to maximise your profit, not to minimise your losses."
|
|
188
|
+
|
|
189
|
+
### Value vs Cost Positioning
|
|
190
|
+
|
|
191
|
+
- The cheapest agent can be the most expensive if the property sits on the market
|
|
192
|
+
- A 0.5% fee difference on a £400,000 property is £2,000 — but poor marketing could cost £20,000+ in a lower sale price
|
|
193
|
+
- "You're not paying for a listing — you're investing in a marketing campaign"
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
## FIREWAVE PROFIT PYRAMID POSITIONING
|
|
198
|
+
|
|
199
|
+
Use Firewave's Profit Pyramid™ framework to position your agency's marketing strategy.
|
|
200
|
+
|
|
201
|
+
The three cornerstones:
|
|
202
|
+
1. **Direct Mail** — targeted letters to homeowners (council tax bands, specific streets)
|
|
203
|
+
2. **Content Marketing** — BLAST formula (Behind the scenes, Local spotlight, A day in the life, Showcase a property, Tips and advice)
|
|
204
|
+
3. **Digital Marketing Funnels** — Know → Like → Trust → Try → Buy journey
|
|
205
|
+
|
|
206
|
+
**GOST Framework** for business planning:
|
|
207
|
+
- **G**oal (big picture)
|
|
208
|
+
- **O**bjective (specific with numbers)
|
|
209
|
+
- **S**trategy (one sentence approach)
|
|
210
|
+
- **T**actics (specific actions)
|
|
211
|
+
|
|
212
|
+
Position yourself using the "subscriber briber" approach — offer valuable content (guides, checklists) that demonstrates expertise before the appraisal.
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
## OBJECTION HANDLING
|
|
217
|
+
|
|
218
|
+
See reference file `references/objection-scripts.md` for full scripts covering:
|
|
219
|
+
- "Your fee is too high"
|
|
220
|
+
- "We want to try a higher price"
|
|
221
|
+
- "We want to think about it"
|
|
222
|
+
- "Another agent is cheaper"
|
|
223
|
+
- "We want to interview other agents"
|
|
224
|
+
- "We want to try selling privately"
|
|
225
|
+
- "The market is bad right now"
|
|
226
|
+
- "We'll wait until the market improves"
|
|
227
|
+
|
|
228
|
+
**Tom Ferry's 4-Step Objection Formula:**
|
|
229
|
+
1. Acknowledge the concern
|
|
230
|
+
2. Ask a question
|
|
231
|
+
3. Understand the real objection
|
|
232
|
+
4. Reframe the conversation
|
|
233
|
+
|
|
234
|
+
"Curiosity beats confrontation."
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
|
|
238
|
+
## PRE-LISTING KIT
|
|
239
|
+
|
|
240
|
+
See reference file `references/pre-listing-kit.md` for the complete pre-listing pack structure and examples from Grant Dickson, Mat Steinwede, Tom Hector, and Jamie Benjamin.
|
|
241
|
+
|
|
242
|
+
---
|
|
243
|
+
|
|
244
|
+
## BOOKING THE APPRAISAL
|
|
245
|
+
|
|
246
|
+
See reference file `references/booking-script.md` for the phone script to book market appraisal appointments.
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
## POST-INSTRUCTION: SET-TO-SELL MEETING
|
|
251
|
+
|
|
252
|
+
See reference file `references/set-to-sell.md` for the Tom Panos script covering what to communicate after winning the instruction.
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
## KEY PRINCIPLES
|
|
257
|
+
|
|
258
|
+
1. **Ask questions, don't make statements** — "He who asks the questions controls the conversation"
|
|
259
|
+
2. **Motivation before price** — always understand WHY before discussing numbers
|
|
260
|
+
3. **Show proof, not promises** — case studies, data, testimonials
|
|
261
|
+
4. **Sell value, not price** — demonstrate your marketing difference
|
|
262
|
+
5. **Have an agenda** — control the meeting structure
|
|
263
|
+
6. **Trial close throughout** — check buy-in at each stage
|
|
264
|
+
7. **Presentation matters** — advise vendors on staging (Penhaul's ADDRESS method)
|
|
265
|
+
8. **The launch window is critical** — first 2 weeks generate the most buyer attention
|
|
266
|
+
9. **Distribution over skill** — "The best agent rarely wins. The best-known agent does." (Sharran Srivatsaa)
|
|
267
|
+
10. **Leave behind value** — your follow-up and pre-listing materials should reinforce expertise
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
## LISTING PRESENTATION TIPS CHECKLIST
|
|
272
|
+
|
|
273
|
+
From Crystal / industry best practice:
|
|
274
|
+
- Prepare thoroughly before the appointment
|
|
275
|
+
- Ask crucial qualifying questions when setting the appointment
|
|
276
|
+
- First impressions count — dress, punctuality, energy
|
|
277
|
+
- Be an interested introvert — listen more than you talk
|
|
278
|
+
- Position yourself as a trusted adviser
|
|
279
|
+
- Differentiate with proof, not promises
|
|
280
|
+
- Sell value, not price
|
|
281
|
+
- Sell YOU → your company → your process (in that order)
|
|
282
|
+
- Have an agenda and follow it
|
|
283
|
+
- Draw models and diagrams to explain concepts visually
|
|
284
|
+
- Trial close throughout the presentation
|
|
285
|
+
- Ask directly for the business
|
|
286
|
+
- Leave behind value + follow up promptly
|
package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Booking the Market Appraisal — Phone Script
|
|
2
|
+
|
|
3
|
+
Use this script when a potential vendor calls or enquires about selling.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## The Script
|
|
8
|
+
|
|
9
|
+
1. **"Can I ask what prompted you to give me a call?"**
|
|
10
|
+
- Understand their motivation and source
|
|
11
|
+
|
|
12
|
+
2. **"What's the address of the property?"**
|
|
13
|
+
- Get the basics
|
|
14
|
+
|
|
15
|
+
3. **"When are you looking to put your property on the market?"**
|
|
16
|
+
- Establish timeline and urgency
|
|
17
|
+
|
|
18
|
+
4. **"Can you give me a brief description of the home?"**
|
|
19
|
+
- Bedrooms, type, style, any notable features
|
|
20
|
+
|
|
21
|
+
5. **"Have you made any significant improvements or renovations since you bought it?"**
|
|
22
|
+
- Understand added value
|
|
23
|
+
|
|
24
|
+
6. **"At some stage it will be useful to look at the comparable sales in the area. Just so I can prepare the right research — what price range do you think your home is in?"**
|
|
25
|
+
- Get a sense of their expectations without committing to a figure
|
|
26
|
+
|
|
27
|
+
7. **"Is it just you, or is there anybody else involved in making the decision?"**
|
|
28
|
+
- Ensure all decision-makers will be present
|
|
29
|
+
|
|
30
|
+
8. **Book the appointment — offer two time options:**
|
|
31
|
+
> "I have availability on [day] at [time] or [day] at [time] — which works better for you?"
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Key Principles
|
|
36
|
+
|
|
37
|
+
- Never give a price over the phone
|
|
38
|
+
- Never promise a guaranteed appointment time — confirm and follow up
|
|
39
|
+
- Always ask who else is involved in the decision
|
|
40
|
+
- Sound warm, professional, and genuinely interested
|
|
41
|
+
- Confirm the appointment in writing (text or email) with your pre-listing pack
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## After Booking
|
|
46
|
+
|
|
47
|
+
1. Send confirmation message with date, time, and your name
|
|
48
|
+
2. Deliver or email your pre-listing pack before the appointment
|
|
49
|
+
3. Research comparable sales and prepare market data
|
|
50
|
+
4. Review the property on Google Maps / Street View
|
|
51
|
+
5. Check EPC register, council tax band, Land Registry if possible
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
# Objection Handling Scripts for Listing Presentations
|
|
2
|
+
|
|
3
|
+
Adapted from Tom Ferry, Tom Panos, and Phil M. Jones for UK estate agents.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. "Your fee is too high"
|
|
8
|
+
|
|
9
|
+
**Script:**
|
|
10
|
+
|
|
11
|
+
> "Totally fair question. Can I ask — compared to what?"
|
|
12
|
+
|
|
13
|
+
Let them answer. Then:
|
|
14
|
+
|
|
15
|
+
> "Of course, you want the best possible price for your property. My job is to create demand so we attract multiple buyers and maximise your result. If I could show you how our marketing and strategy could potentially put tens of thousands more in your pocket, would the fee still be the main concern?"
|
|
16
|
+
|
|
17
|
+
**Why it works:** You don't defend the fee immediately. You shift to value.
|
|
18
|
+
|
|
19
|
+
> "The commission conversation should always become a results conversation." — Tom Ferry
|
|
20
|
+
|
|
21
|
+
**Alternative (Tom Panos):**
|
|
22
|
+
|
|
23
|
+
> "It's the process, not the promise of a price, that's going to get you the best result. Let's talk about that process."
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## 2. "We want to try a higher price"
|
|
28
|
+
|
|
29
|
+
**Script:**
|
|
30
|
+
|
|
31
|
+
> "I completely understand. Everyone wants to achieve the highest possible price."
|
|
32
|
+
|
|
33
|
+
Pause.
|
|
34
|
+
|
|
35
|
+
> "Can I ask — 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?"
|
|
36
|
+
|
|
37
|
+
Follow up:
|
|
38
|
+
|
|
39
|
+
> "The first two weeks are when a property gets the most attention. Pricing correctly at launch is the best way to attract the strongest buyers."
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## 3. "We want to think about it"
|
|
44
|
+
|
|
45
|
+
**Script:**
|
|
46
|
+
|
|
47
|
+
> "Of course. Selling your home is a significant decision."
|
|
48
|
+
|
|
49
|
+
Pause.
|
|
50
|
+
|
|
51
|
+
> "Just so I understand — is there something specific you're unsure about that I can help clarify?"
|
|
52
|
+
|
|
53
|
+
Then:
|
|
54
|
+
|
|
55
|
+
> "Is it the pricing, the marketing approach, or choosing the right agent?"
|
|
56
|
+
|
|
57
|
+
**Principle:** "Think about it" usually hides the real objection. Your job is to uncover it.
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## 4. "Another agent is cheaper"
|
|
62
|
+
|
|
63
|
+
**Script:**
|
|
64
|
+
|
|
65
|
+
> "I understand. Choosing the right agent is important."
|
|
66
|
+
|
|
67
|
+
Pause.
|
|
68
|
+
|
|
69
|
+
> "Out of curiosity, besides the fee, what else are you considering when deciding who to work with?"
|
|
70
|
+
|
|
71
|
+
After they answer:
|
|
72
|
+
|
|
73
|
+
> "The last thing I'd want is for you to choose purely on price and miss out on the best result."
|
|
74
|
+
|
|
75
|
+
Then:
|
|
76
|
+
|
|
77
|
+
> "Sometimes the cheapest agent ends up being the most expensive if the property sits on the market or sells below its potential."
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## 5. "We want to interview other agents"
|
|
82
|
+
|
|
83
|
+
**Script:**
|
|
84
|
+
|
|
85
|
+
> "That makes complete sense. You should absolutely meet with a few agents before making a decision."
|
|
86
|
+
|
|
87
|
+
Pause.
|
|
88
|
+
|
|
89
|
+
> "Just out of curiosity — what will you be comparing between the agents?"
|
|
90
|
+
|
|
91
|
+
Then:
|
|
92
|
+
|
|
93
|
+
> "When you're comparing, I'd suggest looking at three things: marketing quality, negotiation strategy, and track record of results."
|
|
94
|
+
|
|
95
|
+
Then:
|
|
96
|
+
|
|
97
|
+
> "When are you planning to make your decision?"
|
|
98
|
+
|
|
99
|
+
This keeps you in control of the timeline.
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## 6. "We want to try selling it ourselves"
|
|
104
|
+
|
|
105
|
+
**Script:**
|
|
106
|
+
|
|
107
|
+
> "I respect that. Many people consider that."
|
|
108
|
+
|
|
109
|
+
Pause.
|
|
110
|
+
|
|
111
|
+
> "Can I ask what made you want to try selling privately?"
|
|
112
|
+
|
|
113
|
+
After they answer:
|
|
114
|
+
|
|
115
|
+
> "Totally understandable. The challenge most vendors run into is qualifying buyers, negotiating effectively, and getting the sale through to exchange and completion."
|
|
116
|
+
|
|
117
|
+
Then:
|
|
118
|
+
|
|
119
|
+
> "If you do try it privately and find it becomes overwhelming, I'd be happy to step in and help."
|
|
120
|
+
|
|
121
|
+
Keep the relationship warm.
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## 7. "The market is bad right now"
|
|
126
|
+
|
|
127
|
+
**Script:**
|
|
128
|
+
|
|
129
|
+
> "I understand why it might feel that way."
|
|
130
|
+
|
|
131
|
+
Pause.
|
|
132
|
+
|
|
133
|
+
> "Can I ask — what have you seen or heard about the market?"
|
|
134
|
+
|
|
135
|
+
Then explain with local data:
|
|
136
|
+
|
|
137
|
+
> "The reality is that properties priced correctly and marketed well are still selling. The difference today is strategy."
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
## 8. "We'll wait until the market improves"
|
|
142
|
+
|
|
143
|
+
**Script:**
|
|
144
|
+
|
|
145
|
+
> "That's completely understandable."
|
|
146
|
+
|
|
147
|
+
Pause.
|
|
148
|
+
|
|
149
|
+
> "Can I ask — what specifically would you like to see change before moving forward?"
|
|
150
|
+
|
|
151
|
+
Then reframe:
|
|
152
|
+
|
|
153
|
+
> "One thing to consider is that when the market improves, competition increases as well. Right now you may actually have fewer properties competing with yours."
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
## The 4-Step Objection Formula
|
|
158
|
+
|
|
159
|
+
Almost all scripts follow this structure:
|
|
160
|
+
|
|
161
|
+
1. **Acknowledge** the concern
|
|
162
|
+
2. **Ask** a question
|
|
163
|
+
3. **Understand** the real objection
|
|
164
|
+
4. **Reframe** the conversation
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## Phil M. Jones Power Phrases for Appraisals
|
|
169
|
+
|
|
170
|
+
These language patterns reduce resistance:
|
|
171
|
+
|
|
172
|
+
- **"I'm not sure if it's for you, but…"** — lowers defences
|
|
173
|
+
- **"Just imagine…"** — activates visualisation ("Just imagine what it would feel like to have this sold before summer")
|
|
174
|
+
- **"How open-minded would you be…"** — introduces ideas without pressure
|
|
175
|
+
- **"What do you know about…"** — uncovers knowledge level
|
|
176
|
+
- **"Before you decide…"** — creates curiosity
|
|
177
|
+
- **"If… then…"** — conditional close ("If we could achieve that price, would you be comfortable moving forward?")
|
|
178
|
+
- **"When would be a good time?"** — assumes action will happen
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## Tom Panos Question-Based Approach
|
|
183
|
+
|
|
184
|
+
During the property tour, use these questions:
|
|
185
|
+
|
|
186
|
+
- "Have you ever sold a property before?"
|
|
187
|
+
- "How did it go?"
|
|
188
|
+
- "What did you like about the process?"
|
|
189
|
+
- "What didn't you like about the process?"
|
|
190
|
+
- "When selecting an agent, what are the top three things you're looking for?"
|
|
191
|
+
- "Are you going to choose an agent based on the things they can't control (like the price) or the things they CAN control — the marketing, strategy, and negotiation ability?"
|
|
192
|
+
|
|
193
|
+
**Principle:** "Rookies make statements. Top agents ask questions."
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# Elaine Penhaul — Presentation & Staging Principles
|
|
2
|
+
|
|
3
|
+
From "Sell High, Sell Fast" and "How to Sell Your House". These principles should be woven into your market appraisal when advising vendors on preparing their property.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## The 3P Method
|
|
8
|
+
|
|
9
|
+
**Price + Presentation + Promotion = optimal result.**
|
|
10
|
+
|
|
11
|
+
All three must be right. Most vendors focus only on price, but presentation and promotion are equally critical.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## The Golden Window
|
|
16
|
+
|
|
17
|
+
The first 2 weeks on market are when the most motivated buyers are watching.
|
|
18
|
+
|
|
19
|
+
If the property is:
|
|
20
|
+
- Priced correctly
|
|
21
|
+
- Presented beautifully
|
|
22
|
+
- Marketed strongly
|
|
23
|
+
|
|
24
|
+
…it attracts maximum interest during this critical window.
|
|
25
|
+
|
|
26
|
+
Overpricing or poor presentation during launch wastes the golden window.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Why Properties Fail to Sell
|
|
31
|
+
|
|
32
|
+
Three reasons:
|
|
33
|
+
1. **Overpricing** — fewer viewings, longer time on market
|
|
34
|
+
2. **Poor presentation** — buyers can't visualise living there
|
|
35
|
+
3. **Weak marketing** — not enough buyers see it
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Emotional Buying
|
|
40
|
+
|
|
41
|
+
Homes are emotional purchases. Buyers imagine:
|
|
42
|
+
- Their life in the property
|
|
43
|
+
- Their furniture in the rooms
|
|
44
|
+
- Their family living there
|
|
45
|
+
|
|
46
|
+
If rooms are cluttered or badly arranged, buyers can't connect emotionally. This reduces perceived value.
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## The ADDRESS Staging Framework
|
|
51
|
+
|
|
52
|
+
- **A**ssess — walk through the property with fresh eyes
|
|
53
|
+
- **D**eclutter — remove excess items, clear surfaces, minimise personal photos
|
|
54
|
+
- **D**ecorate — refresh tired paintwork, neutral colours where needed
|
|
55
|
+
- **R**e-imagine — consider how rooms are used (could a box room be a home office?)
|
|
56
|
+
- **E**mphasise — highlight the property's best features (views, space, light)
|
|
57
|
+
- **S**tage — arrange furniture to maximise space and flow
|
|
58
|
+
- **S**ell — launch with strong marketing and professional imagery
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Kerb Appeal Matters
|
|
63
|
+
|
|
64
|
+
Buyers form opinions within seconds of arriving. Key factors:
|
|
65
|
+
- Front garden / driveway condition
|
|
66
|
+
- Front door and entrance area
|
|
67
|
+
- Clean windows
|
|
68
|
+
- Lighting
|
|
69
|
+
- General tidiness
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Online Presentation Is Critical
|
|
74
|
+
|
|
75
|
+
Most property searches start online. Therefore:
|
|
76
|
+
- Photos must be excellent and well-lit
|
|
77
|
+
- The first image must grab attention
|
|
78
|
+
- Listing descriptions should tell a story
|
|
79
|
+
- Video tours drive engagement
|
|
80
|
+
|
|
81
|
+
Poor photos prevent buyers from booking viewings.
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Preparation Before Marketing
|
|
86
|
+
|
|
87
|
+
Properties should be prepared BEFORE launching to market. Many go live too quickly.
|
|
88
|
+
|
|
89
|
+
The sequence should be:
|
|
90
|
+
1. Prepare the property (staging, decluttering, repairs)
|
|
91
|
+
2. Professional photography and video
|
|
92
|
+
3. Launch strongly with maximum exposure
|
|
93
|
+
|
|
94
|
+
Never rush to market with a property that isn't ready.
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## What to Advise Vendors
|
|
99
|
+
|
|
100
|
+
During your market appraisal, recommend:
|
|
101
|
+
- Declutter every room (less is more)
|
|
102
|
+
- Depersonalise where possible
|
|
103
|
+
- Deep clean the entire property
|
|
104
|
+
- Fix small maintenance issues (dripping taps, cracked tiles)
|
|
105
|
+
- Maximise natural light (open curtains, clean windows)
|
|
106
|
+
- Fresh flowers or plants for viewings
|
|
107
|
+
- Neutral scents (avoid strong air freshener)
|
|
108
|
+
- Consider professional staging for vacant or dated properties
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## Choosing the Right Agent (Penhaul's Advice to Vendors)
|
|
113
|
+
|
|
114
|
+
Penhaul warns vendors not to choose agents based on:
|
|
115
|
+
- The highest valuation
|
|
116
|
+
- The lowest fee
|
|
117
|
+
|
|
118
|
+
Instead evaluate:
|
|
119
|
+
- Marketing quality
|
|
120
|
+
- Experience selling similar properties
|
|
121
|
+
- Strategy and communication plan
|
|
122
|
+
|
|
123
|
+
Use this in your presentation: "A good agent should have a clear marketing plan, not just a listing price."
|