@rubytech/create-maxy-code 0.1.26 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +28 -11
- package/package.json +1 -1
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -95
- package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
- package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
- package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
- package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
- package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
- package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
- package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
- package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
- package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
- package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
- package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
- package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
- package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
- package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
- package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
- package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
- package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
- package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
- package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
- package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/leads/PLUGIN.md +62 -0
- package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
- package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
- package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
- package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
- package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
- package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/listings/PLUGIN.md +103 -0
- package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
- package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
- package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
- package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
- package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
- package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
- package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
- package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
- package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
- package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
- package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
- package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
- package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
- package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
- package/payload/platform/plugins/loop/PLUGIN.md +108 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
- package/payload/platform/plugins/loop/mcp/package.json +21 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
- package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
- package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
- package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
- package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
- package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
- package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
- package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
- package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
- package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
- package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
- package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
- package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
- package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
- package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
- package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
- package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
- package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +34 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/index.js +12 -0
- package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: content-directory
|
|
3
|
+
description: "Browse, search, and deliver structured education modules from the Real Agency curriculum."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Content Directory
|
|
7
|
+
|
|
8
|
+
Handles curriculum navigation, module delivery, and progress tracking. This is the core learning experience.
|
|
9
|
+
|
|
10
|
+
## When to Activate
|
|
11
|
+
|
|
12
|
+
A member asks about available content, wants to learn something, requests a specific module, or asks for a recommendation. Also activates when a member returns and wants to continue where they left off.
|
|
13
|
+
|
|
14
|
+
## Reference Table
|
|
15
|
+
|
|
16
|
+
| Task | When | Reference |
|
|
17
|
+
|------|------|-----------|
|
|
18
|
+
| Module delivery | Member requests a specific topic or module | `references/module-delivery.md` |
|
|
19
|
+
| Progress tracking | Member asks about progress, or after completing a module | `references/progress-tracking.md` |
|
|
20
|
+
|
|
21
|
+
## Key Rules
|
|
22
|
+
|
|
23
|
+
- Deliver content conversationally — don't paste entire modules. Teach through dialogue.
|
|
24
|
+
- Always attribute content to the contributor it came from.
|
|
25
|
+
- Track completion in `memory/users/{phone}/progress.md` after every module.
|
|
26
|
+
- When listing available content, organise by pillar. Keep descriptions concise.
|
|
27
|
+
- If a member asks for content that doesn't exist, say so honestly and note the gap (admin will see it).
|
|
28
|
+
- Modules with `access: member` are gated to paid membership. Check `membership_type` in the member's profile before delivering.
|
|
29
|
+
|
|
30
|
+
## Curriculum Pillars
|
|
31
|
+
|
|
32
|
+
| Pillar | Focus | Typical Member Need |
|
|
33
|
+
|--------|-------|-------------------|
|
|
34
|
+
| Agency Blueprint | Setting up and structuring an agency | New agents, career changers |
|
|
35
|
+
| Real Marketing | Social media, content creation, personal brand | Brand builders, content creators |
|
|
36
|
+
| Real Business | Systems, structure, profit, scaling | Growth-stage agents |
|
|
37
|
+
| Real Coaching | Mindset, performance (Backley & Black) | Anyone wanting mental edge |
|
|
38
|
+
| Podcast | Conversations with working agents | Inspiration, peer learning |
|
|
39
|
+
| Resources | Templates, scripts, SOPs, tools | Practical application |
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Module Delivery
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Deliver curriculum modules as interactive coaching conversations, not static content dumps.
|
|
6
|
+
|
|
7
|
+
## Context to Gather
|
|
8
|
+
|
|
9
|
+
Before delivering a module:
|
|
10
|
+
1. **What the member asked for** — specific topic, or browsing?
|
|
11
|
+
2. **Their profile context** — career stage, goals, current challenges (from `memory/users/{phone}/profile.md`)
|
|
12
|
+
3. **Their progress** — what they've already completed (from `memory/users/{phone}/progress.md`)
|
|
13
|
+
|
|
14
|
+
## Where to Search
|
|
15
|
+
|
|
16
|
+
Search `memory/public/courses/{pillar}/` for module files. Each module is a markdown file with frontmatter:
|
|
17
|
+
|
|
18
|
+
```yaml
|
|
19
|
+
---
|
|
20
|
+
title: Module Title
|
|
21
|
+
contributor: Contributor Name
|
|
22
|
+
pillar: pillar-name
|
|
23
|
+
estimated_time: X minutes
|
|
24
|
+
access: free
|
|
25
|
+
video: https://pinata-url (optional)
|
|
26
|
+
---
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
If the member asks for a topic without specifying a module, search across all pillars for the best match.
|
|
30
|
+
|
|
31
|
+
## How to Deliver
|
|
32
|
+
|
|
33
|
+
**Never paste the full module.** Teach through conversation:
|
|
34
|
+
|
|
35
|
+
1. **Introduce** — What the module covers, who it's from, why it matters for this member specifically. Reference their profile context.
|
|
36
|
+
|
|
37
|
+
2. **Teach the core concept** — Present the key insight or framework. Use the contributor's voice and perspective. "Adam's approach to this is..." or "Steve Backley's framework here is..."
|
|
38
|
+
|
|
39
|
+
3. **Check understanding** — Ask the member to reflect. "How does this compare to how you currently handle...?" or "What would that look like for your patch?"
|
|
40
|
+
|
|
41
|
+
4. **Go deeper** — Based on their response, expand on the areas they find most relevant. Skip parts that don't apply to their situation.
|
|
42
|
+
|
|
43
|
+
5. **Offer the video** — If the module has a video link, offer it at the right moment: "Adam walks through a real example of this — want to watch it?" Don't force it.
|
|
44
|
+
|
|
45
|
+
6. **Reflection questions** — After the core teaching, offer 2-3 reflection questions that help them apply the concept to their own business.
|
|
46
|
+
|
|
47
|
+
7. **Bridge to next** — Recommend a logical next module or ask if they want to continue in this pillar.
|
|
48
|
+
|
|
49
|
+
## Pacing
|
|
50
|
+
|
|
51
|
+
Don't rush. One concept at a time. Wait for the member to respond before moving to the next section. If they engage deeply with one part, stay there — depth beats breadth.
|
|
52
|
+
|
|
53
|
+
If a module is long, break it across multiple exchanges. The member controls the pace — "Want to continue?" or "Take your time, I'll be here."
|
|
54
|
+
|
|
55
|
+
## When Content Doesn't Exist
|
|
56
|
+
|
|
57
|
+
If a member asks for something not in the curriculum:
|
|
58
|
+
1. Acknowledge the gap honestly: "We don't have a specific module on that yet."
|
|
59
|
+
2. Search memory for anything adjacent that might help.
|
|
60
|
+
3. If nothing exists, note it: "I'll flag this as something the team should consider adding."
|
|
61
|
+
4. Write a brief note to `memory/admin/` so the admin agent can surface it.
|
|
62
|
+
|
|
63
|
+
## Tone
|
|
64
|
+
|
|
65
|
+
Expert tutor, not lecturer. You're walking alongside the member through the material, not reading it to them. React to their responses. Build on their experience. Make it personal.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Progress Tracking
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Maintain an accurate record of each member's learning journey and use it to drive personalised recommendations.
|
|
6
|
+
|
|
7
|
+
## When to Update Progress
|
|
8
|
+
|
|
9
|
+
Update `memory/users/{phone}/progress.md` after:
|
|
10
|
+
- A member completes a module (all key concepts covered, reflection done)
|
|
11
|
+
- A coaching session ends
|
|
12
|
+
- A member explicitly asks to bookmark or skip a module
|
|
13
|
+
- You learn something new about their goals or focus area
|
|
14
|
+
|
|
15
|
+
## What to Record
|
|
16
|
+
|
|
17
|
+
### Module Completion
|
|
18
|
+
Add to the "Modules Completed" section:
|
|
19
|
+
```
|
|
20
|
+
- [YYYY-MM-DD] {pillar} / {module title}
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Current Focus
|
|
24
|
+
Update the "Current Focus" field when the member shifts topics or starts a new learning path.
|
|
25
|
+
|
|
26
|
+
### Notes
|
|
27
|
+
Record anything that helps personalise future interactions:
|
|
28
|
+
- Topics they found most valuable
|
|
29
|
+
- Areas they struggled with
|
|
30
|
+
- Specific business context they shared (their patch, their agency focus, their brand positioning)
|
|
31
|
+
|
|
32
|
+
## How to Use Progress Data
|
|
33
|
+
|
|
34
|
+
**For recommendations:** Check which pillars they've explored and which they haven't. Suggest unexplored pillars that match their goals. Don't repeat modules they've completed.
|
|
35
|
+
|
|
36
|
+
**For returning members:** When a member comes back after a gap, check their progress and reference it: "Last time we covered {topic}. Want to continue from there, or is there something new on your mind?"
|
|
37
|
+
|
|
38
|
+
**For coaching:** Progress data tells you what frameworks the member already knows. In coaching mode, you can reference: "Remember Adam's three questions from the listing presentation module? Apply that here."
|
|
39
|
+
|
|
40
|
+
## When Members Ask About Progress
|
|
41
|
+
|
|
42
|
+
Summarise their journey conversationally:
|
|
43
|
+
- How many modules completed, across which pillars
|
|
44
|
+
- Their current focus area
|
|
45
|
+
- Suggested next steps based on goals and gaps
|
|
46
|
+
|
|
47
|
+
Don't present progress as a report — frame it as a conversation about their journey.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "real-agency-leads",
|
|
3
|
+
"description": "Daily morning round and lead-pipeline skills for UK residential sales agents. Composes diary, awaiting-reply, overnight-enquiry triage, and stalled-deal surfacing into one snapshot, plus the chain-progression-tracker shared with chase-progression.",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Rubytech LLC"
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-leads
|
|
3
|
+
description: "Daily morning round and lead-pipeline skills for UK residential sales agents. Composes diary, awaiting-reply, overnight-enquiry triage, and stalled-deal surfacing into one snapshot, plus the chain-progression-tracker shared with chase-progression."
|
|
4
|
+
tools: []
|
|
5
|
+
skills:
|
|
6
|
+
- skills/morning-round/SKILL.md
|
|
7
|
+
- skills/diary-builder/SKILL.md
|
|
8
|
+
- skills/enquiry-triage/SKILL.md
|
|
9
|
+
- skills/chain-progression-tracker/SKILL.md
|
|
10
|
+
- skills/lead-nurturing/SKILL.md
|
|
11
|
+
- skills/prospecting/SKILL.md
|
|
12
|
+
profileKeys:
|
|
13
|
+
- realagent.awaiting_reply_lookback_days
|
|
14
|
+
- realagent.cause_phrases
|
|
15
|
+
- realagent.diary.postcode_ordering
|
|
16
|
+
- realagent.diary.show_internal_events
|
|
17
|
+
- realagent.enquiry_triage.source_weights
|
|
18
|
+
- realagent.enquiry_triage.spam_phrases
|
|
19
|
+
- realagent.morning_round.delivery_channel
|
|
20
|
+
- realagent.morning_round.delivery_time
|
|
21
|
+
- realagent.morning_round.hidden_sections
|
|
22
|
+
- realagent.morning_round.section_order
|
|
23
|
+
- realagent.stalled_threshold_days.broker
|
|
24
|
+
- realagent.stalled_threshold_days.buyer
|
|
25
|
+
- realagent.stalled_threshold_days.solicitor
|
|
26
|
+
- realagent.stalled_threshold_days.surveyor
|
|
27
|
+
- realagent.stalled_threshold_days.vendor
|
|
28
|
+
always: false
|
|
29
|
+
metadata: {"platform":{"optional":true,"embed":["admin"]}}
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
# Real Agency, Lead Generation and Morning Round
|
|
33
|
+
|
|
34
|
+
Six skills: four covering the daily morning round (master plus building blocks) and two covering longer-horizon lead nurturing and prospecting.
|
|
35
|
+
|
|
36
|
+
## When to Activate
|
|
37
|
+
|
|
38
|
+
The user is asking for the morning round, the daily brief, the day's diary, overnight enquiries, or anything stalled. Also activates when the user is working on lead nurturing, follow-up cadences, database reactivation campaigns, prospecting activities, or outreach strategies.
|
|
39
|
+
|
|
40
|
+
## Skills
|
|
41
|
+
|
|
42
|
+
| Skill | Owner specialist | Purpose |
|
|
43
|
+
|-------|------------------|---------|
|
|
44
|
+
| `morning-round` | negotiator | The daily one-page snapshot: diary, awaiting replies, overnight enquiries, stalled deals, top three |
|
|
45
|
+
| `diary-builder` | negotiator | Today's diary block for the morning round |
|
|
46
|
+
| `enquiry-triage` | negotiator | Triages overnight portal and email enquiries |
|
|
47
|
+
| `chain-progression-tracker` | negotiator | State-of-the-chain view; used by morning round and chase-progression |
|
|
48
|
+
| `lead-nurturing` | negotiator | Systematic follow-up and pipeline warming |
|
|
49
|
+
| `prospecting` | negotiator | Database reactivation, lead generation, campaign chaining |
|
|
50
|
+
|
|
51
|
+
## Tools Used
|
|
52
|
+
|
|
53
|
+
No MCP server. Skills operate via existing platform tools:
|
|
54
|
+
|
|
55
|
+
- `memory-search` to retrieve domain knowledge from the knowledge base
|
|
56
|
+
- `render-component` to present structured choices during interactions
|
|
57
|
+
- `profile-read` and `profile-update` for the customisation profile
|
|
58
|
+
- `task-create` to file an open task when a chase needs deferring
|
|
59
|
+
|
|
60
|
+
## References
|
|
61
|
+
|
|
62
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: chain-progression-tracker
|
|
3
|
+
description: "Build the state-of-the-chain view for a sale-agreed deal. Identifies stalled deals across the pipeline for the morning round, and produces a single-deal deep dive when the chase-progression workflow expands one. Read-only; never sends anything."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Chain progression tracker
|
|
7
|
+
|
|
8
|
+
A building-block skill used by two workflows. The morning round calls it for the across-pipeline stalled view. The chase-progression workflow calls it for the single-deal deep dive.
|
|
9
|
+
|
|
10
|
+
## Two modes
|
|
11
|
+
|
|
12
|
+
### Across-pipeline mode
|
|
13
|
+
|
|
14
|
+
Used by `morning-round`. Returns every sale-agreed deal where nothing has moved past the stalled threshold for the relevant stakeholder type. For each, returns:
|
|
15
|
+
|
|
16
|
+
- Property address
|
|
17
|
+
- Days since the last positive movement
|
|
18
|
+
- The most likely cause from chain state, expressed as one short sentence
|
|
19
|
+
|
|
20
|
+
The stalled threshold is read from the profile, per stakeholder type. Default 7 days for everyone; learns per type.
|
|
21
|
+
|
|
22
|
+
### Single-deal deep-dive mode
|
|
23
|
+
|
|
24
|
+
Used by `chase-progression`. Given a property the operator named, returns:
|
|
25
|
+
|
|
26
|
+
- Every party in the chain with their role
|
|
27
|
+
- Last known status for each party
|
|
28
|
+
- Every outstanding action with the responsible party
|
|
29
|
+
- Every risk flag (offer expiry approaching, searches outstanding, survey booked but not done, vendor or buyer disengagement signals, chain complexity, onward-purchase status)
|
|
30
|
+
- A timeline view of the last 30 days of contact
|
|
31
|
+
|
|
32
|
+
## What "most likely cause" means
|
|
33
|
+
|
|
34
|
+
The skill compares the deal state against the typical stalled patterns: solicitor not responding, mortgage offer expiring, survey scheduled but not completed, search results outstanding, vendor unresponsive, buyer unresponsive, chain party upstream unresponsive. The cause sentence is the pattern that best fits the observable signals, written by `variance-narrator`.
|
|
35
|
+
|
|
36
|
+
The skill never invents a cause it cannot trace to data. If no pattern fits, the cause line says "no clear cause from connectors, manual check recommended".
|
|
37
|
+
|
|
38
|
+
## What it does not do
|
|
39
|
+
|
|
40
|
+
- It does not compute the fall-through risk score. That is `risk-scorer`, called separately by `chase-progression`.
|
|
41
|
+
- It does not draft messages. Draft messages come from `tone-matched-drafter`.
|
|
42
|
+
- It does not write to the CRM.
|
|
43
|
+
|
|
44
|
+
## Connectors
|
|
45
|
+
|
|
46
|
+
Read: CRM, email, WhatsApp, calendar, mortgage offer expiry data if held in CRM. No writes.
|
|
47
|
+
|
|
48
|
+
## Profile keys
|
|
49
|
+
|
|
50
|
+
- `realagent.stalled_threshold_days.*` (per stakeholder type)
|
|
51
|
+
- `realagent.cause_phrases` (preferred cause phrasings, learned from edits)
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: diary-builder
|
|
3
|
+
description: "Produce the today's diary block for the morning round. Reads the calendar and the CRM to surface every viewing, valuation, market appraisal, vendor meeting, and completion call for today, with times, addresses, contact, and postcode."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Diary builder
|
|
7
|
+
|
|
8
|
+
A building-block skill the operator never names. Called by `morning-round` to build the diary block of the daily snapshot.
|
|
9
|
+
|
|
10
|
+
## What it does
|
|
11
|
+
|
|
12
|
+
Reads today's calendar entries from the connected calendar (M365 or Google). For each entry it correlates the CRM record so that the line shows the right contact and the property context, not just a calendar title. Items not tied to a CRM record still appear, marked as "calendar entry, no CRM match".
|
|
13
|
+
|
|
14
|
+
## Output shape
|
|
15
|
+
|
|
16
|
+
A list, one line per entry, sorted by start time. Each line shows:
|
|
17
|
+
|
|
18
|
+
- Start time and duration
|
|
19
|
+
- Activity type: viewing, valuation, market appraisal, vendor meeting, completion call, other
|
|
20
|
+
- Address with postcode
|
|
21
|
+
- Contact name and role (vendor, buyer, applicant)
|
|
22
|
+
|
|
23
|
+
If the order of addresses by postcode is not geographically sensible, a one-line note flags it so the operator can resequence before they leave the office.
|
|
24
|
+
|
|
25
|
+
## What it does not do
|
|
26
|
+
|
|
27
|
+
- It does not produce the prep pack for any valuation in the diary. That is `valuation-prep`, which the operator invokes after reading the diary.
|
|
28
|
+
- It does not chase anyone. The diary is read-only output.
|
|
29
|
+
- It does not modify the calendar.
|
|
30
|
+
|
|
31
|
+
## Connectors
|
|
32
|
+
|
|
33
|
+
Read: calendar, CRM. No writes.
|
|
34
|
+
|
|
35
|
+
## Profile keys
|
|
36
|
+
|
|
37
|
+
- `realagent.diary.postcode_ordering` (boolean, default true)
|
|
38
|
+
- `realagent.diary.show_internal_events` (boolean, default false)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: enquiry-triage
|
|
3
|
+
description: "Classify overnight portal and email enquiries into hot, lukewarm, cold, duplicate, or spam. Built for use inside the morning round; the operator does not invoke it directly."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Enquiry triage
|
|
7
|
+
|
|
8
|
+
A building-block skill called by `morning-round`. Takes the new portal and email enquiries since the last round and assigns each one a triage tag.
|
|
9
|
+
|
|
10
|
+
## What hot, lukewarm, cold, duplicate, and spam mean
|
|
11
|
+
|
|
12
|
+
- **Hot.** The enquirer named a price range and a timeline, or asked to book a viewing, or referenced a specific property and confirmed they are a proceedable buyer. Hot enquiries appear verbatim in the round so the operator can act on them without re-reading the source.
|
|
13
|
+
- **Lukewarm.** The enquirer asked about a property without naming budget, timeline, or position. The round shows a one-line summary.
|
|
14
|
+
- **Cold.** Generic enquiry with no specifics. One-line summary in the round.
|
|
15
|
+
- **Duplicate.** Matches a previous enquiry by phone, email, or named buyer in the last 30 days. One-line summary referencing the prior contact.
|
|
16
|
+
- **Spam.** Off-topic, lead-broker, or otherwise non-buyer traffic. One-line summary so the operator can confirm the call.
|
|
17
|
+
|
|
18
|
+
## Triage signals
|
|
19
|
+
|
|
20
|
+
For each enquiry, the skill considers: source (Rightmove, Zoopla, OnTheMarket, agency website, direct email, WhatsApp), the literal text of the enquiry, the contact details supplied, the CRM history of the same contact, and the property the enquiry refers to.
|
|
21
|
+
|
|
22
|
+
The decision is the LLM's, not a regex. Classification quality improves as the profile learns from skip patterns (see learning hooks in `morning-round`).
|
|
23
|
+
|
|
24
|
+
## What it does not do
|
|
25
|
+
|
|
26
|
+
- It does not reply to enquiries. Reply drafting is `tone-matched-drafter`, invoked from a chase or new-instruction workflow.
|
|
27
|
+
- It does not write to the CRM. The enquiry record itself lives in the portal or the email connector; this skill only reads.
|
|
28
|
+
|
|
29
|
+
## Connectors
|
|
30
|
+
|
|
31
|
+
Read: portal feeds (Rightmove, Zoopla, OnTheMarket), email, WhatsApp, CRM. No writes.
|
|
32
|
+
|
|
33
|
+
## Profile keys
|
|
34
|
+
|
|
35
|
+
- `realagent.enquiry_triage.source_weights` (map of source to weight, learned)
|
|
36
|
+
- `realagent.enquiry_triage.spam_phrases` (list of phrases the operator has flagged as spam, learned)
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: lead-nurturing-v2
|
|
3
|
+
description: "Systematic follow-up and pipeline warming. Adds Serhant Three F's, HOT/WARM/COLD cadence, and value-led touches."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Lead Nurturing (v2)
|
|
7
|
+
|
|
8
|
+
Most deals don't close on first contact. Your job is to keep trust and momentum alive until the prospect is ready.
|
|
9
|
+
|
|
10
|
+
## Three rules
|
|
11
|
+
|
|
12
|
+
1. **Speed wins first contact.** Respond immediately.
|
|
13
|
+
2. **Never "just checking in".** Lead with value every time.
|
|
14
|
+
3. **Follow up until yes/no.** Silence isn't rejection.
|
|
15
|
+
|
|
16
|
+
## What nurturing is not
|
|
17
|
+
|
|
18
|
+
- daily spam
|
|
19
|
+
- guilt-tripping
|
|
20
|
+
- chasing after an explicit "no"
|
|
21
|
+
|
|
22
|
+
## Operating system (UK estate agency)
|
|
23
|
+
|
|
24
|
+
When the user asks for help nurturing leads (buyers, sellers, past appraisals, former clients, neighbours, landlords):
|
|
25
|
+
|
|
26
|
+
1. **Clarify category** (buyer / seller / landlord / past client / SOI / cold database)
|
|
27
|
+
2. **Clarify temperature** (HOT/WARM/COLD) and time sensitivity
|
|
28
|
+
3. **Choose a cadence** (Serhant HOT/WARM/COLD + Keller 33 Touch overlay)
|
|
29
|
+
4. **Choose a channel mix** (call, SMS, email, letter, social touch)
|
|
30
|
+
5. **Every message must contain value** (insight, update, proof, next step)
|
|
31
|
+
6. **Always propose a next action** (call, viewing, valuation, mortgage chat, solicitor intro)
|
|
32
|
+
|
|
33
|
+
## Core frameworks to use
|
|
34
|
+
|
|
35
|
+
### 1) Serhant HOT/WARM/COLD cadence (base layer)
|
|
36
|
+
- **HOT:** daily
|
|
37
|
+
- **WARM:** weekly
|
|
38
|
+
- **COLD:** monthly
|
|
39
|
+
|
|
40
|
+
Use this as the default rhythm unless the user specifies a different standard.
|
|
41
|
+
|
|
42
|
+
### 2) Keller "33 Touch" system (relationship layer)
|
|
43
|
+
Use 33 meaningful touches per year to stay top-of-mind with your Sphere of Influence (SOI), past clients and nurtured prospects.
|
|
44
|
+
|
|
45
|
+
Typical mix (adapt to UK channels and compliance):
|
|
46
|
+
- **12 personal calls** (quick check-in + value)
|
|
47
|
+
- **12 pieces of value content** (email newsletter, market update, "what your home could be worth", "buyer demand snapshot")
|
|
48
|
+
- **9 events/gifts/experiences** (client nights, local coffee voucher, handwritten card, charity/community touch)
|
|
49
|
+
|
|
50
|
+
Principle: people choose the agent they remember.
|
|
51
|
+
|
|
52
|
+
### 3) Sharran "10x10x10" daily method (daily discipline)
|
|
53
|
+
Use a simple daily prospecting/nurture routine:
|
|
54
|
+
- **10 outbound conversations** (calls or voice notes)
|
|
55
|
+
- **10 follow-ups** (SMS/email to existing leads)
|
|
56
|
+
- **10 relationship touches** (comment/DM/reply to stories; handwritten note; referral thank you)
|
|
57
|
+
|
|
58
|
+
If the user has their own exact definition of 10x10x10, ask for it and then follow their version.
|
|
59
|
+
|
|
60
|
+
### 4) Firewave nurture (content + funnels)
|
|
61
|
+
Use a *subscriber briber* (lead magnet) + **email nurture sequence** to move contacts through:
|
|
62
|
+
**KNOW → LIKE → TRUST → TRY (valuation) → BUY (instruction)**
|
|
63
|
+
|
|
64
|
+
## Channel playbooks and templates
|
|
65
|
+
|
|
66
|
+
### Tom Panos: SMS templates (buyers/sellers/prospecting)
|
|
67
|
+
Use short, calm, confident texts. Never needy. Avoid "just checking in".
|
|
68
|
+
|
|
69
|
+
Use templates in `references/tom-panos-sms-templates.md`.
|
|
70
|
+
|
|
71
|
+
### Tom Panos / Real Estate Gym: OFI follow-up (Saturday afternoon)
|
|
72
|
+
Call and qualify right after open homes (or same day). Use the OFI follow-up dialogue in `references/ofi-follow-up-dialogue.md`.
|
|
73
|
+
|
|
74
|
+
### Neighbour notification letters (sold / sale agreed / new to market)
|
|
75
|
+
Use letters to turn activity into authority and referrals. Templates in:
|
|
76
|
+
- `references/neighbour-notification-letter.md`
|
|
77
|
+
|
|
78
|
+
### Buyer search ("home wanted") letters
|
|
79
|
+
Use targeted letters when a buyer has missed out or you have demand exceeding supply. Template in:
|
|
80
|
+
- `references/buyer-search-letter.md`
|
|
81
|
+
|
|
82
|
+
### Database reactivation
|
|
83
|
+
For old leads/past appraisals/ghosted contacts, run a respectful reactivation campaign:
|
|
84
|
+
- quick reintroduce + market update + clear opt-out
|
|
85
|
+
- ask a simple question to prompt reply ("Still thinking of moving in 2026?")
|
|
86
|
+
Template + cadence in `references/database-reactivation.md`.
|
|
87
|
+
|
|
88
|
+
## Firewave email nurture sequences (ready-to-use)
|
|
89
|
+
|
|
90
|
+
Use sequences in `references/firewave-email-nurture-sequences.md`.
|
|
91
|
+
|
|
92
|
+
Rules:
|
|
93
|
+
- lead with advice, not "book a valuation"
|
|
94
|
+
- one CTA per email
|
|
95
|
+
- always include a soft reply CTA ("Reply with your postcode and I'll send a price snapshot")
|
|
96
|
+
|
|
97
|
+
## Sphere of Influence methodology (SOI)
|
|
98
|
+
|
|
99
|
+
Use SOI as an intentional system:
|
|
100
|
+
- segment sphere (inner circle / community / network / audience / strangers)
|
|
101
|
+
- increase engagement frequency with the highest-value relationships
|
|
102
|
+
- bring value first, ask second
|
|
103
|
+
|
|
104
|
+
Use the Serhant SOI audit prompts in `references/sphere-of-influence-notes.md`.
|
|
105
|
+
|
|
106
|
+
## What to do when the user asks "what should I say?"
|
|
107
|
+
|
|
108
|
+
Ask 3 questions, then write the message:
|
|
109
|
+
1. Who is this person and what's the relationship?
|
|
110
|
+
2. What do we want them to do next?
|
|
111
|
+
3. What's the *value* we can lead with today?
|
|
112
|
+
|
|
113
|
+
Then provide:
|
|
114
|
+
- 1 SMS version
|
|
115
|
+
- 1 email version
|
|
116
|
+
- 1 call opener + 3 questions
|
|
117
|
+
|
|
118
|
+
## After each interaction
|
|
119
|
+
|
|
120
|
+
Encourage the user to capture:
|
|
121
|
+
- outcome (yes/no/next step)
|
|
122
|
+
- temperature update
|
|
123
|
+
- next follow-up date
|
|
124
|
+
- notes (kids, job, motivation, timelines)
|
|
125
|
+
|
|
126
|
+
## References (load as needed)
|
|
127
|
+
|
|
128
|
+
- **Serhant Three F's** → `references/serhant-three-fs-plus.md`
|
|
129
|
+
- **Keller 33 Touch** → `references/keller-33-touch.md`
|
|
130
|
+
- **Sharran 10x10x10** → `references/sharran-10x10x10.md`
|
|
131
|
+
- **Tom Panos SMS templates** → `references/tom-panos-sms-templates.md`
|
|
132
|
+
- **OFI follow-up dialogue** → `references/ofi-follow-up-dialogue.md`
|
|
133
|
+
- **Firewave email nurture sequences** → `references/firewave-email-nurture-sequences.md`
|
|
134
|
+
- **Sphere of Influence notes (Serhant)** → `references/sphere-of-influence-notes.md`
|
|
135
|
+
- **Neighbour notification letter** → `references/neighbour-notification-letter.md`
|
|
136
|
+
- **Buyer search letter** → `references/buyer-search-letter.md`
|
|
137
|
+
- **Database reactivation** → `references/database-reactivation.md`
|
package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Buyer search (“home wanted”) letter (template)
|
|
2
|
+
|
|
3
|
+
Dear Homeowner,
|
|
4
|
+
|
|
5
|
+
I hope this letter finds you well. My name is <name> and I’m reaching out because I’m currently working with a genuine buyer who has missed out on available properties in your area.
|
|
6
|
+
|
|
7
|
+
We’ve exhausted the current listings and made a commitment to our client: to go above and beyond in helping them find the right home — even if that means contacting homeowners directly.
|
|
8
|
+
|
|
9
|
+
Our buyer is looking specifically for:
|
|
10
|
+
- Location: <estate/road/postcode>
|
|
11
|
+
- Property type: <detached/semi/period/etc>
|
|
12
|
+
- Key needs: <e.g. parking/garden/school catchment>
|
|
13
|
+
|
|
14
|
+
They are flexible on timing and realistic on price depending on condition and position.
|
|
15
|
+
|
|
16
|
+
If you have considered selling (or even renting), we’d love the chance to have a confidential conversation.
|
|
17
|
+
|
|
18
|
+
Please feel free to text me directly on <mobile>.
|
|
19
|
+
|
|
20
|
+
Warm regards,
|
|
21
|
+
|
|
22
|
+
<name>
|
|
23
|
+
<agency>
|
|
24
|
+
<mobile>
|
|
25
|
+
|
|
26
|
+
## Notes
|
|
27
|
+
- Make it specific (estate/road) to avoid “blanket letter” feel.
|
|
28
|
+
- Keep it respectful and confidential.
|
package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Buyer Search Letters
|
|
2
|
+
|
|
3
|
+
Direct outreach letters sent to homeowners on behalf of a specific buyer. Highly effective because they feel personal and genuine.
|
|
4
|
+
|
|
5
|
+
## Template 1 — Family Relocation
|
|
6
|
+
> Dear Homeowner,
|
|
7
|
+
>
|
|
8
|
+
> We are currently working with a long-term private client planning their next move to [area]. We have exhausted all available listings on the market so we promised our clients that we would contact every homeowner in [area] to find the perfect home.
|
|
9
|
+
>
|
|
10
|
+
> They are a wonderful family with [details], looking to move here from [location]. They have identified [area] specifically due to their interest in [features].
|
|
11
|
+
>
|
|
12
|
+
> They are flexible with timing and open to pricing, depending on the location and condition of the home.
|
|
13
|
+
>
|
|
14
|
+
> We promised our clients we would contact every homeowner, so if you would consider selling or renting your home please contact us immediately.
|
|
15
|
+
>
|
|
16
|
+
> [Agent name and number]
|
|
17
|
+
|
|
18
|
+
## Template 2 — Specific Buyer With History
|
|
19
|
+
> Dear Homeowner,
|
|
20
|
+
>
|
|
21
|
+
> My name is [name] and I'm reaching out on behalf of a wonderful couple I'm currently working with. 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 [estate/area].
|
|
22
|
+
>
|
|
23
|
+
> [Buyer details and backstory — e.g. they were the underbidder on a recent sale]
|
|
24
|
+
>
|
|
25
|
+
> This is not a blanket search — it's about finding the right fit for people who have fallen in love with this location.
|
|
26
|
+
>
|
|
27
|
+
> Whether you've considered selling or even just renting your home, we'd love the chance to have a confidential conversation.
|
|
28
|
+
>
|
|
29
|
+
> [Agent name and number]
|
|
30
|
+
|
|
31
|
+
## Key Principles
|
|
32
|
+
- Always reference a real buyer (never fabricate)
|
|
33
|
+
- Include enough detail to feel genuine
|
|
34
|
+
- Mention flexibility on timing and price
|
|
35
|
+
- Keep the tone warm and respectful
|
|
36
|
+
- Include direct contact details (mobile, not office)
|
|
37
|
+
- Follow up with a phone call 5-7 days after posting
|
package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Database reactivation (old leads / past appraisals / ghosted contacts)
|
|
2
|
+
|
|
3
|
+
## Goal
|
|
4
|
+
Create replies and restart conversations without awkwardness.
|
|
5
|
+
|
|
6
|
+
## Rules
|
|
7
|
+
- be respectful
|
|
8
|
+
- offer value
|
|
9
|
+
- make it easy to say “not now”
|
|
10
|
+
- always include opt-out
|
|
11
|
+
|
|
12
|
+
## 3-message SMS sequence (7 days)
|
|
13
|
+
**Day 1:**
|
|
14
|
+
“Hi <name> — it’s <name> from <agency>. Quick one: I’ve got fresh sold evidence for <area>. Want me to send a quick price snapshot for your road?”
|
|
15
|
+
|
|
16
|
+
**Day 3:**
|
|
17
|
+
“No rush — if you’re not moving, totally fine. If you are thinking 2026, what’s the one thing that would need to happen for you to make a move?”
|
|
18
|
+
|
|
19
|
+
**Day 7:**
|
|
20
|
+
“Last one from me — should I keep you on my updates list for <area>, or would you prefer I remove you?”
|
|
21
|
+
|
|
22
|
+
## Email reactivation (2 emails)
|
|
23
|
+
- Email 1: market update + offer of a bespoke valuation range
|
|
24
|
+
- Email 2: “Are you still considering a move?” + book call
|
|
25
|
+
|
|
26
|
+
## What to log
|
|
27
|
+
- response
|
|
28
|
+
- updated timeline
|
|
29
|
+
- motivation
|
|
30
|
+
- next follow-up date
|
package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Firewave Email Nurture Sequences
|
|
2
|
+
|
|
3
|
+
Automated email sequences that move prospects through the customer journey.
|
|
4
|
+
|
|
5
|
+
## The Customer Journey
|
|
6
|
+
**KNOW → LIKE → TRUST → TRY → BUY**
|
|
7
|
+
|
|
8
|
+
| Stage | Description |
|
|
9
|
+
|---|---|
|
|
10
|
+
| KNOW | Stranger encounters your content, social media, or letter |
|
|
11
|
+
| LIKE | They take action — download a guide, like a post |
|
|
12
|
+
| TRUST | You have a conversation by email or phone |
|
|
13
|
+
| TRY | They book a valuation |
|
|
14
|
+
| BUY | They instruct you |
|
|
15
|
+
|
|
16
|
+
## 8-Step Funnel Structure
|
|
17
|
+
1. Set up a landing page offering a digital gift (checklist, guide)
|
|
18
|
+
2. Integrate with email provider (AWeber, Mailchimp, etc.)
|
|
19
|
+
3. Guide is automatically sent to the subscriber
|
|
20
|
+
4. Landing page redirects to a thank you page
|
|
21
|
+
5. Thank you page offers a valuation
|
|
22
|
+
6. Place retargeting pixel for Facebook Ads
|
|
23
|
+
7. Set up email nurture sequence (series of relevant emails)
|
|
24
|
+
8. Add a call to action (CTA) to each email
|
|
25
|
+
|
|
26
|
+
## Subscriber Briber Ideas
|
|
27
|
+
Specific titles so you learn something about each subscriber:
|
|
28
|
+
- "Moving with a Busy Family"
|
|
29
|
+
- "Selling Your Bungalow"
|
|
30
|
+
- "How to Sell Your Home for the Asking Price in Just 30 Days"
|
|
31
|
+
- "Your Home Moving Checklist"
|
|
32
|
+
- "Planning to Sell? Your Complete Guide to Doing it Right"
|
|
33
|
+
- "What Your Home Is Really Worth in [Area]"
|
|
34
|
+
- "First-Time Buyer's Guide to [Area]"
|
|
35
|
+
|
|
36
|
+
## Sequence Structure (Example: Seller Lead)
|
|
37
|
+
- **Email 1** (Day 0): Deliver the guide + introduce yourself
|
|
38
|
+
- **Email 2** (Day 3): Share a relevant success story / case study
|
|
39
|
+
- **Email 3** (Day 7): Provide market insight for their area
|
|
40
|
+
- **Email 4** (Day 14): Address common seller concerns
|
|
41
|
+
- **Email 5** (Day 21): Offer a no-obligation valuation
|
|
42
|
+
- **Email 6** (Day 30): Share testimonial + soft CTA
|
|
43
|
+
|
|
44
|
+
## Key Principle
|
|
45
|
+
If your content doesn't move them from cold to warm, or warm to hot, it's not valuable, relevant, or timely enough.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Facebook Referrals — "Referrals on Steroids"
|
|
2
|
+
|
|
3
|
+
From Tom Panos / Real Estate Gym.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
- At the time of offer acceptance
|
|
7
|
+
- After successful completion
|
|
8
|
+
- When a vendor expresses delight with your service
|
|
9
|
+
|
|
10
|
+
## Script
|
|
11
|
+
> "Mr & Mrs [Vendor], were you happy with everything?"
|
|
12
|
+
>
|
|
13
|
+
> [If Yes]
|
|
14
|
+
>
|
|
15
|
+
> "The way we get business is by having other vendors talk about us in a positive light. We're big on social media — is it OK if you gave me a one-sentence short testimonial on what you thought of me and my service?"
|
|
16
|
+
>
|
|
17
|
+
> [If Yes]
|
|
18
|
+
>
|
|
19
|
+
> "Can I ask you to also tag me when you post?"
|
|
20
|
+
|
|
21
|
+
## Why This Is So Effective
|
|
22
|
+
- When the vendor publicly raves about your services, this is often more effective than personal advertising
|
|
23
|
+
- The vendor's friends and your friends/associates will all see the recommendation
|
|
24
|
+
- It's not what you say to the market — it's what the market says to the market about you
|
|
25
|
+
|
|
26
|
+
## UK Adaptation
|
|
27
|
+
- Works on Facebook, Instagram, Google Reviews
|
|
28
|
+
- Video testimonials are even more powerful
|
|
29
|
+
- Ask: "Would you mind recording a quick 30-second video about your experience?"
|
|
30
|
+
- Share on all platforms with vendor permission
|