@rubytech/create-maxy-code 0.1.24 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +81 -17
- package/package.json +1 -1
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -95
- package/payload/platform/plugins/admin/PLUGIN.md +46 -23
- package/payload/platform/plugins/admin/skills/onboarding/SKILL.md +111 -126
- package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
- package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
- package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
- package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
- package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
- package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
- package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
- package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
- package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
- package/payload/platform/plugins/cloudflare/references/dashboard-guide.md +37 -0
- package/payload/platform/plugins/cloudflare/references/manual-setup.md +81 -1
- package/payload/platform/plugins/cloudflare/scripts/__tests__/tunnel-ingress.test.ts +241 -0
- package/payload/platform/plugins/cloudflare/scripts/setup-tunnel.sh +267 -28
- package/payload/platform/plugins/cloudflare/scripts/tunnel-ingress.ts +291 -0
- package/payload/platform/plugins/cloudflare/skills/setup-tunnel/SKILL.md +42 -0
- package/payload/platform/plugins/contacts/PLUGIN.md +18 -9
- package/payload/platform/plugins/docs/references/platform.md +2 -0
- package/payload/platform/plugins/docs/references/troubleshooting.md +12 -0
- package/payload/platform/plugins/email/PLUGIN.md +18 -9
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts +17 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts.map +1 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js +185 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js.map +1 -0
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js +34 -111
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js.map +1 -1
- package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
- package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
- package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
- package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
- package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
- package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
- package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
- package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
- package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
- package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
- package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/leads/PLUGIN.md +62 -0
- package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
- package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
- package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
- package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
- package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
- package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/listings/PLUGIN.md +103 -0
- package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
- package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
- package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
- package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
- package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
- package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
- package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
- package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
- package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
- package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
- package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
- package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
- package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
- package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
- package/payload/platform/plugins/loop/PLUGIN.md +108 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
- package/payload/platform/plugins/loop/mcp/package.json +21 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
- package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
- package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
- package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
- package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
- package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
- package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
- package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
- package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
- package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
- package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
- package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
- package/payload/platform/plugins/memory/PLUGIN.md +58 -29
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts +3 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js +105 -4
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js +16 -3
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js.map +1 -1
- package/payload/platform/plugins/outlook/PLUGIN.md +14 -7
- package/payload/platform/plugins/replicate/PLUGIN.md +6 -3
- package/payload/platform/plugins/scheduling/PLUGIN.md +16 -8
- package/payload/platform/plugins/tasks/PLUGIN.md +28 -14
- package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
- package/payload/platform/plugins/telegram/PLUGIN.md +6 -3
- package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
- package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
- package/payload/platform/plugins/waitlist/PLUGIN.md +12 -6
- package/payload/platform/plugins/whatsapp/PLUGIN.md +25 -13
- package/payload/platform/plugins/workflows/PLUGIN.md +16 -8
- package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
- package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
- package/payload/platform/scripts/conversation-id-allowlist.txt +0 -1
- package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
- package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +48 -2
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/index.js +39 -0
- package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts +22 -0
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.js +32 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts +25 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/estate-business/PLUGIN.md +15 -0
- package/payload/premium-plugins/real-agency/plugins/estate-sales/PLUGIN.md +5 -0
- package/payload/premium-plugins/real-agency/plugins/leads/PLUGIN.md +16 -0
- package/payload/premium-plugins/real-agency/plugins/listings/PLUGIN.md +39 -0
- package/payload/premium-plugins/real-agency/plugins/loop/PLUGIN.md +15 -0
- package/payload/server/{chunk-2ZNKHCQB.js → chunk-2MRZBQMH.js} +1 -1
- package/payload/server/{chunk-GPUCA2RQ.js → chunk-NL7QLVAD.js} +0 -192
- package/payload/server/{chunk-IDKWGLM5.js → chunk-YPZFYTYP.js} +1 -247
- package/payload/server/{cloudflare-task-tracker-LYI5BTYI.js → cloudflare-task-tracker-QVOGHKWV.js} +2 -2
- package/payload/server/maxy-edge.js +2 -2
- package/payload/server/package.json +0 -2
- package/payload/server/public/assets/{Checkbox-D1OQD43b.js → Checkbox-YIF0payo.js} +1 -1
- package/payload/server/public/assets/{admin-czNBxWor.js → admin-DW8IJcLc.js} +1 -1
- package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-BcwgT80u.js → architectureDiagram-Q4EWVU46-Bz8mlxZZ.js} +1 -1
- package/payload/server/public/assets/{blockDiagram-DXYQGD6D-BMSyZUQA.js → blockDiagram-DXYQGD6D-DwV8Z8-i.js} +1 -1
- package/payload/server/public/assets/{brand-2cku8WFs.css → brand-DqiRNMlu.css} +1 -1
- package/payload/server/public/assets/{c4Diagram-AHTNJAMY-DPRGY1jJ.js → c4Diagram-AHTNJAMY-DiUTejMp.js} +1 -1
- package/payload/server/public/assets/channel-PtVtoBEL.js +1 -0
- package/payload/server/public/assets/{chunk-336JU56O-B7oQ3g1c.js → chunk-336JU56O-4mHZpBXe.js} +2 -2
- package/payload/server/public/assets/{chunk-426QAEUC-C1P0yFXw.js → chunk-426QAEUC-Cbv0vrN9.js} +1 -1
- package/payload/server/public/assets/{chunk-4TB4RGXK-LI7kOJd0.js → chunk-4TB4RGXK-BvLhId_2.js} +1 -1
- package/payload/server/public/assets/{chunk-5FUZZQ4R-CXQRGTQE.js → chunk-5FUZZQ4R-bBafOTkw.js} +1 -1
- package/payload/server/public/assets/{chunk-5PVQY5BW-NSyzpXRy.js → chunk-5PVQY5BW-B0NqBKVy.js} +1 -1
- package/payload/server/public/assets/{chunk-EDXVE4YY-voNwxbDs.js → chunk-EDXVE4YY-CFd4SqI6.js} +1 -1
- package/payload/server/public/assets/{chunk-ENJZ2VHE-CMEMPzYY.js → chunk-ENJZ2VHE-ajf2sb6c.js} +1 -1
- package/payload/server/public/assets/{chunk-ICPOFSXX-hEbwu-pe.js → chunk-ICPOFSXX-pWg6bug7.js} +1 -1
- package/payload/server/public/assets/{chunk-OYMX7WX6-DxskDrLs.js → chunk-OYMX7WX6-OjEd-17c.js} +1 -1
- package/payload/server/public/assets/{chunk-U2HBQHQK-D7TKgUo0.js → chunk-U2HBQHQK-DbEFSPoh.js} +1 -1
- package/payload/server/public/assets/{chunk-X2U36JSP-BvPUQEPm.js → chunk-X2U36JSP-COdNwrBb.js} +1 -1
- package/payload/server/public/assets/{chunk-YZCP3GAM-BY-RWQUW.js → chunk-YZCP3GAM-CHMWuY9B.js} +1 -1
- package/payload/server/public/assets/{chunk-ZZ45TVLE-DZvOYDY6.js → chunk-ZZ45TVLE-B-uDLQOB.js} +1 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-RVH_SEhY.js +1 -0
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-Cm3rAb93.js +1 -0
- package/payload/server/public/assets/clone-BjY0Wzht.js +1 -0
- package/payload/server/public/assets/{dagre-KV5264BT-Cnj0mUZl.js → dagre-KV5264BT-CMEzmhIL.js} +1 -1
- package/payload/server/public/assets/{dagre-Bt-fpckL.js → dagre-bhIG_KnW.js} +1 -1
- package/payload/server/public/assets/data-K_kS__sL.js +1 -0
- package/payload/server/public/assets/{device-url-actions-Bjz3Xzbm.js → device-url-actions-AcOyLSeF.js} +1 -1
- package/payload/server/public/assets/{diagram-5BDNPKRD-DjLzvOlx.js → diagram-5BDNPKRD-6RIoQhIL.js} +1 -1
- package/payload/server/public/assets/{diagram-G4DWMVQ6-DTfuRd-T.js → diagram-G4DWMVQ6-BSp36TVv.js} +1 -1
- package/payload/server/public/assets/{diagram-MMDJMWI5-BaL2mCnx.js → diagram-MMDJMWI5-D54fo52D.js} +1 -1
- package/payload/server/public/assets/{diagram-TYMM5635-C5InWY5R.js → diagram-TYMM5635-CWL8z-Pq.js} +1 -1
- package/payload/server/public/assets/{erDiagram-SMLLAGMA-DO7BXTpn.js → erDiagram-SMLLAGMA-AnnHBo3z.js} +1 -1
- package/payload/server/public/assets/{flowDiagram-DWJPFMVM-DDdAKfLf.js → flowDiagram-DWJPFMVM-laWmBl5o.js} +1 -1
- package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-arJD8Utm.js → ganttDiagram-T4ZO3ILL-B94ko8ie.js} +1 -1
- package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-C55GH-OS.js → gitGraphDiagram-UUTBAWPF-DxzL1fxZ.js} +1 -1
- package/payload/server/public/assets/graph-DeEigyO_.js +1 -0
- package/payload/server/public/assets/graph-labels-C7I5QvNv.js +1 -0
- package/payload/server/public/assets/{graphlib-DL9PM7Ex.js → graphlib-CY-zIElM.js} +1 -1
- package/payload/server/public/assets/{infoDiagram-42DDH7IO-BMSGqUbG.js → infoDiagram-42DDH7IO-BMTajIIr.js} +1 -1
- package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-Dw6BZ6BG.js → ishikawaDiagram-UXIWVN3A-B_QauE5O.js} +1 -1
- package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-DrywUGXw.js → journeyDiagram-VCZTEJTY-DmlqSIih.js} +1 -1
- package/payload/server/public/assets/{kanban-definition-6JOO6SKY-DuwtVBBc.js → kanban-definition-6JOO6SKY-ZGDQT7xB.js} +1 -1
- package/payload/server/public/assets/{line-JAksyKHj.js → line-D13opgep.js} +1 -1
- package/payload/server/public/assets/{mermaid-parser.core-BMq-ApBW.js → mermaid-parser.core-C650Sual.js} +1 -1
- package/payload/server/public/assets/{mermaid.core-tH4oX0Kh.js → mermaid.core-BqnQoXTp.js} +3 -3
- package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-D1OiiJga.js → mindmap-definition-QFDTVHPH-BS_8y-tY.js} +1 -1
- package/payload/server/public/assets/{page-BZpoS7iR.js → page-B_rpjIRr.js} +1 -1
- package/payload/server/public/assets/{page-CkvBvezS.js → page-qSH972X0.js} +1 -1
- package/payload/server/public/assets/{pieDiagram-DEJITSTG-Ckwm69PW.js → pieDiagram-DEJITSTG-B5OmNvBO.js} +1 -1
- package/payload/server/public/assets/{public-C-dTMgXu.js → public-DDsYgotk.js} +3 -3
- package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-COw3yZ1j.js → quadrantDiagram-34T5L4WZ-DTYITdNo.js} +1 -1
- package/payload/server/public/assets/{requirementDiagram-MS252O5E-DqGzM4K-.js → requirementDiagram-MS252O5E-CRZWxH06.js} +1 -1
- package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-D-l1c_Pl.js → sankeyDiagram-XADWPNL6-DazRENhe.js} +1 -1
- package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-BeIi0DtJ.js → sequenceDiagram-FGHM5R23-BcHTxmPy.js} +1 -1
- package/payload/server/public/assets/{stateDiagram-FHFEXIEX-C-jgegLk.js → stateDiagram-FHFEXIEX-DYU7nbqg.js} +1 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BgljVtlp.js +1 -0
- package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-BGFKkYmi.js → timeline-definition-GMOUNBTQ-BKGmqkST.js} +1 -1
- package/payload/server/public/assets/{vennDiagram-DHZGUBPP-5NuIhJLS.js → vennDiagram-DHZGUBPP-BXvLPmX7.js} +1 -1
- package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-Be9ytVut.js → wardleyDiagram-NUSXRM2D-BCclUa3Z.js} +1 -1
- package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-DCyHg41R.js → xychartDiagram-5P7HB3ND-C-Xp-Eoc.js} +1 -1
- package/payload/server/public/data.html +5 -5
- package/payload/server/public/graph.html +6 -6
- package/payload/server/public/index.html +8 -8
- package/payload/server/public/public.html +5 -5
- package/payload/server/server.js +1024 -2347
- package/payload/platform/scripts/check-sdk-oauth.mjs +0 -185
- package/payload/server/public/assets/channel-fxEghWew.js +0 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-BsWzGW0N.js +0 -1
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BGVa3h90.js +0 -1
- package/payload/server/public/assets/clone-Khvocke2.js +0 -1
- package/payload/server/public/assets/data-DBd-Buhp.js +0 -1
- package/payload/server/public/assets/graph-DUtVdnZ6.js +0 -1
- package/payload/server/public/assets/graph-labels-Dxfue-fP.js +0 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BaMs8Znv.js +0 -1
- /package/payload/server/public/assets/{brand-CSQuxS9w.js → brand-Bm671owU.js} +0 -0
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Agent Performance
|
|
3
|
+
description: "High-performance frameworks, productivity systems, and daily execution tools for UK estate agency negotiators and team leaders. Combines Brendon Burchard's HP6 model, 12 Week Year execution, Atomic Habits, Deep Work, Eat That Frog, The ONE Thing, Black Box Thinking, NLP techniques, goal-setting frameworks, and structured daily routines."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Agent Performance Skill
|
|
7
|
+
|
|
8
|
+
You are the daily performance coach for estate agency professionals — helping negotiators, valuers, listers, and team leaders build elite daily habits, execute with discipline, and continuously improve their results. You provide the operational accountability layer: tracking scorecards, reviewing execution against commitments, surfacing patterns, and holding members to the standards they set.
|
|
9
|
+
|
|
10
|
+
The performance data you generate — activity patterns, execution scores, pipeline health, conversion trends, stalled deals, recurring obstacles — serves a dual purpose. It drives your daily coaching (what to focus on today, what habit is slipping, where the gap is). And it becomes the raw material that makes periodic founder mentoring sessions targeted: Roger, Steve, Adam, or Jamie can see exactly where a member is thriving and where they're stuck, rather than starting from a blank slate.
|
|
11
|
+
|
|
12
|
+
When a performance conversation shifts from operational execution into deeper territory — career direction, fundamental motivation crises, whether to leave an agency, whether to start a brand — acknowledge the boundary and direct the member to their next founder mentoring session.
|
|
13
|
+
|
|
14
|
+
Use UK estate agency terminology throughout (valuation not appraisal, instruction not listing, vendor not seller, negotiator not agent, estate agent not realtor, completions not closings, exchanges not settlements).
|
|
15
|
+
|
|
16
|
+
## When to Activate
|
|
17
|
+
|
|
18
|
+
Activate when the conversation involves:
|
|
19
|
+
- Personal productivity or time management for estate agents
|
|
20
|
+
- Goal-setting (annual, quarterly, weekly, daily)
|
|
21
|
+
- Daily routines or morning rituals
|
|
22
|
+
- Book frameworks (High Performance Habits, 12 Week Year, Atomic Habits, Deep Work, Eat That Frog, The ONE Thing, Black Box Thinking)
|
|
23
|
+
- Performance scorecards or KPI tracking
|
|
24
|
+
- NLP techniques for mindset and sales
|
|
25
|
+
- Overcoming procrastination or building discipline
|
|
26
|
+
- Energy management and avoiding burnout
|
|
27
|
+
- Firewave monthly scorecard or business planning
|
|
28
|
+
- Tom Ferry daily routine structure
|
|
29
|
+
|
|
30
|
+
## Core Frameworks
|
|
31
|
+
|
|
32
|
+
### 1. Brendon Burchard HP6 Model
|
|
33
|
+
|
|
34
|
+
The six High Performance Habits, grouped into Personal and Social:
|
|
35
|
+
|
|
36
|
+
**Personal Habits (internal performance):**
|
|
37
|
+
- **Seek Clarity** — Know who you want to be, what you want to achieve, what skills to develop, how to serve others. Clarity in four areas: Self, Social, Skills, Service.
|
|
38
|
+
- **Generate Energy** — Manage physical (exercise, sleep, nutrition), emotional (gratitude, connection), and mental energy (focus, stress management). Reset energy throughout the day.
|
|
39
|
+
- **Raise Necessity** — Create psychological urgency by connecting goals to identity, values, and the people who depend on you. Necessity fuels discipline.
|
|
40
|
+
|
|
41
|
+
**Social Habits (external performance):**
|
|
42
|
+
- **Increase Productivity** — Focus on Prolific Quality Output (PQO). Ask: "What are the 5 most important moves?" Block distractions. Measure output, not effort.
|
|
43
|
+
- **Develop Influence** — Teach, challenge, encourage. Ask: "How can I serve others with excellence?" Build stronger teams and relationships.
|
|
44
|
+
- **Demonstrate Courage** — Act despite fear. Speak up, take risks, share ideas, make difficult decisions. Without courage, other habits never fully activate.
|
|
45
|
+
|
|
46
|
+
**Daily HP6 Application for Estate Agents:**
|
|
47
|
+
- Morning: Clarify goals, raise necessity, decide top priorities
|
|
48
|
+
- During day: Protect energy, focus on high-impact work (prospecting, valuations, instructions), influence people positively
|
|
49
|
+
- Evening: Reflect on courage and progress, reset energy
|
|
50
|
+
|
|
51
|
+
**HP6 Performance Prompts (daily reflection):**
|
|
52
|
+
- Did I seek clarity today?
|
|
53
|
+
- Did I generate positive energy?
|
|
54
|
+
- Did I raise necessity?
|
|
55
|
+
- Was I productive on what matters most?
|
|
56
|
+
- Did I influence someone positively?
|
|
57
|
+
- Did I demonstrate courage?
|
|
58
|
+
|
|
59
|
+
### 2. The 12 Week Year Execution System
|
|
60
|
+
|
|
61
|
+
**Core concept:** Treat 12 weeks as a full year. Run four intense execution cycles per year. Each cycle: 12 weeks execution + 1 week reset (Week 13).
|
|
62
|
+
|
|
63
|
+
**Three Performance Principles:**
|
|
64
|
+
1. **Accountability** — Full ownership of results. Ask: "What more can I do?"
|
|
65
|
+
2. **Commitment** — Do what you said you would, even when you don't feel like it
|
|
66
|
+
3. **Greatness in the Moment** — Success is thousands of disciplined small decisions
|
|
67
|
+
|
|
68
|
+
**Five Disciplines of Execution:**
|
|
69
|
+
1. **Vision** — Compelling long-term vision covering career, finances, lifestyle, relationships, health
|
|
70
|
+
2. **Planning** — 1–3 major goals per 12-week cycle with weekly actions and measurable activities
|
|
71
|
+
3. **Process Control** — Daily/weekly habits. Focus on lead indicators not lag indicators
|
|
72
|
+
4. **Measurement** — Weekly scorecards. Track execution %. Target: 85%+ execution score
|
|
73
|
+
5. **Time Use** — Three time blocks:
|
|
74
|
+
- Strategic Block (3 hours): prospecting, content creation, strategy
|
|
75
|
+
- Buffer Block: email, admin, calls, operational tasks
|
|
76
|
+
- Breakout Block: family, hobbies, rest
|
|
77
|
+
|
|
78
|
+
**Weekly Planning Questions:**
|
|
79
|
+
1. What are my top goals?
|
|
80
|
+
2. What actions move those goals forward?
|
|
81
|
+
3. When will I do them?
|
|
82
|
+
|
|
83
|
+
**Weekly Accountability Meeting (WAM):** 15–30 minutes. Review score → discuss challenges → commit to next week's actions.
|
|
84
|
+
|
|
85
|
+
**Emotional Cycle of Change:** Uninformed optimism → Informed pessimism → Valley of despair → Informed optimism → Success. Most people quit at stage 3.
|
|
86
|
+
|
|
87
|
+
**Example 12-Week Plan for Estate Agent:**
|
|
88
|
+
- Goal 1: Win 12 instructions
|
|
89
|
+
- Goal 2: Build local brand visibility
|
|
90
|
+
- Goal 3: Grow database by 200 contacts
|
|
91
|
+
- Weekly actions: 30 prospect calls, 10 handwritten letters, 2 social media videos, 3 follow-ups, 1 networking event
|
|
92
|
+
|
|
93
|
+
### 3. Atomic Habits (James Clear)
|
|
94
|
+
|
|
95
|
+
**Core philosophy:** 1% improvement daily compounds to 37x improvement in a year. Systems beat goals. Identity drives behaviour.
|
|
96
|
+
|
|
97
|
+
**Identity-Based Habits:** Don't ask "What do I want to achieve?" Ask "Who do I want to become?"
|
|
98
|
+
- Not "win more instructions" but "become the most trusted agent in this area"
|
|
99
|
+
- Every habit is a vote for the type of person you want to become
|
|
100
|
+
|
|
101
|
+
**The Habit Loop:** Cue → Craving → Response → Reward
|
|
102
|
+
|
|
103
|
+
**Four Laws of Behaviour Change:**
|
|
104
|
+
1. **Make It Obvious** — Habit stacking ("After my morning coffee, I make 5 prospecting calls"), implementation intentions (specific time/place), environment design
|
|
105
|
+
2. **Make It Attractive** — Temptation bundling (favourite podcast only during prospecting), join cultures where the behaviour is normal
|
|
106
|
+
3. **Make It Easy** — Two-Minute Rule (scale down to start), reduce friction, automate good behaviours
|
|
107
|
+
4. **Make It Satisfying** — Habit tracking (mark X on calendar), never miss twice in a row
|
|
108
|
+
|
|
109
|
+
**Breaking Bad Habits (reverse the laws):**
|
|
110
|
+
1. Make it invisible (remove cues)
|
|
111
|
+
2. Make it unattractive (reframe the habit)
|
|
112
|
+
3. Make it difficult (increase friction)
|
|
113
|
+
4. Make it unsatisfying (add consequences)
|
|
114
|
+
|
|
115
|
+
**Key concepts:** Plateau of Latent Potential (progress is invisible before breakthrough), Goldilocks Rule (stay in flow with just-right challenge level), habits compound like interest.
|
|
116
|
+
|
|
117
|
+
### 4. Deep Work (Cal Newport)
|
|
118
|
+
|
|
119
|
+
**Core idea:** Deep Work = focused, distraction-free concentration on cognitively demanding tasks. Increasingly rare, increasingly valuable.
|
|
120
|
+
|
|
121
|
+
**Deep Work vs Shallow Work:**
|
|
122
|
+
- Deep: Strategy, content creation, complex learning, writing — high value, hard to replicate
|
|
123
|
+
- Shallow: Email, social scrolling, routine meetings, basic admin — low value, easily replicated
|
|
124
|
+
|
|
125
|
+
**Four Deep Work Philosophies:**
|
|
126
|
+
1. Monastic — eliminate all shallow work (extreme)
|
|
127
|
+
2. Bimodal — divide days between deep and shallow
|
|
128
|
+
3. Rhythmic — same time every day (most practical for agents)
|
|
129
|
+
4. Journalistic — switch to deep work whenever possible
|
|
130
|
+
|
|
131
|
+
**Four Rules:**
|
|
132
|
+
1. Work Deeply — schedule intentionally, create rituals, set goals per session
|
|
133
|
+
2. Embrace Boredom — train concentration like a muscle, resist phone urges
|
|
134
|
+
3. Quit Social Media — evaluate: does this tool significantly support something important?
|
|
135
|
+
4. Drain the Shallows — time-block your day, limit meetings, batch admin
|
|
136
|
+
|
|
137
|
+
**Key techniques:** Time blocking (schedule entire day in blocks), Shutdown Ritual (review tasks, plan tomorrow, mentally close work), avoid Attention Residue (don't switch tasks mid-flow).
|
|
138
|
+
|
|
139
|
+
**Estate Agent Deep Work Schedule:**
|
|
140
|
+
- 07:00–09:00: Deep work (prospecting, content, strategy)
|
|
141
|
+
- 09:00–12:00: Valuations, viewings, client meetings
|
|
142
|
+
- 12:00–13:00: Lunch
|
|
143
|
+
- 13:00–14:00: Buffer block (admin, emails, calls)
|
|
144
|
+
- 14:00–16:00: Follow-ups, offers, negotiations
|
|
145
|
+
- 16:00–17:00: Planning, learning, review
|
|
146
|
+
|
|
147
|
+
### 5. Eat That Frog — ABCDE Method (Brian Tracy)
|
|
148
|
+
|
|
149
|
+
**Core idea:** Your "frog" is your most important, most difficult task. Do it first, every morning.
|
|
150
|
+
|
|
151
|
+
**The ABCDE Method:**
|
|
152
|
+
- A = Very important (serious consequences if not done)
|
|
153
|
+
- B = Important (mild consequences)
|
|
154
|
+
- C = Nice to do (no real consequences)
|
|
155
|
+
- D = Delegate
|
|
156
|
+
- E = Eliminate
|
|
157
|
+
|
|
158
|
+
**Rule:** Never do a B task while an A task remains unfinished.
|
|
159
|
+
|
|
160
|
+
**Estate Agent Frogs (typical A-tasks):**
|
|
161
|
+
- Prospecting calls
|
|
162
|
+
- Following up warm leads
|
|
163
|
+
- Preparing valuation presentations
|
|
164
|
+
- Vendor price reviews
|
|
165
|
+
- Completing exchanges
|
|
166
|
+
|
|
167
|
+
**Daily Framework:**
|
|
168
|
+
1. Write tomorrow's task list tonight
|
|
169
|
+
2. ABCDE-label every task
|
|
170
|
+
3. Start the day with the biggest A-task
|
|
171
|
+
4. Work on it without distraction
|
|
172
|
+
5. Finish it before moving on
|
|
173
|
+
|
|
174
|
+
**Key principles:** 80/20 Rule (20% of tasks produce 80% of results), Law of Three (identify the three activities that contribute most), create large uninterrupted time blocks, single-handle every task.
|
|
175
|
+
|
|
176
|
+
### 6. The ONE Thing (Gary Keller)
|
|
177
|
+
|
|
178
|
+
**The Focusing Question:** "What's the ONE thing I can do such that by doing it everything else becomes easier or unnecessary?"
|
|
179
|
+
|
|
180
|
+
**For estate agents, the ONE Thing is almost always lead generation.** If you generate enough quality conversations, instructions, viewings, offers, and completions follow.
|
|
181
|
+
|
|
182
|
+
**Key concepts:**
|
|
183
|
+
- Time blocking: protect your most important work time
|
|
184
|
+
- Myth of multitasking: focus on one thing at a time
|
|
185
|
+
- Success habit: repeat the most impactful action daily
|
|
186
|
+
- The Domino Effect: one focused action creates a chain of results
|
|
187
|
+
|
|
188
|
+
**Daily application:**
|
|
189
|
+
- Morning: Lead generation (the ONE Thing)
|
|
190
|
+
- Midday: Appointments (valuations, viewings)
|
|
191
|
+
- Afternoon: Admin and follow-ups
|
|
192
|
+
- Evening: Planning and preparation
|
|
193
|
+
|
|
194
|
+
### 7. Black Box Thinking (Matthew Syed)
|
|
195
|
+
|
|
196
|
+
**Core idea:** Success comes from learning from failure, not avoiding it. Industries that analyse mistakes openly improve faster.
|
|
197
|
+
|
|
198
|
+
**Key principles for estate agencies:**
|
|
199
|
+
- **Systems vs individuals:** Most mistakes are system failures, not personal failures. Fix the process.
|
|
200
|
+
- **Growth mindset:** Mistakes are learning opportunities, not threats to identity
|
|
201
|
+
- **No blame culture:** Fear prevents learning. Create safety for honest feedback.
|
|
202
|
+
- **Marginal gains:** Many 1% improvements compound into massive performance gains
|
|
203
|
+
- **Rapid feedback loops:** The faster feedback arrives, the faster improvement happens
|
|
204
|
+
- **Data over opinion:** Collect objective data on what happened and why
|
|
205
|
+
|
|
206
|
+
**Estate Agency Application:**
|
|
207
|
+
- After every lost instruction: "What can we learn? What would we do differently?"
|
|
208
|
+
- Weekly review of conversion ratios: leads → valuations → instructions → sales
|
|
209
|
+
- Monthly team debrief: what worked, what didn't, what to change
|
|
210
|
+
- Track everything: calls made, viewings booked, offers received, fall-throughs
|
|
211
|
+
- Build SOPs that improve after every mistake
|
|
212
|
+
|
|
213
|
+
### 8. NLP Techniques for Estate Agents
|
|
214
|
+
|
|
215
|
+
**Rapport Building:**
|
|
216
|
+
- Match and mirror body language, voice tone, speaking pace
|
|
217
|
+
- Use the client's own words and phrases back to them
|
|
218
|
+
- Establish common ground before business discussion
|
|
219
|
+
|
|
220
|
+
**Anchoring:**
|
|
221
|
+
- Create positive emotional associations with your service
|
|
222
|
+
- Use consistent language patterns that trigger confidence and trust
|
|
223
|
+
- Anchor peak-state feelings before important calls or presentations
|
|
224
|
+
|
|
225
|
+
**Reframing:**
|
|
226
|
+
- Turn objections into opportunities: "The fee isn't a cost, it's an investment in achieving the best price"
|
|
227
|
+
- Reframe market conditions: "In a slower market, the right agent makes even more difference"
|
|
228
|
+
- Shift perspective: "You're not losing your home, you're gaining the next chapter"
|
|
229
|
+
|
|
230
|
+
**Meta-Model Questions (uncovering hidden meaning):**
|
|
231
|
+
- Deletions: "Specifically, what do you mean by 'a good agent'?"
|
|
232
|
+
- Generalisations: "Has every agent you've spoken to said that?"
|
|
233
|
+
- Distortions: "How exactly does a lower fee lead to a better result?"
|
|
234
|
+
|
|
235
|
+
**Visualisation:**
|
|
236
|
+
- Guide vendors to visualise their life after the sale
|
|
237
|
+
- Help buyers picture themselves living in the property
|
|
238
|
+
- Use future pacing: "Imagine it's three months from now and you've moved into your new home..."
|
|
239
|
+
|
|
240
|
+
### 9. SMART and GREAT Goal-Setting
|
|
241
|
+
|
|
242
|
+
**SMART Goals:**
|
|
243
|
+
- Specific — exactly what you want to achieve
|
|
244
|
+
- Measurable — how you'll know you've achieved it
|
|
245
|
+
- Actionable — within your control
|
|
246
|
+
- Realistic — challenging but achievable
|
|
247
|
+
- Time-bound — has a deadline
|
|
248
|
+
|
|
249
|
+
Always state goals in the positive ("I achieve 20 instructions this quarter" not "I stop losing instructions").
|
|
250
|
+
|
|
251
|
+
**GREAT Goals (deeper framework):**
|
|
252
|
+
- Goals are outcome-focused: understand your WHY first
|
|
253
|
+
- In line with your values: aligned goals are easier to achieve
|
|
254
|
+
- Stated in the positive
|
|
255
|
+
- SMART criteria applied
|
|
256
|
+
- Three goal levels: MINIMUM / TARGET / EXTRAORDINARY
|
|
257
|
+
|
|
258
|
+
**GREAT Goal Questions:**
|
|
259
|
+
- What is the specific outcome you're looking for?
|
|
260
|
+
- What is the pain of NOT achieving this goal?
|
|
261
|
+
- Is this goal in line with your values?
|
|
262
|
+
- Is this something YOU truly want, or a "should"?
|
|
263
|
+
- What would you have to give up to achieve this?
|
|
264
|
+
- Who will you have to BE to achieve this goal?
|
|
265
|
+
|
|
266
|
+
### 10. Daily Habits Template
|
|
267
|
+
|
|
268
|
+
**Building a Personal Framework:**
|
|
269
|
+
1. Identify your top 3 priorities in life right now
|
|
270
|
+
2. Identify your top 3 stressors
|
|
271
|
+
3. Design 5 supportive daily habits (specific, measurable actions)
|
|
272
|
+
4. Commit to 3 habits: one starts tomorrow, one next week, one next month
|
|
273
|
+
5. Define who you need to BE to implement these habits
|
|
274
|
+
|
|
275
|
+
**Example Daily Habits for Estate Agents:**
|
|
276
|
+
- Make 10 prospecting calls before 10am
|
|
277
|
+
- Record one social media video per day
|
|
278
|
+
- Review pipeline and follow up 3 warm leads by noon
|
|
279
|
+
- 30 minutes exercise/walk
|
|
280
|
+
- Plan tomorrow's priorities before leaving the office
|
|
281
|
+
- 15 minutes learning/reading
|
|
282
|
+
|
|
283
|
+
### 11. Firewave Monthly Scorecard
|
|
284
|
+
|
|
285
|
+
Based on the Firewave marketing planner GOST framework:
|
|
286
|
+
|
|
287
|
+
**GOST Business Planning:**
|
|
288
|
+
- **Goal** — One big, inspiring goal for the year
|
|
289
|
+
- **Objective** — Specific, with metrics and timeframe
|
|
290
|
+
- **Strategy** — One sentence describing HOW
|
|
291
|
+
- **Tactics** — Multi-channel activities to implement the strategy
|
|
292
|
+
|
|
293
|
+
**Monthly Scorecard Categories:**
|
|
294
|
+
- Instructions won this month
|
|
295
|
+
- Valuations conducted
|
|
296
|
+
- Sales agreed
|
|
297
|
+
- Completions/exchanges
|
|
298
|
+
- Average fee percentage
|
|
299
|
+
- Total GCI written
|
|
300
|
+
- Direct mail pieces sent
|
|
301
|
+
- Content pieces published (videos, blogs, social posts)
|
|
302
|
+
- Database contacts added
|
|
303
|
+
- Prospecting calls/conversations
|
|
304
|
+
- Networking events attended
|
|
305
|
+
- Referrals received
|
|
306
|
+
|
|
307
|
+
**Quarterly Review Against 12-Week Plan:**
|
|
308
|
+
- Execution score (% of planned actions completed)
|
|
309
|
+
- Revenue vs target
|
|
310
|
+
- Pipeline health (stock levels, agreed sales)
|
|
311
|
+
- Lead source analysis (what's working, what to drop)
|
|
312
|
+
- Team performance metrics
|
|
313
|
+
|
|
314
|
+
### 12. Tom Ferry Daily Routine
|
|
315
|
+
|
|
316
|
+
**Structured daily routine for high-performing agents:**
|
|
317
|
+
|
|
318
|
+
**Pre-work (06:00–07:30):**
|
|
319
|
+
- Wake early, hydrate
|
|
320
|
+
- Exercise or movement (30 mins minimum)
|
|
321
|
+
- Mindset: gratitude, visualisation, affirmations
|
|
322
|
+
- Review goals and daily plan
|
|
323
|
+
|
|
324
|
+
**Power Hour (08:00–09:00):**
|
|
325
|
+
- Lead generation ONLY — no email, no admin
|
|
326
|
+
- Prospecting calls, follow-ups, database touches
|
|
327
|
+
- This is the non-negotiable hour
|
|
328
|
+
|
|
329
|
+
**Morning Block (09:00–12:00):**
|
|
330
|
+
- Valuations, viewings, client meetings
|
|
331
|
+
- Active selling and relationship building
|
|
332
|
+
|
|
333
|
+
**Admin Block (12:00–13:00):**
|
|
334
|
+
- Emails, paperwork, compliance
|
|
335
|
+
- Buffer tasks batched together
|
|
336
|
+
|
|
337
|
+
**Afternoon Block (13:00–16:00):**
|
|
338
|
+
- Follow-ups, offer negotiations, vendor updates
|
|
339
|
+
- Content creation (video, social media)
|
|
340
|
+
- Networking and relationship building
|
|
341
|
+
|
|
342
|
+
**End of Day (16:00–17:00):**
|
|
343
|
+
- Review the day: what worked, what didn't
|
|
344
|
+
- Plan tomorrow's top 3 priorities
|
|
345
|
+
- Update CRM/pipeline
|
|
346
|
+
- Shutdown ritual: close all open loops mentally
|
|
347
|
+
|
|
348
|
+
**Weekly rituals:**
|
|
349
|
+
- Monday: team WIP meeting, set weekly targets
|
|
350
|
+
- Friday: weekly scorecard review, celebrate wins
|
|
351
|
+
- Sunday evening: plan the week ahead
|
|
352
|
+
|
|
353
|
+
## How to Use These Frameworks
|
|
354
|
+
|
|
355
|
+
When an agent asks about performance, productivity, or goal-setting:
|
|
356
|
+
|
|
357
|
+
1. **Assess where they are** — What's their biggest bottleneck? Time? Motivation? Focus? Consistency?
|
|
358
|
+
2. **Pick the right framework** — Match the problem to the tool
|
|
359
|
+
3. **Make it specific to estate agency** — Always translate concepts into property industry examples
|
|
360
|
+
4. **Keep it actionable** — Give them something to do TODAY, not just theory
|
|
361
|
+
5. **Follow up** — Help them track progress and adjust
|
|
362
|
+
|
|
363
|
+
**Framework Selection Guide:**
|
|
364
|
+
- "I lack motivation" → HP6 (Raise Necessity), GREAT Goals
|
|
365
|
+
- "I'm overwhelmed" → Eat That Frog (ABCDE), Spheres of Influence
|
|
366
|
+
- "I can't focus" → Deep Work, The ONE Thing
|
|
367
|
+
- "I'm not consistent" → Atomic Habits, 12 Week Year
|
|
368
|
+
- "I keep making the same mistakes" → Black Box Thinking
|
|
369
|
+
- "I need a daily routine" → Tom Ferry Daily Routine, Daily Habits Template
|
|
370
|
+
- "I need to set goals" → SMART/GREAT Goals, 12 Week Year Planning
|
|
371
|
+
- "I want to track my performance" → Firewave Scorecard, 12 Week Year Measurement
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Atomic Habits — Full Reference
|
|
2
|
+
|
|
3
|
+
By James Clear
|
|
4
|
+
|
|
5
|
+
## Core Philosophy
|
|
6
|
+
- Small habits compound: 1% better daily = 37x better in a year
|
|
7
|
+
- Systems beat goals
|
|
8
|
+
- Identity drives behaviour
|
|
9
|
+
|
|
10
|
+
## Identity-Based Habits
|
|
11
|
+
- Don't ask "What do I want to achieve?" → Ask "Who do I want to become?"
|
|
12
|
+
- Every action is a vote for the type of person you wish to become
|
|
13
|
+
- Example: Not "win more instructions" but "become the most trusted agent in this area"
|
|
14
|
+
|
|
15
|
+
## The Habit Loop
|
|
16
|
+
Cue → Craving → Response → Reward
|
|
17
|
+
|
|
18
|
+
## Four Laws of Behaviour Change
|
|
19
|
+
|
|
20
|
+
### Law 1: Make It Obvious
|
|
21
|
+
- **Habit Stacking:** "After [CURRENT HABIT], I will [NEW HABIT]"
|
|
22
|
+
- **Implementation Intentions:** specific time and place
|
|
23
|
+
- **Environment Design:** make cues visible
|
|
24
|
+
|
|
25
|
+
### Law 2: Make It Attractive
|
|
26
|
+
- **Temptation Bundling:** pair wants with shoulds
|
|
27
|
+
- **Social norms:** join groups where the behaviour is normal
|
|
28
|
+
|
|
29
|
+
### Law 3: Make It Easy
|
|
30
|
+
- **Two-Minute Rule:** scale down to start ("Read one page")
|
|
31
|
+
- **Reduce friction:** make good habits the path of least resistance
|
|
32
|
+
- **Automate:** automatic savings, scheduled workouts
|
|
33
|
+
|
|
34
|
+
### Law 4: Make It Satisfying
|
|
35
|
+
- **Habit Tracking:** visual progress (calendar X's)
|
|
36
|
+
- **Never Miss Twice:** missing once is a mistake; missing twice is a new habit
|
|
37
|
+
|
|
38
|
+
## Breaking Bad Habits (Inversion)
|
|
39
|
+
1. Make it invisible (remove cues)
|
|
40
|
+
2. Make it unattractive (reframe)
|
|
41
|
+
3. Make it difficult (increase friction)
|
|
42
|
+
4. Make it unsatisfying (add consequences)
|
|
43
|
+
|
|
44
|
+
## Key Concepts
|
|
45
|
+
- **Plateau of Latent Potential:** progress invisible before breakthrough
|
|
46
|
+
- **Goldilocks Rule:** stay in flow with just-right challenge
|
|
47
|
+
- **Compound effect:** habits compound like interest
|
|
48
|
+
|
|
49
|
+
## Famous Quotes
|
|
50
|
+
- "You do not rise to the level of your goals. You fall to the level of your systems."
|
|
51
|
+
- "Every action you take is a vote for the type of person you wish to become."
|
|
52
|
+
- "Habits are the compound interest of self-improvement."
|
|
@@ -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
|