@rubytech/create-realagent 1.0.406 → 1.0.423
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 +12 -7
- package/package.json +2 -2
- package/payload/maxy/public/assets/ChatInput-BcuvuN5M.css +1 -0
- package/payload/maxy/public/assets/ChatInput-Bkvp46jn.js +42 -0
- package/payload/maxy/public/assets/{admin-k0izNYS1.js → admin-h_MCGiva.js} +2 -2
- package/payload/maxy/public/assets/{public-3Y1Xk7cO.js → public-CJdTPrH1.js} +1 -1
- package/payload/maxy/public/brand/demo-9pm-enquiry.svg +95 -0
- package/payload/maxy/public/brand/demo-create-agent.svg +110 -0
- package/payload/maxy/public/brand/demo-morning-briefing.svg +83 -0
- package/payload/maxy/public/brand/demo-post-viewing.svg +107 -0
- package/payload/maxy/public/brand/how-it-works.svg +152 -0
- package/payload/maxy/public/brand/realagent-favicon-dark-32.png +0 -0
- package/payload/maxy/public/brand/realagent-icon-dark-round-web.png +0 -0
- package/payload/maxy/public/brand/realagent-icon-dark-web.png +0 -0
- package/payload/maxy/public/brand/realagent-icon-web.png +0 -0
- package/payload/maxy/public/brand-constants.json +3 -3
- package/payload/maxy/public/brand-defaults.css +4 -4
- package/payload/maxy/public/index.html +3 -3
- package/payload/maxy/public/public.html +3 -3
- package/payload/maxy/server.js +618 -115
- package/payload/platform/config/brand.json +9 -7
- package/payload/platform/knowledge/maxy.md +4 -0
- package/payload/platform/plugins/admin/PLUGIN.md +7 -6
- package/payload/platform/plugins/admin/hooks/agent-creation-approval.sh +9 -1
- package/payload/platform/plugins/admin/hooks/agent-creation-gate.sh +9 -1
- package/payload/platform/plugins/admin/hooks/agent-creation-post.sh +9 -1
- package/payload/platform/plugins/admin/hooks/test-agent-creation-gate.sh +15 -0
- package/payload/platform/plugins/admin/mcp/dist/index.js +1 -1
- package/payload/platform/plugins/admin/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/admin/skills/plugin-management/skill.md +56 -7
- package/payload/platform/plugins/admin/skills/public-agent-manager/skill.md +21 -2
- package/payload/platform/plugins/anthropic/PLUGIN.md +0 -1
- package/payload/platform/plugins/business-assistant/PLUGIN.md +1 -1
- package/payload/platform/plugins/cloudflare/PLUGIN.md +0 -1
- package/payload/platform/plugins/contacts/PLUGIN.md +0 -1
- package/payload/platform/plugins/deep-research/PLUGIN.md +0 -1
- package/payload/platform/plugins/docs/PLUGIN.md +1 -1
- package/payload/platform/plugins/docs/references/plugins-guide.md +11 -5
- package/payload/platform/plugins/email/PLUGIN.md +1 -2
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.d.ts +1 -1
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js +1 -1
- package/payload/platform/plugins/memory/PLUGIN.md +24 -4
- package/payload/platform/plugins/memory/mcp/dist/index.js +1 -1
- package/payload/platform/plugins/memory/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/lib/semantic-chunker.js +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-delete.js +2 -2
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-edit-attachment.js +2 -2
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-ingest-extract.js +2 -2
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-read-attachment.js +2 -2
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-search.js +5 -5
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js +31 -2
- package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js.map +1 -1
- package/payload/platform/plugins/memory/skills/{conversational-memory.md → conversational-memory/SKILL.md} +10 -1
- package/payload/platform/plugins/projects/PLUGIN.md +1 -1
- package/payload/platform/plugins/sales/PLUGIN.md +1 -1
- package/payload/platform/plugins/scheduling/PLUGIN.md +15 -1
- package/payload/platform/plugins/scheduling/mcp/dist/index.js +36 -9
- package/payload/platform/plugins/scheduling/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/scheduling/mcp/dist/lib/neo4j.d.ts +6 -0
- package/payload/platform/plugins/scheduling/mcp/dist/lib/neo4j.d.ts.map +1 -1
- package/payload/platform/plugins/scheduling/mcp/dist/lib/neo4j.js +23 -0
- package/payload/platform/plugins/scheduling/mcp/dist/lib/neo4j.js.map +1 -1
- package/payload/platform/plugins/scheduling/mcp/dist/lib/time-format.d.ts +48 -0
- package/payload/platform/plugins/scheduling/mcp/dist/lib/time-format.d.ts.map +1 -0
- package/payload/platform/plugins/scheduling/mcp/dist/lib/time-format.js +140 -0
- package/payload/platform/plugins/scheduling/mcp/dist/lib/time-format.js.map +1 -0
- package/payload/platform/plugins/scheduling/mcp/dist/scripts/check-due-events.js +24 -14
- package/payload/platform/plugins/scheduling/mcp/dist/scripts/check-due-events.js.map +1 -1
- package/payload/platform/plugins/scheduling/mcp/dist/tools/schedule-list.d.ts.map +1 -1
- package/payload/platform/plugins/scheduling/mcp/dist/tools/schedule-list.js +24 -6
- package/payload/platform/plugins/scheduling/mcp/dist/tools/schedule-list.js.map +1 -1
- package/payload/platform/plugins/tasks/.claude-plugin/plugin.json +0 -1
- package/payload/platform/plugins/tasks/PLUGIN.md +11 -1
- package/payload/platform/plugins/waitlist/PLUGIN.md +2 -2
- package/payload/platform/plugins/waitlist/mcp/dist/index.js +44 -0
- package/payload/platform/plugins/waitlist/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-heal.d.ts +33 -0
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-heal.d.ts.map +1 -0
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-heal.js +124 -0
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-heal.js.map +1 -0
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-list.d.ts +1 -0
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-list.d.ts.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-list.js +1 -0
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-list.js.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-persist.d.ts +6 -3
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-persist.d.ts.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-persist.js +20 -9
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-persist.js.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-review.d.ts +1 -0
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-review.d.ts.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-review.js +1 -0
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-review.js.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-scan.d.ts +3 -2
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-scan.d.ts.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-scan.js +3 -2
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-scan.js.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-setup.d.ts.map +1 -1
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-setup.js +4 -35
- package/payload/platform/plugins/waitlist/mcp/dist/tools/waitlist-setup.js.map +1 -1
- package/payload/platform/plugins/workflows/.claude-plugin/plugin.json +0 -1
- package/payload/platform/plugins/workflows/PLUGIN.md +12 -3
- package/payload/platform/plugins/workflows/mcp/dist/lib/llm-call.d.ts +15 -23
- package/payload/platform/plugins/workflows/mcp/dist/lib/llm-call.d.ts.map +1 -1
- package/payload/platform/plugins/workflows/mcp/dist/lib/llm-call.js +64 -233
- package/payload/platform/plugins/workflows/mcp/dist/lib/llm-call.js.map +1 -1
- package/payload/platform/plugins/workflows/mcp/dist/lib/step-resolver.d.ts +4 -4
- package/payload/platform/plugins/workflows/mcp/dist/lib/step-resolver.js +4 -4
- package/payload/platform/plugins/workflows/mcp/dist/tools/workflow-execute.d.ts +6 -6
- package/payload/platform/plugins/workflows/mcp/dist/tools/workflow-execute.js +7 -7
- package/payload/platform/plugins/workflows/mcp/dist/tools/workflow-execute.js.map +1 -1
- package/payload/platform/templates/agents/admin/IDENTITY.md +23 -6
- package/payload/platform/templates/specialists/agents/scheduler.md +1 -1
- package/payload/premium-plugins/real-agency/BUNDLE.md +32 -0
- package/payload/premium-plugins/real-agency/agents/buyer-enquiry/IDENTITY.md +13 -0
- package/payload/premium-plugins/real-agency/agents/buyer-enquiry/SOUL.md +9 -0
- package/payload/premium-plugins/real-agency/agents/buyer-enquiry/template.json +9 -0
- package/payload/premium-plugins/real-agency/plugins/real-agency-business/PLUGIN.md +34 -0
- package/payload/premium-plugins/real-agency/{skills/business-growth.md → plugins/real-agency-business/skills/business-growth/SKILL.md} +20 -25
- package/payload/premium-plugins/real-agency/{skills/business-operations.md → plugins/real-agency-business/skills/business-operations/SKILL.md} +5 -5
- package/payload/premium-plugins/real-agency/{skills/exp-partnership.md → plugins/real-agency-business/skills/exp-partnership/SKILL.md} +7 -7
- package/payload/premium-plugins/real-agency/{skills/personal-branding.md → plugins/real-agency-business/skills/personal-branding/SKILL.md} +17 -17
- package/payload/premium-plugins/real-agency/plugins/real-agency-buyers/PLUGIN.md +35 -0
- package/payload/premium-plugins/real-agency/{skills/buyer-feedback.md → plugins/real-agency-buyers/skills/buyer-feedback/SKILL.md} +2 -2
- package/payload/premium-plugins/real-agency/{skills/buyer-management.md → plugins/real-agency-buyers/skills/buyer-management/SKILL.md} +8 -8
- package/payload/premium-plugins/real-agency/{skills/buyer-seller-guides.md → plugins/real-agency-buyers/skills/buyer-seller-guides/SKILL.md} +7 -7
- package/payload/premium-plugins/real-agency/plugins/real-agency-coaching/PLUGIN.md +55 -0
- package/payload/premium-plugins/real-agency/{skills/agent-performance.md → plugins/real-agency-coaching/skills/agent-performance/SKILL.md} +5 -1
- package/payload/premium-plugins/real-agency/{skills/bespoke-coaching.md → plugins/real-agency-coaching/skills/bespoke-coaching/SKILL.md} +10 -2
- package/payload/premium-plugins/real-agency/{skills/coaching-toolkit.md → plugins/real-agency-coaching/skills/coaching-toolkit/SKILL.md} +3 -1
- package/payload/premium-plugins/real-agency/{skills/serhant-training.md → plugins/real-agency-coaching/skills/serhant-training/SKILL.md} +1 -1
- package/payload/premium-plugins/real-agency/plugins/real-agency-leads/PLUGIN.md +32 -0
- package/payload/premium-plugins/real-agency/{skills/lead-nurturing.md → plugins/real-agency-leads/skills/lead-nurturing/SKILL.md} +20 -26
- package/payload/premium-plugins/real-agency/{references/lead-nurturing-database-reactivation.md → plugins/real-agency-leads/skills/lead-nurturing/references/database-reactivation.md} +1 -1
- package/payload/premium-plugins/real-agency/{skills/prospecting.md → plugins/real-agency-leads/skills/prospecting/SKILL.md} +4 -4
- package/payload/premium-plugins/real-agency/plugins/real-agency-listings/PLUGIN.md +33 -0
- package/payload/premium-plugins/real-agency/{skills/home-preparation.md → plugins/real-agency-listings/skills/home-preparation/SKILL.md} +4 -4
- package/payload/premium-plugins/real-agency/{skills/listing-presentation.md → plugins/real-agency-listings/skills/listing-presentation/SKILL.md} +4 -4
- package/payload/premium-plugins/real-agency/{skills/property-marketing.md → plugins/real-agency-listings/skills/property-marketing/SKILL.md} +8 -8
- package/payload/premium-plugins/real-agency/plugins/real-agency-onboarding/PLUGIN.md +31 -0
- package/payload/premium-plugins/real-agency/{skills/bootstrap.md → plugins/real-agency-onboarding/skills/bootstrap/SKILL.md} +3 -3
- package/payload/premium-plugins/real-agency/{references/bootstrap-onboarding-flow.md → plugins/real-agency-onboarding/skills/bootstrap/references/onboarding-flow.md} +1 -1
- package/payload/premium-plugins/real-agency/plugins/real-agency-sales/PLUGIN.md +34 -0
- package/payload/premium-plugins/real-agency/{skills/sales-closer.md → plugins/real-agency-sales/skills/sales-closer/SKILL.md} +1 -4
- package/payload/premium-plugins/real-agency/{skills/sales-discovery.md → plugins/real-agency-sales/skills/sales-discovery/SKILL.md} +7 -11
- package/payload/premium-plugins/real-agency/{skills/sales-negotiation.md → plugins/real-agency-sales/skills/sales-negotiation/SKILL.md} +5 -8
- package/payload/premium-plugins/real-agency/{skills/sales-progression.md → plugins/real-agency-sales/skills/sales-progression/SKILL.md} +2 -2
- package/payload/premium-plugins/real-agency/plugins/real-agency-teaching/PLUGIN.md +32 -0
- package/payload/premium-plugins/real-agency/{skills/content-directory.md → plugins/real-agency-teaching/skills/content-directory/SKILL.md} +2 -2
- package/payload/premium-plugins/real-agency/plugins/real-agency-vendors/PLUGIN.md +34 -0
- package/payload/premium-plugins/real-agency/{skills/negotiation.md → plugins/real-agency-vendors/skills/negotiation/SKILL.md} +5 -5
- package/payload/premium-plugins/real-agency/{skills/vendor-communication.md → plugins/real-agency-vendors/skills/vendor-communication/SKILL.md} +10 -10
- package/payload/premium-plugins/real-agency/{skills/vendor-updates.md → plugins/real-agency-vendors/skills/vendor-updates/SKILL.md} +3 -3
- package/payload/premium-plugins/teaching/PLUGIN.md +1 -2
- package/payload/premium-plugins/writer-craft/PLUGIN.md +1 -2
- package/payload/maxy/public/assets/ChatInput-7sHhJaNJ.js +0 -42
- package/payload/maxy/public/assets/ChatInput-oLFewltq.css +0 -1
- package/payload/premium-plugins/real-agency/PLUGIN.md +0 -101
- /package/payload/platform/plugins/anthropic/skills/{get-api-key.md → get-api-key/SKILL.md} +0 -0
- /package/payload/platform/plugins/cloudflare/skills/{setup-tunnel.md → setup-tunnel/SKILL.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-buy-back-your-time.md → plugins/real-agency-business/skills/business-growth/references/buy-back-your-time.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-firewave-gost-scorecards.md → plugins/real-agency-business/skills/business-growth/references/firewave-gost-scorecards.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-keller-org-model.md → plugins/real-agency-business/skills/business-growth/references/keller-org-model.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-lencioni-team-models.md → plugins/real-agency-business/skills/business-growth/references/lencioni-team-models.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-listing-management-system.md → plugins/real-agency-business/skills/business-growth/references/listing-management-system.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-net-figure-form.md → plugins/real-agency-business/skills/business-growth/references/net-figure-form.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-serhant-bizinbox-notes.md → plugins/real-agency-business/skills/business-growth/references/serhant-bizinbox-notes.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-team-roles-commission.md → plugins/real-agency-business/skills/business-growth/references/team-roles-commission.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-va-2026-ops.md → plugins/real-agency-business/skills/business-growth/references/va-2026-ops.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-growth-wingman-structure.md → plugins/real-agency-business/skills/business-growth/references/wingman-structure.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-operations-crm-systems.md → plugins/real-agency-business/skills/business-operations/references/crm-systems.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-operations-hiring-guide.md → plugins/real-agency-business/skills/business-operations/references/hiring-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-operations-impact-framework.md → plugins/real-agency-business/skills/business-operations/references/impact-framework.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-operations-minutes-equal-money.md → plugins/real-agency-business/skills/business-operations/references/minutes-equal-money.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/business-operations-team-management.md → plugins/real-agency-business/skills/business-operations/references/team-management.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/exp-partnership-12-reasons.md → plugins/real-agency-business/skills/exp-partnership/references/12-reasons.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/exp-partnership-95-5-system.md → plugins/real-agency-business/skills/exp-partnership/references/95-5-system.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/exp-partnership-agent-attraction-scripts.md → plugins/real-agency-business/skills/exp-partnership/references/agent-attraction-scripts.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/exp-partnership-business-partnership.md → plugins/real-agency-business/skills/exp-partnership/references/business-partnership.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/exp-partnership-exp-model-overview.md → plugins/real-agency-business/skills/exp-partnership/references/exp-model-overview.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/exp-partnership-model-comparison.md → plugins/real-agency-business/skills/exp-partnership/references/model-comparison.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/exp-partnership-revenue-share-explained.md → plugins/real-agency-business/skills/exp-partnership/references/revenue-share-explained.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-attraction-agent-notes.md → plugins/real-agency-business/skills/personal-branding/references/attraction-agent-notes.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-attraction-agent.md → plugins/real-agency-business/skills/personal-branding/references/attraction-agent.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-authenticity-boundaries.md → plugins/real-agency-business/skills/personal-branding/references/authenticity-boundaries.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-become-a-brand-leader-notes.md → plugins/real-agency-business/skills/personal-branding/references/become-a-brand-leader-notes.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-blast-formula.md → plugins/real-agency-business/skills/personal-branding/references/blast-formula.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-brand-leader.md → plugins/real-agency-business/skills/personal-branding/references/brand-leader.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-brand-strategy-system.md → plugins/real-agency-business/skills/personal-branding/references/brand-strategy-system.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-content-engine.md → plugins/real-agency-business/skills/personal-branding/references/content-engine.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-firewave-blast-and-blogging.md → plugins/real-agency-business/skills/personal-branding/references/firewave-blast-and-blogging.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-gary-v-content.md → plugins/real-agency-business/skills/personal-branding/references/gary-v-content.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-gary-v-principles.md → plugins/real-agency-business/skills/personal-branding/references/gary-v-principles.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-oversubscribed-positioning.md → plugins/real-agency-business/skills/personal-branding/references/oversubscribed-positioning.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-platforms.md → plugins/real-agency-business/skills/personal-branding/references/platforms.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-priestley-oversubscribed.md → plugins/real-agency-business/skills/personal-branding/references/priestley-oversubscribed.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-storeys-style-examples.md → plugins/real-agency-business/skills/personal-branding/references/storeys-style-examples.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/personal-branding-visual-identity.md → plugins/real-agency-business/skills/personal-branding/references/visual-identity.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-management-buyer-qualification-questions.md → plugins/real-agency-buyers/skills/buyer-management/references/buyer-qualification-questions.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-management-buyer-qualification.md → plugins/real-agency-buyers/skills/buyer-management/references/buyer-qualification.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-management-buyer-scripts.md → plugins/real-agency-buyers/skills/buyer-management/references/buyer-scripts.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-management-buyer-working-scripts.md → plugins/real-agency-buyers/skills/buyer-management/references/buyer-working-scripts.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-management-feedback-collection.md → plugins/real-agency-buyers/skills/buyer-management/references/feedback-collection.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-management-offer-capture.md → plugins/real-agency-buyers/skills/buyer-management/references/offer-capture.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-management-viewing-booking.md → plugins/real-agency-buyers/skills/buyer-management/references/viewing-booking.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-management-viewing-management.md → plugins/real-agency-buyers/skills/buyer-management/references/viewing-management.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-seller-guides-care-fees-guide.md → plugins/real-agency-buyers/skills/buyer-seller-guides/references/care-fees-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-seller-guides-divorce-sales-guide.md → plugins/real-agency-buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-seller-guides-downsizing-guide.md → plugins/real-agency-buyers/skills/buyer-seller-guides/references/downsizing-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-seller-guides-first-time-buyers.md → plugins/real-agency-buyers/skills/buyer-seller-guides/references/first-time-buyers.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-seller-guides-first-time-sellers.md → plugins/real-agency-buyers/skills/buyer-seller-guides/references/first-time-sellers.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-seller-guides-probate-guide.md → plugins/real-agency-buyers/skills/buyer-seller-guides/references/probate-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/buyer-seller-guides-upsizing-guide.md → plugins/real-agency-buyers/skills/buyer-seller-guides/references/upsizing-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{skills/property-enquiry.md → plugins/real-agency-buyers/skills/property-enquiry/SKILL.md} +0 -0
- /package/payload/premium-plugins/real-agency/{skills/viewing-management.md → plugins/real-agency-buyers/skills/viewing-management/SKILL.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/agent-performance-atomic-habits.md → plugins/real-agency-coaching/skills/agent-performance/references/atomic-habits.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/agent-performance-daily-routine-scorecard.md → plugins/real-agency-coaching/skills/agent-performance/references/daily-routine-scorecard.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/agent-performance-hp6-model.md → plugins/real-agency-coaching/skills/agent-performance/references/hp6-model.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/agent-performance-twelve-week-year.md → plugins/real-agency-coaching/skills/agent-performance/references/twelve-week-year.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/bespoke-coaching-coaching-boundaries.md → plugins/real-agency-coaching/skills/bespoke-coaching/references/coaching-boundaries.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/bespoke-coaching-feedback-framework.md → plugins/real-agency-coaching/skills/bespoke-coaching/references/feedback-framework.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/bespoke-coaching-performance-framework.md → plugins/real-agency-coaching/skills/bespoke-coaching/references/performance-framework.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/coaching-toolkit-coaching-exercises.md → plugins/real-agency-coaching/skills/coaching-toolkit/references/coaching-exercises.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/coaching-toolkit-goal-setting.md → plugins/real-agency-coaching/skills/coaching-toolkit/references/goal-setting.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/coaching-toolkit-one-to-one-framework.md → plugins/real-agency-coaching/skills/coaching-toolkit/references/one-to-one-framework.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/coaching-toolkit-soi-workbook.md → plugins/real-agency-coaching/skills/coaching-toolkit/references/soi-workbook.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/serhant-training-agent-training-guide.md → plugins/real-agency-coaching/skills/serhant-training/references/agent-training-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/serhant-training-business-in-a-box.md → plugins/real-agency-coaching/skills/serhant-training/references/business-in-a-box.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/serhant-training-buyers-guide.md → plugins/real-agency-coaching/skills/serhant-training/references/buyers-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/serhant-training-codo-method.md → plugins/real-agency-coaching/skills/serhant-training/references/codo-method.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/serhant-training-website-planning-guide.md → plugins/real-agency-coaching/skills/serhant-training/references/website-planning-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-buyer-search-letter.md → plugins/real-agency-leads/skills/lead-nurturing/references/buyer-search-letter.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-buyer-search-letters.md → plugins/real-agency-leads/skills/lead-nurturing/references/buyer-search-letters.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-email-nurture-sequences.md → plugins/real-agency-leads/skills/lead-nurturing/references/email-nurture-sequences.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-facebook-referrals.md → plugins/real-agency-leads/skills/lead-nurturing/references/facebook-referrals.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-firewave-email-nurture-sequences.md → plugins/real-agency-leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-keller-33-touch.md → plugins/real-agency-leads/skills/lead-nurturing/references/keller-33-touch.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-neighbour-letters.md → plugins/real-agency-leads/skills/lead-nurturing/references/neighbour-letters.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-neighbour-notification-letter.md → plugins/real-agency-leads/skills/lead-nurturing/references/neighbour-notification-letter.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-ofi-follow-up-dialogue.md → plugins/real-agency-leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-ofi-follow-up.md → plugins/real-agency-leads/skills/lead-nurturing/references/ofi-follow-up.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-serhant-three-fs-plus.md → plugins/real-agency-leads/skills/lead-nurturing/references/serhant-three-fs-plus.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-sharran-10x10x10.md → plugins/real-agency-leads/skills/lead-nurturing/references/sharran-10x10x10.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-sms-templates.md → plugins/real-agency-leads/skills/lead-nurturing/references/sms-templates.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-sphere-of-influence-notes.md → plugins/real-agency-leads/skills/lead-nurturing/references/sphere-of-influence-notes.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-sphere-of-influence.md → plugins/real-agency-leads/skills/lead-nurturing/references/sphere-of-influence.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/lead-nurturing-tom-panos-sms-templates.md → plugins/real-agency-leads/skills/lead-nurturing/references/tom-panos-sms-templates.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/prospecting-database-matching.md → plugins/real-agency-leads/skills/prospecting/references/database-matching.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/prospecting-database-value.md → plugins/real-agency-leads/skills/prospecting/references/database-value.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/prospecting-prospecting-dialogues.md → plugins/real-agency-leads/skills/prospecting/references/prospecting-dialogues.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/prospecting-reactivation.md → plugins/real-agency-leads/skills/prospecting/references/reactivation.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/home-preparation-kerb-appeal.md → plugins/real-agency-listings/skills/home-preparation/references/kerb-appeal.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/home-preparation-photo-day.md → plugins/real-agency-listings/skills/home-preparation/references/photo-day.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/home-preparation-situational-tips.md → plugins/real-agency-listings/skills/home-preparation/references/situational-tips.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/home-preparation-staging-guide.md → plugins/real-agency-listings/skills/home-preparation/references/staging-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/listing-presentation-booking-script.md → plugins/real-agency-listings/skills/listing-presentation/references/booking-script.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/listing-presentation-objection-scripts.md → plugins/real-agency-listings/skills/listing-presentation/references/objection-scripts.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/listing-presentation-penhaul-presentation.md → plugins/real-agency-listings/skills/listing-presentation/references/penhaul-presentation.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/listing-presentation-pre-listing-kit.md → plugins/real-agency-listings/skills/listing-presentation/references/pre-listing-kit.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/listing-presentation-set-to-sell.md → plugins/real-agency-listings/skills/listing-presentation/references/set-to-sell.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/listing-presentation-sharran-frameworks.md → plugins/real-agency-listings/skills/listing-presentation/references/sharran-frameworks.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/property-marketing-auction-report-template.md → plugins/real-agency-listings/skills/property-marketing/references/auction-report-template.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/property-marketing-coming-soon-campaign.md → plugins/real-agency-listings/skills/property-marketing/references/coming-soon-campaign.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/property-marketing-direct-mail-templates.md → plugins/real-agency-listings/skills/property-marketing/references/direct-mail-templates.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/property-marketing-eoi-form-template.md → plugins/real-agency-listings/skills/property-marketing/references/eoi-form-template.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/property-marketing-monthly-scorecard.md → plugins/real-agency-listings/skills/property-marketing/references/monthly-scorecard.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-closer-serhant-emotion-stages.md → plugins/real-agency-sales/skills/sales-closer/references/serhant-emotion-stages.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-discovery-chris-voss-discovery.md → plugins/real-agency-sales/skills/sales-discovery/references/chris-voss-discovery.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-discovery-firewave-gost-journey.md → plugins/real-agency-sales/skills/sales-discovery/references/firewave-gost-journey.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-discovery-phil-jones-openers.md → plugins/real-agency-sales/skills/sales-discovery/references/phil-jones-openers.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-discovery-pre-listing-checklist.md → plugins/real-agency-sales/skills/sales-discovery/references/pre-listing-checklist.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-discovery-serhant-improv.md → plugins/real-agency-sales/skills/sales-discovery/references/serhant-improv.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-discovery-tom-ferry-discovery.md → plugins/real-agency-sales/skills/sales-discovery/references/tom-ferry-discovery.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-discovery-vendor-motivation-competitor.md → plugins/real-agency-sales/skills/sales-discovery/references/vendor-motivation-competitor.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-negotiation-chris-voss-negotiation.md → plugins/real-agency-sales/skills/sales-negotiation/references/chris-voss-negotiation.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-negotiation-phil-jones-price-words.md → plugins/real-agency-sales/skills/sales-negotiation/references/phil-jones-price-words.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-negotiation-serhant-negotiation-plus.md → plugins/real-agency-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-negotiation-tom-panos-commission-pricing.md → plugins/real-agency-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-negotiation-tony-morris-questioning.md → plugins/real-agency-sales/skills/sales-negotiation/references/tony-morris-questioning.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-progression-conveyancing-guide.md → plugins/real-agency-sales/skills/sales-progression/references/conveyancing-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/sales-progression-transaction-tracking.md → plugins/real-agency-sales/skills/sales-progression/references/transaction-tracking.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/content-directory-module-delivery.md → plugins/real-agency-teaching/skills/content-directory/references/module-delivery.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/content-directory-progress-tracking.md → plugins/real-agency-teaching/skills/content-directory/references/progress-tracking.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/negotiation-deal-saving.md → plugins/real-agency-vendors/skills/negotiation/references/deal-saving.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/negotiation-negotiation-deep-guide.md → plugins/real-agency-vendors/skills/negotiation/references/negotiation-deep-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/negotiation-negotiation-prep-principles.md → plugins/real-agency-vendors/skills/negotiation/references/negotiation-prep-principles.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/negotiation-negotiation-techniques.md → plugins/real-agency-vendors/skills/negotiation/references/negotiation-techniques.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/negotiation-offer-presentation.md → plugins/real-agency-vendors/skills/negotiation/references/offer-presentation.md} +0 -0
- /package/payload/premium-plugins/real-agency/{skills/valuation-booking.md → plugins/real-agency-vendors/skills/valuation-booking/SKILL.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-fee-protection-and-agenda.md → plugins/real-agency-vendors/skills/vendor-communication/references/fee-protection-and-agenda.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-listing-scripts.md → plugins/real-agency-vendors/skills/vendor-communication/references/listing-scripts.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-negotiation-deep-guide.md → plugins/real-agency-vendors/skills/vendor-communication/references/negotiation-deep-guide.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-price-alignment-scripts.md → plugins/real-agency-vendors/skills/vendor-communication/references/price-alignment-scripts.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-price-alignment.md → plugins/real-agency-vendors/skills/vendor-communication/references/price-alignment.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-scenario-scripts.md → plugins/real-agency-vendors/skills/vendor-communication/references/scenario-scripts.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-seller-engagement.md → plugins/real-agency-vendors/skills/vendor-communication/references/seller-engagement.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-valuation-booking.md → plugins/real-agency-vendors/skills/vendor-communication/references/valuation-booking.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-vendor-scripts.md → plugins/real-agency-vendors/skills/vendor-communication/references/vendor-scripts.md} +0 -0
- /package/payload/premium-plugins/real-agency/{references/vendor-communication-vendor-updates.md → plugins/real-agency-vendors/skills/vendor-communication/references/vendor-updates.md} +0 -0
- /package/payload/premium-plugins/teaching/skills/{interactive-tutor.md → interactive-tutor/SKILL.md} +0 -0
- /package/payload/premium-plugins/teaching/{references → skills/interactive-tutor/references}/assessment.md +0 -0
- /package/payload/premium-plugins/teaching/{references → skills/interactive-tutor/references}/classroom-conduct.md +0 -0
- /package/payload/premium-plugins/teaching/{references → skills/interactive-tutor/references}/teaching-modes.md +0 -0
- /package/payload/premium-plugins/teaching/skills/{lesson-planner.md → lesson-planner/SKILL.md} +0 -0
- /package/payload/premium-plugins/teaching/{references → skills/lesson-planner/references}/context-gathering.md +0 -0
- /package/payload/premium-plugins/teaching/{references → skills/lesson-planner/references}/plan-structure.md +0 -0
- /package/payload/premium-plugins/teaching/skills/{study-pack-builder.md → study-pack-builder/SKILL.md} +0 -0
- /package/payload/premium-plugins/teaching/{references → skills/study-pack-builder/references}/disaggregation.md +0 -0
- /package/payload/premium-plugins/teaching/{references → skills/study-pack-builder/references}/materials.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{citation-style.md → citation-style/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/citation-style/references}/book-and-chapter-models.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/citation-style/references}/citation-rules.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/citation-style/references}/journal-article-models.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/citation-style/references}/other-source-models.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/citation-style/references}/reference-list-rules.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{editorial-practice.md → editorial-practice/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/editorial-practice/references}/copyediting.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/editorial-practice/references}/developmental-editing.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/editorial-practice/references}/genre-specific-editing.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/editorial-practice/references}/line-editing.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/editorial-practice/references}/self-editing.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{persuasive-storytelling.md → persuasive-storytelling/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/persuasive-storytelling/references}/audience-analysis.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/persuasive-storytelling/references}/crafting-persuasive-story.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/persuasive-storytelling/references}/persuasion-case-studies.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/persuasive-storytelling/references}/transformation-framework.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{point-of-view.md → point-of-view/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/point-of-view/references}/indirect-narration.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/point-of-view/references}/pov-types-and-voice.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/point-of-view/references}/protagonist-filter.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/point-of-view/references}/tense-and-person.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{prose-craft.md → prose-craft/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/prose-craft/references}/punctuation-and-grammar.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/prose-craft/references}/repetition.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/prose-craft/references}/sound-and-rhythm.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/prose-craft/references}/word-economy.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{reader-engagement.md → reader-engagement/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/reader-engagement/references}/cause-effect-setup-payoff.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/reader-engagement/references}/conflict-escalation.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/reader-engagement/references}/hooking-readers.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/reader-engagement/references}/neurochemistry-of-engagement.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{review-manuscript.md → review-manuscript/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/review-manuscript/references}/review-manuscript-checklist.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{review-prose.md → review-prose/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/review-prose/references}/prose-review-checklist.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{review-scene.md → review-scene/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/review-scene/references}/scene-analysis-framework.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{story-architecture.md → story-architecture/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/story-architecture/references}/blueprinting-and-scene-cards.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/story-architecture/references}/inner-issue-and-protagonist-goal.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/story-architecture/references}/misbelief-desire-worldview.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/story-architecture/references}/origin-scenes-and-escalation.md +0 -0
- /package/payload/premium-plugins/writer-craft/skills/{story-blueprint.md → story-blueprint/SKILL.md} +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/story-blueprint/references}/blueprinting-exercises.md +0 -0
- /package/payload/premium-plugins/writer-craft/{references → skills/story-blueprint/references}/blueprinting-process.md +0 -0
|
@@ -5,7 +5,11 @@ description: "High-performance frameworks, productivity systems, and daily execu
|
|
|
5
5
|
|
|
6
6
|
# Agent Performance Skill
|
|
7
7
|
|
|
8
|
-
You are
|
|
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.
|
|
9
13
|
|
|
10
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).
|
|
11
15
|
|
|
@@ -15,8 +15,16 @@ A member shares their own work for feedback: a listing presentation, social medi
|
|
|
15
15
|
|
|
16
16
|
| Task | When | Reference |
|
|
17
17
|
|------|------|-----------|
|
|
18
|
-
| Feedback framework | Member shares work for review | `references/
|
|
19
|
-
| Coaching boundaries | Edge cases, limitations, escalation | `references/
|
|
18
|
+
| Feedback framework | Member shares work for review | `references/feedback-framework.md` |
|
|
19
|
+
| Coaching boundaries | Edge cases, limitations, escalation | `references/coaching-boundaries.md` |
|
|
20
|
+
|
|
21
|
+
## Your Role: Daily Coach
|
|
22
|
+
|
|
23
|
+
This skill is Real Agent's daily coaching layer — operational accountability through personalised feedback on a member's own work. You see every submission, track progress over time, and hold the member accountable to the standards they're working toward.
|
|
24
|
+
|
|
25
|
+
**What you do:** Provide honest, expert-grounded feedback on specific work products. Surface patterns across submissions. Push for improvement. Celebrate progress.
|
|
26
|
+
|
|
27
|
+
**What you don't do:** Answer deep strategic questions about career trajectory, business direction, or major life decisions. When a member's feedback request reveals they need strategic guidance — "Should I leave my current agency?", "Am I ready to start my own brand?", "I've lost confidence in this career" — acknowledge the limit. Tell them this is founder-mentoring territory and point them toward their next session with Roger, Steve, Adam, or Jamie. The data from your coaching sessions (patterns, progress, recurring themes) is exactly what makes those mentoring conversations targeted.
|
|
20
28
|
|
|
21
29
|
## Key Rules
|
|
22
30
|
|
|
@@ -5,7 +5,9 @@ description: "Life and career coaching frameworks for estate agency managers, te
|
|
|
5
5
|
|
|
6
6
|
# Coaching Toolkit Skill
|
|
7
7
|
|
|
8
|
-
You are
|
|
8
|
+
You are the daily coaching layer for estate agency leaders and managers — facilitating 1-on-1s, coaching sessions, team development conversations, and goal-setting workshops using proven coaching frameworks. You provide the operational accountability that keeps members executing between their periodic mentoring sessions with the founders.
|
|
9
|
+
|
|
10
|
+
Your role is daily coach: high-frequency, framework-driven, accountability-focused. The founders (Roger, Steve, Adam, Jamie) are periodic mentors: low-frequency, strategic, relationship-driven. When a coaching conversation shifts toward deep career trajectory questions, fundamental confidence crises, or major strategic decisions (partnership structures, business exits, agency pivots), acknowledge the boundary and direct the member to their next founder mentoring session. The coaching data you generate — goal progress, recurring obstacles, accountability gaps — is what makes those mentoring conversations land with precision rather than generality.
|
|
9
11
|
|
|
10
12
|
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).
|
|
11
13
|
|
|
@@ -5,7 +5,7 @@ description: "Ryan Serhant's complete sales training methodology adapted for UK
|
|
|
5
5
|
|
|
6
6
|
# Serhant Training — UK Estate Agency Edition
|
|
7
7
|
|
|
8
|
-
This skill encodes Ryan Serhant's complete training methodology, adapted for the UK property market. Use it to train agents, handle objections, structure daily operations, and close deals.
|
|
8
|
+
This skill encodes Ryan Serhant's complete training methodology, adapted for the UK property market. Use it to train agents, handle objections, structure daily operations, and close deals. This is daily coaching territory — operational skills, tactics, and frameworks that members practice and refine through repetition.
|
|
9
9
|
|
|
10
10
|
> **UK Terminology:** Throughout this skill, US terms are replaced: vendor (not seller), instruction (not listing), market appraisal (not listing appointment), estate agent (not realtor/broker), £ (not $), solicitor (not attorney), EPC/searches (not board package), Rightmove/Zoopla (not MLS/Streeteasy).
|
|
11
11
|
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-leads
|
|
3
|
+
description: "Lead generation and pipeline building — systematic nurturing, database reactivation, and proactive prospecting for UK estate agents."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"taskmaster":{"optional":true,"embed":["admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Lead Generation
|
|
10
|
+
|
|
11
|
+
Two skills covering pipeline building and database reactivation.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is working on lead nurturing, follow-up cadences, database reactivation campaigns, prospecting activities, or outreach strategies.
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `lead-nurturing` | Systematic follow-up and pipeline warming — Serhant Three F's, HOT/WARM/COLD cadence |
|
|
22
|
+
| `prospecting` | Database reactivation, lead generation, campaign chaining, proactive outreach |
|
|
23
|
+
|
|
24
|
+
## Tools Used
|
|
25
|
+
|
|
26
|
+
No MCP server. Skills operate via existing platform tools:
|
|
27
|
+
- `memory-search` — retrieve domain knowledge from the knowledge base
|
|
28
|
+
- `render-component` — present structured choices during interactions
|
|
29
|
+
|
|
30
|
+
## References
|
|
31
|
+
|
|
32
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|
|
@@ -26,7 +26,7 @@ When the user asks for help nurturing leads (buyers, sellers, past appraisals, f
|
|
|
26
26
|
1. **Clarify category** (buyer / seller / landlord / past client / SOI / cold database)
|
|
27
27
|
2. **Clarify temperature** (HOT/WARM/COLD) and time sensitivity
|
|
28
28
|
3. **Choose a cadence** (Serhant HOT/WARM/COLD + Keller 33 Touch overlay)
|
|
29
|
-
4. **Choose a channel mix** (call, SMS,
|
|
29
|
+
4. **Choose a channel mix** (call, SMS, email, letter, social touch)
|
|
30
30
|
5. **Every message must contain value** (insight, update, proof, next step)
|
|
31
31
|
6. **Always propose a next action** (call, viewing, valuation, mortgage chat, solicitor intro)
|
|
32
32
|
|
|
@@ -52,7 +52,7 @@ Principle: people choose the agent they remember.
|
|
|
52
52
|
### 3) Sharran "10x10x10" daily method (daily discipline)
|
|
53
53
|
Use a simple daily prospecting/nurture routine:
|
|
54
54
|
- **10 outbound conversations** (calls or voice notes)
|
|
55
|
-
- **10 follow-ups** (SMS/
|
|
55
|
+
- **10 follow-ups** (SMS/email to existing leads)
|
|
56
56
|
- **10 relationship touches** (comment/DM/reply to stories; handwritten note; referral thank you)
|
|
57
57
|
|
|
58
58
|
If the user has their own exact definition of 10x10x10, ask for it and then follow their version.
|
|
@@ -66,28 +66,28 @@ Use a *subscriber briber* (lead magnet) + **email nurture sequence** to move con
|
|
|
66
66
|
### Tom Panos: SMS templates (buyers/sellers/prospecting)
|
|
67
67
|
Use short, calm, confident texts. Never needy. Avoid "just checking in".
|
|
68
68
|
|
|
69
|
-
Use templates in `references/
|
|
69
|
+
Use templates in `references/tom-panos-sms-templates.md`.
|
|
70
70
|
|
|
71
71
|
### Tom Panos / Real Estate Gym: OFI follow-up (Saturday afternoon)
|
|
72
|
-
Call and qualify right after open homes (or same day). Use the OFI follow-up dialogue in `references/
|
|
72
|
+
Call and qualify right after open homes (or same day). Use the OFI follow-up dialogue in `references/ofi-follow-up-dialogue.md`.
|
|
73
73
|
|
|
74
74
|
### Neighbour notification letters (sold / sale agreed / new to market)
|
|
75
75
|
Use letters to turn activity into authority and referrals. Templates in:
|
|
76
|
-
- `references/
|
|
76
|
+
- `references/neighbour-notification-letter.md`
|
|
77
77
|
|
|
78
78
|
### Buyer search ("home wanted") letters
|
|
79
79
|
Use targeted letters when a buyer has missed out or you have demand exceeding supply. Template in:
|
|
80
|
-
- `references/
|
|
80
|
+
- `references/buyer-search-letter.md`
|
|
81
81
|
|
|
82
82
|
### Database reactivation
|
|
83
83
|
For old leads/past appraisals/ghosted contacts, run a respectful reactivation campaign:
|
|
84
84
|
- quick reintroduce + market update + clear opt-out
|
|
85
85
|
- ask a simple question to prompt reply ("Still thinking of moving in 2026?")
|
|
86
|
-
Template + cadence in `references/
|
|
86
|
+
Template + cadence in `references/database-reactivation.md`.
|
|
87
87
|
|
|
88
88
|
## Firewave email nurture sequences (ready-to-use)
|
|
89
89
|
|
|
90
|
-
Use sequences in `references/
|
|
90
|
+
Use sequences in `references/firewave-email-nurture-sequences.md`.
|
|
91
91
|
|
|
92
92
|
Rules:
|
|
93
93
|
- lead with advice, not "book a valuation"
|
|
@@ -101,7 +101,7 @@ Use SOI as an intentional system:
|
|
|
101
101
|
- increase engagement frequency with the highest-value relationships
|
|
102
102
|
- bring value first, ask second
|
|
103
103
|
|
|
104
|
-
Use the Serhant SOI audit prompts in `references/
|
|
104
|
+
Use the Serhant SOI audit prompts in `references/sphere-of-influence-notes.md`.
|
|
105
105
|
|
|
106
106
|
## What to do when the user asks "what should I say?"
|
|
107
107
|
|
|
@@ -112,7 +112,7 @@ Ask 3 questions, then write the message:
|
|
|
112
112
|
|
|
113
113
|
Then provide:
|
|
114
114
|
- 1 SMS version
|
|
115
|
-
- 1
|
|
115
|
+
- 1 email version
|
|
116
116
|
- 1 call opener + 3 questions
|
|
117
117
|
|
|
118
118
|
## After each interaction
|
|
@@ -125,19 +125,13 @@ Encourage the user to capture:
|
|
|
125
125
|
|
|
126
126
|
## References (load as needed)
|
|
127
127
|
|
|
128
|
-
|
|
129
|
-
- **
|
|
130
|
-
- **
|
|
131
|
-
- **
|
|
132
|
-
- **
|
|
133
|
-
|
|
134
|
-
(
|
|
135
|
-
- **
|
|
136
|
-
- **
|
|
137
|
-
- **
|
|
138
|
-
- **OFI follow-up dialogue** → `references/lead-nurturing-ofi-follow-up-dialogue.md`
|
|
139
|
-
- **Firewave email nurture sequences** → `references/lead-nurturing-firewave-email-nurture-sequences.md`
|
|
140
|
-
- **Sphere of Influence notes (Serhant)** → `references/lead-nurturing-sphere-of-influence-notes.md`
|
|
141
|
-
- **Neighbour notification letter** → `references/lead-nurturing-neighbour-notification-letter.md`
|
|
142
|
-
- **Buyer search letter** → `references/lead-nurturing-buyer-search-letter.md`
|
|
143
|
-
- **Database reactivation** → `references/lead-nurturing-database-reactivation.md`
|
|
128
|
+
- **Serhant Three F's** → `references/serhant-three-fs-plus.md`
|
|
129
|
+
- **Keller 33 Touch** → `references/keller-33-touch.md`
|
|
130
|
+
- **Sharran 10x10x10** → `references/sharran-10x10x10.md`
|
|
131
|
+
- **Tom Panos SMS templates** → `references/tom-panos-sms-templates.md`
|
|
132
|
+
- **OFI follow-up dialogue** → `references/ofi-follow-up-dialogue.md`
|
|
133
|
+
- **Firewave email nurture sequences** → `references/firewave-email-nurture-sequences.md`
|
|
134
|
+
- **Sphere of Influence notes (Serhant)** → `references/sphere-of-influence-notes.md`
|
|
135
|
+
- **Neighbour notification letter** → `references/neighbour-notification-letter.md`
|
|
136
|
+
- **Buyer search letter** → `references/buyer-search-letter.md`
|
|
137
|
+
- **Database reactivation** → `references/database-reactivation.md`
|
|
@@ -9,7 +9,7 @@ Create replies and restart conversations without awkwardness.
|
|
|
9
9
|
- make it easy to say “not now”
|
|
10
10
|
- always include opt-out
|
|
11
11
|
|
|
12
|
-
## 3-message SMS
|
|
12
|
+
## 3-message SMS sequence (7 days)
|
|
13
13
|
**Day 1:**
|
|
14
14
|
“Hi <name> — it’s <name> from <agency>. Quick one: I’ve got fresh sold evidence for <area>. Want me to send a quick price snapshot for your road?”
|
|
15
15
|
|
|
@@ -15,10 +15,10 @@ A new listing launches and needs matching to registered buyers, database contact
|
|
|
15
15
|
|
|
16
16
|
| Task | When | Reference |
|
|
17
17
|
|------|------|-----------|
|
|
18
|
-
| Prospecting dialogues | Need script patterns for outreach | `references/prospecting-
|
|
19
|
-
| Database matching | New listing goes live | `references/
|
|
20
|
-
| Reactivation | Contacts gone quiet, periodic check-in due | `references/
|
|
21
|
-
| Database value & BDA | Understanding pipeline worth, market share | `references/
|
|
18
|
+
| Prospecting dialogues | Need script patterns for outreach | `references/prospecting-dialogues.md` |
|
|
19
|
+
| Database matching | New listing goes live | `references/database-matching.md` |
|
|
20
|
+
| Reactivation | Contacts gone quiet, periodic check-in due | `references/reactivation.md` |
|
|
21
|
+
| Database value & BDA | Understanding pipeline worth, market share | `references/database-value.md` |
|
|
22
22
|
|
|
23
23
|
## Key Rules
|
|
24
24
|
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-listings
|
|
3
|
+
description: "Listing presentations, property marketing campaigns, and home preparation guidance for UK estate agents."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"taskmaster":{"optional":true,"embed":["admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Listings & Marketing
|
|
10
|
+
|
|
11
|
+
Three skills covering pre-listing preparation through property marketing execution.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is preparing listing presentations, creating property marketing campaigns, or advising vendors on home staging and photography preparation.
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `listing-presentation` | Full listing presentation framework — booking through to winning the instruction |
|
|
22
|
+
| `property-marketing` | Property marketing campaigns — Coming Soon, BLAST formula, direct mail, scorecards |
|
|
23
|
+
| `home-preparation` | Vendor guidance on staging, photography prep, kerb appeal, seasonal advice |
|
|
24
|
+
|
|
25
|
+
## Tools Used
|
|
26
|
+
|
|
27
|
+
No MCP server. Skills operate via existing platform tools:
|
|
28
|
+
- `memory-search` — retrieve domain knowledge from the knowledge base
|
|
29
|
+
- `render-component` — present structured choices during interactions
|
|
30
|
+
|
|
31
|
+
## References
|
|
32
|
+
|
|
33
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|
|
@@ -15,10 +15,10 @@ A vendor asks how to prepare their home for sale, for photography, or for viewin
|
|
|
15
15
|
|
|
16
16
|
| Task | When | Reference |
|
|
17
17
|
|------|------|-----------|
|
|
18
|
-
| Staging | General home presentation advice | `references/
|
|
19
|
-
| Photo day prep | Property being prepared for photography | `references/
|
|
20
|
-
| Kerb appeal | Exterior presentation guidance | `references/
|
|
21
|
-
| Situational selling | Selling with kids, pets, or seasonal considerations | `references/
|
|
18
|
+
| Staging | General home presentation advice | `references/staging-guide.md` |
|
|
19
|
+
| Photo day prep | Property being prepared for photography | `references/photo-day.md` |
|
|
20
|
+
| Kerb appeal | Exterior presentation guidance | `references/kerb-appeal.md` |
|
|
21
|
+
| Situational selling | Selling with kids, pets, or seasonal considerations | `references/situational-tips.md` |
|
|
22
22
|
|
|
23
23
|
## Key Rules
|
|
24
24
|
|
|
@@ -215,7 +215,7 @@ Position yourself using the "subscriber briber" approach — offer valuable cont
|
|
|
215
215
|
|
|
216
216
|
## OBJECTION HANDLING
|
|
217
217
|
|
|
218
|
-
See reference file `references/
|
|
218
|
+
See reference file `references/objection-scripts.md` for full scripts covering:
|
|
219
219
|
- "Your fee is too high"
|
|
220
220
|
- "We want to try a higher price"
|
|
221
221
|
- "We want to think about it"
|
|
@@ -237,19 +237,19 @@ See reference file `references/listing-presentation-objection-scripts.md` for fu
|
|
|
237
237
|
|
|
238
238
|
## PRE-LISTING KIT
|
|
239
239
|
|
|
240
|
-
See reference file `references/
|
|
240
|
+
See reference file `references/pre-listing-kit.md` for the complete pre-listing pack structure and examples from Grant Dickson, Mat Steinwede, Tom Hector, and Jamie Benjamin.
|
|
241
241
|
|
|
242
242
|
---
|
|
243
243
|
|
|
244
244
|
## BOOKING THE APPRAISAL
|
|
245
245
|
|
|
246
|
-
See reference file `references/
|
|
246
|
+
See reference file `references/booking-script.md` for the phone script to book market appraisal appointments.
|
|
247
247
|
|
|
248
248
|
---
|
|
249
249
|
|
|
250
250
|
## POST-INSTRUCTION: SET-TO-SELL MEETING
|
|
251
251
|
|
|
252
|
-
See reference file `references/
|
|
252
|
+
See reference file `references/set-to-sell.md` for the Tom Panos script covering what to communicate after winning the instruction.
|
|
253
253
|
|
|
254
254
|
---
|
|
255
255
|
|
|
@@ -44,7 +44,7 @@ When asked to plan a Coming Soon campaign, include ALL of these elements:
|
|
|
44
44
|
|
|
45
45
|
**Pricing note:** Package this as a premium add-on or include in your top-tier fee structure.
|
|
46
46
|
|
|
47
|
-
See reference: `references/
|
|
47
|
+
See reference: `references/coming-soon-campaign.md`
|
|
48
48
|
|
|
49
49
|
---
|
|
50
50
|
|
|
@@ -104,7 +104,7 @@ When creating or advising on direct mail, follow ALL five activators:
|
|
|
104
104
|
|
|
105
105
|
**Critical:** Direct mail must be a SYSTEM, not a one-off activity. Create a written schedule: which addresses receive which letters, on what dates, sent by whom. Consistency and frequency are everything.
|
|
106
106
|
|
|
107
|
-
See reference: `references/
|
|
107
|
+
See reference: `references/direct-mail-templates.md`
|
|
108
108
|
|
|
109
109
|
---
|
|
110
110
|
|
|
@@ -116,19 +116,19 @@ Use letterbox drops for hyper-local marketing around listed, sold, and target pr
|
|
|
116
116
|
- Notify neighbours that a nearby property has been entrusted to you
|
|
117
117
|
- Invite them to viewings or to contact you for updates
|
|
118
118
|
- Offer to keep them in mind for buyers who miss out
|
|
119
|
-
- Use the template in `references/
|
|
119
|
+
- Use the template in `references/direct-mail-templates.md`
|
|
120
120
|
|
|
121
121
|
### Just Sold Drop
|
|
122
122
|
- Announce the successful sale to neighbours
|
|
123
123
|
- Welcome new neighbours to the community
|
|
124
124
|
- Offer further details about the sale
|
|
125
|
-
- Use the template in `references/
|
|
125
|
+
- Use the template in `references/direct-mail-templates.md`
|
|
126
126
|
|
|
127
127
|
### Testimonial Letter
|
|
128
128
|
- Written from the vendor's perspective (with their permission)
|
|
129
129
|
- Highlights the agent's attention to detail in styling, photography, videography
|
|
130
130
|
- Personal recommendation to neighbours thinking of selling
|
|
131
|
-
- Use the template in `references/
|
|
131
|
+
- Use the template in `references/direct-mail-templates.md`
|
|
132
132
|
|
|
133
133
|
### Buyer Search Letter
|
|
134
134
|
- Written on behalf of a specific buyer couple/family
|
|
@@ -136,7 +136,7 @@ Use letterbox drops for hyper-local marketing around listed, sold, and target pr
|
|
|
136
136
|
- Names the buyers and their story (humanise them)
|
|
137
137
|
- Not a blanket search — specific to the area
|
|
138
138
|
- Flexible on timing and realistic on price
|
|
139
|
-
- Use the template in `references/
|
|
139
|
+
- Use the template in `references/direct-mail-templates.md`
|
|
140
140
|
|
|
141
141
|
---
|
|
142
142
|
|
|
@@ -152,7 +152,7 @@ After every auction, create a bidder report tracking:
|
|
|
152
152
|
|
|
153
153
|
This data proves which marketing channels deliver genuine buyers. Use it in market appraisals and listing presentations.
|
|
154
154
|
|
|
155
|
-
See reference: `references/
|
|
155
|
+
See reference: `references/auction-report-template.md`
|
|
156
156
|
|
|
157
157
|
---
|
|
158
158
|
|
|
@@ -171,7 +171,7 @@ For off-market or high-demand properties, use an EOI form to capture serious int
|
|
|
171
171
|
|
|
172
172
|
**Important:** State clearly this is NOT a binding agreement until contracts are exchanged. Buyer must confirm intent within 3 working days or the property is released. Deposit is 100% refundable at this stage.
|
|
173
173
|
|
|
174
|
-
See reference: `references/
|
|
174
|
+
See reference: `references/eoi-form-template.md`
|
|
175
175
|
|
|
176
176
|
---
|
|
177
177
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-onboarding
|
|
3
|
+
description: "First-run member onboarding — career stage assessment, profile capture, and starting content recommendation."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"taskmaster":{"optional":true,"embed":["public","admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Onboarding
|
|
10
|
+
|
|
11
|
+
First-run member setup — turning a new conversation into a profiled member with a clear starting point in the curriculum.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is going through initial onboarding (career stage assessment, profile setup, starting content recommendation).
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `bootstrap` | First-run member onboarding — career stage assessment, profile capture, starting content |
|
|
22
|
+
|
|
23
|
+
## Tools Used
|
|
24
|
+
|
|
25
|
+
No MCP server. Skills operate via existing platform tools:
|
|
26
|
+
- `memory-search` — retrieve domain knowledge from the knowledge base
|
|
27
|
+
- `render-component` — present structured choices during interactions
|
|
28
|
+
|
|
29
|
+
## References
|
|
30
|
+
|
|
31
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|
|
@@ -5,7 +5,7 @@ description: "First-run member onboarding — assesses career stage, captures pr
|
|
|
5
5
|
|
|
6
6
|
# Bootstrap
|
|
7
7
|
|
|
8
|
-
Handles the first interaction with a new member. Turns a
|
|
8
|
+
Handles the first interaction with a new member. Turns a new conversation into a profiled member with a clear starting point in the curriculum.
|
|
9
9
|
|
|
10
10
|
## When to Activate
|
|
11
11
|
|
|
@@ -15,7 +15,7 @@ No member profile found at `memory/users/{phone}/profile.md`. This means the per
|
|
|
15
15
|
|
|
16
16
|
| Task | When | Reference |
|
|
17
17
|
|------|------|-----------|
|
|
18
|
-
| Onboarding flow | New member detected (no profile) | `references/
|
|
18
|
+
| Onboarding flow | New member detected (no profile) | `references/onboarding-flow.md` |
|
|
19
19
|
|
|
20
20
|
## Key Rules
|
|
21
21
|
|
|
@@ -23,4 +23,4 @@ No member profile found at `memory/users/{phone}/profile.md`. This means the per
|
|
|
23
23
|
- Collect: name, career stage, years in industry, goals, email (optional).
|
|
24
24
|
- Create both `profile.md` and `progress.md` before the conversation ends.
|
|
25
25
|
- End with a specific content recommendation — not "check out our modules" but "Based on what you've told me, start with {module} in {pillar}."
|
|
26
|
-
- Never ask for information you already have (
|
|
26
|
+
- Never ask for information you already have (identity comes from the platform).
|
|
@@ -21,7 +21,7 @@ Collect these conversationally — not as a form, not all at once:
|
|
|
21
21
|
|
|
22
22
|
## How to Approach
|
|
23
23
|
|
|
24
|
-
**Start warm, not corporate.** The member has just
|
|
24
|
+
**Start warm, not corporate.** The member has just started a conversation. They may not know what Real Agency Club is yet. Introduce yourself briefly:
|
|
25
25
|
|
|
26
26
|
"Hey! I'm the Real Agency Club AI — here to help you build a bigger estate agency business. I draw on training from working UK estate agents like Adam Mackay, Steve Backley, and others. Not theory — real practice."
|
|
27
27
|
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-sales
|
|
3
|
+
description: "Estate agency sales cycle — prospect qualification, closing techniques, negotiation frameworks, and sales progression tracking."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"taskmaster":{"optional":true,"embed":["public","admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Sales
|
|
10
|
+
|
|
11
|
+
Four skills covering the full sales cycle from discovery through to completion tracking.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is working on prospect qualification, closing deals, handling objections, protecting price, or tracking transactions from sale agreed to completion.
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `sales-discovery` | Qualify prospects through structured discovery — needs, authority, motivation, readiness |
|
|
22
|
+
| `sales-closer` | Detect buying signals and close using Serhant emotional stages, Push/Pull/Persist |
|
|
23
|
+
| `sales-negotiation` | Frame value, protect price, navigate objections — Voss, Panos, Phil Jones |
|
|
24
|
+
| `sales-progression` | Track transactions from sale agreed through to completion |
|
|
25
|
+
|
|
26
|
+
## Tools Used
|
|
27
|
+
|
|
28
|
+
No MCP server. Skills operate via existing platform tools:
|
|
29
|
+
- `memory-search` — retrieve domain knowledge from the knowledge base
|
|
30
|
+
- `render-component` — present structured choices during interactions
|
|
31
|
+
|
|
32
|
+
## References
|
|
33
|
+
|
|
34
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|
|
@@ -21,7 +21,4 @@ You watch for buying signals and convert momentum into commitment — calmly, wi
|
|
|
21
21
|
|
|
22
22
|
## References (load as needed)
|
|
23
23
|
|
|
24
|
-
- **
|
|
25
|
-
- **Objections & pivots** → `references/sales-closer-objection-handling.md`
|
|
26
|
-
- **Close tracking** → `references/sales-closer-close-tracking.md`
|
|
27
|
-
- **Serhant emotional stages** → `references/sales-closer-serhant-emotion-stages.md`
|
|
24
|
+
- **Serhant emotional stages** → `references/serhant-emotion-stages.md`
|
|
@@ -21,14 +21,10 @@ You qualify prospects before closing. Your job is to understand their situation,
|
|
|
21
21
|
|
|
22
22
|
## References (load as needed)
|
|
23
23
|
|
|
24
|
-
- **
|
|
25
|
-
- **
|
|
26
|
-
- **
|
|
27
|
-
- **
|
|
28
|
-
- **
|
|
29
|
-
- **
|
|
30
|
-
- **
|
|
31
|
-
- **Phil Jones magic words** → `references/sales-discovery-phil-jones-openers.md`
|
|
32
|
-
- **Chris Voss calibrated questions** → `references/sales-discovery-chris-voss-discovery.md`
|
|
33
|
-
- **Firewave GOST & customer journey** → `references/sales-discovery-firewave-gost-journey.md`
|
|
34
|
-
- **Pre-listing discovery checklist** → `references/sales-discovery-pre-listing-checklist.md`
|
|
24
|
+
- **Improv "yes-and" mindset** → `references/serhant-improv.md`
|
|
25
|
+
- **Tom Ferry 8-stage discovery** → `references/tom-ferry-discovery.md`
|
|
26
|
+
- **Vendor motivation & competitor destroyer** → `references/vendor-motivation-competitor.md`
|
|
27
|
+
- **Phil Jones magic words** → `references/phil-jones-openers.md`
|
|
28
|
+
- **Chris Voss calibrated questions** → `references/chris-voss-discovery.md`
|
|
29
|
+
- **Firewave GOST & customer journey** → `references/firewave-gost-journey.md`
|
|
30
|
+
- **Pre-listing discovery checklist** → `references/pre-listing-checklist.md`
|
|
@@ -21,11 +21,8 @@ When the conversation turns to price, your job is to protect value — not to di
|
|
|
21
21
|
|
|
22
22
|
## References (load as needed)
|
|
23
23
|
|
|
24
|
-
- **
|
|
25
|
-
- **
|
|
26
|
-
- **
|
|
27
|
-
- **
|
|
28
|
-
- **
|
|
29
|
-
- **Tom Panos commission & pricing scripts** → `references/sales-negotiation-tom-panos-commission-pricing.md`
|
|
30
|
-
- **Tony Morris — questioning for commitment** → `references/sales-negotiation-tony-morris-questioning.md`
|
|
31
|
-
- **Phil Jones magic words for price** → `references/sales-negotiation-phil-jones-price-words.md`
|
|
24
|
+
- **Serhant deal-saving tactics** → `references/serhant-negotiation-plus.md`
|
|
25
|
+
- **Chris Voss negotiation framework** → `references/chris-voss-negotiation.md`
|
|
26
|
+
- **Tom Panos commission & pricing scripts** → `references/tom-panos-commission-pricing.md`
|
|
27
|
+
- **Tony Morris — questioning for commitment** → `references/tony-morris-questioning.md`
|
|
28
|
+
- **Phil Jones magic words for price** → `references/phil-jones-price-words.md`
|
|
@@ -15,8 +15,8 @@ A sale is agreed (SSTC), or any conversation involves an active transaction —
|
|
|
15
15
|
|
|
16
16
|
| Task | When | Reference |
|
|
17
17
|
|------|------|-----------|
|
|
18
|
-
| Transaction tracking | Sale agreed, need to set up pipeline tracking | `references/
|
|
19
|
-
| Conveyancing guide | Buyer or seller asks about the legal process | `references/
|
|
18
|
+
| Transaction tracking | Sale agreed, need to set up pipeline tracking | `references/transaction-tracking.md` |
|
|
19
|
+
| Conveyancing guide | Buyer or seller asks about the legal process | `references/conveyancing-guide.md` |
|
|
20
20
|
|
|
21
21
|
## Key Rules
|
|
22
22
|
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-teaching
|
|
3
|
+
description: "Structured education module browsing and delivery — curriculum navigation, module teaching, and learning progress tracking."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
embed: ["public", "admin"]
|
|
7
|
+
metadata: {"taskmaster":{"optional":true}}
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Real Agency — Teaching & Content
|
|
11
|
+
|
|
12
|
+
Structured content delivery from the Real Agency curriculum. Handles module browsing, topic search, interactive teaching, and progress tracking.
|
|
13
|
+
|
|
14
|
+
## When to Activate
|
|
15
|
+
|
|
16
|
+
The user is browsing available content, asking about a topic, requesting a specific module, continuing a learning path, or checking their progress.
|
|
17
|
+
|
|
18
|
+
## Skills
|
|
19
|
+
|
|
20
|
+
| Skill | Purpose |
|
|
21
|
+
|-------|---------|
|
|
22
|
+
| `content-directory` | Browse, search, and deliver structured education modules |
|
|
23
|
+
|
|
24
|
+
## Tools Used
|
|
25
|
+
|
|
26
|
+
No MCP server. Skills operate via existing platform tools:
|
|
27
|
+
- `memory-search` — retrieve domain knowledge from the knowledge base
|
|
28
|
+
- `render-component` — present structured choices during interactions
|
|
29
|
+
|
|
30
|
+
## References
|
|
31
|
+
|
|
32
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|
|
@@ -15,8 +15,8 @@ A member asks about available content, wants to learn something, requests a spec
|
|
|
15
15
|
|
|
16
16
|
| Task | When | Reference |
|
|
17
17
|
|------|------|-----------|
|
|
18
|
-
| Module delivery | Member requests a specific topic or module | `references/
|
|
19
|
-
| Progress tracking | Member asks about progress, or after completing a module | `references/
|
|
18
|
+
| Module delivery | Member requests a specific topic or module | `references/module-delivery.md` |
|
|
19
|
+
| Progress tracking | Member asks about progress, or after completing a module | `references/progress-tracking.md` |
|
|
20
20
|
|
|
21
21
|
## Key Rules
|
|
22
22
|
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-vendors
|
|
3
|
+
description: "Active vendor lifecycle management — communication, updates, valuation booking, and offer negotiation for UK estate agents."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"taskmaster":{"optional":true,"embed":["admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Vendor Management
|
|
10
|
+
|
|
11
|
+
Four skills covering the active vendor lifecycle from valuation enquiry through offer negotiation.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is managing vendor relationships — handling valuation requests, providing updates on viewing activity, preparing vendor reports, or navigating offer presentation and deal negotiation.
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `vendor-communication` | Full vendor lifecycle — valuation enquiry through active listing management |
|
|
22
|
+
| `vendor-updates` | Regular reporting on viewing activity, feedback, market conditions |
|
|
23
|
+
| `valuation-booking` | Handle valuation requests — capture details, motivation, timeline, book the visit |
|
|
24
|
+
| `negotiation` | Offer presentation, deal saving, multi-offer scenarios, negotiation preparation |
|
|
25
|
+
|
|
26
|
+
## Tools Used
|
|
27
|
+
|
|
28
|
+
No MCP server. Skills operate via existing platform tools:
|
|
29
|
+
- `memory-search` — retrieve domain knowledge from the knowledge base
|
|
30
|
+
- `render-component` — present structured choices during interactions
|
|
31
|
+
|
|
32
|
+
## References
|
|
33
|
+
|
|
34
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|