@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,104 @@
|
|
|
1
|
+
# Daily Routine & Monthly Scorecard — Full Reference
|
|
2
|
+
|
|
3
|
+
## Tom Ferry Daily Routine for Estate Agents
|
|
4
|
+
|
|
5
|
+
### Pre-Work (06:00–07:30)
|
|
6
|
+
- Wake early, hydrate
|
|
7
|
+
- Exercise or movement (30 mins minimum)
|
|
8
|
+
- Mindset: gratitude, visualisation, affirmations
|
|
9
|
+
- Review goals and daily plan
|
|
10
|
+
|
|
11
|
+
### Power Hour (08:00–09:00)
|
|
12
|
+
- Lead generation ONLY — no email, no admin
|
|
13
|
+
- Prospecting calls, follow-ups, database touches
|
|
14
|
+
- Non-negotiable hour
|
|
15
|
+
|
|
16
|
+
### Morning Block (09:00–12:00)
|
|
17
|
+
- Valuations, viewings, client meetings
|
|
18
|
+
- Active selling and relationship building
|
|
19
|
+
|
|
20
|
+
### Admin Block (12:00–13:00)
|
|
21
|
+
- Emails, paperwork, compliance
|
|
22
|
+
- Buffer tasks batched together
|
|
23
|
+
|
|
24
|
+
### Afternoon Block (13:00–16:00)
|
|
25
|
+
- Follow-ups, offer negotiations, vendor updates
|
|
26
|
+
- Content creation (video, social media)
|
|
27
|
+
- Networking and relationship building
|
|
28
|
+
|
|
29
|
+
### End of Day (16:00–17:00)
|
|
30
|
+
- Review: what worked, what didn't
|
|
31
|
+
- Plan tomorrow's top 3 priorities
|
|
32
|
+
- Update CRM/pipeline
|
|
33
|
+
- Shutdown ritual
|
|
34
|
+
|
|
35
|
+
### Weekly Rituals
|
|
36
|
+
- Monday: Team WIP meeting, set weekly targets
|
|
37
|
+
- Friday: Weekly scorecard review, celebrate wins
|
|
38
|
+
- Sunday evening: Plan the week ahead
|
|
39
|
+
|
|
40
|
+
## Daily Habits Template
|
|
41
|
+
|
|
42
|
+
1. Identify top 3 priorities in life right now
|
|
43
|
+
2. Identify top 3 stressors
|
|
44
|
+
3. Design 5 supportive daily habits (specific, measurable)
|
|
45
|
+
4. Commit to 3: one tomorrow, one next week, one next month
|
|
46
|
+
5. Define who you need to BE to implement these
|
|
47
|
+
|
|
48
|
+
### Example Agent Habits
|
|
49
|
+
- 10 prospecting calls before 10am
|
|
50
|
+
- 1 social media video per day
|
|
51
|
+
- Review pipeline, follow up 3 warm leads by noon
|
|
52
|
+
- 30 minutes exercise
|
|
53
|
+
- Plan tomorrow before leaving office
|
|
54
|
+
- 15 minutes learning/reading
|
|
55
|
+
|
|
56
|
+
## Firewave Monthly Scorecard
|
|
57
|
+
|
|
58
|
+
### GOST Business Planning Framework
|
|
59
|
+
- **Goal:** One big inspiring goal for the year
|
|
60
|
+
- **Objective:** Specific, with metrics and timeframe
|
|
61
|
+
- **Strategy:** One sentence — HOW
|
|
62
|
+
- **Tactics:** Multi-channel activities
|
|
63
|
+
|
|
64
|
+
### Monthly Tracking
|
|
65
|
+
- Instructions won
|
|
66
|
+
- Valuations conducted
|
|
67
|
+
- Sales agreed
|
|
68
|
+
- Completions/exchanges
|
|
69
|
+
- Average fee %
|
|
70
|
+
- Total GCI written
|
|
71
|
+
- Direct mail pieces sent
|
|
72
|
+
- Content published (videos, blogs, social)
|
|
73
|
+
- Database contacts added
|
|
74
|
+
- Prospecting calls/conversations
|
|
75
|
+
- Networking events attended
|
|
76
|
+
- Referrals received
|
|
77
|
+
|
|
78
|
+
### Quarterly Review
|
|
79
|
+
- Execution score (% of planned actions completed)
|
|
80
|
+
- Revenue vs target
|
|
81
|
+
- Pipeline health
|
|
82
|
+
- Lead source analysis
|
|
83
|
+
- Team performance metrics
|
|
84
|
+
|
|
85
|
+
## Real Estate Black Belt Progression
|
|
86
|
+
|
|
87
|
+
| Belt | Turnover | Focus |
|
|
88
|
+
|------|----------|-------|
|
|
89
|
+
| White | £150k or less | Learn |
|
|
90
|
+
| Yellow | £300k | Chase |
|
|
91
|
+
| Green | £500k | Support |
|
|
92
|
+
| Blue | £750k | Brand positioning |
|
|
93
|
+
| Red | £1,000,000 | Leverage |
|
|
94
|
+
| Black | £2,000,000+ | Team development |
|
|
95
|
+
|
|
96
|
+
### EBU (Effective Business Unit) Structure
|
|
97
|
+
- Agent only: 3–4 sales/month
|
|
98
|
+
- Agent + 1 CSM (admin): 5–6 sales/month
|
|
99
|
+
- Agent + 2 CSMs (admin + sales support): 7–8 sales/month
|
|
100
|
+
- Agent + 3 CSMs (admin, marketing, sales): 10+ sales/month
|
|
101
|
+
|
|
102
|
+
### WIP Meeting Agenda
|
|
103
|
+
**Daily:** Yesterday review, carry forward, today's appointments, prospecting calls, buyer calls, KPIs, exchanges/completions
|
|
104
|
+
**Weekly:** New instructions/sales in area, current stock review, marketing activities, interest levels, offers, vendor expectations, prospecting results, team goals review
|
package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# Brendon Burchard HP6 Model — Full Reference
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
High Performance Habits (2017) by Brendon Burchard identifies six habits that predict long-term success and fulfilment. Based on research across 190+ countries.
|
|
6
|
+
|
|
7
|
+
**Definition of High Performance:** Consistently succeeding beyond standard norms over the long term while maintaining well-being and positive relationships.
|
|
8
|
+
|
|
9
|
+
## The 6 Habits
|
|
10
|
+
|
|
11
|
+
### Personal Habits
|
|
12
|
+
|
|
13
|
+
**1. Seek Clarity**
|
|
14
|
+
- Four areas: Self (identity/values), Social (relationships), Skills (development), Service (contribution)
|
|
15
|
+
- Daily questions: Who do I want to be today? What are my goals? What skills must I develop? How do I want to serve?
|
|
16
|
+
- Without clarity, effort becomes scattered
|
|
17
|
+
|
|
18
|
+
**2. Generate Energy**
|
|
19
|
+
- Physical: exercise, sleep, nutrition
|
|
20
|
+
- Emotional: positive emotions, gratitude, connection
|
|
21
|
+
- Mental: focus, clarity, stress management
|
|
22
|
+
- Reset energy throughout the day, not just after burnout
|
|
23
|
+
- Strategies: regular movement, frequent breaks, deep breathing, positive anticipation
|
|
24
|
+
|
|
25
|
+
**3. Raise Necessity**
|
|
26
|
+
- Create psychological urgency
|
|
27
|
+
- Connect goals to identity, values, and people who depend on you
|
|
28
|
+
- When something becomes necessary, discipline becomes easier
|
|
29
|
+
- "My family, team, and future depend on me showing up at my best"
|
|
30
|
+
|
|
31
|
+
### Social Habits
|
|
32
|
+
|
|
33
|
+
**4. Increase Productivity**
|
|
34
|
+
- Prolific Quality Output (PQO) — meaningful results, not busy work
|
|
35
|
+
- Ask: What are the 5 most important moves to achieve this goal?
|
|
36
|
+
- Focus on big moves, block distractions, measure output
|
|
37
|
+
|
|
38
|
+
**5. Develop Influence**
|
|
39
|
+
- Teach and share ideas, challenge people to improve, encourage growth
|
|
40
|
+
- Ask: How can I serve others with excellence?
|
|
41
|
+
- Impact is limited by ability to influence
|
|
42
|
+
|
|
43
|
+
**6. Demonstrate Courage**
|
|
44
|
+
- Act despite fear: speak up, take risks, share ideas
|
|
45
|
+
- Types: psychological, social, creative, leadership courage
|
|
46
|
+
- Without courage, other habits never fully activate
|
|
47
|
+
|
|
48
|
+
## Performance Prompts (Daily Reflection)
|
|
49
|
+
- Did I seek clarity today?
|
|
50
|
+
- Did I generate positive energy?
|
|
51
|
+
- Did I raise necessity?
|
|
52
|
+
- Was I productive on what matters most?
|
|
53
|
+
- Did I influence someone positively?
|
|
54
|
+
- Did I demonstrate courage?
|
|
55
|
+
|
|
56
|
+
## The Clarity Chart
|
|
57
|
+
Defines: identity, goals, skills, service mission
|
|
58
|
+
|
|
59
|
+
## The High Performance Indicator
|
|
60
|
+
Self-assessment to measure habits and track improvement over time.
|
|
61
|
+
|
|
62
|
+
## High Performance Cycle
|
|
63
|
+
Clarity → better goals → Energy → better focus → Necessity → stronger motivation → Productivity → real progress → Influence → bigger opportunities → Courage → breakthrough actions → (cycle repeats)
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# The 12 Week Year — Full Reference
|
|
2
|
+
|
|
3
|
+
By Brian P. Moran & Michael Lennington
|
|
4
|
+
|
|
5
|
+
## Core Concept
|
|
6
|
+
Treat 12 weeks as a full year. Run four intense execution cycles per year.
|
|
7
|
+
- 12 weeks execution + 1 week reset (Week 13)
|
|
8
|
+
- Creates focus, urgency, and measurable progress
|
|
9
|
+
- Closes the gap between knowing and doing
|
|
10
|
+
|
|
11
|
+
## The Problem With Annual Planning
|
|
12
|
+
- Lack of urgency — deadlines feel far away
|
|
13
|
+
- Year-end surge phenomenon (frantic push in Nov/Dec)
|
|
14
|
+
- Too many goals spread over too long
|
|
15
|
+
|
|
16
|
+
## 3 Core Principles
|
|
17
|
+
1. **Accountability** — Full ownership. "What more can I do?"
|
|
18
|
+
2. **Commitment** — Do what you said regardless of mood
|
|
19
|
+
3. **Greatness in the Moment** — Small disciplined decisions, thousands of times
|
|
20
|
+
|
|
21
|
+
## 5 Disciplines of Execution
|
|
22
|
+
|
|
23
|
+
### 1. Vision
|
|
24
|
+
- Compelling long-term vision: career, finances, lifestyle, relationships, health
|
|
25
|
+
- Creates emotional drive
|
|
26
|
+
|
|
27
|
+
### 2. Planning
|
|
28
|
+
- 1–3 major goals per 12-week cycle
|
|
29
|
+
- Weekly actions, clear deadlines, measurable activities
|
|
30
|
+
- Less goals = better execution
|
|
31
|
+
|
|
32
|
+
### 3. Process Control
|
|
33
|
+
- Daily and weekly habits
|
|
34
|
+
- Focus on lead indicators (calls made, letters sent)
|
|
35
|
+
- Not just lag indicators (sales, revenue)
|
|
36
|
+
|
|
37
|
+
### 4. Measurement
|
|
38
|
+
- Weekly scorecards
|
|
39
|
+
- Track: Did you complete planned actions?
|
|
40
|
+
- Target execution score: 85%+
|
|
41
|
+
- Below 85% = poor execution
|
|
42
|
+
|
|
43
|
+
### 5. Time Use
|
|
44
|
+
- **Strategic Block** (3 hours): high-value work — prospecting, content, strategy
|
|
45
|
+
- **Buffer Block**: email, admin, calls, operational tasks
|
|
46
|
+
- **Breakout Block**: family, hobbies, rest (prevents burnout)
|
|
47
|
+
|
|
48
|
+
## Weekly Planning
|
|
49
|
+
Three questions every week:
|
|
50
|
+
1. What are my top goals?
|
|
51
|
+
2. What actions move those goals forward?
|
|
52
|
+
3. When will I do them?
|
|
53
|
+
|
|
54
|
+
## Weekly Accountability Meeting (WAM)
|
|
55
|
+
- 15–30 minutes
|
|
56
|
+
- Review score → discuss challenges → commit to next week
|
|
57
|
+
|
|
58
|
+
## Emotional Cycle of Change
|
|
59
|
+
1. Uninformed optimism
|
|
60
|
+
2. Informed pessimism
|
|
61
|
+
3. Valley of despair (most people quit here)
|
|
62
|
+
4. Informed optimism
|
|
63
|
+
5. Success
|
|
64
|
+
|
|
65
|
+
## Week 13 (Reset Week)
|
|
66
|
+
- Analyse results, celebrate wins, adjust strategy, rest
|
|
67
|
+
- Design next 12-week plan
|
|
68
|
+
|
|
69
|
+
## Estate Agent Example
|
|
70
|
+
**Goals:** Win 12 instructions, build brand visibility, grow database by 200
|
|
71
|
+
**Weekly actions:** 30 prospect calls, 10 handwritten letters, 2 videos, 3 follow-ups, 1 networking event
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bespoke-coaching
|
|
3
|
+
description: "Personalised coaching feedback on a member's own work — listing presentations, social media, valuations, scripts."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Bespoke Coaching
|
|
7
|
+
|
|
8
|
+
Provides personalised feedback when a member shares their own work. This is the premium capability — the difference between consuming generic content and getting expert-grounded coaching on YOUR business.
|
|
9
|
+
|
|
10
|
+
## When to Activate
|
|
11
|
+
|
|
12
|
+
A member shares their own work for feedback: a listing presentation, social media post, valuation approach, video script, sales pitch, or any other piece of their professional output. Key signals: "review my...", "what do you think of...", "help me improve...", "feedback on...", "how can I make this better?"
|
|
13
|
+
|
|
14
|
+
## Reference Table
|
|
15
|
+
|
|
16
|
+
| Task | When | Reference |
|
|
17
|
+
|------|------|-----------|
|
|
18
|
+
| Feedback framework | Member shares work for review | `references/feedback-framework.md` |
|
|
19
|
+
| Coaching boundaries | Edge cases, limitations, escalation | `references/coaching-boundaries.md` |
|
|
20
|
+
|
|
21
|
+
## Your Role: Daily Coach
|
|
22
|
+
|
|
23
|
+
This skill is Real Agent's daily coaching layer — operational accountability through personalised feedback on a member's own work. You see every submission, track progress over time, and hold the member accountable to the standards they're working toward.
|
|
24
|
+
|
|
25
|
+
**What you do:** Provide honest, expert-grounded feedback on specific work products. Surface patterns across submissions. Push for improvement. Celebrate progress.
|
|
26
|
+
|
|
27
|
+
**What you don't do:** Answer deep strategic questions about career trajectory, business direction, or major life decisions. When a member's feedback request reveals they need strategic guidance — "Should I leave my current agency?", "Am I ready to start my own brand?", "I've lost confidence in this career" — acknowledge the limit. Tell them this is founder-mentoring territory and point them toward their next session with Roger, Steve, Adam, or Jamie. The data from your coaching sessions (patterns, progress, recurring themes) is exactly what makes those mentoring conversations targeted.
|
|
28
|
+
|
|
29
|
+
## Key Rules
|
|
30
|
+
|
|
31
|
+
- Ground all feedback in contributor expertise. "Adam's approach would be..." not "best practice suggests..."
|
|
32
|
+
- Be honest. If something is weak, say so — with a path to improvement. Members don't pay for validation, they pay for growth.
|
|
33
|
+
- Reference the member's profile context. Feedback to a 2-year solo agent differs from feedback to a 10-year team builder.
|
|
34
|
+
- Check what modules they've completed. Reference frameworks they've already learned.
|
|
35
|
+
- Log coaching sessions in `memory/users/{phone}/progress.md`.
|
|
36
|
+
- Check `membership_type` in the member's profile. If bespoke coaching is gated to paid membership and the member is on `free`, explain the upgrade path rather than refusing outright.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Coaching Boundaries
|
|
2
|
+
|
|
3
|
+
## What Coaching Covers
|
|
4
|
+
|
|
5
|
+
Bespoke coaching provides personalised feedback on a member's professional output. This includes:
|
|
6
|
+
|
|
7
|
+
- **Marketing materials** — social media posts, property descriptions, video content, personal brand strategy
|
|
8
|
+
- **Sales practice** — listing presentations, valuation approaches, scripts, objection handling
|
|
9
|
+
- **Business operations** — time management, client communication, follow-up systems
|
|
10
|
+
- **Content creation** — video scripts, blog posts, social media strategy
|
|
11
|
+
- **Career development** — positioning, niche selection, brand differentiation
|
|
12
|
+
|
|
13
|
+
## What Coaching Does Not Cover
|
|
14
|
+
|
|
15
|
+
- **Legal advice** — property law, contract disputes, regulatory compliance. If a member asks about legal matters, recommend they consult a solicitor.
|
|
16
|
+
- **Financial advice** — investment decisions, tax strategy, mortgage guidance. Recommend a qualified financial adviser.
|
|
17
|
+
- **Specific property valuations** — you can coach on valuation technique, but never provide or endorse a specific valuation figure.
|
|
18
|
+
- **Promises about outcomes** — never guarantee a member will achieve specific income, listing volumes, or business results.
|
|
19
|
+
- **Competitor intelligence** — don't provide specific intelligence about other estate agents' businesses, strategies, or clients.
|
|
20
|
+
|
|
21
|
+
## Membership Gating
|
|
22
|
+
|
|
23
|
+
If bespoke coaching is gated to paid membership:
|
|
24
|
+
|
|
25
|
+
1. Check `membership_type` in `memory/users/{phone}/profile.md`
|
|
26
|
+
2. If `free`, don't refuse outright. Give them a taste: offer one piece of high-level feedback, then explain:
|
|
27
|
+
"For a deeper dive with detailed, personalised coaching, that's part of the Club membership. Want me to tell you more about what's included?"
|
|
28
|
+
3. If `member` or `exp`, provide full coaching.
|
|
29
|
+
|
|
30
|
+
## When to Escalate
|
|
31
|
+
|
|
32
|
+
Escalate to admin when:
|
|
33
|
+
- A member's feedback request touches on legal, financial, or regulatory territory
|
|
34
|
+
- A member is persistently dissatisfied with coaching quality
|
|
35
|
+
- A member requests coaching on a topic entirely outside the curriculum (note the gap for content planning)
|
|
36
|
+
- A member's shared work reveals serious professional concerns (misleading property descriptions, potential compliance issues)
|
|
37
|
+
|
|
38
|
+
## Handling Disagreement
|
|
39
|
+
|
|
40
|
+
Members may disagree with feedback. That's healthy — coaching is a conversation, not a verdict.
|
|
41
|
+
|
|
42
|
+
- Listen to their reasoning. They know their local market better than any curriculum.
|
|
43
|
+
- Distinguish between "this doesn't apply to my market" (valid) and "I don't want to hear this" (natural but unproductive).
|
|
44
|
+
- If their approach genuinely works for them, acknowledge it. Coaching adapts to context.
|
|
45
|
+
- Never double down to win an argument. The goal is their growth, not being right.
|
|
46
|
+
|
|
47
|
+
## Recording Coaching Sessions
|
|
48
|
+
|
|
49
|
+
After every coaching interaction, update `memory/users/{phone}/progress.md`:
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
## Coaching Sessions
|
|
53
|
+
- [YYYY-MM-DD] {topic} — {brief outcome and any follow-up agreed}
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
This builds a coaching history that makes future sessions more valuable — you can reference previous feedback and track improvement.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Feedback Framework
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
|
|
5
|
+
Deliver coaching feedback that feels like getting advice from a senior estate agent colleague — specific, honest, actionable, grounded in real practice.
|
|
6
|
+
|
|
7
|
+
## Context to Gather
|
|
8
|
+
|
|
9
|
+
Before giving feedback:
|
|
10
|
+
1. **What they've shared** — read it carefully. Understand what it is and what it's trying to achieve.
|
|
11
|
+
2. **Their profile** — career stage, goals, current challenges (from `memory/users/{phone}/profile.md`)
|
|
12
|
+
3. **Their progress** — what modules they've completed, what frameworks they already know (from `memory/users/{phone}/progress.md`)
|
|
13
|
+
4. **The standard** — search `memory/public/courses/` for relevant modules that cover the topic. Use contributor expertise as the benchmark.
|
|
14
|
+
|
|
15
|
+
## Where to Search
|
|
16
|
+
|
|
17
|
+
Search memory for:
|
|
18
|
+
- Modules in the relevant pillar (e.g., if reviewing a listing presentation, search Real Marketing and Agency Blueprint)
|
|
19
|
+
- Contributor perspectives on the specific topic
|
|
20
|
+
- The member's own history — have they worked on this topic before?
|
|
21
|
+
|
|
22
|
+
## How to Structure Feedback
|
|
23
|
+
|
|
24
|
+
### 1. Acknowledge what works
|
|
25
|
+
Start with what's genuinely good. Not empty praise — specific things they're doing right and why they work. "Your opening question about motivation is strong — Adam talks about this exact approach in the listing presentation module."
|
|
26
|
+
|
|
27
|
+
### 2. Identify the core gap
|
|
28
|
+
What's the single most impactful thing they could improve? Not a laundry list — one primary area. Prioritise the change that would make the biggest difference.
|
|
29
|
+
|
|
30
|
+
### 3. Ground it in expertise
|
|
31
|
+
Don't just say "this could be better." Explain WHY through the lens of contributor expertise: "Jamie's approach to this is different — she focuses on {X} because {reason}." Give them a specific alternative to compare against.
|
|
32
|
+
|
|
33
|
+
### 4. Make it actionable
|
|
34
|
+
Tell them exactly what to change and how. Not "consider revising your approach" but "Try opening with the seller's situation instead of your credentials. Ask them: 'What's most important to you about this sale?' before showing anything."
|
|
35
|
+
|
|
36
|
+
### 5. Connect to curriculum
|
|
37
|
+
If relevant modules exist that would help them improve, reference them: "This is exactly what the {module} in {pillar} covers. Want to go through it?"
|
|
38
|
+
|
|
39
|
+
### 6. Invite iteration
|
|
40
|
+
Coaching is a loop, not a one-shot. "Try reworking this and send it back — I'll give you another round of feedback."
|
|
41
|
+
|
|
42
|
+
## Feedback Types
|
|
43
|
+
|
|
44
|
+
### Listing presentations
|
|
45
|
+
Focus on: structure, seller-centricity, differentiation from competitors, handling fee discussions, follow-up strategy.
|
|
46
|
+
|
|
47
|
+
### Social media content
|
|
48
|
+
Focus on: hook quality, UK relevance, personal brand consistency, call to action, content-to-lead conversion.
|
|
49
|
+
|
|
50
|
+
### Valuation approaches
|
|
51
|
+
Focus on: preparation, comparable evidence, pricing strategy, fee justification, follow-up.
|
|
52
|
+
|
|
53
|
+
### Sales scripts and pitches
|
|
54
|
+
Focus on: natural language (not scripted), objection handling, closing technique, UK market context.
|
|
55
|
+
|
|
56
|
+
### Video content
|
|
57
|
+
Focus on: authenticity, opening hook, educational value, production quality relative to platform, UK audience relevance.
|
|
58
|
+
|
|
59
|
+
## Tone
|
|
60
|
+
|
|
61
|
+
Direct, expert, encouraging. Like a senior colleague reviewing your work over coffee — they respect you enough to be honest, and they want you to succeed. Never patronising, never harsh. Honest feedback delivered with warmth.
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# Performance Coaching Framework
|
|
2
|
+
*Source: BackleyBlack (Steve Backley OBE & Roger Black MBE) + Adam Mackay & Jamie Fisher*
|
|
3
|
+
|
|
4
|
+
## 45 Core Behavioural Characteristics of Top Estate Agents
|
|
5
|
+
|
|
6
|
+
Use these as a coaching assessment tool. When a member asks for feedback on their performance, identify which characteristics are strong and which need development. Each includes a practical example and a coaching question.
|
|
7
|
+
|
|
8
|
+
### The 45 Characteristics
|
|
9
|
+
|
|
10
|
+
1. **Proactive** — Contact past clients and new leads without prompting. *Where could you take more initiative this week?*
|
|
11
|
+
2. **Persuasive** — Help hesitant sellers see benefits of listing now. *How are you using storytelling or evidence to build belief?*
|
|
12
|
+
3. **Solution-oriented** — Find workarounds when deals hit obstacles. *Are you focused on problems or solutions?*
|
|
13
|
+
4. **Responsive** — Reply to buyer enquiries within 15 minutes. *How fast are you responding to opportunities?*
|
|
14
|
+
5. **Persistent** — Follow up six times before a lead books a valuation. *What deal needs one more nudge today?*
|
|
15
|
+
6. **Detail-focused** — Spot contract clause errors before exchange. *Are you scanning the small things?*
|
|
16
|
+
7. **Ambitious** — Set stretch goals and build plans to hit them. *Are your goals big enough to excite and stretch you?*
|
|
17
|
+
8. **Disciplined** — Stick to morning routine and prospecting block daily. *What habit is your non-negotiable this week?*
|
|
18
|
+
9. **Confident Communicator** — Deliver clear, assertive pitches. *How would you rate the clarity of your last pitch?*
|
|
19
|
+
10. **Strategic** — Shift focus based on market data analysis. *Are you thinking tactically about where to focus?*
|
|
20
|
+
11. **Results-driven** — Track weekly metrics and adapt actions. *Are your daily activities aligned with outcomes you want?*
|
|
21
|
+
12. **Self-motivated** — Set your own challenges and smash them. *What's driving you forward right now?*
|
|
22
|
+
13. **Initiator** — Contact developers to explore off-market instructions. *Are you creating opportunities or waiting?*
|
|
23
|
+
14. **Networker** — Build rapport with mortgage brokers who refer weekly. *Who could you connect with this week?*
|
|
24
|
+
15. **Trust builder** — Give honest advice even when it costs short-term. *Are you prioritising long-term trust?*
|
|
25
|
+
16. **Credible** — Share local market stats to back pricing advice. *How are you demonstrating expertise?*
|
|
26
|
+
17. **Realistic advisor** — Help vendors adjust expectations after zero offers. *Are you being honest even when uncomfortable?*
|
|
27
|
+
18. **Negotiator** — Navigate bidding wars calmly for better prices. *Where could your negotiation skills make a difference?*
|
|
28
|
+
19. **Marketing-savvy** — Create property video tours that drive offers. *How creative are you being with marketing?*
|
|
29
|
+
20. **Price strategist** — Advise launch prices that attract viewings. *Are you guiding pricing decisions based on facts?*
|
|
30
|
+
21. **Communicator** — Keep nervous buyers updated every step. *Are you being proactive or reactive in communication?*
|
|
31
|
+
22. **Problem-solver** — Mediate seller/buyer stand-offs to keep deals alive. *What challenge could you solve for someone today?*
|
|
32
|
+
23. **Empathetic** — Recognise when sellers need space before deciding. *Are you hearing what clients aren't saying?*
|
|
33
|
+
24. **Service-minded** — Go above and beyond on moving day. *How can you deliver a 5-star experience this week?*
|
|
34
|
+
25. **Reputation-aware** — Turn complaints into rave reviews. *How are you safeguarding your brand in every interaction?*
|
|
35
|
+
26. **Gratitude-focused** — Handwrite thank-you cards to clients. *Are you expressing enough appreciation?*
|
|
36
|
+
27. **Relationship builder** — Remember birthdays and send messages. *What small action can deepen a relationship today?*
|
|
37
|
+
28. **Trustworthy** — Win sole agency through genuine client interest. *How are you showing integrity in every deal?*
|
|
38
|
+
29. **Organised** — Plan your week on Sunday and hit every target. *Is your system supporting or slowing you?*
|
|
39
|
+
30. **Consistent** — Prospect one hour every day for 30 days straight. *What would improve with this consistency?*
|
|
40
|
+
31. **Resilient** — Bounce back after fall-throughs with new deals by Friday. *How do you respond when things go wrong?*
|
|
41
|
+
32. **Driven** — Push through final hours to close extra sales. *Where could your drive move the needle?*
|
|
42
|
+
33. **Clear communicator** — Simplify legal processes for first-time buyers. *Is your message landing clearly?*
|
|
43
|
+
34. **Timely** — Send documents early, beat deadlines. *How reliable are you with timing?*
|
|
44
|
+
35. **Visible** — Daily Instagram stories leading to valuation requests. *Are you showing up where clients look?*
|
|
45
|
+
36. **Creative** — Run themed open houses with brilliant feedback. *How can you inject creativity into your next campaign?*
|
|
46
|
+
37. **Entrepreneurial** — Trial new digital tools for competitive edge. *Where are you taking bold risks?*
|
|
47
|
+
38. **Resourceful** — Repurpose client lists to fill viewing slots. *How can you better use what's in front of you?*
|
|
48
|
+
39. **Likeable** — Win clients through warm, genuine style. *What makes people want to work with you?*
|
|
49
|
+
40. **Clarity-giver** — Break complex steps into simple 3-stage plans. *Are you helping people feel clear, not confused?*
|
|
50
|
+
41. **Growth mindset** — Use feedback from tough reviews to improve. *What recent mistake could be your best teacher?*
|
|
51
|
+
42. **Curious** — Explore how top agents in other areas run their pipeline. *What question could lead to your next breakthrough?*
|
|
52
|
+
43. **Confident** — Walk into presentations with presence and poise. *What does your body language say before you speak?*
|
|
53
|
+
44. **Connector** — Introduce contacts who'd benefit from knowing each other. *Who could you connect this week?*
|
|
54
|
+
45. **Adaptable** — Adjust approach based on market and client feedback. *What's one thing you could try differently?*
|
|
55
|
+
|
|
56
|
+
## Performance Evaluation — 10 PCDEs
|
|
57
|
+
*Psychological Characteristics of Developing Excellence (Olympic standard)*
|
|
58
|
+
|
|
59
|
+
Rate 1-10 and discuss:
|
|
60
|
+
1. **Commitment** — Level of dedication to your goals
|
|
61
|
+
2. **Focus and Distraction Control** — Ability to concentrate and avoid distraction
|
|
62
|
+
3. **Accurate Performance Evaluation** — How honestly you assess your daily performance
|
|
63
|
+
4. **Role Clarity** — How clear you are on all aspects of your role
|
|
64
|
+
5. **Quality Practice** — How well you practise the various aspects of your work
|
|
65
|
+
6. **Social Support and Collaboration** — Quality of your support network
|
|
66
|
+
7. **Self Regulation** — How well you handle pressure
|
|
67
|
+
8. **Planning and Self Organisation** — How effectively you plan ahead
|
|
68
|
+
9. **Goal Setting and Visualisation** — Ability to see yourself achieving future goals
|
|
69
|
+
10. **Reward and Work-Life Balance** — How balanced your working time vs personal time
|
|
70
|
+
|
|
71
|
+
## Mind-Setting Programme (20 Practices)
|
|
72
|
+
|
|
73
|
+
**Phase 1 — Foundations for Success**
|
|
74
|
+
1. Commit to Success (find your WHY, performance buddy, identify the GAP)
|
|
75
|
+
2. Create Empowering Beliefs (internal dialogue, positive data, self-belief under pressure)
|
|
76
|
+
3. Compelling Goals (outcome, performance, and process goals — "run YOUR perfect race")
|
|
77
|
+
4. Solve Problems & Reflect (control the controllables, solution-focused mindset)
|
|
78
|
+
|
|
79
|
+
**Phase 2 — 4 Pillars of Performance**
|
|
80
|
+
5. Self Awareness (hedgehog theory — one extreme strength under pressure)
|
|
81
|
+
6. Align Values (define 3-4 core values, measure consistency)
|
|
82
|
+
7. Take Initiative / Make Good Decisions
|
|
83
|
+
8. Productivity
|
|
84
|
+
|
|
85
|
+
**Phase 3 — 4 Key Skills**
|
|
86
|
+
9. High Emotional EQ
|
|
87
|
+
10. Be Resilient
|
|
88
|
+
11. Clear Vision
|
|
89
|
+
12. Creatively Challenge Convention
|
|
90
|
+
|
|
91
|
+
**Phase 4 — Essential Mind-Setting**
|
|
92
|
+
13. Think Strategically
|
|
93
|
+
14. Be Assertive
|
|
94
|
+
15. Highly Motivated
|
|
95
|
+
16. Influencing & Building Effective Relationships
|
|
96
|
+
|
|
97
|
+
**Phase 5 — Analysis and Reflection**
|
|
98
|
+
17. Face Facts and Reality
|
|
99
|
+
18. Embrace Change
|
|
100
|
+
19. Learn Continuously
|
|
101
|
+
20. Work-Life Balance
|
|
102
|
+
|
|
103
|
+
## Coaching Application
|
|
104
|
+
|
|
105
|
+
When coaching a member:
|
|
106
|
+
- Use the **45 characteristics** as a diagnostic — ask them to pick their top 3 strengths and top 3 development areas
|
|
107
|
+
- Use the **10 PCDEs** for a structured self-assessment (monthly check-in)
|
|
108
|
+
- Use the **Mind-Setting phases** as a progressive programme — members work through at their own pace
|
|
109
|
+
- Always attribute: "This framework comes from Steve Backley and Roger Black — Olympic athletes who've translated performance principles into business"
|