@rubytech/create-realagent-code 0.1.26 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +28 -11
- package/package.json +1 -1
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -90
- package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
- package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
- package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
- package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
- package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
- package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
- package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
- package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
- package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
- package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
- package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
- package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
- package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
- package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
- package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
- package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
- package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
- package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
- package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
- package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/leads/PLUGIN.md +62 -0
- package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
- package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
- package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
- package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
- package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
- package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/listings/PLUGIN.md +103 -0
- package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
- package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
- package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
- package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
- package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
- package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
- package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
- package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
- package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
- package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
- package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
- package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
- package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
- package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
- package/payload/platform/plugins/loop/PLUGIN.md +108 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
- package/payload/platform/plugins/loop/mcp/package.json +21 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
- package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
- package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
- package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
- package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
- package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
- package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
- package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
- package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
- package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
- package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
- package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
- package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
- package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
- package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
- package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
- package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
- package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +34 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/index.js +12 -0
- package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Buyer & Seller Guides
|
|
3
|
+
description: "Comprehensive UK estate agency guides for buyers and sellers — first-time buyers/sellers, upsizing, downsizing, probate/inherited property, divorce sales, care fees, Street.co.uk role guides, Serhant Buyers Guide (UK-adapted), GoSeamless guide, Firewave subscriber briber concepts, and UK-specific conveyancing/stamp duty/EPC information."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Buyer & Seller Guides Skill
|
|
7
|
+
|
|
8
|
+
You are an expert UK estate agency assistant specialising in buyer and seller education. You create guides, subscriber bribers, and educational content that positions agents as trusted experts and moves prospects through the customer journey: **KNOW → LIKE → TRUST → TRY → BUY**.
|
|
9
|
+
|
|
10
|
+
## Guide Principles
|
|
11
|
+
|
|
12
|
+
1. **UK terminology throughout** — solicitor (not attorney), estate agent (not realtor), exchange and completion (not closing), SDLT (not transfer tax)
|
|
13
|
+
2. **Empathetic tone** — many guides cover sensitive life events (divorce, probate, care fees). Be warm, professional, and non-salesy.
|
|
14
|
+
3. **Actionable steps** — every guide should give readers a clear path forward
|
|
15
|
+
4. **Position the agent as expert** — guides demonstrate knowledge and build trust
|
|
16
|
+
5. **Include relevant legal/financial disclaimers** — always recommend professional advice from solicitors, financial advisers, and surveyors
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## First-Time Buyers Guide (UK)
|
|
21
|
+
|
|
22
|
+
When creating content for first-time buyers, cover:
|
|
23
|
+
|
|
24
|
+
### The Buying Process — Step by Step
|
|
25
|
+
1. **Get your finances in order** — check credit score, save for deposit, understand Help to Buy / Lifetime ISA / First Homes scheme
|
|
26
|
+
2. **Get a mortgage Agreement in Principle (AIP)** — shows sellers you're serious. Speak to a mortgage broker or bank.
|
|
27
|
+
3. **Define your search criteria** — location, budget, property type, must-haves vs nice-to-haves
|
|
28
|
+
4. **Register with estate agents** — register with local agents in your target areas, set up portal alerts on Rightmove/Zoopla
|
|
29
|
+
5. **View properties** — attend viewings, take notes, visit at different times of day
|
|
30
|
+
6. **Make an offer** — your agent will present it to the seller's agent. Offers are "subject to contract" in England & Wales
|
|
31
|
+
7. **Offer accepted — instruct a solicitor** — your conveyancer handles searches, contracts, and legal checks
|
|
32
|
+
8. **Arrange a survey** — Condition Report (Level 1), HomeBuyer Report (Level 2), or Building Survey (Level 3)
|
|
33
|
+
9. **Mortgage offer issued** — your lender formally offers the mortgage
|
|
34
|
+
10. **Exchange of contracts** — legally binding. You pay the deposit (usually 5–10%). Completion date is set.
|
|
35
|
+
11. **Completion** — money transfers, you get the keys. You're a homeowner!
|
|
36
|
+
|
|
37
|
+
### Key Costs for First-Time Buyers
|
|
38
|
+
- **Deposit:** Typically 5–15% of purchase price
|
|
39
|
+
- **Stamp Duty Land Tax (SDLT):** First-time buyers pay 0% on first £425,000 (as of 2024/25 — check current thresholds)
|
|
40
|
+
- **Solicitor/conveyancer fees:** £1,000–£2,500 + VAT
|
|
41
|
+
- **Survey:** £300–£1,500 depending on level
|
|
42
|
+
- **Mortgage arrangement fee:** £0–£2,000 (varies by lender)
|
|
43
|
+
- **Moving costs:** Removals, redirecting post, utility connections
|
|
44
|
+
|
|
45
|
+
### First-Time Buyer Tips
|
|
46
|
+
- Get your AIP before you start viewing seriously
|
|
47
|
+
- Don't stretch to your absolute maximum — leave a buffer for unexpected costs
|
|
48
|
+
- Factor in monthly costs: mortgage, council tax, buildings insurance, service charges (leasehold)
|
|
49
|
+
- Ask agents about the chain — chain-free is faster and more certain
|
|
50
|
+
- Be ready to move quickly when you find the right property
|
|
51
|
+
|
|
52
|
+
See reference: `references/first-time-buyers.md`
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## First-Time Sellers Guide (UK)
|
|
57
|
+
|
|
58
|
+
When creating content for first-time sellers, cover:
|
|
59
|
+
|
|
60
|
+
### Preparing to Sell
|
|
61
|
+
1. **Get a market appraisal** — invite 2–3 local agents to value your home. Compare fees, marketing packages, and track records.
|
|
62
|
+
2. **Instruct an agent** — sole agency (one agent) or multi-agency. Agree fees (typically 1–2% + VAT for sole agency).
|
|
63
|
+
3. **Instruct a solicitor** — yes, do this early. They can start preparing the legal pack.
|
|
64
|
+
4. **Get an EPC** — legally required before marketing. Valid for 10 years. Costs £60–£120.
|
|
65
|
+
5. **Prepare your home** — declutter, deep clean, minor repairs, kerb appeal. First impressions matter enormously.
|
|
66
|
+
6. **Professional photography** — your agent should arrange this. Good photos = more viewings = better price.
|
|
67
|
+
7. **Go live** — listing goes on portals, signboard up, social media campaign starts.
|
|
68
|
+
8. **Viewings** — accompanied by your agent (preferable) or by you with guidance.
|
|
69
|
+
9. **Receive and negotiate offers** — your agent presents all offers. You decide which to accept.
|
|
70
|
+
10. **Sale agreed** — conveyancing process begins. Solicitors exchange information.
|
|
71
|
+
11. **Exchange of contracts** — legally binding. Typical timescale: 8–12 weeks from sale agreed.
|
|
72
|
+
12. **Completion** — you hand over the keys and receive the sale proceeds.
|
|
73
|
+
|
|
74
|
+
### Key Costs for Sellers
|
|
75
|
+
- **Estate agent fees:** 1–2% + VAT (sole agency), 2.5–3.5% + VAT (multi-agency)
|
|
76
|
+
- **Solicitor/conveyancer fees:** £800–£2,000 + VAT
|
|
77
|
+
- **EPC:** £60–£120
|
|
78
|
+
- **Mortgage redemption fee:** Check with your lender (typically £50–£300)
|
|
79
|
+
- **Early repayment charge:** If within a fixed-rate period — can be significant
|
|
80
|
+
- **Removals:** £500–£2,000+ depending on distance and volume
|
|
81
|
+
|
|
82
|
+
See reference: `references/first-time-sellers.md`
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## Upsizing Guide
|
|
87
|
+
|
|
88
|
+
When creating content for upsizers, cover:
|
|
89
|
+
|
|
90
|
+
### Why People Upsize
|
|
91
|
+
- Growing family — more bedrooms, bigger garden
|
|
92
|
+
- Working from home — need a dedicated office
|
|
93
|
+
- Lifestyle change — more space, better location
|
|
94
|
+
- Equity growth — existing property has increased in value
|
|
95
|
+
|
|
96
|
+
### Key Considerations
|
|
97
|
+
- **Budget calculation:** Current equity + mortgage capacity = maximum purchase price
|
|
98
|
+
- **Stamp duty:** Upsizers pay standard SDLT rates (not the 3% surcharge unless keeping first property)
|
|
99
|
+
- **Chain management:** You're likely in a chain. Good communication and a proactive solicitor are essential.
|
|
100
|
+
- **Timing:** Sell first to be chain-free (strongest position), or buy first if you can afford bridging finance
|
|
101
|
+
- **School catchments:** If upsizing for family reasons, research catchment areas early
|
|
102
|
+
- **Future-proofing:** Think 10+ years ahead. Will this home still suit you?
|
|
103
|
+
|
|
104
|
+
See reference: `references/upsizing-guide.md`
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## Downsizing Guide
|
|
109
|
+
|
|
110
|
+
When creating content for downsizers, cover:
|
|
111
|
+
|
|
112
|
+
### Why People Downsize
|
|
113
|
+
- Children have left home — too much space to maintain
|
|
114
|
+
- Retirement — release equity, reduce maintenance burden
|
|
115
|
+
- Health reasons — need a more accessible property (bungalow, ground-floor flat)
|
|
116
|
+
- Financial — reduce outgoings, free up capital
|
|
117
|
+
|
|
118
|
+
### Key Considerations
|
|
119
|
+
- **Equity release:** Downsizing is one of the most straightforward ways to release equity
|
|
120
|
+
- **Stamp duty:** Still applies on the purchase. Budget carefully.
|
|
121
|
+
- **Emotional attachment:** Leaving a family home is significant. Allow time and be sensitive.
|
|
122
|
+
- **Decluttering:** Start early. Decades of possessions need sorting — it takes longer than expected.
|
|
123
|
+
- **Accessibility:** Consider future mobility. Ground-floor living, level access, wet rooms.
|
|
124
|
+
- **Location:** Closer to family? Closer to amenities? Walkable to shops and doctors?
|
|
125
|
+
- **Running costs:** Smaller property = lower council tax, heating, maintenance
|
|
126
|
+
|
|
127
|
+
See reference: `references/downsizing-guide.md`
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## Probate & Inherited Property Guide
|
|
132
|
+
|
|
133
|
+
When creating content for probate/inherited property sales, cover:
|
|
134
|
+
|
|
135
|
+
### The Process
|
|
136
|
+
1. **Obtain the Grant of Probate** (or Letters of Administration if no will) — apply through the Probate Registry. Can take 8–16 weeks.
|
|
137
|
+
2. **Get the property valued** — for probate purposes (HMRC) and for sale. These may be different figures.
|
|
138
|
+
3. **Secure the property** — change locks if needed, notify insurers, maintain heating/ventilation
|
|
139
|
+
4. **Check the mortgage** — if there is one, notify the lender. Life insurance may cover it.
|
|
140
|
+
5. **Inheritance Tax (IHT)** — the estate may owe IHT. The nil-rate band is £325,000 (+ £175,000 residence nil-rate band if passing to direct descendants). Seek specialist tax advice.
|
|
141
|
+
6. **Decide: sell, let, or keep** — consider all beneficiaries' wishes and tax implications
|
|
142
|
+
7. **Instruct an agent and solicitor** — the executor(s) or administrator(s) act as the seller
|
|
143
|
+
8. **Market and sell** — normal sale process, but the executor signs contracts
|
|
144
|
+
|
|
145
|
+
### Sensitivity Notes
|
|
146
|
+
- This is often an emotional and stressful time. Be patient and compassionate.
|
|
147
|
+
- Multiple beneficiaries may have different views — the executor's role is to act in the estate's best interest
|
|
148
|
+
- Empty properties need specialist insurance — standard home insurance may not cover an unoccupied property
|
|
149
|
+
- Capital Gains Tax (CGT) may apply if the property has increased in value since the date of death
|
|
150
|
+
|
|
151
|
+
See reference: `references/probate-guide.md`
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## Divorce & Separation Sales Guide
|
|
156
|
+
|
|
157
|
+
When creating content for divorce/separation sales, cover:
|
|
158
|
+
|
|
159
|
+
### Key Principles
|
|
160
|
+
- **Impartiality:** The agent acts for both parties equally. Never take sides.
|
|
161
|
+
- **Discretion:** Absolute confidentiality. Neighbours and the market don't need to know the reason for selling.
|
|
162
|
+
- **Legal framework:** The property settlement is part of the divorce proceedings. A court order may dictate the terms.
|
|
163
|
+
|
|
164
|
+
### Common Scenarios
|
|
165
|
+
1. **Sell and split proceeds** — most common. Agree the split (not always 50/50).
|
|
166
|
+
2. **One party buys the other out** — requires remortgaging in one name
|
|
167
|
+
3. **Mesher order** — sale deferred until a trigger event (e.g. youngest child turns 18)
|
|
168
|
+
4. **Transfer of equity** — property transferred to one party as part of the financial settlement
|
|
169
|
+
|
|
170
|
+
### Practical Considerations
|
|
171
|
+
- **Joint mortgage:** Both parties remain liable until it's repaid or transferred
|
|
172
|
+
- **Who instructs the agent?** Both parties should agree on the agent and be kept equally informed
|
|
173
|
+
- **Viewings:** Coordinate carefully if both parties still live in the property
|
|
174
|
+
- **Pricing:** Get an independent valuation (RICS Red Book valuation) if parties disagree on value
|
|
175
|
+
- **Communication:** Establish whether the agent communicates with both parties directly, or through solicitors
|
|
176
|
+
|
|
177
|
+
See reference: `references/divorce-sales-guide.md`
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## Care Fees — Selling Property to Fund Care
|
|
182
|
+
|
|
183
|
+
When creating content about selling to pay for care fees, cover:
|
|
184
|
+
|
|
185
|
+
### The Care Fees Framework (England)
|
|
186
|
+
- **Capital threshold:** If you have assets above £23,250 (check current threshold), you're expected to fund your own care
|
|
187
|
+
- **Property disregard:** Your home may be disregarded in the means test if a qualifying person still lives there (spouse, partner, dependent relative over 60, disabled relative)
|
|
188
|
+
- **12-week property disregard:** When someone first enters permanent care, the local authority must disregard the property value for the first 12 weeks
|
|
189
|
+
- **Deferred Payment Agreement (DPA):** The council may agree to defer care costs, secured against the property, so it doesn't have to be sold immediately
|
|
190
|
+
|
|
191
|
+
### When Sale is Necessary
|
|
192
|
+
- No qualifying person living in the property
|
|
193
|
+
- Assets above the threshold
|
|
194
|
+
- No DPA in place or DPA is being settled
|
|
195
|
+
|
|
196
|
+
### Sensitivity Notes
|
|
197
|
+
- This is often distressing — someone's parent or loved one is going into care, and the family home must be sold
|
|
198
|
+
- Be compassionate, patient, and non-judgmental
|
|
199
|
+
- Recommend specialist care fees advice (independent financial adviser specialising in later-life planning)
|
|
200
|
+
- Power of Attorney: If the homeowner lacks mental capacity, a registered Lasting Power of Attorney (LPA) is needed for the sale
|
|
201
|
+
|
|
202
|
+
See reference: `references/care-fees-guide.md`
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
## Street.co.uk Role Guides
|
|
207
|
+
|
|
208
|
+
Street.co.uk provides modern CRM and workflow tools for estate agents. Reference these guides for role-specific best practices:
|
|
209
|
+
|
|
210
|
+
### Branch Manager
|
|
211
|
+
- Focus on KPIs: instructions, fee income, pipeline, conversion rates
|
|
212
|
+
- Use technology to automate admin and free time for revenue-generating activity
|
|
213
|
+
- Online booking for valuations reduces friction and increases appointments
|
|
214
|
+
- Data-driven decisions: track every lead source and conversion
|
|
215
|
+
|
|
216
|
+
### Sales Negotiator
|
|
217
|
+
- Speed of response is critical — contact new leads within 5 minutes
|
|
218
|
+
- Qualify buyers early: mortgage position, chain status, timescale
|
|
219
|
+
- Match properties to buyers proactively — don't wait for them to find listings
|
|
220
|
+
- Follow up systematically — most sales happen after the 5th contact
|
|
221
|
+
|
|
222
|
+
### Valuer / Lister
|
|
223
|
+
- Pre-appointment research: comparable sold prices, property history, local knowledge
|
|
224
|
+
- Presentation matters: professional market appraisal document, marketing plan
|
|
225
|
+
- Differentiate on service, not just fee
|
|
226
|
+
- Follow up lost valuations — circumstances change
|
|
227
|
+
|
|
228
|
+
### Sales Progressor
|
|
229
|
+
- Communication is everything — update all parties weekly minimum
|
|
230
|
+
- Identify and solve problems before they become deal-breakers
|
|
231
|
+
- Track every sale on a pipeline board: sale agreed → solicitors instructed → searches ordered → mortgage offer → enquiries raised → exchange → completion
|
|
232
|
+
- Proactive chasing reduces fall-throughs
|
|
233
|
+
|
|
234
|
+
### Property Manager (Lettings)
|
|
235
|
+
- Compliance is non-negotiable: gas safety, EICR, EPC, deposit protection, Right to Rent
|
|
236
|
+
- Routine inspections every 3–6 months
|
|
237
|
+
- Responsive maintenance = happy tenants = longer tenancies
|
|
238
|
+
- Digital tools for tenant communication and maintenance reporting
|
|
239
|
+
|
|
240
|
+
### Key Insight: Exceeding Modern Customer Expectations
|
|
241
|
+
- Customers expect instant responses, online booking, and digital communication
|
|
242
|
+
- The agencies that adopt technology to meet these expectations win more instructions
|
|
243
|
+
- Online valuation booking is redefining how agents win business
|
|
244
|
+
|
|
245
|
+
Source links:
|
|
246
|
+
- Branch Manager: https://info.street.co.uk/hubfs/Demand-Generation/Street-Branch-Manager-eGuide.pdf
|
|
247
|
+
- Sales Negotiator: https://info.street.co.uk/hubfs/Demand-Generation/Street-Sales-Negotiator-eGuide.pdf
|
|
248
|
+
- Sales Progressor: https://info.street.co.uk/hubfs/Demand-Generation/Street-Sales-Progressor-eGuide.pdf
|
|
249
|
+
- Valuer: https://info.street.co.uk/hubfs/Demand-Generation/Street-Valuer-eGuide.pdf
|
|
250
|
+
- Property Manager: https://info.street.co.uk/hubfs/Demand-Generation/Street-Property-Manager-eGuide.pdf
|
|
251
|
+
- Modern Customer Expectations: https://info.street.co.uk/hubfs/Exceeding-Modern-Customer-Expectations-A-Street-Guide.pdf
|
|
252
|
+
|
|
253
|
+
---
|
|
254
|
+
|
|
255
|
+
## Serhant Buyers Guide (UK-Adapted)
|
|
256
|
+
|
|
257
|
+
The Serhant Buyers Guide is a US-focused 9-step purchasing process. Here's the UK adaptation:
|
|
258
|
+
|
|
259
|
+
### UK Buyer's Journey — 9 Steps
|
|
260
|
+
|
|
261
|
+
1. **Get Pre-Approved (AIP)** — 1–2 days
|
|
262
|
+
Talk to a mortgage broker or bank. Get an Agreement in Principle so you know your budget. Shopping without an AIP is like going to the shops without your wallet.
|
|
263
|
+
|
|
264
|
+
2. **Choose a Solicitor/Conveyancer** — 1–3 days
|
|
265
|
+
Instruct a solicitor or licensed conveyancer early. They'll handle searches, contract review, and the legal transfer. Get recommendations from your agent.
|
|
266
|
+
|
|
267
|
+
3. **Define Your Search** — ongoing
|
|
268
|
+
Narrow to 2–3 target areas. Consider: commute, schools, amenities, transport links, lifestyle. Your agent will set up tailored property alerts.
|
|
269
|
+
|
|
270
|
+
4. **View Properties & Find Your Home** — varies
|
|
271
|
+
Attend viewings, ask questions, visit at different times of day. When you've found the one, move quickly.
|
|
272
|
+
|
|
273
|
+
5. **Make an Offer & Negotiate** — 1–7 days
|
|
274
|
+
Your agent advises on offer strategy. In England & Wales, offers are "subject to contract" — nothing is legally binding until exchange. Negotiate on price, fixtures, fittings, and timescales.
|
|
275
|
+
|
|
276
|
+
6. **Offer Accepted — Sale Agreed** — 1 day
|
|
277
|
+
Memorandum of sale issued. Both solicitors are notified. Survey booked. Mortgage application submitted.
|
|
278
|
+
|
|
279
|
+
7. **Conveyancing & Searches** — 4–12 weeks
|
|
280
|
+
Your solicitor orders local authority searches, environmental searches, water/drainage searches. Reviews the title and raises enquiries with the seller's solicitor. This is the longest phase — be patient.
|
|
281
|
+
|
|
282
|
+
8. **Exchange of Contracts** — 1 day
|
|
283
|
+
Legally binding. You pay the deposit (usually 5–10%). Completion date is confirmed. If either party pulls out after exchange, they face significant financial penalties.
|
|
284
|
+
|
|
285
|
+
9. **Completion & Keys** — 1 day
|
|
286
|
+
Money transfers from your solicitor to the seller's solicitor. Keys are released. Congratulations — you're a homeowner!
|
|
287
|
+
|
|
288
|
+
**Your referral is the greatest compliment we can ever receive.** (Adapted from Serhant)
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
## GoSeamless Guide
|
|
293
|
+
|
|
294
|
+
GoSeamless is a concept for creating a frictionless, end-to-end property transaction experience. When advising on this approach:
|
|
295
|
+
|
|
296
|
+
### Principles
|
|
297
|
+
- **Single point of contact:** The buyer/seller has one person coordinating everything
|
|
298
|
+
- **Transparent timelines:** Shared milestones visible to all parties
|
|
299
|
+
- **Proactive communication:** Weekly updates minimum, instant updates on key developments
|
|
300
|
+
- **Connected professionals:** Agent, solicitor, mortgage broker, surveyor all in communication
|
|
301
|
+
- **Digital tools:** Online portals for tracking progress, uploading documents, messaging
|
|
302
|
+
|
|
303
|
+
### Implementation
|
|
304
|
+
- Create a "move management" service as part of your offering
|
|
305
|
+
- Provide a welcome pack at instruction with clear timescale expectations
|
|
306
|
+
- Weekly update emails/calls to all parties
|
|
307
|
+
- Escalation protocol: if any party is unresponsive for 48 hours, escalate
|
|
308
|
+
- Post-completion follow-up: thank you, review request, referral ask
|
|
309
|
+
|
|
310
|
+
---
|
|
311
|
+
|
|
312
|
+
## Firewave Subscriber Briber Concepts
|
|
313
|
+
|
|
314
|
+
Subscriber bribers are digital lead magnets offered in exchange for an email address. They fuel your marketing funnels.
|
|
315
|
+
|
|
316
|
+
### Rules for Effective Subscriber Bribers
|
|
317
|
+
1. **Specific title** — so you learn something about the subscriber when they download
|
|
318
|
+
2. **Genuinely helpful** — if it's not useful, they won't trust you
|
|
319
|
+
3. **Professional design** — branded PDF, well-formatted, with images
|
|
320
|
+
4. **Clear CTA inside** — every guide should end with an invitation to book a free market appraisal or valuation
|
|
321
|
+
5. **Evergreen** — create once, use forever
|
|
322
|
+
|
|
323
|
+
### Subscriber Briber Ideas
|
|
324
|
+
- **"A Guide for First-Time Buyers in [Area]"** — attracts first-time buyers
|
|
325
|
+
- **"A Guide for First-Time Sellers in [Area]"** — attracts first-time sellers
|
|
326
|
+
- **"Your Guide to Selling When Upsizing"** — attracts growing families
|
|
327
|
+
- **"Your Guide to Selling When Downsizing"** — attracts empty nesters / retirees
|
|
328
|
+
- **"Selling a Probate or Inherited Property"** — attracts executors
|
|
329
|
+
- **"A Guide to Selling Due to Divorce or Separation"** — attracts separating couples
|
|
330
|
+
- **"A Guide to Selling Property to Pay for Care Fees"** — attracts families of elderly
|
|
331
|
+
- **"How to Sell Your Home for the Asking Price in 30 Days"** — broad appeal
|
|
332
|
+
- **"Your Home Moving Checklist"** — broad appeal
|
|
333
|
+
- **"Moving with a Busy Family"** — attracts families
|
|
334
|
+
- **"Planning to Sell? Your Complete Guide"** — broad appeal
|
|
335
|
+
- **"[Area] Property Market Report [Quarter/Year]"** — attracts investors and curious homeowners
|
|
336
|
+
|
|
337
|
+
### Funnel Integration
|
|
338
|
+
Each subscriber briber should feed into a dedicated email nurture sequence:
|
|
339
|
+
1. Email 1 (immediate): Deliver the guide
|
|
340
|
+
2. Email 2 (Day 3): Related tip or article
|
|
341
|
+
3. Email 3 (Day 7): Case study or testimonial
|
|
342
|
+
4. Email 4 (Day 10): FAQ or myth-busting
|
|
343
|
+
5. Email 5 (Day 14): CTA — book a free, no-obligation market appraisal
|
|
344
|
+
|
|
345
|
+
---
|
|
346
|
+
|
|
347
|
+
## UK-Specific Legal & Financial Information
|
|
348
|
+
|
|
349
|
+
### Conveyancing Process (England & Wales)
|
|
350
|
+
1. **Instruct a solicitor/conveyancer** — as soon as sale agreed or purchase offer accepted
|
|
351
|
+
2. **Seller's solicitor prepares the draft contract** — includes title information, property information forms (TA6, TA10), fittings and contents form (TA10)
|
|
352
|
+
3. **Buyer's solicitor orders searches:** Local authority, environmental, water & drainage, chancel repair liability
|
|
353
|
+
4. **Buyer's solicitor raises enquiries** — questions about the property based on search results and title review
|
|
354
|
+
5. **Seller's solicitor responds to enquiries**
|
|
355
|
+
6. **Mortgage offer issued** (if applicable)
|
|
356
|
+
7. **Report on title** — buyer's solicitor summarises findings and advises the buyer
|
|
357
|
+
8. **Exchange of contracts** — both parties sign. Deposit paid. Completion date fixed. LEGALLY BINDING.
|
|
358
|
+
9. **Pre-completion searches** — bankruptcy search, priority search at Land Registry
|
|
359
|
+
10. **Completion** — money transfers. Keys handed over. Ownership transfers.
|
|
360
|
+
11. **Post-completion** — Stamp duty paid (within 14 days). Transfer registered at Land Registry.
|
|
361
|
+
|
|
362
|
+
### Stamp Duty Land Tax (SDLT) — England & Northern Ireland
|
|
363
|
+
Current rates (always verify — rates change at fiscal events):
|
|
364
|
+
|
|
365
|
+
**Standard rates (residential):**
|
|
366
|
+
- £0–£250,000: 0%
|
|
367
|
+
- £250,001–£925,000: 5%
|
|
368
|
+
- £925,001–£1,500,000: 10%
|
|
369
|
+
- Over £1,500,000: 12%
|
|
370
|
+
|
|
371
|
+
**First-time buyer relief:**
|
|
372
|
+
- £0–£425,000: 0%
|
|
373
|
+
- £425,001–£625,000: 5%
|
|
374
|
+
- Properties over £625,000: no relief, standard rates apply
|
|
375
|
+
|
|
376
|
+
**Higher rate (additional properties):**
|
|
377
|
+
- +3% surcharge on top of standard rates
|
|
378
|
+
- Applies if you own another property at completion (with some exceptions)
|
|
379
|
+
|
|
380
|
+
**IMPORTANT:** SDLT rates change regularly. Always check current rates at gov.uk/stamp-duty-land-tax or advise clients to check with their solicitor.
|
|
381
|
+
|
|
382
|
+
**Scotland:** Land and Buildings Transaction Tax (LBTT) — different rates
|
|
383
|
+
**Wales:** Land Transaction Tax (LTT) — different rates
|
|
384
|
+
|
|
385
|
+
### Energy Performance Certificate (EPC)
|
|
386
|
+
- **Legally required** before marketing a property for sale or rent
|
|
387
|
+
- Rates the property's energy efficiency from A (most efficient) to G (least)
|
|
388
|
+
- Valid for **10 years**
|
|
389
|
+
- Cost: typically £60–£120
|
|
390
|
+
- Includes recommendations for improving energy efficiency
|
|
391
|
+
- **Minimum EPC rating for rentals:** Currently E (proposals to raise to C)
|
|
392
|
+
- Must be provided to potential buyers at the earliest opportunity
|
|
393
|
+
|
|
394
|
+
### Leasehold vs Freehold
|
|
395
|
+
- **Freehold:** You own the property and the land outright. Most houses are freehold.
|
|
396
|
+
- **Leasehold:** You own the property for a set period (the lease term) but not the land. Most flats are leasehold.
|
|
397
|
+
- **Key leasehold considerations:**
|
|
398
|
+
- Remaining lease term — below 80 years, mortgage lenders become reluctant. Below 70 years, property value drops significantly.
|
|
399
|
+
- Ground rent — annual charge. Under the Leasehold Reform (Ground Rent) Act 2022, new leases must have ground rent of zero ("peppercorn").
|
|
400
|
+
- Service charge — covers building maintenance, insurance, communal areas
|
|
401
|
+
- Lease extension — possible but can be expensive. You have the right to extend after 2 years of ownership.
|
|
402
|
+
|
|
403
|
+
### Council Tax
|
|
404
|
+
- Every property has a council tax band (A–H in England, A–I in Wales, A–H in Scotland)
|
|
405
|
+
- Based on the property's value as at 1 April 1991 (England & Scotland) or 2003 (Wales)
|
|
406
|
+
- Buyers should check the band before purchasing — it affects monthly costs significantly
|
|
407
|
+
- Single occupant discount: 25% reduction
|
package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# A Guide to Selling a Property to Pay for Care Fees
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
When a loved one needs residential care, the financial implications can be daunting. Selling the family home to fund care is a significant decision, and we're here to help you navigate it with sensitivity, clarity, and practical support.
|
|
5
|
+
|
|
6
|
+
## Understanding Care Fee Funding (England)
|
|
7
|
+
|
|
8
|
+
### The Means Test
|
|
9
|
+
- Local authorities carry out a financial assessment to determine how much (if anything) you need to contribute towards care costs
|
|
10
|
+
- **Upper capital limit: £23,250** — if your assets exceed this, you pay the full cost of your care ("self-funding")
|
|
11
|
+
- **Lower capital limit: £14,250** — below this, the local authority funds your care (but your income still contributes)
|
|
12
|
+
- **Between the limits:** You contribute a tariff amount based on your capital
|
|
13
|
+
- **Note:** These thresholds have been discussed for reform for years. Always check the current figures.
|
|
14
|
+
|
|
15
|
+
### Does the Property Count?
|
|
16
|
+
The property IS included in the means test UNLESS a "qualifying person" still lives there:
|
|
17
|
+
- Your spouse or civil partner
|
|
18
|
+
- A relative aged 60 or over
|
|
19
|
+
- A relative who is disabled
|
|
20
|
+
- A child under 18 who you're responsible for
|
|
21
|
+
|
|
22
|
+
If a qualifying person lives in the property, it's disregarded — the local authority cannot include its value in the means test.
|
|
23
|
+
|
|
24
|
+
### The 12-Week Property Disregard
|
|
25
|
+
- When someone first enters permanent residential care, the local authority MUST disregard the value of their property for the first 12 weeks
|
|
26
|
+
- This gives the family time to make decisions without immediate financial pressure
|
|
27
|
+
- During this period, the local authority covers the care costs (subject to recovery later)
|
|
28
|
+
|
|
29
|
+
### Deferred Payment Agreement (DPA)
|
|
30
|
+
- If the property must be counted but you don't want to sell immediately, the local authority MAY offer a DPA
|
|
31
|
+
- The council pays the care fees and places a legal charge (like a mortgage) on the property
|
|
32
|
+
- The debt is repaid when the property is eventually sold (or from the estate after death)
|
|
33
|
+
- Interest is charged (at a rate set by the government)
|
|
34
|
+
- Not all councils offer DPAs readily — you may need to request one formally
|
|
35
|
+
|
|
36
|
+
## When a Sale is Necessary
|
|
37
|
+
|
|
38
|
+
### Common Triggers
|
|
39
|
+
- No qualifying person lives in the property
|
|
40
|
+
- Assets exceed the upper capital limit
|
|
41
|
+
- No DPA in place (or the family prefers to sell)
|
|
42
|
+
- The DPA debt is being settled
|
|
43
|
+
|
|
44
|
+
### Power of Attorney
|
|
45
|
+
- If the person in care lacks mental capacity, a registered **Lasting Power of Attorney (LPA)** for Property and Financial Affairs is required for the attorney to sell
|
|
46
|
+
- If no LPA exists, the family must apply to the **Court of Protection** for a deputyship order — this is expensive (£1,000–£5,000+) and slow (6–12 months)
|
|
47
|
+
- **Lesson:** Set up an LPA while the person still has capacity. It costs just £82 to register.
|
|
48
|
+
|
|
49
|
+
### Selling the Property
|
|
50
|
+
- The attorney (or deputy) acts as the seller
|
|
51
|
+
- Instruct an estate agent experienced in these situations
|
|
52
|
+
- The property may have been unoccupied — check insurance, condition, and security
|
|
53
|
+
- Price realistically — a quick sale may be needed, but never undersell
|
|
54
|
+
- All proceeds go to funding the care (via the local authority or directly to the care home)
|
|
55
|
+
|
|
56
|
+
## Practical Tips
|
|
57
|
+
1. **Get specialist advice early** — an independent financial adviser (IFA) specialising in later-life planning can explore all options (including equity release, care annuities, and NHS Continuing Healthcare)
|
|
58
|
+
2. **Check for NHS Continuing Healthcare (CHC)** — if the person's primary need is health-related (not social), the NHS may fund all care costs. Many families don't know to ask.
|
|
59
|
+
3. **Challenge the assessment** — if you disagree with the local authority's assessment, you have the right to appeal
|
|
60
|
+
4. **Keep records** — document all care costs, property expenses, and communications with the local authority
|
|
61
|
+
5. **Empty property costs** — council tax (potentially with a premium), insurance, maintenance, utilities. Factor these into your timeline.
|
|
62
|
+
|
|
63
|
+
## How We Help
|
|
64
|
+
- Sensitive, patient approach — we understand the emotional weight of this decision
|
|
65
|
+
- Realistic market appraisal tailored to your timescale
|
|
66
|
+
- Experience with properties in varying conditions (often unoccupied for months)
|
|
67
|
+
- Clear communication with all parties: family members, attorneys, solicitors, care homes
|
|
68
|
+
- Guidance on the practical steps of preparing the property for sale
|
package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# A Guide to Selling Due to Divorce or Separation
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
Selling a home due to the end of a relationship is one of the most emotionally challenging property transactions. We understand the sensitivity involved and are committed to acting with discretion, impartiality, and professionalism throughout.
|
|
5
|
+
|
|
6
|
+
## Your Options
|
|
7
|
+
|
|
8
|
+
### 1. Sell the Property and Divide Proceeds
|
|
9
|
+
- Most common outcome
|
|
10
|
+
- The split is agreed between the parties (or ordered by the court)
|
|
11
|
+
- Not always 50/50 — depends on circumstances, contributions, future needs, and any children
|
|
12
|
+
|
|
13
|
+
### 2. One Party Buys the Other Out
|
|
14
|
+
- The remaining partner remortgages the property in their sole name
|
|
15
|
+
- The departing partner receives their agreed share
|
|
16
|
+
- Requires the remaining partner to qualify for a mortgage alone
|
|
17
|
+
- A "transfer of equity" is processed by a solicitor
|
|
18
|
+
|
|
19
|
+
### 3. Mesher Order (Deferred Sale)
|
|
20
|
+
- The court orders the sale to be postponed until a "trigger event"
|
|
21
|
+
- Common triggers: youngest child turns 18, the occupying partner remarries, or a set date
|
|
22
|
+
- The non-occupying partner retains their share but cannot access it until the trigger event
|
|
23
|
+
|
|
24
|
+
### 4. Martin Order
|
|
25
|
+
- Similar to a Mesher order, but one party has the right to live in the property indefinitely (or until specific conditions are met)
|
|
26
|
+
- Less common, usually where one party has greater need for housing security
|
|
27
|
+
|
|
28
|
+
## The Selling Process
|
|
29
|
+
|
|
30
|
+
### Choosing an Agent
|
|
31
|
+
- Both parties should agree on the estate agent
|
|
32
|
+
- The agent acts for both parties equally — complete impartiality
|
|
33
|
+
- Both parties should be kept equally informed of viewings, feedback, and offers
|
|
34
|
+
- If parties cannot agree, the court can appoint an agent
|
|
35
|
+
|
|
36
|
+
### Pricing the Property
|
|
37
|
+
- If parties agree on value, a standard market appraisal is sufficient
|
|
38
|
+
- If parties disagree, commission an independent **RICS Red Book valuation** — this carries weight in court proceedings
|
|
39
|
+
- Avoid undervaluing or overvaluing to benefit one party — the agent has a duty to be honest
|
|
40
|
+
|
|
41
|
+
### Viewings and Access
|
|
42
|
+
- If both parties still live in the property, coordinate carefully
|
|
43
|
+
- Agree a viewing protocol: who will be present, how much notice is required, what happens to personal items
|
|
44
|
+
- If one party has moved out, ensure the remaining party cooperates with viewings — obstructing viewings can result in court action
|
|
45
|
+
|
|
46
|
+
### Communication
|
|
47
|
+
- Agree upfront: does the agent communicate directly with both parties, or through their respective solicitors?
|
|
48
|
+
- All offers must be presented to both parties
|
|
49
|
+
- Neither party can accept or reject an offer unilaterally (unless the court has ordered otherwise)
|
|
50
|
+
|
|
51
|
+
## Legal Considerations
|
|
52
|
+
- **Joint mortgage:** Both parties remain jointly and severally liable until the mortgage is repaid or transferred. This means both credit scores are affected by any missed payments.
|
|
53
|
+
- **Tenants in common vs joint tenants:** How the property is held affects what happens to it. Your solicitor will advise.
|
|
54
|
+
- **Court orders:** If no agreement can be reached, either party can apply to the court for an order for sale under TOLATA (Trusts of Land and Appointment of Trustees Act 1996).
|
|
55
|
+
- **Capital Gains Tax:** Transfers between spouses/civil partners in the tax year of separation are CGT-free. After that, normal CGT rules apply.
|
|
56
|
+
|
|
57
|
+
## How We Help
|
|
58
|
+
- Complete discretion — the reason for the sale is never disclosed to buyers or neighbours
|
|
59
|
+
- Impartial service to both parties
|
|
60
|
+
- Clear, regular communication to keep the process moving
|
|
61
|
+
- Sensitivity and understanding throughout
|
package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# A Guide to Selling Your Home When Downsizing
|
|
2
|
+
|
|
3
|
+
## Why Downsize?
|
|
4
|
+
Downsizing is about gaining freedom, not giving things up. Whether your children have flown the nest, you're approaching retirement, or you simply want less maintenance and more life — moving to a smaller, more manageable home can be incredibly liberating.
|
|
5
|
+
|
|
6
|
+
## Planning Your Downsize
|
|
7
|
+
|
|
8
|
+
### 1. The Financial Benefits
|
|
9
|
+
- **Release equity:** The difference between your current home's value and the smaller property's price goes into your pocket
|
|
10
|
+
- **Lower running costs:** Smaller property = lower council tax, cheaper to heat, less maintenance
|
|
11
|
+
- **Reduced mortgage or mortgage-free:** Many downsizers clear their mortgage entirely
|
|
12
|
+
- **Financial security in retirement:** Released equity can supplement pensions
|
|
13
|
+
|
|
14
|
+
### 2. The Emotional Side
|
|
15
|
+
- Leaving a family home — where children grew up, memories were made — is significant
|
|
16
|
+
- Allow yourself time to process the decision
|
|
17
|
+
- Involve family members in the process
|
|
18
|
+
- Focus on what you're gaining: freedom, reduced stress, a fresh start
|
|
19
|
+
- Take photos and keepsakes from the family home before you leave
|
|
20
|
+
|
|
21
|
+
### 3. Decluttering (Start Early!)
|
|
22
|
+
- This takes longer than anyone expects. Start months before you list.
|
|
23
|
+
- Room by room: keep, donate, sell, recycle, discard
|
|
24
|
+
- Sentimental items: photograph them if you can't keep them all
|
|
25
|
+
- Furniture: measure your new rooms before assuming furniture will fit
|
|
26
|
+
- Services: house clearance companies, charity shops, eBay, Facebook Marketplace
|
|
27
|
+
|
|
28
|
+
### 4. Choosing Your Next Home
|
|
29
|
+
- **Accessibility:** Think about future mobility. Ground-floor living, level access, walk-in shower/wet room.
|
|
30
|
+
- **Location:** Closer to family? Near a GP, shops, public transport?
|
|
31
|
+
- **Community:** Retirement villages, sheltered housing, and age-restricted developments offer built-in community.
|
|
32
|
+
- **Garden:** Smaller, manageable, or communal? A balcony or patio may suit better.
|
|
33
|
+
- **Leasehold considerations:** Many flats and retirement properties are leasehold. Check: lease length, ground rent, service charges, management company reputation.
|
|
34
|
+
|
|
35
|
+
### 5. Stamp Duty When Downsizing
|
|
36
|
+
- You'll pay SDLT on the new (cheaper) property at standard rates
|
|
37
|
+
- If you're buying AND still own your current home at completion, the 3% surcharge may apply temporarily (reclaimable within 3 years if you sell)
|
|
38
|
+
- If you're selling first and then buying, standard rates only
|
|
39
|
+
|
|
40
|
+
## Key Costs
|
|
41
|
+
- SDLT on the new property
|
|
42
|
+
- Solicitor fees (both sale and purchase)
|
|
43
|
+
- Removals and storage
|
|
44
|
+
- Any service charges / ground rent on leasehold properties
|
|
45
|
+
- Potential early repayment charge on existing mortgage
|