@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
package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# A Guide for First-Time Buyers
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
Buying your first home is one of the biggest decisions you'll ever make. It's exciting, sometimes nerve-wracking, and there's a lot to learn. This guide walks you through every step of the process so you feel confident and prepared.
|
|
5
|
+
|
|
6
|
+
## Step 1: Get Your Finances in Order
|
|
7
|
+
- **Check your credit score** — use Experian, Equifax, or TransUnion. Fix any errors.
|
|
8
|
+
- **Save for your deposit** — most lenders require 5–15% of the purchase price. The more you save, the better your mortgage rate.
|
|
9
|
+
- **Understand government schemes:**
|
|
10
|
+
- **Lifetime ISA** — save up to £4,000/year, government adds 25% bonus (max £1,000/year). Must be open for 12 months before use.
|
|
11
|
+
- **First Homes scheme** — new-build homes sold at 30–50% discount to local first-time buyers
|
|
12
|
+
- **Shared Ownership** — buy 25–75% of a property, pay rent on the rest
|
|
13
|
+
- **Right to Buy** — if you're a council tenant, you may be eligible for a significant discount
|
|
14
|
+
|
|
15
|
+
## Step 2: Get an Agreement in Principle (AIP)
|
|
16
|
+
- Speak to a mortgage broker (they search the whole market) or your bank
|
|
17
|
+
- An AIP tells you how much a lender is willing to lend you
|
|
18
|
+
- It's not a guarantee — the full mortgage application comes later
|
|
19
|
+
- An AIP typically lasts 60–90 days
|
|
20
|
+
- Having an AIP shows sellers and agents you're a serious buyer
|
|
21
|
+
|
|
22
|
+
## Step 3: Start Your Search
|
|
23
|
+
- Register with local estate agents in your target areas
|
|
24
|
+
- Set up alerts on Rightmove, Zoopla, and OnTheMarket
|
|
25
|
+
- Be realistic about your budget — factor in ALL costs, not just the purchase price
|
|
26
|
+
- Visit areas at different times of day and week
|
|
27
|
+
- Research local schools, transport, amenities, flood risk, and planned developments
|
|
28
|
+
|
|
29
|
+
## Step 4: Viewing Properties
|
|
30
|
+
- Take a checklist: damp, cracks, roof condition, windows, heating, electrics
|
|
31
|
+
- Check mobile signal and broadband speed
|
|
32
|
+
- Ask: How long has it been on the market? Any offers? Why are they selling?
|
|
33
|
+
- Visit at least twice before making an offer — second time with fresh eyes
|
|
34
|
+
- Take photos and notes (ask the agent first)
|
|
35
|
+
|
|
36
|
+
## Step 5: Making an Offer
|
|
37
|
+
- Your offer is "subject to contract" — not legally binding until exchange
|
|
38
|
+
- Consider: comparable sold prices, how long it's been listed, your position (chain-free is powerful)
|
|
39
|
+
- Your agent will present the offer to the seller's agent
|
|
40
|
+
- Be prepared to negotiate — but don't get emotionally attached to a number
|
|
41
|
+
- If your offer is accepted, it becomes "sale agreed"
|
|
42
|
+
|
|
43
|
+
## Step 6: Conveyancing
|
|
44
|
+
- Instruct a solicitor or licensed conveyancer immediately
|
|
45
|
+
- They'll handle: searches, title review, contract negotiation, exchange, and completion
|
|
46
|
+
- Expect this to take 8–12 weeks (sometimes longer)
|
|
47
|
+
- Searches include: local authority, environmental, water & drainage, chancel repair
|
|
48
|
+
- Your solicitor will raise "enquiries" — questions about the property that need answering
|
|
49
|
+
|
|
50
|
+
## Step 7: Survey
|
|
51
|
+
- **Condition Report (Level 1):** Basic — traffic-light ratings. Suits new-builds.
|
|
52
|
+
- **HomeBuyer Report (Level 2):** Mid-range — identifies significant issues. Suits standard properties.
|
|
53
|
+
- **Building Survey (Level 3):** Comprehensive — detailed analysis. Essential for older, unusual, or listed properties.
|
|
54
|
+
- If the survey finds problems, you can: renegotiate the price, ask the seller to fix issues, or withdraw.
|
|
55
|
+
|
|
56
|
+
## Step 8: Mortgage Application
|
|
57
|
+
- Submit your full application once your offer is accepted
|
|
58
|
+
- The lender will arrange a valuation (separate from your survey)
|
|
59
|
+
- Provide: ID, proof of income, bank statements, deposit source evidence
|
|
60
|
+
- Mortgage offer typically takes 2–4 weeks
|
|
61
|
+
- Read the mortgage offer carefully — your solicitor will explain the terms
|
|
62
|
+
|
|
63
|
+
## Step 9: Exchange of Contracts
|
|
64
|
+
- Your solicitor confirms everything is in order
|
|
65
|
+
- You sign the contract and pay the deposit (usually 5–10%)
|
|
66
|
+
- Once both solicitors confirm exchange, it's LEGALLY BINDING
|
|
67
|
+
- Completion date is set — typically 1–4 weeks after exchange
|
|
68
|
+
- From this point, pulling out costs money (you forfeit your deposit; the seller can sue for damages)
|
|
69
|
+
|
|
70
|
+
## Step 10: Completion Day!
|
|
71
|
+
- Your solicitor transfers the remaining funds to the seller's solicitor
|
|
72
|
+
- Once received, the keys are released — usually by early afternoon
|
|
73
|
+
- **You are now a homeowner!**
|
|
74
|
+
- Your solicitor pays SDLT (within 14 days) and registers you at the Land Registry
|
|
75
|
+
|
|
76
|
+
## Costs Summary
|
|
77
|
+
| Cost | Typical Range |
|
|
78
|
+
|------|---------------|
|
|
79
|
+
| Deposit | 5–15% of purchase price |
|
|
80
|
+
| Stamp Duty (SDLT) | 0% on first £425,000 (first-time buyers) |
|
|
81
|
+
| Solicitor fees | £1,000–£2,500 + VAT |
|
|
82
|
+
| Survey | £300–£1,500 |
|
|
83
|
+
| Mortgage arrangement fee | £0–£2,000 |
|
|
84
|
+
| Removals | £300–£1,500 |
|
|
85
|
+
| Immediate costs (furniture, etc.) | Budget £2,000–£5,000 |
|
|
86
|
+
|
|
87
|
+
## Top Tips
|
|
88
|
+
1. Don't max out your budget — leave a buffer
|
|
89
|
+
2. Get your AIP before you fall in love with a property
|
|
90
|
+
3. Chain-free buyers are more attractive to sellers — use it as leverage
|
|
91
|
+
4. Be responsive — reply to your solicitor quickly to avoid delays
|
|
92
|
+
5. Don't make big financial changes during the process (new credit, changing jobs)
|
package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# A Guide for First-Time Sellers
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
Selling your home for the first time can feel daunting. Whether you're upsizing, relocating, or simply moving on, understanding the process gives you confidence and control.
|
|
5
|
+
|
|
6
|
+
## Step 1: Get a Market Appraisal
|
|
7
|
+
- Invite 2–3 local estate agents to value your home
|
|
8
|
+
- Compare: valuation figure, marketing approach, fee structure, track record, and your rapport with them
|
|
9
|
+
- Don't automatically choose the highest valuation or the lowest fee — choose the agent you trust to deliver
|
|
10
|
+
- Ask about their marketing: professional photography, video, social media, portal coverage
|
|
11
|
+
|
|
12
|
+
## Step 2: Instruct Your Agent
|
|
13
|
+
- **Sole agency:** One agent, typically 1–2% + VAT. Lower fee, focused effort.
|
|
14
|
+
- **Multi-agency:** Multiple agents, typically 2.5–3.5% + VAT. Wider exposure, higher cost.
|
|
15
|
+
- Read the terms of business carefully — notice period, tie-in period, ready/willing/able clause
|
|
16
|
+
- Discuss pricing strategy: guide price, offers over, offers in excess of
|
|
17
|
+
|
|
18
|
+
## Step 3: Instruct a Solicitor Early
|
|
19
|
+
- Don't wait until you accept an offer — instruct a conveyancer now
|
|
20
|
+
- They can prepare the legal pack (title, property information forms, fittings form)
|
|
21
|
+
- Having this ready speeds up the process by 2–4 weeks once a buyer is found
|
|
22
|
+
|
|
23
|
+
## Step 4: Get Your EPC
|
|
24
|
+
- Legally required before marketing begins
|
|
25
|
+
- An assessor visits your property and rates it A–G
|
|
26
|
+
- Valid for 10 years — you may already have one
|
|
27
|
+
- Cost: £60–£120
|
|
28
|
+
- Quick wins to improve your rating: LED bulbs, loft insulation, draught-proofing, smart thermostat
|
|
29
|
+
|
|
30
|
+
## Step 5: Prepare Your Home
|
|
31
|
+
- **Declutter ruthlessly** — less is more. Buyers need to imagine their life here.
|
|
32
|
+
- **Deep clean** — including windows, ovens, bathrooms. Consider professional cleaners.
|
|
33
|
+
- **Minor repairs** — fix dripping taps, cracked tiles, squeaky doors. Small things create big impressions.
|
|
34
|
+
- **Kerb appeal** — front door, path, garden, bins, porch. First impressions are formed in seconds.
|
|
35
|
+
- **Neutral styling** — tone down bold colours, remove very personal items
|
|
36
|
+
- **Smells matter** — fresh flowers, coffee, baking. Avoid air fresheners (they signal cover-up).
|
|
37
|
+
|
|
38
|
+
## Step 6: Photography & Marketing
|
|
39
|
+
- Professional photography is non-negotiable for achieving the best price
|
|
40
|
+
- Property video and virtual tours are increasingly expected
|
|
41
|
+
- Your agent will write the property description — check it for accuracy
|
|
42
|
+
- Brochure: printed and digital versions for different audiences
|
|
43
|
+
- Social media campaign: see property-marketing skill for the full launch sequence
|
|
44
|
+
|
|
45
|
+
## Step 7: Viewings
|
|
46
|
+
- Let your agent conduct viewings where possible — they're trained negotiators
|
|
47
|
+
- If you conduct viewings: be warm but not overbearing, let buyers explore, highlight key features without overselling
|
|
48
|
+
- Prepare for every viewing: lights on, beds made, surfaces clear, garden tidy
|
|
49
|
+
- Pets: temporarily remove or contain them during viewings
|
|
50
|
+
|
|
51
|
+
## Step 8: Offers & Negotiation
|
|
52
|
+
- Your agent must present ALL offers to you — it's a legal requirement
|
|
53
|
+
- Consider: offer price, buyer's position (chain-free, mortgage approved, cash), timescale, conditions
|
|
54
|
+
- You can accept, reject, or counter-offer
|
|
55
|
+
- A slightly lower offer from a proceedable buyer may be worth more than a higher offer from someone who hasn't sold
|
|
56
|
+
|
|
57
|
+
## Step 9: Sale Agreed to Exchange
|
|
58
|
+
- Memorandum of sale issued to all parties
|
|
59
|
+
- Both solicitors begin the conveyancing process
|
|
60
|
+
- Buyer arranges survey and mortgage
|
|
61
|
+
- Your solicitor answers enquiries from the buyer's solicitor
|
|
62
|
+
- This phase typically takes 8–12 weeks — stay responsive to keep things moving
|
|
63
|
+
- Keep your agent informed of any changes in circumstances
|
|
64
|
+
|
|
65
|
+
## Step 10: Exchange & Completion
|
|
66
|
+
- Exchange: legally binding. Buyer pays deposit. Completion date confirmed.
|
|
67
|
+
- Between exchange and completion: arrange removals, notify utilities, redirect post
|
|
68
|
+
- Completion: funds transfer, you hand over keys. Done!
|
|
69
|
+
|
|
70
|
+
## Costs Summary
|
|
71
|
+
| Cost | Typical Range |
|
|
72
|
+
|------|---------------|
|
|
73
|
+
| Agent fees (sole agency) | 1–2% + VAT |
|
|
74
|
+
| Solicitor fees | £800–£2,000 + VAT |
|
|
75
|
+
| EPC | £60–£120 |
|
|
76
|
+
| Mortgage redemption | £50–£300 |
|
|
77
|
+
| Early repayment charge | Varies (check your lender) |
|
|
78
|
+
| Removals | £500–£2,000+ |
|
package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# A Guide to Selling a Probate or Inherited Property
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
Losing someone close to you is never easy, and dealing with their property can feel overwhelming on top of grief. This guide is here to help you understand the process, step by step, so you can make informed decisions at your own pace.
|
|
5
|
+
|
|
6
|
+
## What is Probate?
|
|
7
|
+
Probate is the legal process of dealing with someone's estate after they die. If there's a will, the named executor applies for a **Grant of Probate**. If there's no will (intestacy), the next of kin applies for **Letters of Administration**.
|
|
8
|
+
|
|
9
|
+
## Step-by-Step Process
|
|
10
|
+
|
|
11
|
+
### 1. Obtain the Grant of Probate / Letters of Administration
|
|
12
|
+
- Apply through the Probate Registry (online at gov.uk or by post)
|
|
13
|
+
- You'll need: the death certificate, the original will (if there is one), and an estimate of the estate's value
|
|
14
|
+
- Processing time: typically 8–16 weeks
|
|
15
|
+
- You cannot legally sell the property until the grant is issued
|
|
16
|
+
|
|
17
|
+
### 2. Secure and Insure the Property
|
|
18
|
+
- Change the locks if necessary
|
|
19
|
+
- Notify the home insurance provider — an empty/unoccupied property may not be covered under standard policies
|
|
20
|
+
- Arrange specialist empty property insurance if needed
|
|
21
|
+
- Keep the heating on low to prevent damp and frozen pipes
|
|
22
|
+
- Redirect post to the executor's address
|
|
23
|
+
|
|
24
|
+
### 3. Get the Property Valued
|
|
25
|
+
- **For probate (HMRC):** You need a valuation at the date of death for Inheritance Tax purposes. This can be an estate agent's market appraisal or a formal RICS valuation.
|
|
26
|
+
- **For sale:** A current market appraisal from an estate agent. These may differ if time has passed since the death.
|
|
27
|
+
- If multiple beneficiaries disagree on value, consider a RICS Red Book valuation (independent, formal).
|
|
28
|
+
|
|
29
|
+
### 4. Understand Inheritance Tax (IHT)
|
|
30
|
+
- **Nil-rate band:** £325,000 per person (estate pays 0% IHT below this)
|
|
31
|
+
- **Residence nil-rate band:** Additional £175,000 if the home is passed to direct descendants (children, grandchildren)
|
|
32
|
+
- **Transferable allowances:** If the deceased was widowed, their late spouse's unused nil-rate bands may be transferable, potentially doubling the threshold
|
|
33
|
+
- **IHT rate:** 40% on the estate value above the nil-rate bands
|
|
34
|
+
- **Seek specialist tax advice** — IHT is complex and there are legitimate reliefs and exemptions
|
|
35
|
+
|
|
36
|
+
### 5. Decide: Sell, Let, or Keep
|
|
37
|
+
- Consider all beneficiaries' wishes
|
|
38
|
+
- Tax implications: Capital Gains Tax (CGT) may apply if the property increases in value between the date of death and the date of sale
|
|
39
|
+
- If keeping: one beneficiary may buy out the others at market value
|
|
40
|
+
- If letting: you become a landlord with all associated legal obligations
|
|
41
|
+
|
|
42
|
+
### 6. Selling the Property
|
|
43
|
+
- The executor(s) or administrator(s) act as the seller
|
|
44
|
+
- Instruct an estate agent and a solicitor experienced in probate sales
|
|
45
|
+
- The property may need clearing, cleaning, or minor works before marketing
|
|
46
|
+
- Be realistic on pricing — probate properties are often sold in "as seen" condition
|
|
47
|
+
- Buyers may expect a discount for the condition; your agent will advise on pricing strategy
|
|
48
|
+
|
|
49
|
+
## Important Notes
|
|
50
|
+
- **Power of Attorney:** Not relevant after death. The executor/administrator acts on behalf of the estate.
|
|
51
|
+
- **Multiple executors:** All must agree to the sale (or one can be authorised to act with the others' consent)
|
|
52
|
+
- **Empty property council tax:** Some councils charge a premium on long-term empty properties (up to 300% after certain periods)
|
|
53
|
+
- **Timescales:** Be patient. Probate sales can take longer than standard sales due to the grant process, multiple beneficiaries, and property condition.
|
package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# A Guide to Selling Your Home When Upsizing
|
|
2
|
+
|
|
3
|
+
## Why Upsize?
|
|
4
|
+
Life changes. Your family grows, you need a home office, the children need their own rooms, or you simply want more space. Upsizing is an exciting chapter — and with the right planning, it doesn't have to be stressful.
|
|
5
|
+
|
|
6
|
+
## Planning Your Upsize
|
|
7
|
+
|
|
8
|
+
### 1. Know Your Budget
|
|
9
|
+
- **Current equity:** Your home's market value minus your outstanding mortgage
|
|
10
|
+
- **Mortgage capacity:** How much a lender will offer you based on income and affordability
|
|
11
|
+
- **Total budget:** Equity + new mortgage = maximum purchase price (minus costs)
|
|
12
|
+
- **Get an AIP** before you start viewing larger homes
|
|
13
|
+
|
|
14
|
+
### 2. Sell First or Buy First?
|
|
15
|
+
- **Sell first (recommended):** You become chain-free — the strongest buyer position. You know your exact budget. Risk: you may need temporary accommodation.
|
|
16
|
+
- **Buy first:** Only if you can afford to own two properties simultaneously, or if bridging finance is viable. Risk: pressure to sell at a lower price.
|
|
17
|
+
- **Simultaneous:** Most common but requires careful chain management.
|
|
18
|
+
|
|
19
|
+
### 3. Stamp Duty Implications
|
|
20
|
+
- You pay SDLT on your new, larger property at standard rates
|
|
21
|
+
- If you own your current home at the point of completing on the new one, you may pay the 3% additional property surcharge — but you can reclaim it if you sell your original home within 3 years
|
|
22
|
+
- Plan your timeline carefully to minimise SDLT exposure
|
|
23
|
+
|
|
24
|
+
### 4. Think Long-Term
|
|
25
|
+
- Will this home still suit you in 10–15 years?
|
|
26
|
+
- School catchments, commute changes, future family plans
|
|
27
|
+
- Garden size, storage, parking — the things you can't easily change
|
|
28
|
+
- Energy efficiency — larger homes cost more to heat. Check the EPC.
|
|
29
|
+
|
|
30
|
+
### 5. The Chain
|
|
31
|
+
- Upsizers are usually in a chain. Communication is key.
|
|
32
|
+
- Brief your solicitor to be proactive and responsive
|
|
33
|
+
- Keep your agent updated on your buying position
|
|
34
|
+
- Be flexible on timescales where possible — it smooths the chain
|
|
35
|
+
|
|
36
|
+
## Key Costs When Upsizing
|
|
37
|
+
- SDLT on the new property (potentially at higher rates)
|
|
38
|
+
- Higher mortgage repayments
|
|
39
|
+
- Increased council tax (larger band)
|
|
40
|
+
- Higher utility bills and maintenance costs
|
|
41
|
+
- Moving costs (larger home = more to move)
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: property-enquiry
|
|
3
|
+
description: "Structured intake for new buyer enquiries. Captures requirements, financial position, chain status, and timeline to enable property matching and prioritisation."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Property Enquiry
|
|
7
|
+
|
|
8
|
+
You handle initial buyer contact — capturing everything the agent needs to qualify them and match properties effectively.
|
|
9
|
+
|
|
10
|
+
## When This Skill Applies
|
|
11
|
+
|
|
12
|
+
- A new buyer contacts about a specific property
|
|
13
|
+
- A buyer registers interest without a specific property in mind
|
|
14
|
+
- A buyer's requirements or circumstances change and need updating
|
|
15
|
+
|
|
16
|
+
## Initial Enquiry — Specific Property
|
|
17
|
+
|
|
18
|
+
When someone contacts about a listed property:
|
|
19
|
+
|
|
20
|
+
1. **Acknowledge warmly** — confirm the property they're asking about
|
|
21
|
+
2. **Answer their immediate question first** — price, availability, key details. Don't interrogate before helping.
|
|
22
|
+
3. **Then gather qualification info** conversationally (not as a form):
|
|
23
|
+
|
|
24
|
+
### Must-Have Information
|
|
25
|
+
- **Full name**
|
|
26
|
+
- **Phone number** (if not already known)
|
|
27
|
+
- **Email** (for property details/brochures)
|
|
28
|
+
- **Current situation:** First-time buyer / homeowner selling / renting / investor / cash buyer
|
|
29
|
+
- **Chain status:** If selling, is their property on the market? Under offer? Sold subject to contract?
|
|
30
|
+
- **Budget:** What's their upper limit? Is this based on an Agreement in Principle (AIP)?
|
|
31
|
+
- **Mortgage:** Do they have an AIP? With which lender? (If not, suggest they get one)
|
|
32
|
+
- **Timeline:** When do they need/want to move?
|
|
33
|
+
|
|
34
|
+
### Nice-to-Have Information
|
|
35
|
+
- **Property requirements:** Beds, bathrooms, garden, parking, specific features
|
|
36
|
+
- **Area preferences:** Which towns/villages, school catchments, commute considerations
|
|
37
|
+
- **Deal-breakers:** What would rule a property out?
|
|
38
|
+
- **Other agents:** Are they registered with other agents in the area?
|
|
39
|
+
|
|
40
|
+
4. **Create/update buyer profile** at `memory/users/{phone}/profile.md` with all captured info
|
|
41
|
+
5. **Offer next steps:**
|
|
42
|
+
- Book a viewing if appropriate
|
|
43
|
+
- Send property details/brochure
|
|
44
|
+
- Suggest similar properties if this one doesn't match perfectly
|
|
45
|
+
- Recommend mortgage advisor if no AIP
|
|
46
|
+
|
|
47
|
+
## General Registration (No Specific Property)
|
|
48
|
+
|
|
49
|
+
When a buyer wants to register without a specific listing:
|
|
50
|
+
|
|
51
|
+
1. Capture the same qualification info above
|
|
52
|
+
2. Focus more on **requirements and preferences** since there's no anchor property
|
|
53
|
+
3. Save profile and confirm you'll notify them of matching properties
|
|
54
|
+
4. If any current listings match, suggest them immediately
|
|
55
|
+
|
|
56
|
+
## Buyer Profile Format
|
|
57
|
+
|
|
58
|
+
```markdown
|
|
59
|
+
---
|
|
60
|
+
type: buyer
|
|
61
|
+
status: active
|
|
62
|
+
registered: YYYY-MM-DD
|
|
63
|
+
last_contact: YYYY-MM-DD
|
|
64
|
+
qualified: true/false
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
# Buyer Profile — [Name]
|
|
68
|
+
|
|
69
|
+
**Phone:** [Number]
|
|
70
|
+
**Email:** [Email]
|
|
71
|
+
|
|
72
|
+
## Financial Position
|
|
73
|
+
- **Budget:** [Amount]
|
|
74
|
+
- **AIP:** [Yes/No — Lender, amount, expiry if known]
|
|
75
|
+
- **Buyer type:** [First-time / Selling / Cash / Investor]
|
|
76
|
+
- **Chain:** [Details of their chain position]
|
|
77
|
+
- **Deposit:** [If known]
|
|
78
|
+
|
|
79
|
+
## Requirements
|
|
80
|
+
- **Bedrooms:** [Min]
|
|
81
|
+
- **Bathrooms:** [Min]
|
|
82
|
+
- **Property type:** [House / flat / bungalow / any]
|
|
83
|
+
- **Areas:** [Preferred locations]
|
|
84
|
+
- **Must-haves:** [Garden, parking, garage, etc.]
|
|
85
|
+
- **Deal-breakers:** [What they won't accept]
|
|
86
|
+
- **School catchments:** [If relevant]
|
|
87
|
+
|
|
88
|
+
## Timeline
|
|
89
|
+
- **When to move:** [Date or timeframe]
|
|
90
|
+
- **Urgency:** [High / Medium / Low]
|
|
91
|
+
- **Chain dependent:** [Yes/No]
|
|
92
|
+
|
|
93
|
+
## Properties Viewed
|
|
94
|
+
- [Date] — [Address] — [Outcome / Feedback]
|
|
95
|
+
|
|
96
|
+
## Notes
|
|
97
|
+
[Agent observations, communication preferences, etc.]
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## Qualification Rules
|
|
101
|
+
|
|
102
|
+
A buyer is **qualified** when you have:
|
|
103
|
+
- Name + contact details
|
|
104
|
+
- Budget confirmed (ideally with AIP)
|
|
105
|
+
- Chain status understood
|
|
106
|
+
- Timeline established
|
|
107
|
+
|
|
108
|
+
A buyer is **unqualified** until these are captured. Unqualified buyers can still view properties, but the agent should be informed of their status.
|
|
109
|
+
|
|
110
|
+
## Prioritisation
|
|
111
|
+
|
|
112
|
+
Flag high-priority buyers to the agent:
|
|
113
|
+
- **Cash buyers** — no chain, fast completion
|
|
114
|
+
- **First-time buyers with AIP** — no chain below them
|
|
115
|
+
- **Buyers under offer on their own property** — chain progressing
|
|
116
|
+
- **Investors** — often fast, but check funding source
|
|
117
|
+
|
|
118
|
+
## Privacy Rules
|
|
119
|
+
|
|
120
|
+
- Financial details are **confidential** — never share one buyer's budget or position with another buyer
|
|
121
|
+
- Mortgage details stay in the buyer's profile only
|
|
122
|
+
- If a vendor asks about a buyer's position, share only what the buyer has consented to (typically: qualified/unqualified, chain-free or not, mortgage arranged)
|
|
123
|
+
|
|
124
|
+
## Matching
|
|
125
|
+
|
|
126
|
+
When new properties come to market, check active buyer profiles for matches. Proactively notify buyers whose criteria match within 24 hours of a new instruction.
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: viewing-management
|
|
3
|
+
description: "Manage property viewings — booking, confirming, rescheduling, reminders, and cancellations. Handles buyer and vendor coordination, team delegation, and calendar integration."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Viewing Management
|
|
7
|
+
|
|
8
|
+
You handle the full lifecycle of property viewings — from initial request through to post-viewing follow-up.
|
|
9
|
+
|
|
10
|
+
## When This Skill Applies
|
|
11
|
+
|
|
12
|
+
- A buyer asks to view a property
|
|
13
|
+
- A viewing needs rescheduling or cancelling
|
|
14
|
+
- A reminder is due for an upcoming viewing
|
|
15
|
+
- The agent or vendor needs a viewing schedule summary
|
|
16
|
+
|
|
17
|
+
## Booking a Viewing
|
|
18
|
+
|
|
19
|
+
When a buyer requests a viewing:
|
|
20
|
+
|
|
21
|
+
1. **Confirm the property** — match their request to a known listing. If ambiguous, ask.
|
|
22
|
+
2. **Collect buyer details** (if new contact):
|
|
23
|
+
- Full name
|
|
24
|
+
- Phone number
|
|
25
|
+
- Email (optional)
|
|
26
|
+
- Chain status (first-time buyer / selling / renting / cash)
|
|
27
|
+
- Mortgage position (agreement in principle? budget?)
|
|
28
|
+
3. **Check availability** — look at `memory/shared/events/` for conflicts on the requested date
|
|
29
|
+
4. **Propose time slots** — offer 2-3 options. Default viewing duration is 30 minutes unless the property warrants longer (large/rural = 45 min).
|
|
30
|
+
5. **Confirm with buyer** — once they pick a slot, confirm in writing with:
|
|
31
|
+
- Property address
|
|
32
|
+
- Date and time
|
|
33
|
+
- Duration
|
|
34
|
+
- Who will conduct the viewing (agent name if known)
|
|
35
|
+
- Any access instructions (keys, gate codes, vendor present?)
|
|
36
|
+
6. **Create calendar event** — write to both:
|
|
37
|
+
- `memory/shared/events/YYYY-MM-DD-viewing-{property-slug}.md`
|
|
38
|
+
- `memory/users/{buyer-phone}/events/YYYY-MM-DD-viewing-{property-slug}.md`
|
|
39
|
+
7. **Notify the team** — if a specific team member is conducting, flag it
|
|
40
|
+
|
|
41
|
+
### Event Format for Viewings
|
|
42
|
+
|
|
43
|
+
```markdown
|
|
44
|
+
---
|
|
45
|
+
type: viewing
|
|
46
|
+
status: confirmed
|
|
47
|
+
property: [Address]
|
|
48
|
+
buyer: [Name]
|
|
49
|
+
buyer_phone: [Phone]
|
|
50
|
+
conducted_by: [Agent/team member]
|
|
51
|
+
access_notes: [Keys held / vendor present / lockbox code]
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
# Viewing — [Address]
|
|
55
|
+
|
|
56
|
+
**Date:** [Date]
|
|
57
|
+
**Time:** [Start] – [End]
|
|
58
|
+
**Buyer:** [Name] ([Phone])
|
|
59
|
+
**Property:** [Full address]
|
|
60
|
+
**Conducted by:** [Name]
|
|
61
|
+
|
|
62
|
+
## Buyer Profile
|
|
63
|
+
- Chain status: [First-time buyer / Selling / etc.]
|
|
64
|
+
- Budget: [Amount or AIP status]
|
|
65
|
+
- Key requirements: [Beds, area, parking, etc.]
|
|
66
|
+
|
|
67
|
+
## Access
|
|
68
|
+
[Instructions for accessing the property]
|
|
69
|
+
|
|
70
|
+
## Notes
|
|
71
|
+
[Any special requirements or context]
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
## Rescheduling
|
|
75
|
+
|
|
76
|
+
When a buyer or vendor needs to reschedule:
|
|
77
|
+
|
|
78
|
+
1. Find the existing event in `memory/shared/events/`
|
|
79
|
+
2. Confirm the new date/time with the buyer
|
|
80
|
+
3. Update both event files (shared + user)
|
|
81
|
+
4. Change status to `rescheduled` and add a note with the original date
|
|
82
|
+
5. Confirm the change to the buyer in writing
|
|
83
|
+
|
|
84
|
+
## Cancellations
|
|
85
|
+
|
|
86
|
+
1. Update event status to `cancelled`
|
|
87
|
+
2. Add cancellation reason and who cancelled
|
|
88
|
+
3. Confirm to the buyer
|
|
89
|
+
4. If vendor-side cancellation, apologise and offer alternatives
|
|
90
|
+
|
|
91
|
+
## Reminders
|
|
92
|
+
|
|
93
|
+
- **24 hours before:** Send a confirmation reminder to the buyer with address and time
|
|
94
|
+
- **Morning of:** Brief reminder with any last-minute access details
|
|
95
|
+
- Use the cron/events tool for scheduling these
|
|
96
|
+
|
|
97
|
+
## Viewing Schedule Summary
|
|
98
|
+
|
|
99
|
+
When the agent or team needs a schedule overview:
|
|
100
|
+
|
|
101
|
+
1. List all viewing events from `memory/shared/events/` for the requested period
|
|
102
|
+
2. Present as a chronological list with: time, property, buyer name, conducted by
|
|
103
|
+
3. Flag any conflicts or tight turnarounds (< 30 min between viewings at different properties)
|
|
104
|
+
|
|
105
|
+
## Rules
|
|
106
|
+
|
|
107
|
+
- **Never double-book** a property or a team member at the same time
|
|
108
|
+
- **Always confirm in writing** — verbal confirmations are not sufficient
|
|
109
|
+
- **Vendor preferences matter** — some vendors don't want viewings at certain times, or require notice. Check property notes.
|
|
110
|
+
- **Access instructions are confidential** — never share lockbox codes or key locations with anyone other than the conducting agent
|
|
111
|
+
- **No-shows** — if a buyer doesn't attend, record it on their profile. Two no-shows = flag to agent before booking further viewings.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "real-agency-business",
|
|
3
|
+
"description": "Monthly close, commission, payments, and business operations for UK residential estate agencies. Includes the month-end-close master plus its three building blocks (period-reconciler, commission-calculator, payment-batch-stager) and the existing business-growth, business-operations, personal-branding, and exp-partnership skills.",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Rubytech LLC"
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-business
|
|
3
|
+
description: "Monthly close, commission, payments, and business operations for UK residential estate agencies. Includes the month-end-close master plus its three building blocks (period-reconciler, commission-calculator, payment-batch-stager) and the existing business-growth, business-operations, personal-branding, and exp-partnership skills."
|
|
4
|
+
tools: []
|
|
5
|
+
skills:
|
|
6
|
+
- skills/month-end-close/SKILL.md
|
|
7
|
+
- skills/period-reconciler/SKILL.md
|
|
8
|
+
- skills/commission-calculator/SKILL.md
|
|
9
|
+
- skills/payment-batch-stager/SKILL.md
|
|
10
|
+
- skills/business-growth/SKILL.md
|
|
11
|
+
- skills/business-operations/SKILL.md
|
|
12
|
+
- skills/personal-branding/SKILL.md
|
|
13
|
+
- skills/exp-partnership/SKILL.md
|
|
14
|
+
profileKeys:
|
|
15
|
+
- realagent.accounting.chart_of_accounts_map
|
|
16
|
+
- realagent.accounting.platform
|
|
17
|
+
- realagent.bank.batch_format
|
|
18
|
+
- realagent.bank.preferred_pay_date_offset_days
|
|
19
|
+
- realagent.close.flag_threshold_fee_gbp
|
|
20
|
+
- realagent.close.match_tolerance_days
|
|
21
|
+
- realagent.close.match_tolerance_gbp
|
|
22
|
+
- realagent.close.narrative_voice_samples
|
|
23
|
+
- realagent.close.pack_recipients
|
|
24
|
+
- realagent.close.writeoff_threshold_gbp
|
|
25
|
+
- realagent.commission.adjustments
|
|
26
|
+
- realagent.commission.franchise_levy_pct
|
|
27
|
+
- realagent.commission.splits_table_path
|
|
28
|
+
- realagent.payees
|
|
29
|
+
always: false
|
|
30
|
+
metadata: {"platform":{"optional":true,"embed":["admin"]}}
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
# Real Agency, Month-End and Business Operations
|
|
34
|
+
|
|
35
|
+
Eight skills covering month-end close and commission (the master workflow plus three building blocks) and the existing business operations skills.
|
|
36
|
+
|
|
37
|
+
## When to Activate
|
|
38
|
+
|
|
39
|
+
The user is asking for the monthly close, the commission run, reconciliation against the accountant, or any of the existing business-growth or operations topics.
|
|
40
|
+
|
|
41
|
+
## Skills
|
|
42
|
+
|
|
43
|
+
| Skill | Owner specialist | Purpose |
|
|
44
|
+
|-------|------------------|---------|
|
|
45
|
+
| `month-end-close` | compliance | Master workflow: monthly close, commission, accountant pack |
|
|
46
|
+
| `period-reconciler` | compliance | Matches completions to fees received |
|
|
47
|
+
| `commission-calculator` | compliance | Computes per-agent commission with splits |
|
|
48
|
+
| `payment-batch-stager` | compliance | Stages payment batch for the bank, never initiates a transfer |
|
|
49
|
+
| `business-growth` | negotiator | Growth strategy (existing) |
|
|
50
|
+
| `business-operations` | negotiator | CRM, hiring, delegation (existing) |
|
|
51
|
+
| `personal-branding` | negotiator | Personal brand execution (existing) |
|
|
52
|
+
| `exp-partnership` | negotiator | eXp UK model (existing) |
|
|
53
|
+
|
|
54
|
+
## Tools Used
|
|
55
|
+
|
|
56
|
+
No MCP server. Skills operate via existing platform tools:
|
|
57
|
+
|
|
58
|
+
- `memory-search` for domain knowledge
|
|
59
|
+
- `render-component` for structured choices
|
|
60
|
+
- `profile-read` and `profile-update` for the customisation profile
|
|
61
|
+
- `action-pending`, `action-approve`, `action-reject`, `action-edit` for the writeoff, journal, payment-batch, and accountant-pack approval gates
|
|
62
|
+
|
|
63
|
+
## References
|
|
64
|
+
|
|
65
|
+
Domain knowledge files loaded on demand by each skill.
|