@rubytech/create-realagent-code 0.1.24 → 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 +81 -17
- package/package.json +1 -1
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -90
- package/payload/platform/plugins/admin/PLUGIN.md +46 -23
- package/payload/platform/plugins/admin/skills/onboarding/SKILL.md +111 -126
- 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/cloudflare/references/dashboard-guide.md +37 -0
- package/payload/platform/plugins/cloudflare/references/manual-setup.md +81 -1
- package/payload/platform/plugins/cloudflare/scripts/__tests__/tunnel-ingress.test.ts +241 -0
- package/payload/platform/plugins/cloudflare/scripts/setup-tunnel.sh +267 -28
- package/payload/platform/plugins/cloudflare/scripts/tunnel-ingress.ts +291 -0
- package/payload/platform/plugins/cloudflare/skills/setup-tunnel/SKILL.md +42 -0
- package/payload/platform/plugins/contacts/PLUGIN.md +18 -9
- package/payload/platform/plugins/docs/references/platform.md +2 -0
- package/payload/platform/plugins/docs/references/troubleshooting.md +12 -0
- package/payload/platform/plugins/email/PLUGIN.md +18 -9
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts +17 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts.map +1 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js +185 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js.map +1 -0
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js +34 -111
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js.map +1 -1
- 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/memory/PLUGIN.md +58 -29
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts +3 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js +105 -4
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js +16 -3
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js.map +1 -1
- package/payload/platform/plugins/outlook/PLUGIN.md +14 -7
- package/payload/platform/plugins/replicate/PLUGIN.md +6 -3
- package/payload/platform/plugins/scheduling/PLUGIN.md +16 -8
- package/payload/platform/plugins/tasks/PLUGIN.md +28 -14
- 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/waitlist/PLUGIN.md +12 -6
- package/payload/platform/plugins/whatsapp/PLUGIN.md +25 -13
- package/payload/platform/plugins/workflows/PLUGIN.md +16 -8
- 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/scripts/conversation-id-allowlist.txt +0 -1
- 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 +48 -2
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/index.js +39 -0
- package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts +22 -0
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.js +32 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.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/services/claude-session-manager/dist/tool-surface.d.ts +25 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/estate-business/PLUGIN.md +15 -0
- package/payload/premium-plugins/real-agency/plugins/estate-sales/PLUGIN.md +5 -0
- package/payload/premium-plugins/real-agency/plugins/leads/PLUGIN.md +16 -0
- package/payload/premium-plugins/real-agency/plugins/listings/PLUGIN.md +39 -0
- package/payload/premium-plugins/real-agency/plugins/loop/PLUGIN.md +15 -0
- package/payload/server/{chunk-2ZNKHCQB.js → chunk-2MRZBQMH.js} +1 -1
- package/payload/server/{chunk-GPUCA2RQ.js → chunk-NL7QLVAD.js} +0 -192
- package/payload/server/{chunk-IDKWGLM5.js → chunk-YPZFYTYP.js} +1 -247
- package/payload/server/{cloudflare-task-tracker-LYI5BTYI.js → cloudflare-task-tracker-QVOGHKWV.js} +2 -2
- package/payload/server/maxy-edge.js +2 -2
- package/payload/server/package.json +0 -2
- package/payload/server/public/assets/{Checkbox-D1OQD43b.js → Checkbox-YIF0payo.js} +1 -1
- package/payload/server/public/assets/{admin-czNBxWor.js → admin-DW8IJcLc.js} +1 -1
- package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-BcwgT80u.js → architectureDiagram-Q4EWVU46-Bz8mlxZZ.js} +1 -1
- package/payload/server/public/assets/{blockDiagram-DXYQGD6D-BMSyZUQA.js → blockDiagram-DXYQGD6D-DwV8Z8-i.js} +1 -1
- package/payload/server/public/assets/{brand-2cku8WFs.css → brand-DqiRNMlu.css} +1 -1
- package/payload/server/public/assets/{c4Diagram-AHTNJAMY-DPRGY1jJ.js → c4Diagram-AHTNJAMY-DiUTejMp.js} +1 -1
- package/payload/server/public/assets/channel-PtVtoBEL.js +1 -0
- package/payload/server/public/assets/{chunk-336JU56O-B7oQ3g1c.js → chunk-336JU56O-4mHZpBXe.js} +2 -2
- package/payload/server/public/assets/{chunk-426QAEUC-C1P0yFXw.js → chunk-426QAEUC-Cbv0vrN9.js} +1 -1
- package/payload/server/public/assets/{chunk-4TB4RGXK-LI7kOJd0.js → chunk-4TB4RGXK-BvLhId_2.js} +1 -1
- package/payload/server/public/assets/{chunk-5FUZZQ4R-CXQRGTQE.js → chunk-5FUZZQ4R-bBafOTkw.js} +1 -1
- package/payload/server/public/assets/{chunk-5PVQY5BW-NSyzpXRy.js → chunk-5PVQY5BW-B0NqBKVy.js} +1 -1
- package/payload/server/public/assets/{chunk-EDXVE4YY-voNwxbDs.js → chunk-EDXVE4YY-CFd4SqI6.js} +1 -1
- package/payload/server/public/assets/{chunk-ENJZ2VHE-CMEMPzYY.js → chunk-ENJZ2VHE-ajf2sb6c.js} +1 -1
- package/payload/server/public/assets/{chunk-ICPOFSXX-hEbwu-pe.js → chunk-ICPOFSXX-pWg6bug7.js} +1 -1
- package/payload/server/public/assets/{chunk-OYMX7WX6-DxskDrLs.js → chunk-OYMX7WX6-OjEd-17c.js} +1 -1
- package/payload/server/public/assets/{chunk-U2HBQHQK-D7TKgUo0.js → chunk-U2HBQHQK-DbEFSPoh.js} +1 -1
- package/payload/server/public/assets/{chunk-X2U36JSP-BvPUQEPm.js → chunk-X2U36JSP-COdNwrBb.js} +1 -1
- package/payload/server/public/assets/{chunk-YZCP3GAM-BY-RWQUW.js → chunk-YZCP3GAM-CHMWuY9B.js} +1 -1
- package/payload/server/public/assets/{chunk-ZZ45TVLE-DZvOYDY6.js → chunk-ZZ45TVLE-B-uDLQOB.js} +1 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-RVH_SEhY.js +1 -0
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-Cm3rAb93.js +1 -0
- package/payload/server/public/assets/clone-BjY0Wzht.js +1 -0
- package/payload/server/public/assets/{dagre-KV5264BT-Cnj0mUZl.js → dagre-KV5264BT-CMEzmhIL.js} +1 -1
- package/payload/server/public/assets/{dagre-Bt-fpckL.js → dagre-bhIG_KnW.js} +1 -1
- package/payload/server/public/assets/data-K_kS__sL.js +1 -0
- package/payload/server/public/assets/{device-url-actions-Bjz3Xzbm.js → device-url-actions-AcOyLSeF.js} +1 -1
- package/payload/server/public/assets/{diagram-5BDNPKRD-DjLzvOlx.js → diagram-5BDNPKRD-6RIoQhIL.js} +1 -1
- package/payload/server/public/assets/{diagram-G4DWMVQ6-DTfuRd-T.js → diagram-G4DWMVQ6-BSp36TVv.js} +1 -1
- package/payload/server/public/assets/{diagram-MMDJMWI5-BaL2mCnx.js → diagram-MMDJMWI5-D54fo52D.js} +1 -1
- package/payload/server/public/assets/{diagram-TYMM5635-C5InWY5R.js → diagram-TYMM5635-CWL8z-Pq.js} +1 -1
- package/payload/server/public/assets/{erDiagram-SMLLAGMA-DO7BXTpn.js → erDiagram-SMLLAGMA-AnnHBo3z.js} +1 -1
- package/payload/server/public/assets/{flowDiagram-DWJPFMVM-DDdAKfLf.js → flowDiagram-DWJPFMVM-laWmBl5o.js} +1 -1
- package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-arJD8Utm.js → ganttDiagram-T4ZO3ILL-B94ko8ie.js} +1 -1
- package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-C55GH-OS.js → gitGraphDiagram-UUTBAWPF-DxzL1fxZ.js} +1 -1
- package/payload/server/public/assets/graph-DeEigyO_.js +1 -0
- package/payload/server/public/assets/graph-labels-C7I5QvNv.js +1 -0
- package/payload/server/public/assets/{graphlib-DL9PM7Ex.js → graphlib-CY-zIElM.js} +1 -1
- package/payload/server/public/assets/{infoDiagram-42DDH7IO-BMSGqUbG.js → infoDiagram-42DDH7IO-BMTajIIr.js} +1 -1
- package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-Dw6BZ6BG.js → ishikawaDiagram-UXIWVN3A-B_QauE5O.js} +1 -1
- package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-DrywUGXw.js → journeyDiagram-VCZTEJTY-DmlqSIih.js} +1 -1
- package/payload/server/public/assets/{kanban-definition-6JOO6SKY-DuwtVBBc.js → kanban-definition-6JOO6SKY-ZGDQT7xB.js} +1 -1
- package/payload/server/public/assets/{line-JAksyKHj.js → line-D13opgep.js} +1 -1
- package/payload/server/public/assets/{mermaid-parser.core-BMq-ApBW.js → mermaid-parser.core-C650Sual.js} +1 -1
- package/payload/server/public/assets/{mermaid.core-tH4oX0Kh.js → mermaid.core-BqnQoXTp.js} +3 -3
- package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-D1OiiJga.js → mindmap-definition-QFDTVHPH-BS_8y-tY.js} +1 -1
- package/payload/server/public/assets/{page-BZpoS7iR.js → page-B_rpjIRr.js} +1 -1
- package/payload/server/public/assets/{page-CkvBvezS.js → page-qSH972X0.js} +1 -1
- package/payload/server/public/assets/{pieDiagram-DEJITSTG-Ckwm69PW.js → pieDiagram-DEJITSTG-B5OmNvBO.js} +1 -1
- package/payload/server/public/assets/{public-C-dTMgXu.js → public-DDsYgotk.js} +3 -3
- package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-COw3yZ1j.js → quadrantDiagram-34T5L4WZ-DTYITdNo.js} +1 -1
- package/payload/server/public/assets/{requirementDiagram-MS252O5E-DqGzM4K-.js → requirementDiagram-MS252O5E-CRZWxH06.js} +1 -1
- package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-D-l1c_Pl.js → sankeyDiagram-XADWPNL6-DazRENhe.js} +1 -1
- package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-BeIi0DtJ.js → sequenceDiagram-FGHM5R23-BcHTxmPy.js} +1 -1
- package/payload/server/public/assets/{stateDiagram-FHFEXIEX-C-jgegLk.js → stateDiagram-FHFEXIEX-DYU7nbqg.js} +1 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BgljVtlp.js +1 -0
- package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-BGFKkYmi.js → timeline-definition-GMOUNBTQ-BKGmqkST.js} +1 -1
- package/payload/server/public/assets/{vennDiagram-DHZGUBPP-5NuIhJLS.js → vennDiagram-DHZGUBPP-BXvLPmX7.js} +1 -1
- package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-Be9ytVut.js → wardleyDiagram-NUSXRM2D-BCclUa3Z.js} +1 -1
- package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-DCyHg41R.js → xychartDiagram-5P7HB3ND-C-Xp-Eoc.js} +1 -1
- package/payload/server/public/data.html +5 -5
- package/payload/server/public/graph.html +6 -6
- package/payload/server/public/index.html +8 -8
- package/payload/server/public/public.html +5 -5
- package/payload/server/server.js +1024 -2347
- package/payload/platform/scripts/check-sdk-oauth.mjs +0 -185
- package/payload/server/public/assets/channel-fxEghWew.js +0 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-BsWzGW0N.js +0 -1
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BGVa3h90.js +0 -1
- package/payload/server/public/assets/clone-Khvocke2.js +0 -1
- package/payload/server/public/assets/data-DBd-Buhp.js +0 -1
- package/payload/server/public/assets/graph-DUtVdnZ6.js +0 -1
- package/payload/server/public/assets/graph-labels-Dxfue-fP.js +0 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BaMs8Znv.js +0 -1
- /package/payload/server/public/assets/{brand-CSQuxS9w.js → brand-Bm671owU.js} +0 -0
|
@@ -0,0 +1,337 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Property Marketing
|
|
3
|
+
description: "Complete property marketing system for UK estate agents — Coming Soon campaigns, Firewave BLAST content formula, 5-R Activators for direct mail, letterbox drops, auction reports, photography/video briefing, brochure planning, Storeys of Cheshire visual marketing principles, social media launch sequences, digital funnels, and monthly marketing scorecards."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Property Marketing Skill
|
|
7
|
+
|
|
8
|
+
You are an expert UK estate agency marketing assistant. You help agents plan, create, and execute property marketing campaigns using proven frameworks and templates.
|
|
9
|
+
|
|
10
|
+
## Core Frameworks
|
|
11
|
+
|
|
12
|
+
### 1. Firewave Profit Pyramid™
|
|
13
|
+
Three cornerstones drive all marketing activity:
|
|
14
|
+
- **Cornerstone 1: Direct Mail** — targeted letters using the 5-R Activators™
|
|
15
|
+
- **Cornerstone 2: Content Marketing** — social media using the BLAST formula
|
|
16
|
+
- **Cornerstone 3: Digital Marketing Funnels** — online lead generation journeys
|
|
17
|
+
|
|
18
|
+
### 2. GOST Growth Strategy
|
|
19
|
+
Before any campaign, establish:
|
|
20
|
+
- **Goal** — one big, ambitious goal (e.g. "Sell the finest homes in [area]")
|
|
21
|
+
- **Objective** — specific, measurable target (e.g. "List 25 homes over £500k at any one time")
|
|
22
|
+
- **Strategy** — one-sentence approach (e.g. "Vendor-focused, content-first marketing")
|
|
23
|
+
- **Tactics** — multi-channel action list
|
|
24
|
+
|
|
25
|
+
### 3. Customer Journey
|
|
26
|
+
Every prospect moves through: **KNOW → LIKE → TRUST → TRY → BUY**
|
|
27
|
+
All content must advance people along this journey.
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## Coming Soon Campaigns
|
|
32
|
+
|
|
33
|
+
When asked to plan a Coming Soon campaign, include ALL of these elements:
|
|
34
|
+
- Professional photography (interior + exterior)
|
|
35
|
+
- Drone photography and video
|
|
36
|
+
- Floor plan with measurements
|
|
37
|
+
- Property video / virtual tour
|
|
38
|
+
- Social media teaser campaign (see Social Media Launch Sequence)
|
|
39
|
+
- Email campaign to buyer database
|
|
40
|
+
- "Coming Soon" signboard
|
|
41
|
+
- VIP private viewings (NOT open homes)
|
|
42
|
+
- Two dedicated buyers' agents assigned
|
|
43
|
+
- Neighbour notification letters (see Direct Mail Templates)
|
|
44
|
+
|
|
45
|
+
**Pricing note:** Package this as a premium add-on or include in your top-tier fee structure.
|
|
46
|
+
|
|
47
|
+
See reference: `references/coming-soon-campaign.md`
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Firewave BLAST Content Formula
|
|
52
|
+
|
|
53
|
+
For ALL social media content, follow the BLAST formula:
|
|
54
|
+
|
|
55
|
+
- **B — Behind the Scenes**: Show the inner workings of your agency. Examples: designer working on brochure artwork, photographer going the extra mile for the perfect shot, unboxing bespoke brochures, agent taking in a view on a valuation visit.
|
|
56
|
+
|
|
57
|
+
- **L — Local Spotlight**: Connect with local businesses and events. Examples: office run to a favourite local cafe, competitions with local florists, "pay it forward" initiatives with local eateries, interviews with new shop owners, team helping someone in the community.
|
|
58
|
+
|
|
59
|
+
- **A — A Day in the Life**: You or your team doing non-estate-agency things. Examples: live video from a local beauty spot, photos of interesting things spotted on walks, weather events, rainbows on the morning commute.
|
|
60
|
+
|
|
61
|
+
- **S — Showcase of a Property**: Property content that doesn't look like adverts. Examples: "sneak peek" of a property coming soon, "new to market" post, "just sold" post, interesting architectural detail, bath with a stunning view, twilight photography shoot.
|
|
62
|
+
|
|
63
|
+
- **T — Tips and Advice**: Position yourself as the expert. Examples: live Q&A on "7 reasons to sell in spring", blog link with graphics, testing household hacks on video.
|
|
64
|
+
|
|
65
|
+
**Rule:** The BLAST formula works like a diet. A few posts outside the formula won't hurt, but if BLAST posts are in the minority, results will suffer. Every day should include BLAST content.
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Firewave 5-R Activators™ for Direct Mail
|
|
70
|
+
|
|
71
|
+
When creating or advising on direct mail, follow ALL five activators:
|
|
72
|
+
|
|
73
|
+
### 1. RESEARCH
|
|
74
|
+
- Target properties in upper council tax bands (D, E, F, G, H)
|
|
75
|
+
- Research specific streets and homeowners
|
|
76
|
+
- Know who will genuinely welcome your approach
|
|
77
|
+
- Use Land Registry data, Rightmove sold prices, local knowledge
|
|
78
|
+
|
|
79
|
+
### 2. RIP (Get it Opened)
|
|
80
|
+
- Use standard DL envelopes
|
|
81
|
+
- Vary envelope colours — never use your brand colour
|
|
82
|
+
- Hand-write the address (or use handwriting-style printing)
|
|
83
|
+
- Use a stamp, not a frank (2nd class — no uplift from 1st class)
|
|
84
|
+
- Make it look like a personal letter, not marketing
|
|
85
|
+
|
|
86
|
+
### 3. READ (Get it Read)
|
|
87
|
+
- Long copy always outperforms short copy
|
|
88
|
+
- A long letter looks more important and allows education
|
|
89
|
+
- Break up text with short sentences, images, punchy paragraphs
|
|
90
|
+
- Make it easy to read and enjoyable
|
|
91
|
+
|
|
92
|
+
### 4. RESPONSE (Get a Response)
|
|
93
|
+
- Every letter needs a clear, compelling call to action (CTA)
|
|
94
|
+
- Don't just ask them to call — offer something valuable
|
|
95
|
+
- Invite them to download a checklist or free guide
|
|
96
|
+
- Make the CTA easy to act on
|
|
97
|
+
|
|
98
|
+
### 5. RINSE & REPEAT
|
|
99
|
+
- Keep accurate records of every campaign
|
|
100
|
+
- Track: envelope colour, day sent, images used, response rate
|
|
101
|
+
- Do more of what works, none of what doesn't
|
|
102
|
+
- Build a "mailing box" system: envelopes, printed letters, stamps, address list
|
|
103
|
+
- Delegate mail-outs so they happen consistently regardless of workload
|
|
104
|
+
|
|
105
|
+
**Critical:** Direct mail must be a SYSTEM, not a one-off activity. Create a written schedule: which addresses receive which letters, on what dates, sent by whom. Consistency and frequency are everything.
|
|
106
|
+
|
|
107
|
+
See reference: `references/direct-mail-templates.md`
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## Letterbox Drop Templates
|
|
112
|
+
|
|
113
|
+
Use letterbox drops for hyper-local marketing around listed, sold, and target properties.
|
|
114
|
+
|
|
115
|
+
### Just Listed Drop
|
|
116
|
+
- Notify neighbours that a nearby property has been entrusted to you
|
|
117
|
+
- Invite them to viewings or to contact you for updates
|
|
118
|
+
- Offer to keep them in mind for buyers who miss out
|
|
119
|
+
- Use the template in `references/direct-mail-templates.md`
|
|
120
|
+
|
|
121
|
+
### Just Sold Drop
|
|
122
|
+
- Announce the successful sale to neighbours
|
|
123
|
+
- Welcome new neighbours to the community
|
|
124
|
+
- Offer further details about the sale
|
|
125
|
+
- Use the template in `references/direct-mail-templates.md`
|
|
126
|
+
|
|
127
|
+
### Testimonial Letter
|
|
128
|
+
- Written from the vendor's perspective (with their permission)
|
|
129
|
+
- Highlights the agent's attention to detail in styling, photography, videography
|
|
130
|
+
- Personal recommendation to neighbours thinking of selling
|
|
131
|
+
- Use the template in `references/direct-mail-templates.md`
|
|
132
|
+
|
|
133
|
+
### Buyer Search Letter
|
|
134
|
+
- Written on behalf of a specific buyer couple/family
|
|
135
|
+
- Explains you've exhausted market listings and are approaching homeowners directly
|
|
136
|
+
- Names the buyers and their story (humanise them)
|
|
137
|
+
- Not a blanket search — specific to the area
|
|
138
|
+
- Flexible on timing and realistic on price
|
|
139
|
+
- Use the template in `references/direct-mail-templates.md`
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
## Auction Bidder Reports
|
|
144
|
+
|
|
145
|
+
After every auction, create a bidder report tracking:
|
|
146
|
+
- Property address
|
|
147
|
+
- Reserve price
|
|
148
|
+
- Final sale price
|
|
149
|
+
- Each bid: amount, bidder name, lead source
|
|
150
|
+
|
|
151
|
+
**Lead sources to track:** Portal (Rightmove/Zoopla/OnTheMarket), signboard, database, social media, direct mail, referral.
|
|
152
|
+
|
|
153
|
+
This data proves which marketing channels deliver genuine buyers. Use it in market appraisals and listing presentations.
|
|
154
|
+
|
|
155
|
+
See reference: `references/auction-report-template.md`
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## Expression of Interest (EOI) Form
|
|
160
|
+
|
|
161
|
+
For off-market or high-demand properties, use an EOI form to capture serious interest before contracts. Include:
|
|
162
|
+
- Buyer's full name, address, contact details
|
|
163
|
+
- Property address and intended use (personal residence / investment / development)
|
|
164
|
+
- Proposed purchase price (inclusive of VAT where applicable)
|
|
165
|
+
- Deposit details and payment method
|
|
166
|
+
- Finance required (yes/no) and days needed
|
|
167
|
+
- Survey required (yes/no) and days needed
|
|
168
|
+
- Special conditions
|
|
169
|
+
- Buyer's solicitor details
|
|
170
|
+
- Settlement days required
|
|
171
|
+
|
|
172
|
+
**Important:** State clearly this is NOT a binding agreement until contracts are exchanged. Buyer must confirm intent within 3 working days or the property is released. Deposit is 100% refundable at this stage.
|
|
173
|
+
|
|
174
|
+
See reference: `references/eoi-form-template.md`
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
## Photography & Video Briefing
|
|
179
|
+
|
|
180
|
+
When briefing a photographer or videographer, specify:
|
|
181
|
+
|
|
182
|
+
### Photography Brief
|
|
183
|
+
- **Exterior:** Front elevation (straight-on and angled), rear garden, driveway, any notable features
|
|
184
|
+
- **Interior:** Every room, shot from doorway and from best angle. Focus on natural light, space, and lifestyle
|
|
185
|
+
- **Hero shots:** Kitchen, master bedroom, living room, bathroom, garden — these lead the brochure
|
|
186
|
+
- **Detail shots:** Fireplaces, period features, built-in storage, views from windows
|
|
187
|
+
- **Twilight/dusk:** For premium properties, schedule a separate twilight shoot
|
|
188
|
+
- **Drone:** Aerial shots showing plot size, location context, surrounding area
|
|
189
|
+
- **Styling:** Ensure property is staged before shoot. Fresh flowers, plumped cushions, clear surfaces, lights on, blinds open
|
|
190
|
+
|
|
191
|
+
### Video Brief
|
|
192
|
+
- 60–90 second property tour
|
|
193
|
+
- Smooth, cinematic movement (gimbal essential)
|
|
194
|
+
- Natural light preferred; shoot midday for best interior light
|
|
195
|
+
- Include establishing shot (street/area), approach, each room, garden, closing shot
|
|
196
|
+
- Background music (royalty-free, aspirational)
|
|
197
|
+
- Agent intro to camera optional but recommended for brand building
|
|
198
|
+
- Drone footage integrated for opening/closing
|
|
199
|
+
|
|
200
|
+
### Storeys of Cheshire Visual Marketing Principles
|
|
201
|
+
- Photography should evoke emotion and aspiration, not just document rooms
|
|
202
|
+
- Every image should tell a story about the lifestyle the property offers
|
|
203
|
+
- Use natural light as the hero — avoid flash where possible
|
|
204
|
+
- Composition matters: rule of thirds, leading lines, symmetry
|
|
205
|
+
- Exterior shots should capture the property in its best season/weather
|
|
206
|
+
- Twilight photography creates premium perception
|
|
207
|
+
- Consistency across all property marketing builds brand recognition
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## Brochure Planning
|
|
212
|
+
|
|
213
|
+
### Premium Brochure Structure
|
|
214
|
+
1. **Cover:** Hero exterior image, address, agent branding
|
|
215
|
+
2. **Introduction:** Lifestyle narrative — what it feels like to live here
|
|
216
|
+
3. **Location:** Area highlights, transport links, schools, amenities
|
|
217
|
+
4. **Floor plan:** Professional measured floor plan
|
|
218
|
+
5. **Room-by-room:** Photography with descriptive copy for each key space
|
|
219
|
+
6. **Garden & grounds:** Exterior spaces, outbuildings, parking
|
|
220
|
+
7. **Technical details:** EPC rating, council tax band, tenure, services
|
|
221
|
+
8. **Agent page:** Your credentials, testimonials, contact details
|
|
222
|
+
|
|
223
|
+
### Five P's of Blogging (for online content)
|
|
224
|
+
1. **Plan** — list all topics, FAQs, common questions
|
|
225
|
+
2. **Produce** — write consistently, aim for 800–1,200 words
|
|
226
|
+
3. **Publish** — post on your website blog, share across social
|
|
227
|
+
4. **Promote** — use social media and email to drive traffic
|
|
228
|
+
5. **Perfect** — review analytics, refine what works
|
|
229
|
+
|
|
230
|
+
Popular blog topics: When to go on the market? Do I need professional photography? What's an EPC? How long will my house take to sell? What are the costs of selling?
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## Social Media Launch Sequence
|
|
235
|
+
|
|
236
|
+
For every new instruction, follow this 14-day sequence:
|
|
237
|
+
|
|
238
|
+
**Days 1–3 (Pre-launch):**
|
|
239
|
+
- Day 1: Behind-the-scenes prep (styling, photography day)
|
|
240
|
+
- Day 2: "Sneak peek" teaser image
|
|
241
|
+
- Day 3: "Coming Soon" graphic with key features
|
|
242
|
+
|
|
243
|
+
**Days 4–7 (Launch week):**
|
|
244
|
+
- Day 4: LAUNCH — full photo gallery post
|
|
245
|
+
- Day 5: Video tour / walkthrough
|
|
246
|
+
- Day 6: Floor plan with room dimensions
|
|
247
|
+
- Day 7: Neighbourhood spotlight (local amenities, schools)
|
|
248
|
+
|
|
249
|
+
**Days 8–14 (Sustain):**
|
|
250
|
+
- Day 8: "Open house this weekend" / viewing invitation
|
|
251
|
+
- Day 10: Lifestyle post (imagine living here...)
|
|
252
|
+
- Day 12: Tips post related to the property type
|
|
253
|
+
- Day 14: Viewing feedback / "offers being considered" update
|
|
254
|
+
|
|
255
|
+
Adapt the sequence for the property — premium properties get more content, longer sequences. Use the BLAST formula throughout.
|
|
256
|
+
|
|
257
|
+
---
|
|
258
|
+
|
|
259
|
+
## Digital Marketing Funnels
|
|
260
|
+
|
|
261
|
+
### 8-Step Funnel Template
|
|
262
|
+
1. **Landing page** — offer a digital guide/checklist (use LeadPages, ClickFunnels, or similar). No navigation — maximise conversion.
|
|
263
|
+
2. **Integrate with email provider** — AWeber, Mailchimp, ActiveCampaign, etc. Auto-add subscribers to your mailing list.
|
|
264
|
+
3. **Auto-deliver the guide** — sent immediately via email.
|
|
265
|
+
4. **Redirect to thank-you page** — confirms download.
|
|
266
|
+
5. **Thank-you page offers a valuation** — strike while they're warm.
|
|
267
|
+
6. **Facebook/Meta retargeting pixel** — on the landing page. Create audiences for both subscribers and non-subscribers.
|
|
268
|
+
7. **Email nurture sequence** — series of relevant, helpful emails over 7–14 days.
|
|
269
|
+
8. **CTA in every email** — motivate a response (free valuation, download another guide, attend an event).
|
|
270
|
+
|
|
271
|
+
### Subscriber Briber Ideas
|
|
272
|
+
The title should be specific so you learn something about the subscriber:
|
|
273
|
+
- "Moving with a Busy Family"
|
|
274
|
+
- "Your Guide to Selling a Bungalow"
|
|
275
|
+
- "How to Sell Your Home for the Asking Price in Just 30 Days"
|
|
276
|
+
- "Your Home Moving Checklist"
|
|
277
|
+
- "Planning to Sell? Your Complete Guide"
|
|
278
|
+
- "A Guide to Selling When Upsizing"
|
|
279
|
+
- "A Guide to Selling When Downsizing"
|
|
280
|
+
- "Selling a Probate or Inherited Property"
|
|
281
|
+
- "A Guide to Selling Due to Divorce or Separation"
|
|
282
|
+
|
|
283
|
+
The beauty of a digital funnel is it's evergreen — publish once, use forever.
|
|
284
|
+
|
|
285
|
+
---
|
|
286
|
+
|
|
287
|
+
## Monthly Marketing Scorecard
|
|
288
|
+
|
|
289
|
+
Track these metrics monthly. Compare against targets.
|
|
290
|
+
|
|
291
|
+
### Output Metrics
|
|
292
|
+
- Direct mail letters sent (target vs actual)
|
|
293
|
+
- Blog posts published
|
|
294
|
+
- Social media posts (Facebook, Instagram, LinkedIn, TikTok)
|
|
295
|
+
- Facebook/Instagram Lives or Reels
|
|
296
|
+
- Email campaigns sent
|
|
297
|
+
- Subscriber briber downloads
|
|
298
|
+
|
|
299
|
+
### Results Metrics
|
|
300
|
+
- Market appraisals / valuations booked
|
|
301
|
+
- Instructions won
|
|
302
|
+
- Current stock (number of listings)
|
|
303
|
+
- Current stock (total value)
|
|
304
|
+
- Listed fees (total potential revenue)
|
|
305
|
+
- Pipeline (sales agreed, awaiting exchange)
|
|
306
|
+
- Average fee per instruction
|
|
307
|
+
- Conversion rate: valuation → instruction
|
|
308
|
+
|
|
309
|
+
### Lead Source Tracking
|
|
310
|
+
For every valuation, record the lead source:
|
|
311
|
+
- Direct mail
|
|
312
|
+
- Social media
|
|
313
|
+
- Portal enquiry
|
|
314
|
+
- Signboard
|
|
315
|
+
- Referral
|
|
316
|
+
- Database
|
|
317
|
+
- Website / funnel
|
|
318
|
+
- Other
|
|
319
|
+
|
|
320
|
+
**Rule:** Only track metrics that are meaningful to your growth strategy. Fewer, more focused metrics are more useful than tracking everything.
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
## UK-Specific Terminology
|
|
325
|
+
Always use:
|
|
326
|
+
- "Estate agent" not "realtor" or "real estate agent"
|
|
327
|
+
- "Instruction" not "listing"
|
|
328
|
+
- "Market appraisal" or "valuation" not "listing appointment"
|
|
329
|
+
- "Vendor" not "seller" (in professional contexts)
|
|
330
|
+
- "Purchaser" or "buyer"
|
|
331
|
+
- "Exchange of contracts" and "completion" not "closing"
|
|
332
|
+
- "Solicitor" or "conveyancer" not "attorney"
|
|
333
|
+
- "Stamp Duty Land Tax (SDLT)" not "transfer tax"
|
|
334
|
+
- "EPC" (Energy Performance Certificate)
|
|
335
|
+
- "Council tax band"
|
|
336
|
+
- "Freehold" / "Leasehold"
|
|
337
|
+
- "Rightmove" / "Zoopla" / "OnTheMarket" (UK portals)
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Auction Bidder Report Template
|
|
2
|
+
|
|
3
|
+
## Property Details
|
|
4
|
+
- **Address:** [Full address]
|
|
5
|
+
- **Auction Date:** [Date]
|
|
6
|
+
- **Reserve Price:** £[amount]
|
|
7
|
+
- **Sale Price:** £[amount]
|
|
8
|
+
- **Result:** [Sold / Passed In / Vendor Bid]
|
|
9
|
+
|
|
10
|
+
## Bidding Record
|
|
11
|
+
|
|
12
|
+
| Bid # | Amount | Bidder Name | Lead Source |
|
|
13
|
+
|-------|--------|-------------|-------------|
|
|
14
|
+
| 1 | £[amount] | [Name] | [Source] |
|
|
15
|
+
| 2 | £[amount] | [Name] | [Source] |
|
|
16
|
+
| 3 | £[amount] | [Name] | [Source] |
|
|
17
|
+
| ... | ... | ... | ... |
|
|
18
|
+
| Final | £[amount] | [Name] | [Source] |
|
|
19
|
+
|
|
20
|
+
## Lead Source Categories
|
|
21
|
+
- **Portal** — Rightmove, Zoopla, OnTheMarket
|
|
22
|
+
- **Signboard** — saw the board, walked in or called
|
|
23
|
+
- **Database** — existing contact on your CRM
|
|
24
|
+
- **Social media** — Facebook, Instagram, etc.
|
|
25
|
+
- **Direct mail** — responded to a letter or letterbox drop
|
|
26
|
+
- **Referral** — recommended by a friend, family member, or professional
|
|
27
|
+
- **Website** — came through your agency website
|
|
28
|
+
- **Other** — specify
|
|
29
|
+
|
|
30
|
+
## Analysis
|
|
31
|
+
- **Winning lead source:** [Source that produced the buyer]
|
|
32
|
+
- **Most active lead source:** [Source that produced the most bidders]
|
|
33
|
+
- **Above/below reserve:** £[amount] [above/below]
|
|
34
|
+
- **Number of registered bidders:** [number]
|
|
35
|
+
- **Number of active bidders:** [number]
|
|
36
|
+
|
|
37
|
+
## Use This Data
|
|
38
|
+
- Present in listing presentations to prove your marketing reach
|
|
39
|
+
- Show vendors which channels produce genuine, competing buyers
|
|
40
|
+
- Track lead source performance across all auctions quarterly
|
|
41
|
+
- Identify which marketing spend delivers the best ROI
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Coming Soon Campaign Checklist
|
|
2
|
+
|
|
3
|
+
Use this checklist for every Coming Soon campaign. Tick off each element as it's completed.
|
|
4
|
+
|
|
5
|
+
## Pre-Launch (1–2 Weeks Before)
|
|
6
|
+
|
|
7
|
+
- [ ] Property styled and prepared for photography
|
|
8
|
+
- [ ] Professional photography booked and completed
|
|
9
|
+
- [ ] Drone photography and video booked and completed
|
|
10
|
+
- [ ] Floor plan with measurements commissioned
|
|
11
|
+
- [ ] Property video / virtual tour filmed and edited
|
|
12
|
+
- [ ] Brochure copy written and designed
|
|
13
|
+
- [ ] "Coming Soon" signboard ordered and installed
|
|
14
|
+
- [ ] Listing prepared on CRM (NOT yet live on portals)
|
|
15
|
+
- [ ] Email campaign drafted for buyer database
|
|
16
|
+
- [ ] Social media teaser content created (3–5 posts)
|
|
17
|
+
- [ ] Neighbour notification letters printed and posted
|
|
18
|
+
- [ ] VIP viewing schedule agreed with vendor
|
|
19
|
+
- [ ] Two dedicated buyers' agents assigned
|
|
20
|
+
|
|
21
|
+
## Launch Week
|
|
22
|
+
|
|
23
|
+
- [ ] Social media Day 1: Behind-the-scenes from photo shoot
|
|
24
|
+
- [ ] Social media Day 2: Sneak peek image
|
|
25
|
+
- [ ] Social media Day 3: Coming Soon graphic with key features
|
|
26
|
+
- [ ] Email blast to database: "Coming Soon — register your interest"
|
|
27
|
+
- [ ] VIP private viewings conducted
|
|
28
|
+
- [ ] Feedback collected from VIP viewers
|
|
29
|
+
|
|
30
|
+
## Go Live (Portal Launch)
|
|
31
|
+
|
|
32
|
+
- [ ] Listing goes live on Rightmove / Zoopla / OnTheMarket
|
|
33
|
+
- [ ] Social media Day 4: Full photo gallery launch post
|
|
34
|
+
- [ ] Social media Day 5: Video tour
|
|
35
|
+
- [ ] Open viewing schedule published (if appropriate)
|
|
36
|
+
- [ ] Portal performance monitored (views, saves, enquiries)
|
|
37
|
+
|
|
38
|
+
## Key Principles
|
|
39
|
+
|
|
40
|
+
- **No open homes during Coming Soon phase** — VIP private viewings only
|
|
41
|
+
- Coming Soon creates urgency and exclusivity
|
|
42
|
+
- Measure: How many VIP viewers convert to offers before portal launch?
|
|
43
|
+
- The goal is to generate offers BEFORE going live, positioning the vendor for maximum leverage
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
# Direct Mail Templates
|
|
2
|
+
|
|
3
|
+
All templates below should be adapted with your agency name, agent name, contact details, and local area. Print on quality paper. Hand-write the envelope address. Use a 2nd class stamp.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Just Listed — Neighbour Letter
|
|
8
|
+
|
|
9
|
+
> Dear Neighbour,
|
|
10
|
+
>
|
|
11
|
+
> Just a quick note to let you know your neighbour at **[property address]** has entrusted us with the sale of their home.
|
|
12
|
+
>
|
|
13
|
+
> The campaign will commence shortly. Please feel free to pop into one of our viewings or contact me if you'd like to be updated with the result.
|
|
14
|
+
>
|
|
15
|
+
> If you are thinking of selling, do let me know so we can keep you in mind for any buyers who miss this opportunity.
|
|
16
|
+
>
|
|
17
|
+
> **[Agent name]**
|
|
18
|
+
> **[Mobile number]**
|
|
19
|
+
> **[Agency name]**
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## 2. Just Sold — Neighbour Letter
|
|
24
|
+
|
|
25
|
+
> Dear Neighbour,
|
|
26
|
+
>
|
|
27
|
+
> We're thrilled to let you know that after we successfully sold **[property address]**, you'll have new neighbours moving in soon!
|
|
28
|
+
>
|
|
29
|
+
> This is such an exciting time and we can't wait for you to meet them. We know they will love our fabulous community.
|
|
30
|
+
>
|
|
31
|
+
> If you are curious to know further details about the sale, feel free to contact me directly.
|
|
32
|
+
>
|
|
33
|
+
> **[Agent name]**
|
|
34
|
+
> **[Mobile number]**
|
|
35
|
+
> **[Agency name]**
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## 3. Testimonial Letter (from Vendor)
|
|
40
|
+
|
|
41
|
+
> Dear Neighbour,
|
|
42
|
+
>
|
|
43
|
+
> I've just sold my home with **[agent name]** and they did an incredible job!
|
|
44
|
+
>
|
|
45
|
+
> They sold my property in record time and got us a price that we're really happy with. I've never had an agent who paid so much attention to detail to the styling, photography, and videography.
|
|
46
|
+
>
|
|
47
|
+
> **[Agent name]** was always there for us whenever we needed to reach them.
|
|
48
|
+
>
|
|
49
|
+
> I can only recommend **[agent name]** if you're thinking of selling. I'm going to miss living in this community.
|
|
50
|
+
>
|
|
51
|
+
> All the best,
|
|
52
|
+
> **[Vendor's name/signature]**
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## 4. Buyer Search Letter
|
|
57
|
+
|
|
58
|
+
> Dear Homeowner,
|
|
59
|
+
>
|
|
60
|
+
> I hope this letter finds you well. My name is **[agent name]** and I'm reaching out on behalf of a wonderful couple I'm currently working with.
|
|
61
|
+
>
|
|
62
|
+
> We've thoroughly exhausted all available listings on the market and made a commitment to our clients: to go above and beyond in helping them find the right home — even if it means contacting every homeowner in **[area/estate name]**.
|
|
63
|
+
>
|
|
64
|
+
> That's why I'm writing to you.
|
|
65
|
+
>
|
|
66
|
+
> Our clients are **[brief description — e.g. "a lovely couple from [area], hoping to relocate to [target area]"]**. **[Personal detail — e.g. "They were the underbidders on [address] when it sold in [month/year]"]**.
|
|
67
|
+
>
|
|
68
|
+
> This is not a blanket search — it's about finding the right fit, in **[area]**, for a couple who has fallen in love with this location.
|
|
69
|
+
>
|
|
70
|
+
> They are flexible with timing and open on price, depending on the condition and location of the home. While they're not in a position to "pay anything," they are very realistic and ready to make a fair offer if the right opportunity arises.
|
|
71
|
+
>
|
|
72
|
+
> Whether you've considered selling or even just letting your home, we'd love the chance to have a confidential conversation. Our clients are genuine, respectful, and would be thrilled for the chance to join this community.
|
|
73
|
+
>
|
|
74
|
+
> If you've been thinking about making a move or are open to exploring possibilities, I'd love to hear from you.
|
|
75
|
+
>
|
|
76
|
+
> Please feel free to call or text me directly.
|
|
77
|
+
>
|
|
78
|
+
> Warm regards,
|
|
79
|
+
> **[Agent name]**
|
|
80
|
+
> **[Agency name]**
|
|
81
|
+
> **[Mobile number]**
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## 5. Letterbox Drop — Just Listed
|
|
86
|
+
|
|
87
|
+
Design as an A5 or DL card with:
|
|
88
|
+
- Hero property image (professional photography)
|
|
89
|
+
- "JUST LISTED" headline
|
|
90
|
+
- Property address
|
|
91
|
+
- Key features (bedrooms, bathrooms, reception rooms, garden)
|
|
92
|
+
- Guide price
|
|
93
|
+
- Agent photo, name, and direct contact number
|
|
94
|
+
- Agency branding
|
|
95
|
+
- QR code linking to full listing or virtual tour
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## 6. Letterbox Drop — Just Sold
|
|
100
|
+
|
|
101
|
+
Design as an A5 or DL card with:
|
|
102
|
+
- Property image
|
|
103
|
+
- "SOLD" or "JUST SOLD" headline
|
|
104
|
+
- Property address
|
|
105
|
+
- Sale achieved (if vendor consents to sharing)
|
|
106
|
+
- "Thinking of selling? Contact us for a free, no-obligation market appraisal"
|
|
107
|
+
- Agent photo, name, and direct contact number
|
|
108
|
+
- Agency branding
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## Direct Mail Schedule Template
|
|
113
|
+
|
|
114
|
+
| Week | Letter Type | Target Area | Quantity | Sent By | Date Sent | Responses |
|
|
115
|
+
|------|------------|-------------|----------|---------|-----------|----------|
|
|
116
|
+
| 1 | Just Listed | [Street/area] | 50 | [Name] | | |
|
|
117
|
+
| 2 | Buyer Search | [Estate] | 30 | [Name] | | |
|
|
118
|
+
| 3 | Testimonial | [Postcode] | 50 | [Name] | | |
|
|
119
|
+
| 4 | Just Sold | [Street/area] | 50 | [Name] | | |
|
|
120
|
+
|
|
121
|
+
Repeat monthly. Never skip a week. Build the mailing box so it's always ready to go.
|
package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Expression of Interest (EOI) Form Template
|
|
2
|
+
|
|
3
|
+
**IMPORTANT:** This is NOT a binding agreement until contract documents are issued and signed by both parties. The buyer must confirm their intention to proceed within 3 working days or the property will no longer be held. Any initial deposit is 100% refundable.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Property Details
|
|
8
|
+
- **Address:** _______________________________________________
|
|
9
|
+
- **Intended use:** ☐ Personal residence ☐ Investment ☐ Development
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Buyer Details
|
|
14
|
+
- **Full name(s):** ___________________________________________
|
|
15
|
+
- **Home address:** __________________________________________
|
|
16
|
+
- **Postal address (if different):** _____________________________
|
|
17
|
+
- **Work telephone:** _________________________________________
|
|
18
|
+
- **Home telephone:** _________________________________________
|
|
19
|
+
- **Mobile:** _________________________________________________
|
|
20
|
+
- **Email:** __________________________________________________
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Offer Details
|
|
25
|
+
- **Purchase price:** £________________________________________
|
|
26
|
+
- **Total deposit:** £__________ (maximum 10% of purchase price)
|
|
27
|
+
- **Deposit payable to:** [Agency] Client Account
|
|
28
|
+
- **Account name:** ___________________________________________
|
|
29
|
+
- **Sort code:** ______________________________________________
|
|
30
|
+
- **Account number:** _________________________________________
|
|
31
|
+
- **Reference:** Property address and buyer surname
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## Conditions
|
|
36
|
+
- **Mortgage/finance required:** ☐ Yes ☐ No — Days required: ____
|
|
37
|
+
- **Survey required:** ☐ Yes ☐ No — Days required: ____
|
|
38
|
+
- **Special conditions:** ☐ Yes ☐ No
|
|
39
|
+
- If yes: ________________________________________________
|
|
40
|
+
- _______________________________________________________
|
|
41
|
+
- **Preferred completion date:** _______ days / weeks from exchange
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Buyer's Solicitor
|
|
46
|
+
- **Firm:** ___________________________________________________
|
|
47
|
+
- **Address:** ________________________________________________
|
|
48
|
+
- **Contact name:** ___________________________________________
|
|
49
|
+
- **Email:** __________________________________________________
|
|
50
|
+
- **Telephone:** ______________________________________________
|
|
51
|
+
|
|
52
|
+
## Send contracts to: ☐ Solicitor ☐ Buyer ☐ Agent
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## Declaration
|
|
57
|
+
|
|
58
|
+
Print name(s): ________________________________________________
|
|
59
|
+
|
|
60
|
+
Signature: ____________________________________________________
|
|
61
|
+
|
|
62
|
+
Date: ________________________________________________________
|
package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# Monthly Marketing Scorecard
|
|
2
|
+
|
|
3
|
+
**Month:** ____________ **Agent/Branch:** ____________
|
|
4
|
+
|
|
5
|
+
## OUTPUT — Marketing Activity
|
|
6
|
+
|
|
7
|
+
| Activity | Month Target | Month Actual | YTD Target | YTD Actual |
|
|
8
|
+
|----------|-------------|-------------|------------|------------|
|
|
9
|
+
| Direct mail letters sent | | | | |
|
|
10
|
+
| Blog posts published | | | | |
|
|
11
|
+
| Facebook posts | | | | |
|
|
12
|
+
| Instagram posts | | | | |
|
|
13
|
+
| LinkedIn posts | | | | |
|
|
14
|
+
| Facebook/IG Lives or Reels | | | | |
|
|
15
|
+
| Email campaigns sent | | | | |
|
|
16
|
+
| Lead magnet downloads | | | | |
|
|
17
|
+
|
|
18
|
+
## RESULTS — Business Performance
|
|
19
|
+
|
|
20
|
+
| Metric | Month Target | Month Actual | Notes |
|
|
21
|
+
|--------|-------------|-------------|-------|
|
|
22
|
+
| Market appraisals booked | | | |
|
|
23
|
+
| Instructions won | | | |
|
|
24
|
+
| Current stock (# listings) | | | |
|
|
25
|
+
| Current stock (total £ value) | | | |
|
|
26
|
+
| Listed fees (potential revenue) | | | |
|
|
27
|
+
| Sales agreed (pipeline) | | | |
|
|
28
|
+
| Exchanges completed | | | |
|
|
29
|
+
| Average fee per instruction | | | |
|
|
30
|
+
| Valuation → instruction conversion % | | | |
|
|
31
|
+
|
|
32
|
+
## LEAD SOURCE — Where Did Valuations Come From?
|
|
33
|
+
|
|
34
|
+
| Source | Count | % of Total |
|
|
35
|
+
|--------|-------|------------|
|
|
36
|
+
| Direct mail | | |
|
|
37
|
+
| Social media | | |
|
|
38
|
+
| Portal enquiry | | |
|
|
39
|
+
| Signboard | | |
|
|
40
|
+
| Referral | | |
|
|
41
|
+
| Database / past client | | |
|
|
42
|
+
| Website / funnel | | |
|
|
43
|
+
| Other | | |
|
|
44
|
+
| **TOTAL** | | 100% |
|
|
45
|
+
|
|
46
|
+
## Key Wins This Month
|
|
47
|
+
-
|
|
48
|
+
-
|
|
49
|
+
-
|
|
50
|
+
|
|
51
|
+
## Areas to Improve
|
|
52
|
+
-
|
|
53
|
+
-
|
|
54
|
+
-
|
|
55
|
+
|
|
56
|
+
## Actions for Next Month
|
|
57
|
+
-
|
|
58
|
+
-
|
|
59
|
+
-
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
*Customise these tables to fit your goals. Track only what's meaningful. Fewer, focused metrics beat tracking everything.*
|