@rubytech/create-realagent-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 -90
- 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,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: payment-batch-stager
|
|
3
|
+
description: "Build the commission payment batch ready for the operator's approval. Stages an export for the agent's bank or a payroll-style spreadsheet. Never initiates a transfer. Built for use inside month-end-close."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Payment batch stager
|
|
7
|
+
|
|
8
|
+
A building-block skill called by `month-end-close`. Turns the commission schedule into a ready-to-pay batch without ever moving money.
|
|
9
|
+
|
|
10
|
+
## What it does
|
|
11
|
+
|
|
12
|
+
Reads the commission schedule produced by `commission-calculator`. For each payee with a non-zero net, the skill produces a row in the batch:
|
|
13
|
+
|
|
14
|
+
- Payee name
|
|
15
|
+
- Payee bank account (sort code, account number) from the profile's payees table
|
|
16
|
+
- Amount
|
|
17
|
+
- Reference (the deal references, abbreviated to fit the bank's reference length limit)
|
|
18
|
+
- Pay date (the operator's preferred pay date)
|
|
19
|
+
|
|
20
|
+
Two outputs are produced:
|
|
21
|
+
|
|
22
|
+
1. A bank-payment-batch file in the format the operator's bank accepts (CSV or BACS-style, depending on the profile).
|
|
23
|
+
2. A payroll-style spreadsheet that the operator can use to make payments manually if they prefer the human-in-the-loop transfer step.
|
|
24
|
+
|
|
25
|
+
The operator approves the batch. Approval does not initiate a transfer; the file is downloaded or staged for the operator to upload to their bank.
|
|
26
|
+
|
|
27
|
+
## What it does not do
|
|
28
|
+
|
|
29
|
+
- It does not initiate a transfer. Ever.
|
|
30
|
+
- It does not store bank credentials.
|
|
31
|
+
- It does not bypass the operator on any change to a payee's bank details. Any first-time bank-detail entry routes through `profile-writer` with an explicit confirmation step.
|
|
32
|
+
|
|
33
|
+
## Connectors
|
|
34
|
+
|
|
35
|
+
Read: profile (payees table, bank format), commission schedule from `commission-calculator`.
|
|
36
|
+
Write: file artefact in the agent's Drive.
|
|
37
|
+
|
|
38
|
+
## Profile keys
|
|
39
|
+
|
|
40
|
+
- `realagent.payees` (per-agent bank details)
|
|
41
|
+
- `realagent.bank.batch_format` ("csv" | "bacs" | "open_banking_pain001" | "manual")
|
|
42
|
+
- `realagent.bank.preferred_pay_date_offset_days` (days after period end, default 7)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: period-reconciler
|
|
3
|
+
description: "Match completions to fees received for a closing period and surface variances. Returns three categories: matched, pending, variance, with a one-line cause per variance and a draft email to the accountant or the solicitor where appropriate. Built for use inside month-end-close."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Period reconciler
|
|
7
|
+
|
|
8
|
+
A building-block skill called by `month-end-close`. Does the matching that underpins the reconciliation section of the close pack.
|
|
9
|
+
|
|
10
|
+
## What it does
|
|
11
|
+
|
|
12
|
+
For the period being closed, the skill reads:
|
|
13
|
+
|
|
14
|
+
- Every property with completion date in the period from the CRM
|
|
15
|
+
- Every fee receipt in the accounting platform's bank feed for the period and the following 30 days
|
|
16
|
+
|
|
17
|
+
It then matches receipts to completions on amount and date (with a small tolerance window). Three outcomes per completion:
|
|
18
|
+
|
|
19
|
+
- **Matched.** Receipt amount matches expected fee within the tolerance. No action.
|
|
20
|
+
- **Pending.** Completion logged but no receipt yet. The completion date age is shown so the operator knows whether to chase.
|
|
21
|
+
- **Variance.** Receipt amount differs from expected fee by more than the tolerance. A one-line cause hypothesis is produced (fee adjustment, referral deduction, fee dispute, FX, sliding scale, withdrawal fee credited). A draft chase email to the solicitor or the accountant is staged, depending on which party the variance points at.
|
|
22
|
+
|
|
23
|
+
## Variance writeoff
|
|
24
|
+
|
|
25
|
+
Variances under the profile's writeoff threshold (default GBP 5) are proposed for writeoff. The operator approves the writeoff per item; the workflow does not write off anything silently.
|
|
26
|
+
|
|
27
|
+
## What it does not do
|
|
28
|
+
|
|
29
|
+
- It does not post journal entries. Postings are staged by `month-end-close` for the operator's approval.
|
|
30
|
+
- It does not initiate a transfer.
|
|
31
|
+
- It does not chase the solicitor or the accountant; it stages the draft email which the operator approves.
|
|
32
|
+
|
|
33
|
+
## Connectors
|
|
34
|
+
|
|
35
|
+
Read: CRM (completions, fee structure), accounting (bank feed, prior reconciliations).
|
|
36
|
+
Write (staged only): email drafts to solicitor or accountant.
|
|
37
|
+
|
|
38
|
+
## Profile keys
|
|
39
|
+
|
|
40
|
+
- `realagent.close.writeoff_threshold_gbp` (default 5)
|
|
41
|
+
- `realagent.close.match_tolerance_gbp` (default 1)
|
|
42
|
+
- `realagent.close.match_tolerance_days` (default 30)
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: personal-branding
|
|
3
|
+
description: "Build and execute a personal brand that attracts inbound opportunities. Identity first, consistency second, amplification third — with practical platform and content systems."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Personal Branding
|
|
7
|
+
|
|
8
|
+
You help the user build a clear, authentic personal brand and a repeatable content system that turns expertise into inbound opportunities.
|
|
9
|
+
|
|
10
|
+
## Core principles
|
|
11
|
+
|
|
12
|
+
1. **Identity before aesthetics.** Don't start with logos and colours. Start with: who you serve, what you stand for, and what makes you meaningfully different.
|
|
13
|
+
2. **Consistency beats intensity.** A sustainable cadence compounding for 6–12 months beats a two-week burst.
|
|
14
|
+
3. **Content is distribution, not diary.** Share to serve (teach, help, inform, inspire), not to vent.
|
|
15
|
+
4. **Authentic ≠ unfiltered.** Maintain boundaries. Avoid anything that damages trust.
|
|
16
|
+
|
|
17
|
+
## What you do
|
|
18
|
+
|
|
19
|
+
- Clarify the user's positioning ("why you?")
|
|
20
|
+
- Define a simple brand system (vision, AND, personality)
|
|
21
|
+
- Pick the right channels and content formats
|
|
22
|
+
- Build a weekly content cadence and a repurposing pipeline
|
|
23
|
+
- Keep the tone aligned with the user's real voice while staying professional
|
|
24
|
+
|
|
25
|
+
## What you never do
|
|
26
|
+
|
|
27
|
+
- Never encourage oversharing, negativity, or public client complaints
|
|
28
|
+
- Never encourage buying followers/engagement
|
|
29
|
+
- Never advise plagiarism or copying competitors
|
|
30
|
+
|
|
31
|
+
## Additions for UK estate agents
|
|
32
|
+
|
|
33
|
+
### 1) Gary V's trilogy (Crush It / Crushing It / Day Trading Attention)
|
|
34
|
+
Use Gary V as the operating philosophy:
|
|
35
|
+
- build a personal brand by **documenting** the journey
|
|
36
|
+
- attention is the asset; platforms shift
|
|
37
|
+
- consistency + volume increases "luck"
|
|
38
|
+
|
|
39
|
+
Practical takeaways:
|
|
40
|
+
- create platform-native content (don't just repost)
|
|
41
|
+
- engage in comments/DMs (attention → relationship)
|
|
42
|
+
- run at sustainable volume (better 3x/week for a year than daily for 2 weeks)
|
|
43
|
+
|
|
44
|
+
Reference: `references/gary-v-principles.md`.
|
|
45
|
+
|
|
46
|
+
### 2) Attraction Agent 2.0 / 3.0 (Tom Panos)
|
|
47
|
+
Use the Attraction Agent model:
|
|
48
|
+
- marketing gets you **to the table**
|
|
49
|
+
- sales closes **at the table**
|
|
50
|
+
- build **Return on Engagement** (ROE)
|
|
51
|
+
- keep online and offline **in line** (consistent quality)
|
|
52
|
+
- be "recommendable" (social proof)
|
|
53
|
+
|
|
54
|
+
Reference: `references/attraction-agent-notes.md`.
|
|
55
|
+
|
|
56
|
+
### 3) Become a Brand Leader
|
|
57
|
+
Use it as a *brand operating map*:
|
|
58
|
+
- story, positioning, creative idea, tone
|
|
59
|
+
- owned/earned/shared/paid media
|
|
60
|
+
- funnel + experience
|
|
61
|
+
|
|
62
|
+
Reference: `references/become-a-brand-leader-notes.md`.
|
|
63
|
+
|
|
64
|
+
### 4) Firewave BLAST formula + blogging
|
|
65
|
+
Use BLAST for daily/weekly social content:
|
|
66
|
+
- **B**ehind the scenes
|
|
67
|
+
- **L**ocal spotlight
|
|
68
|
+
- **A** day in the life
|
|
69
|
+
- **S**howcase of a property
|
|
70
|
+
- **T**ips and advice
|
|
71
|
+
|
|
72
|
+
Add blogging to build authority (SEO + trust): answer the questions sellers ask.
|
|
73
|
+
|
|
74
|
+
Reference: `references/firewave-blast-and-blogging.md`.
|
|
75
|
+
|
|
76
|
+
### 5) Daniel Priestley (Oversubscribed positioning)
|
|
77
|
+
Help the user position as the "platypus" (unique, hard to compare) and create demand:
|
|
78
|
+
- be known for something specific
|
|
79
|
+
- run campaigns, not constant selling
|
|
80
|
+
- add scarcity (limited slots, launch dates)
|
|
81
|
+
- invest in being remarkable (experience people talk about)
|
|
82
|
+
|
|
83
|
+
Reference: `references/oversubscribed-positioning.md`.
|
|
84
|
+
|
|
85
|
+
### 6) "Storeys of Cheshire" style content examples (local authority)
|
|
86
|
+
When asked for examples, propose content that feels like:
|
|
87
|
+
- local lifestyle + community + property stories
|
|
88
|
+
- calm, high-trust tone
|
|
89
|
+
- repeatable series (weekly)
|
|
90
|
+
|
|
91
|
+
Reference: `references/storeys-style-examples.md`.
|
|
92
|
+
|
|
93
|
+
## What to do when the user asks "what should I post?"
|
|
94
|
+
|
|
95
|
+
Ask:
|
|
96
|
+
1) Who is the audience this week (seller, buyer, landlord, agent attraction)?
|
|
97
|
+
2) What do we want them to believe about you?
|
|
98
|
+
3) What proof can we show?
|
|
99
|
+
|
|
100
|
+
Then propose:
|
|
101
|
+
- 3 post ideas
|
|
102
|
+
- 1 short-form video script
|
|
103
|
+
- 1 story sequence (3 frames)
|
|
104
|
+
|
|
105
|
+
## References (load as needed)
|
|
106
|
+
|
|
107
|
+
- **Brand strategy system** → `references/brand-strategy-system.md`
|
|
108
|
+
- **Visual identity** → `references/visual-identity.md`
|
|
109
|
+
- **Platforms ("five families")** → `references/platforms.md`
|
|
110
|
+
- **Content engine** → `references/content-engine.md`
|
|
111
|
+
- **Authenticity & boundaries** → `references/authenticity-boundaries.md`
|
|
112
|
+
- **Gary V principles** → `references/gary-v-principles.md`
|
|
113
|
+
- **Attraction Agent 2.0/3.0 notes** → `references/attraction-agent-notes.md`
|
|
114
|
+
- **Become a Brand Leader notes** → `references/become-a-brand-leader-notes.md`
|
|
115
|
+
- **Firewave BLAST + blogging** → `references/firewave-blast-and-blogging.md`
|
|
116
|
+
- **Oversubscribed positioning** → `references/oversubscribed-positioning.md`
|
|
117
|
+
- **Storeys-style content examples** → `references/storeys-style-examples.md`
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Attraction Agent 2.0 / 3.0 (Tom Panos) notes
|
|
2
|
+
|
|
3
|
+
## Key distinction
|
|
4
|
+
- **Marketing** = getting noticed / getting to the table.
|
|
5
|
+
- **Sales** = converting once you’re at the table.
|
|
6
|
+
|
|
7
|
+
## Return on Engagement (ROE)
|
|
8
|
+
In the new world:
|
|
9
|
+
- it’s not what you say to the market
|
|
10
|
+
- it’s what the market says about you
|
|
11
|
+
|
|
12
|
+
## Be recommendable
|
|
13
|
+
- testimonials
|
|
14
|
+
- tagged posts
|
|
15
|
+
- consistent quality
|
|
16
|
+
|
|
17
|
+
## Online and offline “in line”
|
|
18
|
+
Consistency across:
|
|
19
|
+
- listings
|
|
20
|
+
- photography
|
|
21
|
+
- copy
|
|
22
|
+
- social proof
|
|
23
|
+
- personal presentation
|
|
24
|
+
|
|
25
|
+
## Practical actions
|
|
26
|
+
- build database (fit database, not fat)
|
|
27
|
+
- use listings marketing to attract more listings
|
|
28
|
+
- invest in content that compounds
|
|
29
|
+
|
|
30
|
+
## Line to use
|
|
31
|
+
“Brand is what they say about you when you’re not there.”
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Tom Panos Attraction Agent Model
|
|
2
|
+
|
|
3
|
+
From Attraction Agent 2.0 & 3.0. The shift from Transactional Agent to Attraction Agent.
|
|
4
|
+
|
|
5
|
+
## The Core Shift
|
|
6
|
+
- **Transactional Agent:** cold calling, interrupting strangers, chasing listings
|
|
7
|
+
- **Attraction Agent:** building profile, creating presence, vendors come to you
|
|
8
|
+
|
|
9
|
+
> "Knocking on doors interrupting strangers who don't want to speak to you is not the most effective thing an agent can do to get more listings."
|
|
10
|
+
|
|
11
|
+
## Attraction Agent Business Model
|
|
12
|
+
| Stage | GCI | Focus |
|
|
13
|
+
|---|---|---|
|
|
14
|
+
| Beginner | £120k | Start |
|
|
15
|
+
| Year 1 | £150k | Learn |
|
|
16
|
+
| Advance | £200k | Fine tune |
|
|
17
|
+
| Superstar | £350k | Upskill |
|
|
18
|
+
| Brand Agent | £500k | Marketing |
|
|
19
|
+
| Elite Brand | £750k | Attraction |
|
|
20
|
+
| 7 Figure | £1M+ | Attraction + Leverage |
|
|
21
|
+
|
|
22
|
+
## Brand = Reputation + Reach
|
|
23
|
+
- Reputation = trust, character, integrity
|
|
24
|
+
- Reach = visibility, marketing, distribution
|
|
25
|
+
- You need BOTH — thousands of great agents have no reach
|
|
26
|
+
|
|
27
|
+
## The Law of Attraction in Property
|
|
28
|
+
The agent with the listings is the agent that gets the listings. The agent with the best marketed listings gets the vendors who will do the best marketing. Use current listings to get more listings.
|
|
29
|
+
|
|
30
|
+
## Return on Engagement (ROE)
|
|
31
|
+
In the new world, it's not what you say to the market — it’s what the market says about you. Brand is what they say about you when you're not there.
|
|
32
|
+
|
|
33
|
+
## Marketing vs Closing
|
|
34
|
+
- Marketing = getting noticed, being called to present
|
|
35
|
+
- Closing = winning the instruction when you're at the table
|
|
36
|
+
- There are only 2 reasons you don't have every listing: you were not called in, or you were not good enough once you were there
|
|
37
|
+
|
|
38
|
+
## 30 Laws of the Attraction Agent (Selected)
|
|
39
|
+
- Everything you do either builds or destroys your brand equity
|
|
40
|
+
- Be super focused on the customer experience
|
|
41
|
+
- If you're in business, you're in show business
|
|
42
|
+
- The fastest way to double your income is to double your rate of learning
|
|
43
|
+
- Critical behaviours are highly average actions that give massive results (80/20)
|
|
44
|
+
- Be up by 5am
|
|
45
|
+
- Have a clear 30-second elevator speech
|
|
46
|
+
|
|
47
|
+
## What Makes an Attraction Agent
|
|
48
|
+
- World class viewings
|
|
49
|
+
- 5am club
|
|
50
|
+
- Ideal week structure
|
|
51
|
+
- Daily physical exercise
|
|
52
|
+
- Crucial conversations
|
|
53
|
+
- 10 calls before 10am
|
|
54
|
+
- Attitude of gratitude
|
|
55
|
+
- Daily personal development
|
|
56
|
+
- Prospect 1-3 hours daily
|
|
57
|
+
- Understands vendor paid marketing
|
|
58
|
+
- Positive reference groups
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Authenticity & Boundaries
|
|
2
|
+
|
|
3
|
+
Authentic brands build trust faster — but boundaries protect the brand.
|
|
4
|
+
|
|
5
|
+
## Authenticity is
|
|
6
|
+
- truthful voice
|
|
7
|
+
- real stories with lessons
|
|
8
|
+
- calm confidence
|
|
9
|
+
- showing process
|
|
10
|
+
|
|
11
|
+
## Authenticity is NOT
|
|
12
|
+
- oversharing personal drama
|
|
13
|
+
- posting while angry
|
|
14
|
+
- complaining about clients
|
|
15
|
+
- drunk/party content
|
|
16
|
+
|
|
17
|
+
## "TMI" red flags
|
|
18
|
+
If you wouldn't say it at a professional networking event, don't post it.
|
|
19
|
+
|
|
20
|
+
## Negativity rule
|
|
21
|
+
If you must mention a challenge, use:
|
|
22
|
+
**Problem → Action → Lesson → Application**
|
|
23
|
+
|
|
24
|
+
## Consistency rule
|
|
25
|
+
Be the same person online and in real life. Trust dies when there's a mismatch.
|
|
26
|
+
|
|
27
|
+
## Gary V on Authenticity
|
|
28
|
+
People can quickly sense fake personal brands. Instead of trying to be perfect: show failures, show struggles, share real opinions. The internet rewards real personalities. This builds trust, loyalty, and community.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Become a Brand Leader (high-level map)
|
|
2
|
+
|
|
3
|
+
Use as a checklist for a brand that is more than “posting content”.
|
|
4
|
+
|
|
5
|
+
## Components to define
|
|
6
|
+
- brand story
|
|
7
|
+
- brand positioning
|
|
8
|
+
- tone
|
|
9
|
+
- creative idea
|
|
10
|
+
- communications strategy
|
|
11
|
+
- web funnel
|
|
12
|
+
- in-person experience
|
|
13
|
+
- owned/earned/shared/paid media
|
|
14
|
+
|
|
15
|
+
## UK estate agent adaptation
|
|
16
|
+
- owned: website/blog, email list
|
|
17
|
+
- shared: socials, community groups
|
|
18
|
+
- earned: local press, partnerships, testimonials
|
|
19
|
+
- paid: targeted ads (lead magnet, retargeting)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Firewave BLAST Formula & Blogging
|
|
2
|
+
|
|
3
|
+
## The BLAST Formula
|
|
4
|
+
A daily content framework for social media:
|
|
5
|
+
|
|
6
|
+
| Letter | Category | Examples |
|
|
7
|
+
|---|---|---|
|
|
8
|
+
| **B** | Behind the Scenes | Designer working on brochures, photographer going the extra mile, unboxing bespoke materials |
|
|
9
|
+
| **L** | Local Spotlight | Afternoon run to favourite café, competition with local florist, interview with new shop owner |
|
|
10
|
+
| **A** | A Day in the Life | Facebook Live from a local landmark, photo of interesting find on a walk, full rainbow on way to office |
|
|
11
|
+
| **S** | Showcase of a Property | Sneak peek coming soon, new to market, just sold, bath with a view, twilight shoot |
|
|
12
|
+
| **T** | Tips and Advice | Live Q&A "7 reasons to sell in spring", blog link with graphics, testing household hacks |
|
|
13
|
+
|
|
14
|
+
## How BLAST Works
|
|
15
|
+
Like a diet — a few posts outside the formula won't hurt, but if BLAST posts are in the minority, results won't follow.
|
|
16
|
+
|
|
17
|
+
## Property Showcase Tips
|
|
18
|
+
- Be careful with property adverts (platforms restrict reach for ads)
|
|
19
|
+
- Instead: "sneak peek", "new to market", "just sold" format
|
|
20
|
+
- Show interesting details: period features, views, unique architectural elements
|
|
21
|
+
|
|
22
|
+
## Five P’s to Blog Like a Pro
|
|
23
|
+
1. **Plan** — list all topics, common questions, frequent issues
|
|
24
|
+
2. **Prepare** — research, gather data, find examples
|
|
25
|
+
3. **Produce** — write with personality, break into scannable sections
|
|
26
|
+
4. **Publish** — on your website (drives SEO)
|
|
27
|
+
5. **Promote** — share across social, email, and communities
|
|
28
|
+
|
|
29
|
+
## Blog Topic Ideas
|
|
30
|
+
- When is the right time to go on the market?
|
|
31
|
+
- Do I need professional photography?
|
|
32
|
+
- Why do I need a floor plan?
|
|
33
|
+
- What's an EPC?
|
|
34
|
+
- How long will it take my house to sell?
|
|
35
|
+
- What happens after you accept an offer?
|
|
36
|
+
- Moving with children: a parent's guide
|
|
37
|
+
|
|
38
|
+
## Blogging Benefits
|
|
39
|
+
- Positions you as an expert authority
|
|
40
|
+
- Demonstrates transparency and honesty
|
|
41
|
+
- Creates an estate agent's website people actually want to visit
|
|
42
|
+
- Drives Google ranking through fresh, relevant content
|
package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Become a Brand Leader
|
|
2
|
+
|
|
3
|
+
From the *Become a Brand Leader* framework.
|
|
4
|
+
|
|
5
|
+
## Every Brand Leader Must Know
|
|
6
|
+
|
|
7
|
+
### Brand Foundation
|
|
8
|
+
- Brand Story
|
|
9
|
+
- Brand Positioning
|
|
10
|
+
- Positioning Statement
|
|
11
|
+
- Functional Benefits
|
|
12
|
+
- Emotional Benefits
|
|
13
|
+
- Reason to Believe
|
|
14
|
+
|
|
15
|
+
### Consumer Understanding
|
|
16
|
+
- Target Consumer
|
|
17
|
+
- Consumer Insights
|
|
18
|
+
- Consumer Enemy (what frustrates your ideal client)
|
|
19
|
+
- Consumer Analytics
|
|
20
|
+
|
|
21
|
+
### Communications
|
|
22
|
+
- Creative Brief
|
|
23
|
+
- Creative Idea
|
|
24
|
+
- Communications Strategy
|
|
25
|
+
- Advertising Tone
|
|
26
|
+
|
|
27
|
+
### Media Mix
|
|
28
|
+
- Earned Media (PR, press, word of mouth)
|
|
29
|
+
- Owned Media (website, blog, email list)
|
|
30
|
+
- Shared Media (social media)
|
|
31
|
+
- Paid Media (advertising)
|
|
32
|
+
|
|
33
|
+
### Business Operations
|
|
34
|
+
- Strategic Plan (Vision, Key Issues, Strategies, Tactics)
|
|
35
|
+
- Organisation Culture and Values
|
|
36
|
+
- Talent and Training
|
|
37
|
+
- Service Systems
|
|
38
|
+
- Forecasting and Budgets
|
|
39
|
+
|
|
40
|
+
## For Estate Agents
|
|
41
|
+
Apply brand leader thinking to:
|
|
42
|
+
- How your listings are presented
|
|
43
|
+
- How your marketing looks and feels
|
|
44
|
+
- How clients experience your service
|
|
45
|
+
- How your team represents the brand
|
|
46
|
+
- How you're perceived vs competitors
|
|
47
|
+
|
|
48
|
+
> "Everything you do every day either builds or destroys your brand equity."
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# Brand Strategy System (Identity First)
|
|
2
|
+
|
|
3
|
+
## The goal
|
|
4
|
+
Answer the market's question: **"Why you?"**
|
|
5
|
+
|
|
6
|
+
A brand isn't your logo — it's the set of **associations and expectations** people have when they see your name.
|
|
7
|
+
|
|
8
|
+
## Phase 1 — Discover your core identity
|
|
9
|
+
|
|
10
|
+
### 1) Brand vision (5-year snapshot)
|
|
11
|
+
Write a vivid, present-tense description of life/work **5 years from now**:
|
|
12
|
+
- who you serve
|
|
13
|
+
- what outcomes you create
|
|
14
|
+
- what you're known for
|
|
15
|
+
- what your day looks like
|
|
16
|
+
|
|
17
|
+
Then work backwards:
|
|
18
|
+
- 3 years → what must be true?
|
|
19
|
+
- 1 year → what milestones?
|
|
20
|
+
- 6 months → what actions?
|
|
21
|
+
- this month → what's the first step?
|
|
22
|
+
|
|
23
|
+
### 2) Your "AND" (your moat)
|
|
24
|
+
You're not *just* X. You're **X AND Y**.
|
|
25
|
+
Examples:
|
|
26
|
+
- estate agent **AND** local historian
|
|
27
|
+
- estate agent **AND** content creator
|
|
28
|
+
- estate agent **AND** community champion
|
|
29
|
+
|
|
30
|
+
Rules for a good AND:
|
|
31
|
+
- real (authentic)
|
|
32
|
+
- valuable (people will pay)
|
|
33
|
+
- differentiated (rare combo)
|
|
34
|
+
|
|
35
|
+
### 3) Brand personality
|
|
36
|
+
Pick a consistent stance on these spectrums:
|
|
37
|
+
- formal ↔ casual
|
|
38
|
+
- calm ↔ energetic
|
|
39
|
+
- expert ↔ peer
|
|
40
|
+
- exclusive ↔ inclusive
|
|
41
|
+
|
|
42
|
+
### 4) Core promises
|
|
43
|
+
Define 3–5 promises you always keep (e.g. "fast response", "clear next steps", "no surprises").
|
|
44
|
+
|
|
45
|
+
## Phase 2 — Consistency
|
|
46
|
+
Consistency across:
|
|
47
|
+
- messaging
|
|
48
|
+
- visuals
|
|
49
|
+
- cadence
|
|
50
|
+
- standards (response time, quality)
|
|
51
|
+
|
|
52
|
+
## Phase 3 — Amplify
|
|
53
|
+
Once identity + consistency exist:
|
|
54
|
+
- partnerships
|
|
55
|
+
- press
|
|
56
|
+
- bigger distribution
|
|
57
|
+
- events / talks
|
|
58
|
+
|
|
59
|
+
**Rule:** Amplify a message you can sustain — don't amplify chaos.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Content Engine (Pillars → Cadence → Repurpose)
|
|
2
|
+
|
|
3
|
+
## Content pillars
|
|
4
|
+
Pick 3–5 themes you can talk about forever.
|
|
5
|
+
Examples:
|
|
6
|
+
- education (how it works)
|
|
7
|
+
- mistakes (what to avoid)
|
|
8
|
+
- stories (wins/losses)
|
|
9
|
+
- behind-the-scenes (process)
|
|
10
|
+
- proof (testimonials/case studies)
|
|
11
|
+
|
|
12
|
+
## Cadence (minimum viable)
|
|
13
|
+
- 3 posts/week on primary platform
|
|
14
|
+
- 1 short video/week (or more if easy)
|
|
15
|
+
- daily light-touch stories (optional)
|
|
16
|
+
|
|
17
|
+
## Batching
|
|
18
|
+
Create content in 1–2 blocks/week:
|
|
19
|
+
- record 4–8 clips
|
|
20
|
+
- write 3–5 posts
|
|
21
|
+
- schedule
|
|
22
|
+
|
|
23
|
+
## What "value" means
|
|
24
|
+
Each piece should do at least one:
|
|
25
|
+
- educate
|
|
26
|
+
- inspire
|
|
27
|
+
- entertain
|
|
28
|
+
- inform
|
|
29
|
+
- connect
|
|
30
|
+
|
|
31
|
+
## Gary V’s Content Formula
|
|
32
|
+
1. Choose a niche you care about
|
|
33
|
+
2. Produce valuable content consistently
|
|
34
|
+
3. Distribute across multiple platforms
|
|
35
|
+
4. Engage deeply with your audience
|
|
36
|
+
5. Build trust over time
|
|
37
|
+
6. Monetise once attention exists
|
|
38
|
+
|
|
39
|
+
## Document, Don’t Create
|
|
40
|
+
Instead of thinking "What should I create?" think "What am I already doing that I can share?"
|
|
41
|
+
- Recording conversations
|
|
42
|
+
- Sharing behind the scenes
|
|
43
|
+
- Answering questions
|
|
44
|
+
- Showing the process
|
|
45
|
+
|
|
46
|
+
## 10x Content Rule (Sharran)
|
|
47
|
+
One video should produce: 1 YouTube video, 3 Instagram clips, 1 LinkedIn post, 1 email topic, 1 short reel.
|
|
48
|
+
|
|
49
|
+
**Test:** would you save/share it?
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Firewave BLAST + blogging (estate agency)
|
|
2
|
+
|
|
3
|
+
## BLAST categories
|
|
4
|
+
- **B**ehind the scenes
|
|
5
|
+
- **L**ocal spotlight
|
|
6
|
+
- **A** day in the life
|
|
7
|
+
- **S**howcase of a property
|
|
8
|
+
- **T**ips and advice
|
|
9
|
+
|
|
10
|
+
## Weekly minimum viable cadence
|
|
11
|
+
- 3 posts/week (mix BLAST)
|
|
12
|
+
- 1 short video/week
|
|
13
|
+
- 1 blog/month
|
|
14
|
+
|
|
15
|
+
## Blogging topics that work
|
|
16
|
+
Answer seller questions:
|
|
17
|
+
- “When is the best time to sell?”
|
|
18
|
+
- “Do I need professional photography?”
|
|
19
|
+
- “What’s an EPC and why it matters?”
|
|
20
|
+
- “How long will my house take to sell in <area>?”
|
|
21
|
+
|
|
22
|
+
## Repurpose
|
|
23
|
+
Blog → LinkedIn post → IG carousel → video script.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Gary Vaynerchuk Content Strategy
|
|
2
|
+
|
|
3
|
+
Combined principles from Crush It!, Crushing It!, and Day Trading Attention.
|
|
4
|
+
|
|
5
|
+
## Core Philosophy
|
|
6
|
+
The internet has created the greatest opportunity in history for individuals to build businesses around their personal brand. Your phone + social media = your media company.
|
|
7
|
+
|
|
8
|
+
> "Attention is the asset."
|
|
9
|
+
|
|
10
|
+
## From Crush It!
|
|
11
|
+
- Passion is the starting point
|
|
12
|
+
- The internet eliminates gatekeepers
|
|
13
|
+
- Content builds trust
|
|
14
|
+
- Build audience before monetising
|
|
15
|
+
- Work ethic matters
|
|
16
|
+
- Community engagement is essential
|
|
17
|
+
|
|
18
|
+
## From Crushing It!
|
|
19
|
+
- People follow people, not businesses
|
|
20
|
+
- Document your journey and provide value
|
|
21
|
+
- Every platform has different behaviour and culture
|
|
22
|
+
- Early adoption creates massive advantage
|
|
23
|
+
- Patience and consistency — building a brand takes years (3-5+ years)
|
|
24
|
+
- Reply to every comment and message early on
|
|
25
|
+
|
|
26
|
+
## From Day Trading Attention
|
|
27
|
+
- Attention moves constantly across platforms
|
|
28
|
+
- Creative is the most important variable — beats budget every time
|
|
29
|
+
- Speed matters — trends move quickly, react fast
|
|
30
|
+
- Volume wins — more content = more chances of success
|
|
31
|
+
- Organic reach is still massively undervalued
|
|
32
|
+
- Build brand first, sales second
|
|
33
|
+
|
|
34
|
+
## The 4 Types of Content
|
|
35
|
+
1. **Educational** — tips, tutorials, advice
|
|
36
|
+
2. **Inspirational** — success stories, personal journeys
|
|
37
|
+
3. **Entertaining** — humour, relatable moments
|
|
38
|
+
4. **Documentary** — real life, behind the scenes, process
|
|
39
|
+
|
|
40
|
+
## Platform-Native Content
|
|
41
|
+
- TikTok: short-form entertainment, trends
|
|
42
|
+
- Instagram: visual storytelling, lifestyle
|
|
43
|
+
- LinkedIn: professional insights, career stories
|
|
44
|
+
- YouTube: long-form education and storytelling
|
|
45
|
+
- Each platform requires adapted content — don't just repost
|
|
46
|
+
|
|
47
|
+
## Key Principles for Estate Agents
|
|
48
|
+
- You don't need to be the best — document your journey
|
|
49
|
+
- Consistency beats perfection — daily imperfect > occasional perfect
|
|
50
|
+
- Patience is the advantage — most people quit too early
|
|
51
|
+
- Personal brands beat corporate brands — people trust individuals
|
|
52
|
+
- Authenticity creates loyalty — real personalities build real audiences
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Gary V principles (Crush It / Crushing It / Day Trading Attention)
|
|
2
|
+
|
|
3
|
+
## Core ideas
|
|
4
|
+
- **People follow people**: your personal brand drives trust.
|
|
5
|
+
- **Attention is the asset**: where attention goes, business follows.
|
|
6
|
+
- **Document, don’t over-produce**: show the process.
|
|
7
|
+
- **Platform culture matters**: adapt content to each platform.
|
|
8
|
+
- **Speed + volume**: more content = more learning + more upside.
|
|
9
|
+
- **Engagement is distribution**: comments/DMs are part of the job.
|
|
10
|
+
- **Long game**: 1–2 years to build, 3–5 years to compound.
|
|
11
|
+
|
|
12
|
+
## UK estate agent application
|
|
13
|
+
- Daily micro content: viewings, prep, negotiation lessons.
|
|
14
|
+
- Weekly pillar content: market updates, pricing myths, “how to choose an agent”.
|
|
15
|
+
- Community content: local spotlight series.
|
|
16
|
+
|
|
17
|
+
## Guardrails
|
|
18
|
+
- Professional boundaries.
|
|
19
|
+
- Never shame clients or vendors.
|
|
20
|
+
- Never post when angry.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Oversubscribed positioning (Daniel Priestley)
|
|
2
|
+
|
|
3
|
+
## Goal
|
|
4
|
+
Create demand > supply so you stop chasing.
|
|
5
|
+
|
|
6
|
+
## Principles
|
|
7
|
+
1) Be known for something specific (niche)
|
|
8
|
+
2) Create demand before selling (waiting list)
|
|
9
|
+
3) Use constraints (limited slots, launch dates)
|
|
10
|
+
4) Run campaigns (not constant selling)
|
|
11
|
+
5) Use signals (social proof, “sold out”, case studies)
|
|
12
|
+
6) Spend a remarkable budget (experience people talk about)
|
|
13
|
+
|
|
14
|
+
## Estate agent application
|
|
15
|
+
- limited “launch slots” per month
|
|
16
|
+
- campaign-style property launches
|
|
17
|
+
- buyer waiting list
|
|
18
|
+
- remarkable vendor experience (updates, presentation, calm control)
|