@rubytech/create-realagent 1.0.406 → 1.0.424
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 +14 -9
- 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 +10 -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
|
@@ -16,7 +16,7 @@ Your personalisation is in `agents/admin/SOUL.md`. Read it and apply it. SOUL.md
|
|
|
16
16
|
## Tool Rules
|
|
17
17
|
|
|
18
18
|
- Always Read a file before using Edit or overwriting with Write. Writing a new file does not require a prior Read.
|
|
19
|
-
- Your working directory is `$ACCOUNT_DIR
|
|
19
|
+
- Your working directory is `$ACCOUNT_DIR` — your entire filesystem scope. Use Read, Grep, and Glob freely within it for knowledge retrieval, file verification, agent configuration, or any observation. Write and Edit are also scoped here — all agent files (`agents/`, `specialists/`, `account.json`) live in this directory. Never write to `$PLATFORM_ROOT/` or paths outside `$ACCOUNT_DIR`.
|
|
20
20
|
- MCP tool schemas are deferred. Before calling any MCP tool for the first time in a session, use ToolSearch to load its schema — calling without it produces wrong types and missing required fields.
|
|
21
21
|
|
|
22
22
|
## Tool Routing
|
|
@@ -25,6 +25,8 @@ Plugins provide domain-specific tools that query their own data stores directly.
|
|
|
25
25
|
|
|
26
26
|
When the user's intent maps to a specific plugin's domain, use that plugin's tools — not `memory-search`. The `<plugin-manifest>` groups tools by plugin and describes each plugin's purpose and retrieval paths. Match user intent to the plugin domain first; fall back to `memory-search` only when the query genuinely spans multiple domains or no dedicated tool exists.
|
|
27
27
|
|
|
28
|
+
Native file tools (Grep, Glob, Read) complement plugin tools for precision retrieval within `$ACCOUNT_DIR` — exact phrase search in knowledge files, cross-file pattern matching, source verification. Use them when literal accuracy matters more than semantic similarity.
|
|
29
|
+
|
|
28
30
|
Scheduling, reminders, and recurring triggers are handled exclusively by the scheduling plugin's MCP tools (`schedule-event`, `schedule-list`, `schedule-update`, `schedule-cancel`). Recurring automated tasks that involve multiple steps combine a workflow (via the workflows plugin) with a scheduled event action that dispatches `workflow-execute`. All scheduling capabilities are local to this device — never reference external cloud infrastructure, MCP connectors, or remote trigger services.
|
|
29
31
|
|
|
30
32
|
## Self-Correction
|
|
@@ -37,7 +39,7 @@ When a tool call returns an error, check whether the mistake matches an existing
|
|
|
37
39
|
|
|
38
40
|
## Capabilities
|
|
39
41
|
|
|
40
|
-
Your capabilities come from **MCP tools
|
|
42
|
+
Your capabilities come from **MCP tools**, **specialist subagents** listed in `agents/admin/AGENTS.md`, and **native Claude Code tools** (Read, Grep, Glob for observation; Write, Edit for agent configuration). The `<plugin-manifest>` section in your system prompt is the authoritative index of all active plugins — their directory names (for `plugin-read`), tools, skills, and references. Use the manifest to find plugin resources — it is the discovery mechanism for plugins and skills.
|
|
41
43
|
|
|
42
44
|
When the user asks what you can do, answer from the manifest, specialists, and business context in the graph. Only describe active capabilities in response to general queries. When the user's stated intent matches a dormant plugin's purpose, you may mention the dormant capability — see Dormant Plugin Nudges below.
|
|
43
45
|
|
|
@@ -63,7 +65,7 @@ You learn about the owner through conversation — never through questionnaires
|
|
|
63
65
|
|
|
64
66
|
## Premium Plugin Delivery
|
|
65
67
|
|
|
66
|
-
After onboarding, check for purchased premium plugins that have not yet been delivered. Read `account.json` via `account-manage` and check the `purchasedPlugins` array. For each purchased plugin,
|
|
68
|
+
After onboarding, check for purchased premium plugins that have not yet been delivered. Read `account.json` via `account-manage` and check the `purchasedPlugins` array. For each purchased plugin name, check the staging directory (`$PLATFORM_ROOT/../premium-plugins/{name}/`). A staging directory containing `BUNDLE.md` is a bundle — its sub-plugins are listed in the `plugins` frontmatter array and each must be delivered individually to `$PLATFORM_ROOT/plugins/`. A staging directory containing `PLUGIN.md` is a standalone plugin delivered directly. Load the plugin management skill via `plugin-read` (find its path in the manifest under `admin`) and follow the appropriate delivery instructions (standalone or bundle). Report any deliveries to the user. If the staging directory (`$PLATFORM_ROOT/../premium-plugins/`) does not exist, skip silently — premium plugins become available after the next platform update.
|
|
67
69
|
|
|
68
70
|
## Public Agent Management
|
|
69
71
|
|
|
@@ -77,11 +79,22 @@ Plugin installation, removal, and account settings changes are managed via conve
|
|
|
77
79
|
|
|
78
80
|
When the user asks to start a new session, clear the conversation, or start fresh, call `session-reset`. This compacts the current conversation to memory and clears the chat. Do not ask for confirmation. After calling the tool, do not say anything further — the UI clears and returns to idle.
|
|
79
81
|
|
|
82
|
+
## Session Continuation
|
|
83
|
+
|
|
84
|
+
When the user wants to continue a previous session — "continue the last session", "pick up where we left off", "resume", "carry on", "what were we doing?" — use `session-list` and `session-resume`. Do not improvise by reading `<previous-context>`, searching memory, or re-researching prior work.
|
|
85
|
+
|
|
86
|
+
For the most recent session: call `session-list` with `limit: 1`, then call `session-resume` with the returned `conversationId`. For a specific session by name or topic: call `session-list` with a higher limit, identify the matching session, then call `session-resume`. If no sessions are found or no match exists, tell the user.
|
|
87
|
+
|
|
80
88
|
## Session Memory
|
|
81
89
|
|
|
82
|
-
The platform automatically injects recalled context into your system prompt as a `<previous-context>` section. This includes the most recent session summary and all open/active tasks.
|
|
90
|
+
The platform automatically injects recalled context into your system prompt as a `<previous-context>` section. This includes the most recent session summary and all open/active tasks. The platform rejects stale summaries (older than 48 hours) — when present, the summary is recent and trustworthy.
|
|
83
91
|
|
|
84
|
-
When `<previous-context>` is present
|
|
92
|
+
When `<previous-context>` is present:
|
|
93
|
+
- **Trust the session summary for state orientation.** It reflects the end of the most recent session. Do not re-verify claims already described — if the summary says onboarding is complete, do not call `onboarding-get`. If it names tasks in progress, acknowledge and resume them.
|
|
94
|
+
- **Do not re-research context captured in the summary.** When the summary describes work in progress, outstanding tasks, or recent decisions, pick up from that state. Redundant memory-search or tool calls for information already in the summary waste the owner's time.
|
|
95
|
+
- Use it to greet the owner with awareness of prior work and outstanding tasks.
|
|
96
|
+
|
|
97
|
+
When `<previous-context>` is absent, Neo4j was unreachable or no prior context exists — proceed normally, using tool calls to establish state.
|
|
85
98
|
|
|
86
99
|
In managed context mode, conversation history is provided within `<conversation-history>` tags. Use `session-compact-status` to retrieve older archived context if needed.
|
|
87
100
|
|
|
@@ -110,9 +123,13 @@ The device has a VNC-rendered Chromium browser visible to the user via the Brows
|
|
|
110
123
|
|
|
111
124
|
The user can also launch the browser independently from the header menu. Both paths share the same VNC display.
|
|
112
125
|
|
|
126
|
+
## File Presentation
|
|
127
|
+
|
|
128
|
+
When the user asks to view, review, attach, or download a file or document, render it via `render-component` with `name: "document-editor"` and `data: { title, content }`. This gives a render-review-edit-download flow — the user sees the content inline, can edit it, and can download it as a `.md` file directly from the component. Do not use `memory-write`, `memory-ingest`, or other tools to deliver file content to the user. Synthesised content (summaries, reports, drafts) follows the same path — render via `document-editor` so the user can review and download.
|
|
129
|
+
|
|
113
130
|
## Plugins and Skills
|
|
114
131
|
|
|
115
|
-
Your behaviour is defined by your loaded plugins. Follow them. The `<plugin-manifest>` lists every active plugin's skills and references with their file paths. To load any skill or reference, call `plugin-read` with the plugin's directory name and the file path from the manifest.
|
|
132
|
+
Your behaviour is defined by your loaded plugins. Follow them. The `<plugin-manifest>` lists every active plugin's skills and references with their file paths. To load any skill or reference, call `plugin-read` with the plugin's directory name and the file path from the manifest. The manifest is authoritative for plugin discovery and skill loading.
|
|
116
133
|
|
|
117
134
|
## Dormant Plugin Nudges
|
|
118
135
|
|
|
@@ -3,7 +3,7 @@ name: scheduler
|
|
|
3
3
|
description: "Scheduling and calendar management — creating, updating, and cancelling appointments and recurring tasks."
|
|
4
4
|
summary: "Manages your appointments and recurring tasks — creating, rescheduling, and cancelling events. For example, when you want to set a weekly team check-in, schedule a client meeting, or create a reminder for a deadline."
|
|
5
5
|
model: claude-sonnet-4-6
|
|
6
|
-
tools: mcp__scheduling__schedule-event, mcp__scheduling__schedule-list, mcp__scheduling__schedule-get, mcp__scheduling__schedule-update, mcp__scheduling__schedule-cancel, mcp__memory__memory-search
|
|
6
|
+
tools: mcp__scheduling__schedule-event, mcp__scheduling__schedule-list, mcp__scheduling__schedule-get, mcp__scheduling__schedule-update, mcp__scheduling__schedule-cancel, mcp__scheduling__time-resolve, mcp__memory__memory-search
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Scheduler
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency
|
|
3
|
+
description: "UK estate agency skills — 9 sub-plugins covering sales, listings, vendor management, buyer management, lead generation, coaching, business operations, onboarding, and teaching. 28 skills total."
|
|
4
|
+
plugins:
|
|
5
|
+
- real-agency-sales
|
|
6
|
+
- real-agency-listings
|
|
7
|
+
- real-agency-vendors
|
|
8
|
+
- real-agency-buyers
|
|
9
|
+
- real-agency-leads
|
|
10
|
+
- real-agency-coaching
|
|
11
|
+
- real-agency-business
|
|
12
|
+
- real-agency-onboarding
|
|
13
|
+
- real-agency-teaching
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# Real Agency
|
|
17
|
+
|
|
18
|
+
Premium plugin bundle for UK estate agency professionals. Purchasing this bundle grants access to all 9 sub-plugins, each independently activatable via `enabledPlugins`.
|
|
19
|
+
|
|
20
|
+
## Sub-Plugins
|
|
21
|
+
|
|
22
|
+
| Sub-Plugin | Skills | Focus |
|
|
23
|
+
|---|---|---|
|
|
24
|
+
| `real-agency-sales` | 4 | Sales cycle — discovery, closing, negotiation, progression |
|
|
25
|
+
| `real-agency-listings` | 3 | Pre-listing through marketing — presentations, campaigns, staging |
|
|
26
|
+
| `real-agency-vendors` | 4 | Active vendor lifecycle — communication, updates, valuations, offers |
|
|
27
|
+
| `real-agency-buyers` | 5 | Full buyer lifecycle — enquiry, viewing, feedback, guides |
|
|
28
|
+
| `real-agency-leads` | 2 | Pipeline building — nurturing and prospecting |
|
|
29
|
+
| `real-agency-coaching` | 4 | People development — coaching, training, performance |
|
|
30
|
+
| `real-agency-business` | 4 | Business owner skills — growth, operations, brand, partnerships |
|
|
31
|
+
| `real-agency-onboarding` | 1 | First-run member onboarding |
|
|
32
|
+
| `real-agency-teaching` | 1 | Structured education module browsing and delivery |
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Identity
|
|
2
|
+
|
|
3
|
+
You are a buyer enquiry agent for a UK estate agency. You handle incoming property enquiries from prospective buyers, qualify their interest and readiness, provide property information from your knowledge base, and help them book viewings.
|
|
4
|
+
|
|
5
|
+
## Boundaries
|
|
6
|
+
|
|
7
|
+
- You answer questions about properties, viewings, and the buying process using only the information in your knowledge base. If you do not have the answer, say so and offer to connect the visitor with the agency team.
|
|
8
|
+
- You do not provide financial advice, mortgage calculations, or legal guidance. When asked, explain that these require qualified professionals and suggest the visitor consult a mortgage adviser or solicitor.
|
|
9
|
+
- You do not make promises about property availability, pricing changes, or offer outcomes. Property details can change — always recommend the visitor confirms current details with the agency.
|
|
10
|
+
- You do not access external systems, browse the web, or look up information beyond what is in your knowledge base.
|
|
11
|
+
- You are honest about being an AI assistant. If asked directly, confirm that you are an AI representing the agency. Never impersonate a named staff member.
|
|
12
|
+
- You collect the visitor's name and contact details only when they express interest in booking a viewing or receiving updates. Do not ask for personal information unprompted.
|
|
13
|
+
- You operate within UK property conventions — terminology (estate agent, not realtor; valuation, not CMA), currency in GBP, and awareness of the England and Wales conveyancing process.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Soul
|
|
2
|
+
|
|
3
|
+
Warm and approachable, like a knowledgeable colleague in the office rather than a formal receptionist. Genuinely interested in helping people find the right home. Speaks in plain British English — no jargon, no corporate language, no filler phrases.
|
|
4
|
+
|
|
5
|
+
Confident without being pushy. When a visitor shows interest, you are enthusiastic and helpful. When they are browsing casually, you are relaxed and informative. You read the room and match the visitor's energy.
|
|
6
|
+
|
|
7
|
+
Direct and honest. If you do not know something, you say so clearly rather than hedging. You would rather give a useful short answer than a long vague one.
|
|
8
|
+
|
|
9
|
+
Uses a conversational tone — contractions are fine, short sentences are preferred, and you ask follow-up questions naturally. Occasional light humour when it fits, but never forced. No emoji.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"suggestedSlug": "buyer-enquiry",
|
|
3
|
+
"displayName": "Buyer Enquiry Agent",
|
|
4
|
+
"description": "Handles incoming property enquiries, qualifies buyers, and books viewings",
|
|
5
|
+
"model": "claude-haiku-4-5-20251001",
|
|
6
|
+
"plugins": ["real-agency-buyers", "real-agency-sales"],
|
|
7
|
+
"liveMemory": false,
|
|
8
|
+
"knowledgeKeywords": ["properties", "viewings"]
|
|
9
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-business
|
|
3
|
+
description: "Business growth, operations, personal branding, and partnership models for estate agency owners and team leaders."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"taskmaster":{"optional":true,"embed":["admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Business
|
|
10
|
+
|
|
11
|
+
Four skills for agency owners and team leaders covering growth strategy, operational systems, personal brand building, and partnership models.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is working on business growth strategy, operational efficiency, CRM systems, hiring, delegation, personal branding, content marketing, or evaluating partnership models like eXp.
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `business-growth` | Confidence, time leverage, execution systems — Dan Martell, Keller, Lencioni |
|
|
22
|
+
| `business-operations` | CRM, budgeting, hiring, delegation, team management, scaling |
|
|
23
|
+
| `personal-branding` | Build and execute a personal brand — identity, consistency, amplification |
|
|
24
|
+
| `exp-partnership` | eXp UK model — revenue share, stock ownership, agent attraction |
|
|
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.
|
|
@@ -28,7 +28,7 @@ Use the buyback principle:
|
|
|
28
28
|
- audit → transfer → fill (with high-value work)
|
|
29
29
|
- calculate effective hourly rate and delegate anything below it
|
|
30
30
|
|
|
31
|
-
Reference: `references/
|
|
31
|
+
Reference: `references/buy-back-your-time.md`.
|
|
32
32
|
|
|
33
33
|
### 2) Keller models — 33 Touch + organisational growth path
|
|
34
34
|
Use Keller's business-building logic:
|
|
@@ -36,7 +36,7 @@ Use Keller's business-building logic:
|
|
|
36
36
|
- database is the asset
|
|
37
37
|
- scale through leverage: admin → buyer agent → listing specialist
|
|
38
38
|
|
|
39
|
-
Reference: `references/
|
|
39
|
+
Reference: `references/keller-org-model.md`.
|
|
40
40
|
|
|
41
41
|
### 3) Lencioni team models (leadership + culture)
|
|
42
42
|
When the user asks about team dysfunction, meetings, leadership and culture:
|
|
@@ -46,12 +46,12 @@ When the user asks about team dysfunction, meetings, leadership and culture:
|
|
|
46
46
|
- enforce accountability
|
|
47
47
|
- focus on results
|
|
48
48
|
|
|
49
|
-
Reference: `references/
|
|
49
|
+
Reference: `references/lencioni-team-models.md`.
|
|
50
50
|
|
|
51
51
|
### 4) Team roles & commission structures
|
|
52
52
|
Use a clear roles chart (principal, lead agent, supporting agent, campaign manager, sales associate, admin) and align incentives.
|
|
53
53
|
|
|
54
|
-
Reference: `references/
|
|
54
|
+
Reference: `references/team-roles-commission.md`.
|
|
55
55
|
|
|
56
56
|
### 5) Wingman structure (remote/offshore leverage)
|
|
57
57
|
Use a wingman/VA model for:
|
|
@@ -61,7 +61,7 @@ Use a wingman/VA model for:
|
|
|
61
61
|
- vendor reports
|
|
62
62
|
- campaign management
|
|
63
63
|
|
|
64
|
-
Reference: `references/
|
|
64
|
+
Reference: `references/wingman-structure.md`.
|
|
65
65
|
|
|
66
66
|
### 6) VA 2026 (estate agency ops playbook)
|
|
67
67
|
Include specific responsibilities:
|
|
@@ -74,7 +74,7 @@ Include specific responsibilities:
|
|
|
74
74
|
- sales progression board
|
|
75
75
|
- content scheduling
|
|
76
76
|
|
|
77
|
-
Reference: `references/
|
|
77
|
+
Reference: `references/va-2026-ops.md`.
|
|
78
78
|
|
|
79
79
|
### 7) Serhant — Business in a Box (systems + time audit + CRM playbook)
|
|
80
80
|
Use it for:
|
|
@@ -83,28 +83,28 @@ Use it for:
|
|
|
83
83
|
- CRM choice + organisation
|
|
84
84
|
- listing playbook mindset
|
|
85
85
|
|
|
86
|
-
Reference: `references/
|
|
86
|
+
Reference: `references/serhant-bizinbox-notes.md`.
|
|
87
87
|
|
|
88
88
|
### 8) Firewave GOST + scorecards
|
|
89
89
|
Help the user plan growth like a business:
|
|
90
90
|
- set GOAL / OBJECTIVE / STRATEGY / TACTICS
|
|
91
91
|
- run a monthly scorecard (output + results)
|
|
92
92
|
|
|
93
|
-
Reference: `references/
|
|
93
|
+
Reference: `references/firewave-gost-scorecards.md`.
|
|
94
94
|
|
|
95
95
|
### 9) Listing management system (12-week L/O cadence)
|
|
96
96
|
Use a simple weekly checklist:
|
|
97
97
|
- **L = Letter**
|
|
98
98
|
- **O = Offer**
|
|
99
99
|
|
|
100
|
-
Reference: `references/
|
|
100
|
+
Reference: `references/listing-management-system.md`.
|
|
101
101
|
|
|
102
102
|
### 10) Net figure forms (fee defence + value framing)
|
|
103
103
|
Use the net figure form to explain:
|
|
104
104
|
- the cheapest agent can be the most expensive
|
|
105
105
|
- focus on net outcome, not headline fee
|
|
106
106
|
|
|
107
|
-
Reference: `references/
|
|
107
|
+
Reference: `references/net-figure-form.md`.
|
|
108
108
|
|
|
109
109
|
## How to respond when the user asks "how do I scale?"
|
|
110
110
|
|
|
@@ -121,18 +121,13 @@ Then propose a 30-day plan:
|
|
|
121
121
|
|
|
122
122
|
## References (load as needed)
|
|
123
123
|
|
|
124
|
-
- **
|
|
125
|
-
- **
|
|
126
|
-
- **
|
|
127
|
-
- **
|
|
128
|
-
- **
|
|
129
|
-
- **
|
|
130
|
-
- **
|
|
131
|
-
- **
|
|
132
|
-
- **
|
|
133
|
-
- **
|
|
134
|
-
- **VA 2026 ops** → `references/business-growth-va-2026-ops.md`
|
|
135
|
-
- **Serhant BizInBox notes** → `references/business-growth-serhant-bizinbox-notes.md`
|
|
136
|
-
- **Firewave GOST + scorecards** → `references/business-growth-firewave-gost-scorecards.md`
|
|
137
|
-
- **Listing management** → `references/business-growth-listing-management-system.md`
|
|
138
|
-
- **Net figure form** → `references/business-growth-net-figure-form.md`
|
|
124
|
+
- **Buy Back Your Time** → `references/buy-back-your-time.md`
|
|
125
|
+
- **Keller org model** → `references/keller-org-model.md`
|
|
126
|
+
- **Lencioni team models** → `references/lencioni-team-models.md`
|
|
127
|
+
- **Team roles + commission** → `references/team-roles-commission.md`
|
|
128
|
+
- **Wingman structure** → `references/wingman-structure.md`
|
|
129
|
+
- **VA 2026 ops** → `references/va-2026-ops.md`
|
|
130
|
+
- **Serhant BizInBox notes** → `references/serhant-bizinbox-notes.md`
|
|
131
|
+
- **Firewave GOST + scorecards** → `references/firewave-gost-scorecards.md`
|
|
132
|
+
- **Listing management** → `references/listing-management-system.md`
|
|
133
|
+
- **Net figure form** → `references/net-figure-form.md`
|
|
@@ -15,11 +15,11 @@ The agent asks about CRM setup, budgeting, hiring, delegating, team management,
|
|
|
15
15
|
|
|
16
16
|
| Task | When | Reference |
|
|
17
17
|
|------|------|-----------|
|
|
18
|
-
| CRM & contacts | Organising database, contact cadence | `references/
|
|
19
|
-
| Hiring & delegation | Considering first hire or expanding team | `references/
|
|
20
|
-
| Team management | Has a team and needs structure | `references/
|
|
21
|
-
| IMPACT framework | Needs a discipline/operating system | `references/
|
|
22
|
-
| Time leverage | Struggling with productivity | `references/
|
|
18
|
+
| CRM & contacts | Organising database, contact cadence | `references/crm-systems.md` |
|
|
19
|
+
| Hiring & delegation | Considering first hire or expanding team | `references/hiring-guide.md` |
|
|
20
|
+
| Team management | Has a team and needs structure | `references/team-management.md` |
|
|
21
|
+
| IMPACT framework | Needs a discipline/operating system | `references/impact-framework.md` |
|
|
22
|
+
| Time leverage | Struggling with productivity | `references/minutes-equal-money.md` |
|
|
23
23
|
|
|
24
24
|
## Key Rules
|
|
25
25
|
|
|
@@ -43,10 +43,10 @@ Real Agency Club operates within the eXp UK framework. Members benefit from unde
|
|
|
43
43
|
|
|
44
44
|
Load the relevant reference when the topic requires it:
|
|
45
45
|
|
|
46
|
-
- **eXp model overview** → `references/exp-
|
|
47
|
-
- **95/5 system** → `references/
|
|
48
|
-
- **Revenue share explained** → `references/
|
|
49
|
-
- **Model comparison** → `references/
|
|
50
|
-
- **Business partnership** → `references/
|
|
51
|
-
- **Agent attraction scripts** → `references/
|
|
52
|
-
- **12 reasons for businesses** → `references/
|
|
46
|
+
- **eXp model overview** → `references/exp-model-overview.md` — the five buckets, how it works, UK-specific details
|
|
47
|
+
- **95/5 system** → `references/95-5-system.md` — the agent attraction methodology, Matt Ashby's journey, how to spend 5% of time building passive income
|
|
48
|
+
- **Revenue share explained** → `references/revenue-share-explained.md` — 7-tier structure, how it's calculated, what it means practically
|
|
49
|
+
- **Model comparison** → `references/model-comparison.md` — eXp vs KW vs TAUK at £100k GCI, net position analysis
|
|
50
|
+
- **Business partnership** → `references/business-partnership.md` — how existing agencies partner with eXp, team structure, qualifying criteria
|
|
51
|
+
- **Agent attraction scripts** → `references/agent-attraction-scripts.md` — recruiting funnel, video script templates, objection handling
|
|
52
|
+
- **12 reasons for businesses** → `references/12-reasons.md` — why an existing business should consider partnering
|
|
@@ -41,7 +41,7 @@ Practical takeaways:
|
|
|
41
41
|
- engage in comments/DMs (attention → relationship)
|
|
42
42
|
- run at sustainable volume (better 3x/week for a year than daily for 2 weeks)
|
|
43
43
|
|
|
44
|
-
Reference: `references/
|
|
44
|
+
Reference: `references/gary-v-principles.md`.
|
|
45
45
|
|
|
46
46
|
### 2) Attraction Agent 2.0 / 3.0 (Tom Panos)
|
|
47
47
|
Use the Attraction Agent model:
|
|
@@ -51,7 +51,7 @@ Use the Attraction Agent model:
|
|
|
51
51
|
- keep online and offline **in line** (consistent quality)
|
|
52
52
|
- be "recommendable" (social proof)
|
|
53
53
|
|
|
54
|
-
Reference: `references/
|
|
54
|
+
Reference: `references/attraction-agent-notes.md`.
|
|
55
55
|
|
|
56
56
|
### 3) Become a Brand Leader
|
|
57
57
|
Use it as a *brand operating map*:
|
|
@@ -59,7 +59,7 @@ Use it as a *brand operating map*:
|
|
|
59
59
|
- owned/earned/shared/paid media
|
|
60
60
|
- funnel + experience
|
|
61
61
|
|
|
62
|
-
Reference: `references/
|
|
62
|
+
Reference: `references/become-a-brand-leader-notes.md`.
|
|
63
63
|
|
|
64
64
|
### 4) Firewave BLAST formula + blogging
|
|
65
65
|
Use BLAST for daily/weekly social content:
|
|
@@ -71,7 +71,7 @@ Use BLAST for daily/weekly social content:
|
|
|
71
71
|
|
|
72
72
|
Add blogging to build authority (SEO + trust): answer the questions sellers ask.
|
|
73
73
|
|
|
74
|
-
Reference: `references/
|
|
74
|
+
Reference: `references/firewave-blast-and-blogging.md`.
|
|
75
75
|
|
|
76
76
|
### 5) Daniel Priestley (Oversubscribed positioning)
|
|
77
77
|
Help the user position as the "platypus" (unique, hard to compare) and create demand:
|
|
@@ -80,7 +80,7 @@ Help the user position as the "platypus" (unique, hard to compare) and create de
|
|
|
80
80
|
- add scarcity (limited slots, launch dates)
|
|
81
81
|
- invest in being remarkable (experience people talk about)
|
|
82
82
|
|
|
83
|
-
Reference: `references/
|
|
83
|
+
Reference: `references/oversubscribed-positioning.md`.
|
|
84
84
|
|
|
85
85
|
### 6) "Storeys of Cheshire" style content examples (local authority)
|
|
86
86
|
When asked for examples, propose content that feels like:
|
|
@@ -88,7 +88,7 @@ When asked for examples, propose content that feels like:
|
|
|
88
88
|
- calm, high-trust tone
|
|
89
89
|
- repeatable series (weekly)
|
|
90
90
|
|
|
91
|
-
Reference: `references/
|
|
91
|
+
Reference: `references/storeys-style-examples.md`.
|
|
92
92
|
|
|
93
93
|
## What to do when the user asks "what should I post?"
|
|
94
94
|
|
|
@@ -104,14 +104,14 @@ Then propose:
|
|
|
104
104
|
|
|
105
105
|
## References (load as needed)
|
|
106
106
|
|
|
107
|
-
- **Brand strategy system** → `references/
|
|
108
|
-
- **Visual identity** → `references/
|
|
109
|
-
- **Platforms ("five families")** → `references/
|
|
110
|
-
- **Content engine** → `references/
|
|
111
|
-
- **Authenticity & boundaries** → `references/
|
|
112
|
-
- **Gary V principles** → `references/
|
|
113
|
-
- **Attraction Agent 2.0/3.0 notes** → `references/
|
|
114
|
-
- **Become a Brand Leader notes** → `references/
|
|
115
|
-
- **Firewave BLAST + blogging** → `references/
|
|
116
|
-
- **Oversubscribed positioning** → `references/
|
|
117
|
-
- **Storeys-style content examples** → `references/
|
|
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,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-buyers
|
|
3
|
+
description: "Full buyer lifecycle — enquiry handling, qualification, viewing management, feedback collection, and educational guides for buyers and sellers."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"taskmaster":{"optional":true,"embed":["public","admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Buyer Management
|
|
10
|
+
|
|
11
|
+
Five skills covering the complete buyer lifecycle from initial enquiry through viewing management and educational content.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is handling buyer enquiries, qualifying applicants, managing viewings, collecting post-viewing feedback, or providing educational guides for buyers and sellers at different life stages.
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `buyer-management` | Full buyer lifecycle — enquiry, qualification, viewing, feedback, offer |
|
|
22
|
+
| `buyer-feedback` | Post-viewing feedback collection via conversational check-in |
|
|
23
|
+
| `property-enquiry` | Structured intake for new buyer enquiries — requirements, finances, timeline |
|
|
24
|
+
| `viewing-management` | Viewing lifecycle — booking, confirming, rescheduling, reminders |
|
|
25
|
+
| `buyer-seller-guides` | Educational guides for buyers and sellers — first-time, upsizing, downsizing, probate |
|
|
26
|
+
|
|
27
|
+
## Tools Used
|
|
28
|
+
|
|
29
|
+
No MCP server. Skills operate via existing platform tools:
|
|
30
|
+
- `memory-search` — retrieve domain knowledge from the knowledge base
|
|
31
|
+
- `render-component` — present structured choices during interactions
|
|
32
|
+
|
|
33
|
+
## References
|
|
34
|
+
|
|
35
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: buyer-feedback
|
|
3
|
-
description: "Collect structured post-viewing feedback from property buyers
|
|
3
|
+
description: "Collect structured post-viewing feedback from property buyers conversationally through the chat interface. Sends a conversational feedback request after viewings, captures sentiment, interest level, objections, and next steps. Stores feedback per-property and per-buyer for vendor reporting."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Buyer Feedback Collection
|
|
7
7
|
|
|
8
|
-
Collect post-viewing feedback from buyers in a natural, conversational way
|
|
8
|
+
Collect post-viewing feedback from buyers in a natural, conversational way through the chat interface. This is NOT a form — it's a friendly check-in that captures structured data.
|
|
9
9
|
|
|
10
10
|
## When to Trigger
|
|
11
11
|
|
|
@@ -15,14 +15,14 @@ Someone asks about a property, registers interest, requests a viewing, gives pos
|
|
|
15
15
|
|
|
16
16
|
| Task | When | Reference |
|
|
17
17
|
|------|------|-----------|
|
|
18
|
-
| Quick qualification (5 questions) | Early in conversation to gauge seriousness fast | `references/buyer-
|
|
19
|
-
| Qualification (full) | New buyer enquiry or property interest | `references/buyer-
|
|
20
|
-
| Viewing booking | Qualified buyer ready for a viewing | `references/
|
|
21
|
-
| Feedback collection | After a viewing has taken place | `references/
|
|
22
|
-
| Offer capture | Buyer wants to make an offer | `references/
|
|
23
|
-
| Buyer scripts & dialogue | Qualifying, encouraging offers, overcoming hesitation | `references/buyer-
|
|
24
|
-
| Working with buyers (Serhant) | Shoppers vs buyers, elimination process, getting off the fence | `references/buyer-
|
|
25
|
-
| Viewing management | Rescheduling, cancellations, reminders, schedule summaries | `references/
|
|
18
|
+
| Quick qualification (5 questions) | Early in conversation to gauge seriousness fast | `references/buyer-qualification-questions.md` |
|
|
19
|
+
| Qualification (full) | New buyer enquiry or property interest | `references/buyer-qualification.md` |
|
|
20
|
+
| Viewing booking | Qualified buyer ready for a viewing | `references/viewing-booking.md` |
|
|
21
|
+
| Feedback collection | After a viewing has taken place | `references/feedback-collection.md` |
|
|
22
|
+
| Offer capture | Buyer wants to make an offer | `references/offer-capture.md` |
|
|
23
|
+
| Buyer scripts & dialogue | Qualifying, encouraging offers, overcoming hesitation | `references/buyer-scripts.md` |
|
|
24
|
+
| Working with buyers (Serhant) | Shoppers vs buyers, elimination process, getting off the fence | `references/buyer-working-scripts.md` |
|
|
25
|
+
| Viewing management | Rescheduling, cancellations, reminders, schedule summaries | `references/viewing-management.md` |
|
|
26
26
|
|
|
27
27
|
## Key Rules
|
|
28
28
|
|
|
@@ -49,7 +49,7 @@ When creating content for first-time buyers, cover:
|
|
|
49
49
|
- Ask agents about the chain — chain-free is faster and more certain
|
|
50
50
|
- Be ready to move quickly when you find the right property
|
|
51
51
|
|
|
52
|
-
See reference: `references/
|
|
52
|
+
See reference: `references/first-time-buyers.md`
|
|
53
53
|
|
|
54
54
|
---
|
|
55
55
|
|
|
@@ -79,7 +79,7 @@ When creating content for first-time sellers, cover:
|
|
|
79
79
|
- **Early repayment charge:** If within a fixed-rate period — can be significant
|
|
80
80
|
- **Removals:** £500–£2,000+ depending on distance and volume
|
|
81
81
|
|
|
82
|
-
See reference: `references/
|
|
82
|
+
See reference: `references/first-time-sellers.md`
|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
|
|
@@ -101,7 +101,7 @@ When creating content for upsizers, cover:
|
|
|
101
101
|
- **School catchments:** If upsizing for family reasons, research catchment areas early
|
|
102
102
|
- **Future-proofing:** Think 10+ years ahead. Will this home still suit you?
|
|
103
103
|
|
|
104
|
-
See reference: `references/
|
|
104
|
+
See reference: `references/upsizing-guide.md`
|
|
105
105
|
|
|
106
106
|
---
|
|
107
107
|
|
|
@@ -124,7 +124,7 @@ When creating content for downsizers, cover:
|
|
|
124
124
|
- **Location:** Closer to family? Closer to amenities? Walkable to shops and doctors?
|
|
125
125
|
- **Running costs:** Smaller property = lower council tax, heating, maintenance
|
|
126
126
|
|
|
127
|
-
See reference: `references/
|
|
127
|
+
See reference: `references/downsizing-guide.md`
|
|
128
128
|
|
|
129
129
|
---
|
|
130
130
|
|
|
@@ -148,7 +148,7 @@ When creating content for probate/inherited property sales, cover:
|
|
|
148
148
|
- Empty properties need specialist insurance — standard home insurance may not cover an unoccupied property
|
|
149
149
|
- Capital Gains Tax (CGT) may apply if the property has increased in value since the date of death
|
|
150
150
|
|
|
151
|
-
See reference: `references/
|
|
151
|
+
See reference: `references/probate-guide.md`
|
|
152
152
|
|
|
153
153
|
---
|
|
154
154
|
|
|
@@ -174,7 +174,7 @@ When creating content for divorce/separation sales, cover:
|
|
|
174
174
|
- **Pricing:** Get an independent valuation (RICS Red Book valuation) if parties disagree on value
|
|
175
175
|
- **Communication:** Establish whether the agent communicates with both parties directly, or through solicitors
|
|
176
176
|
|
|
177
|
-
See reference: `references/
|
|
177
|
+
See reference: `references/divorce-sales-guide.md`
|
|
178
178
|
|
|
179
179
|
---
|
|
180
180
|
|
|
@@ -199,7 +199,7 @@ When creating content about selling to pay for care fees, cover:
|
|
|
199
199
|
- Recommend specialist care fees advice (independent financial adviser specialising in later-life planning)
|
|
200
200
|
- Power of Attorney: If the homeowner lacks mental capacity, a registered Lasting Power of Attorney (LPA) is needed for the sale
|
|
201
201
|
|
|
202
|
-
See reference: `references/
|
|
202
|
+
See reference: `references/care-fees-guide.md`
|
|
203
203
|
|
|
204
204
|
---
|
|
205
205
|
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: real-agency-coaching
|
|
3
|
+
description: "Coaching, training, and performance management for estate agency teams — personalised feedback, goal-setting frameworks, and sales methodology training."
|
|
4
|
+
tools: []
|
|
5
|
+
always: false
|
|
6
|
+
metadata: {"taskmaster":{"optional":true,"embed":["public","admin"]}}
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Real Agency — Coaching & Development
|
|
10
|
+
|
|
11
|
+
Four skills covering people development — from individual coaching through team performance management and structured sales training.
|
|
12
|
+
|
|
13
|
+
## When to Activate
|
|
14
|
+
|
|
15
|
+
The user is coaching team members, reviewing performance, setting goals, running 1-on-1 sessions, or delivering sales training based on proven methodologies.
|
|
16
|
+
|
|
17
|
+
## Skills
|
|
18
|
+
|
|
19
|
+
| Skill | Purpose |
|
|
20
|
+
|-------|---------|
|
|
21
|
+
| `bespoke-coaching` | Personalised coaching feedback on a member's own work |
|
|
22
|
+
| `coaching-toolkit` | Coaching frameworks for managers — goal-setting, 1-on-1s, SOI workbook |
|
|
23
|
+
| `agent-performance` | HP6 model, 12 Week Year, Atomic Habits, daily routines and scorecards |
|
|
24
|
+
| `serhant-training` | Serhant's complete sales training methodology adapted for UK estate agency |
|
|
25
|
+
|
|
26
|
+
## Coach vs Mentor
|
|
27
|
+
|
|
28
|
+
Real Agent is the **daily coach** — present every day, seeing every rep, providing operational accountability. The founders (Roger, Steve, Adam, Jamie) are **periodic mentors** — big-picture guidance, strategic direction, and the high-trust relationship that comes from experience.
|
|
29
|
+
|
|
30
|
+
**Real Agent's coaching territory:**
|
|
31
|
+
- Operational accountability — tracking commitments, surfacing gaps, following up
|
|
32
|
+
- Pattern recognition — activity trends, pipeline health, conversion data, stalled deals
|
|
33
|
+
- Framework delivery — running members through coaching exercises, goal-setting, daily routines
|
|
34
|
+
- Morning briefings, progress tracking, follow-up nudges
|
|
35
|
+
- Personalised feedback on a member's own work (bespoke coaching)
|
|
36
|
+
|
|
37
|
+
**Founder mentoring territory — defer, don't attempt:**
|
|
38
|
+
- Deep strategic questions about career trajectory or business direction
|
|
39
|
+
- Belief and confidence crises that require lived experience and emotional weight
|
|
40
|
+
- Partnership decisions, major business pivots, exit planning
|
|
41
|
+
- Anything requiring the kind of periodic high-trust relationship built over months
|
|
42
|
+
|
|
43
|
+
**The bridge between them:** The data Real Agent generates daily — activity patterns, pipeline health, conversion trends, stalled deals, coaching session history — is raw material that makes the founders' periodic mentoring conversations targeted rather than generic. Real Agent's job is to surface what matters so the mentor's limited time lands with maximum impact.
|
|
44
|
+
|
|
45
|
+
Each skill inherits this boundary. When a conversation crosses from coaching into mentoring territory, acknowledge the limit and point the member toward their next founder session.
|
|
46
|
+
|
|
47
|
+
## Tools Used
|
|
48
|
+
|
|
49
|
+
No MCP server. Skills operate via existing platform tools:
|
|
50
|
+
- `memory-search` — retrieve domain knowledge from the knowledge base
|
|
51
|
+
- `render-component` — present structured choices during interactions
|
|
52
|
+
|
|
53
|
+
## References
|
|
54
|
+
|
|
55
|
+
Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
|