@rubytech/create-sitedesk-code 0.1.387 → 0.1.389
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/__tests__/joblogic-excluded.test.js +39 -0
- package/dist/index.js +21 -0
- package/package.json +1 -1
- package/payload/platform/config/brand.json +3 -3
- package/payload/platform/plugins/.claude-plugin/marketplace.json +0 -10
- package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +21 -2
- package/payload/platform/plugins/docs/references/admin-session.md +4 -0
- package/payload/platform/plugins/docs/references/admin-ui.md +18 -1
- package/payload/platform/plugins/docs/references/joblogic.md +2 -0
- package/payload/platform/plugins/whatsapp/references/channels-whatsapp.md +7 -3
- package/payload/platform/plugins/whatsapp/skills/manage-whatsapp-config/SKILL.md +2 -0
- package/payload/platform/plugins/work/PLUGIN.md +3 -0
- package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.d.ts +2 -0
- package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.d.ts.map +1 -0
- package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.js +98 -0
- package/payload/platform/plugins/work/mcp/dist/__tests__/session-metering.test.js.map +1 -0
- package/payload/platform/plugins/work/mcp/dist/index.js +16 -0
- package/payload/platform/plugins/work/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/work/mcp/dist/tools/session-metering.d.ts +53 -0
- package/payload/platform/plugins/work/mcp/dist/tools/session-metering.d.ts.map +1 -0
- package/payload/platform/plugins/work/mcp/dist/tools/session-metering.js +80 -0
- package/payload/platform/plugins/work/mcp/dist/tools/session-metering.js.map +1 -0
- package/payload/platform/plugins/work/mcp/package.json +2 -1
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js +1 -0
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +98 -8
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pricing.d.ts +45 -0
- package/payload/platform/services/claude-session-manager/dist/pricing.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/pricing.js +57 -0
- package/payload/platform/services/claude-session-manager/dist/pricing.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/session-metering.d.ts +38 -0
- package/payload/platform/services/claude-session-manager/dist/session-metering.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/session-metering.js +292 -0
- package/payload/platform/services/claude-session-manager/dist/session-metering.js.map +1 -0
- package/payload/platform/templates/specialists/agents/project-manager.md +1 -1
- package/payload/premium-plugins/.claude-plugin/marketplace.json +0 -15
- package/payload/server/public/assets/{AdminLoginScreens-BejIjbmU.js → AdminLoginScreens-CerrEc_m.js} +1 -1
- package/payload/server/public/assets/AdminShell-cRTvNRbo.js +1 -0
- package/payload/server/public/assets/{Checkbox-1F1tzqca.js → Checkbox-Dh2pLMFN.js} +1 -1
- package/payload/server/public/assets/{Transcript-DkGa4CQH.js → Transcript-B_GVJujB.js} +1 -1
- package/payload/server/public/assets/{admin-DqQARkjy.js → admin-BXaYelnR.js} +1 -1
- package/payload/server/public/assets/{browser-nDtEK6RC.js → browser-fhjGE7fH.js} +1 -1
- package/payload/server/public/assets/calendar-PnZudAtc.js +1 -0
- package/payload/server/public/assets/chat-Dy_zrjKS.js +1 -0
- package/payload/server/public/assets/chevron-left-IB6TmMZ_.js +1 -0
- package/payload/server/public/assets/data-B2IcjAj6.js +1 -0
- package/payload/server/public/assets/{graph-DFyicKd7.js → graph-CycO3tkW.js} +2 -2
- package/payload/server/public/assets/{graph-labels-D3BQdcpD.js → graph-labels-DlSsSpBV.js} +1 -1
- package/payload/server/public/assets/{operator-BxrjWdT9.js → operator-L4kBC-zS.js} +1 -1
- package/payload/server/public/assets/page-D5E-Ng4D.js +1 -0
- package/payload/server/public/assets/page-M8sD9LOi.js +32 -0
- package/payload/server/public/assets/{public-DbdqfdYq.js → public-BmnajF3K.js} +1 -1
- package/payload/server/public/assets/{rotate-ccw-BkX8HODe.js → rotate-ccw-W5HhvAbo.js} +1 -1
- package/payload/server/public/assets/useSubAccountSwitcher-D1TI1xvd.css +1 -0
- package/payload/server/public/assets/useSubAccountSwitcher-UqZbmzYy.js +9 -0
- package/payload/server/public/browser.html +4 -4
- package/payload/server/public/calendar.html +5 -5
- package/payload/server/public/chat.html +8 -8
- package/payload/server/public/data.html +7 -7
- package/payload/server/public/graph.html +8 -8
- package/payload/server/public/index.html +10 -10
- package/payload/server/public/operator.html +10 -10
- package/payload/server/public/public.html +8 -8
- package/payload/server/server.js +444 -315
- package/payload/platform/plugins/joblogic/.claude-plugin/plugin.json +0 -21
- package/payload/platform/plugins/joblogic/PLUGIN.md +0 -182
- package/payload/platform/plugins/joblogic/lib/mcp-spawn-tee/index.js +0 -193
- package/payload/platform/plugins/joblogic/lib/mcp-spawn-tee/package.json +0 -3
- package/payload/platform/plugins/joblogic/mcp/dist/index.d.ts +0 -2
- package/payload/platform/plugins/joblogic/mcp/dist/index.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/index.js +0 -229
- package/payload/platform/plugins/joblogic/mcp/dist/index.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.d.ts +0 -31
- package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.js +0 -78
- package/payload/platform/plugins/joblogic/mcp/dist/lib/auth.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/client.d.ts +0 -35
- package/payload/platform/plugins/joblogic/mcp/dist/lib/client.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/client.js +0 -106
- package/payload/platform/plugins/joblogic/mcp/dist/lib/client.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.d.ts +0 -8
- package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.js +0 -41
- package/payload/platform/plugins/joblogic/mcp/dist/lib/idempotency.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.d.ts +0 -21
- package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.d.ts.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.js +0 -47
- package/payload/platform/plugins/joblogic/mcp/dist/lib/secrets.js.map +0 -1
- package/payload/platform/plugins/joblogic/mcp/package.json +0 -10
- package/payload/platform/plugins/joblogic/skills/joblogic/SKILL.md +0 -32
- package/payload/platform/plugins/sales/.claude-plugin/plugin.json +0 -8
- package/payload/platform/plugins/sales/PLUGIN.md +0 -106
- package/payload/platform/plugins/sales/references/close-tracking.md +0 -69
- package/payload/platform/plugins/sales/references/comparisons.md +0 -99
- package/payload/platform/plugins/sales/references/competitive-positioning.md +0 -51
- package/payload/platform/plugins/sales/references/faq.md +0 -73
- package/payload/platform/plugins/sales/references/objection-handling.md +0 -157
- package/payload/platform/plugins/sales/references/pricing.md +0 -101
- package/payload/premium-plugins/teaching/.claude-plugin/plugin.json +0 -8
- package/payload/premium-plugins/teaching/PLUGIN.md +0 -58
- package/payload/premium-plugins/teaching/skills/interactive-tutor/SKILL.md +0 -59
- package/payload/premium-plugins/teaching/skills/interactive-tutor/references/assessment.md +0 -70
- package/payload/premium-plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +0 -43
- package/payload/premium-plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +0 -83
- package/payload/premium-plugins/teaching/skills/lesson-planner/SKILL.md +0 -48
- package/payload/premium-plugins/teaching/skills/lesson-planner/references/context-gathering.md +0 -41
- package/payload/premium-plugins/teaching/skills/lesson-planner/references/plan-structure.md +0 -94
- package/payload/premium-plugins/teaching/skills/study-pack-builder/SKILL.md +0 -52
- package/payload/premium-plugins/teaching/skills/study-pack-builder/references/disaggregation.md +0 -49
- package/payload/premium-plugins/teaching/skills/study-pack-builder/references/materials.md +0 -116
- package/payload/premium-plugins/venture-studio/.claude-plugin/plugin.json +0 -8
- package/payload/premium-plugins/venture-studio/PLUGIN.md +0 -128
- package/payload/premium-plugins/venture-studio/bin/scaffold.sh +0 -116
- package/payload/premium-plugins/venture-studio/skills/brand-pack/SKILL.md +0 -256
- package/payload/premium-plugins/venture-studio/skills/brand-pack/references/color-psychology.md +0 -118
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/SKILL.md +0 -436
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/business-plan-template.md +0 -64
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/competitive-battlecard.md +0 -37
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/competitor-analysis.md +0 -32
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/compliance-research-checklist.md +0 -53
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/data-room-structure.md +0 -88
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/deck-blueprint-template.md +0 -39
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/design-tokens-application.md +0 -79
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/html-pdf-pipeline.md +0 -236
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/internal-workings-scrub.md +0 -33
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/monetization-strategy.md +0 -35
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/pricing-strategy.md +0 -37
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/strategy-frameworks.md +0 -46
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/references/termsheet-template.md +0 -88
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +0 -1565
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +0 -91
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +0 -715
- package/payload/premium-plugins/venture-studio/skills/legal-essentials/SKILL.md +0 -65
- package/payload/premium-plugins/venture-studio/skills/office-hours/SKILL.md +0 -587
- package/payload/premium-plugins/venture-studio/skills/prototype-host/SKILL.md +0 -179
- package/payload/premium-plugins/venture-studio/skills/prototype-host/references/cloudflared-ingress-edit.md +0 -81
- package/payload/premium-plugins/venture-studio/skills/prototype-host/references/scaffold-frameworks.md +0 -60
- package/payload/premium-plugins/venture-studio/skills/prototype-host/references/systemd-user-service.md +0 -104
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/SKILL.md +0 -342
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +0 -275
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +0 -93
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +0 -308
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +0 -262
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +0 -171
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +0 -246
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +0 -183
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +0 -190
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +0 -58
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +0 -114
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +0 -43
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +0 -237
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +0 -290
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +0 -105
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +0 -361
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/market-sizing.md +0 -58
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +0 -167
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +0 -193
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +0 -200
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +0 -239
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +0 -103
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +0 -291
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +0 -225
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +0 -179
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/prd.md +0 -363
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +0 -74
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +0 -253
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +0 -256
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +0 -276
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/strategy-red-team.md +0 -41
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +0 -248
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +0 -89
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +0 -121
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +0 -242
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +0 -271
- package/payload/premium-plugins/writer-craft/.claude-plugin/plugin.json +0 -21
- package/payload/premium-plugins/writer-craft/PLUGIN.md +0 -134
- package/payload/premium-plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +0 -108
- package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/dist/index.d.ts +0 -8
- package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/dist/index.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/dist/index.js +0 -71
- package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/dist/index.js.map +0 -1
- package/payload/premium-plugins/writer-craft/lib/mcp-lifeline/package.json +0 -7
- package/payload/premium-plugins/writer-craft/lib/mcp-spawn-tee/index.js +0 -193
- package/payload/premium-plugins/writer-craft/lib/mcp-spawn-tee/package.json +0 -3
- package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts +0 -51
- package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js +0 -196
- package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/dist/index.js.map +0 -1
- package/payload/premium-plugins/writer-craft/lib/mcp-stderr-tee/package.json +0 -7
- package/payload/premium-plugins/writer-craft/mcp/dist/cli/ingest-session-text.d.ts +0 -3
- package/payload/premium-plugins/writer-craft/mcp/dist/cli/ingest-session-text.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/cli/ingest-session-text.js +0 -58
- package/payload/premium-plugins/writer-craft/mcp/dist/cli/ingest-session-text.js.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts +0 -3
- package/payload/premium-plugins/writer-craft/mcp/dist/index.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/index.js +0 -403
- package/payload/premium-plugins/writer-craft/mcp/dist/index.js.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts +0 -14
- package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js +0 -47
- package/payload/premium-plugins/writer-craft/mcp/dist/lib/neo4j.js.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts +0 -117
- package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js +0 -138
- package/payload/premium-plugins/writer-craft/mcp/dist/lib/voice-corpus.js.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts +0 -90
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js +0 -609
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-distil-profile.js.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-ingest-session-text.d.ts +0 -19
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-ingest-session-text.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-ingest-session-text.js +0 -124
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-ingest-session-text.js.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts +0 -38
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js +0 -93
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-record-feedback.js.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts +0 -61
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js +0 -171
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-retrieve-conditioning.js.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts +0 -35
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.d.ts.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js +0 -127
- package/payload/premium-plugins/writer-craft/mcp/dist/tools/voice-tag-content.js.map +0 -1
- package/payload/premium-plugins/writer-craft/mcp/package-lock.json +0 -1327
- package/payload/premium-plugins/writer-craft/mcp/package.json +0 -19
- package/payload/premium-plugins/writer-craft/mcp/scripts/smoke.mjs +0 -420
- package/payload/premium-plugins/writer-craft/mcp/src/index.ts +0 -457
- package/payload/premium-plugins/writer-craft/mcp/src/lib/neo4j.ts +0 -56
- package/payload/premium-plugins/writer-craft/mcp/src/lib/voice-corpus.ts +0 -154
- package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-distil-profile.ts +0 -833
- package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-ingest-session-text.ts +0 -153
- package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-record-feedback.ts +0 -148
- package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-retrieve-conditioning.ts +0 -270
- package/payload/premium-plugins/writer-craft/mcp/src/tools/voice-tag-content.ts +0 -181
- package/payload/premium-plugins/writer-craft/mcp/tsconfig.json +0 -8
- package/payload/premium-plugins/writer-craft/skills/citation-style/SKILL.md +0 -94
- package/payload/premium-plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +0 -77
- package/payload/premium-plugins/writer-craft/skills/citation-style/references/citation-rules.md +0 -103
- package/payload/premium-plugins/writer-craft/skills/citation-style/references/journal-article-models.md +0 -74
- package/payload/premium-plugins/writer-craft/skills/citation-style/references/other-source-models.md +0 -146
- package/payload/premium-plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +0 -70
- package/payload/premium-plugins/writer-craft/skills/editorial-practice/SKILL.md +0 -108
- package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/copyediting.md +0 -73
- package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +0 -85
- package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +0 -78
- package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/line-editing.md +0 -55
- package/payload/premium-plugins/writer-craft/skills/editorial-practice/references/self-editing.md +0 -89
- package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +0 -114
- package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +0 -73
- package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +0 -76
- package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +0 -67
- package/payload/premium-plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +0 -86
- package/payload/premium-plugins/writer-craft/skills/point-of-view/SKILL.md +0 -97
- package/payload/premium-plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +0 -72
- package/payload/premium-plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +0 -91
- package/payload/premium-plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +0 -71
- package/payload/premium-plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +0 -85
- package/payload/premium-plugins/writer-craft/skills/prose-craft/SKILL.md +0 -100
- package/payload/premium-plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +0 -72
- package/payload/premium-plugins/writer-craft/skills/prose-craft/references/repetition.md +0 -71
- package/payload/premium-plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +0 -64
- package/payload/premium-plugins/writer-craft/skills/prose-craft/references/word-economy.md +0 -93
- package/payload/premium-plugins/writer-craft/skills/reader-engagement/SKILL.md +0 -100
- package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +0 -79
- package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +0 -81
- package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +0 -67
- package/payload/premium-plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +0 -94
- package/payload/premium-plugins/writer-craft/skills/review-manuscript/SKILL.md +0 -111
- package/payload/premium-plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +0 -119
- package/payload/premium-plugins/writer-craft/skills/review-prose/SKILL.md +0 -99
- package/payload/premium-plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +0 -112
- package/payload/premium-plugins/writer-craft/skills/review-scene/SKILL.md +0 -99
- package/payload/premium-plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +0 -95
- package/payload/premium-plugins/writer-craft/skills/story-architecture/SKILL.md +0 -106
- package/payload/premium-plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +0 -118
- package/payload/premium-plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +0 -66
- package/payload/premium-plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +0 -87
- package/payload/premium-plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +0 -82
- package/payload/premium-plugins/writer-craft/skills/story-blueprint/SKILL.md +0 -133
- package/payload/premium-plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +0 -118
- package/payload/premium-plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +0 -128
- package/payload/premium-plugins/writer-craft/skills/voice-mirror/SKILL.md +0 -241
- package/payload/server/public/assets/AdminShell-D2-uBSB5.js +0 -1
- package/payload/server/public/assets/calendar-CO4Bwmho.js +0 -1
- package/payload/server/public/assets/chat-DeIge_bC.js +0 -1
- package/payload/server/public/assets/chevron-left-DhVdq0aN.js +0 -1
- package/payload/server/public/assets/data-B1GIdzHk.js +0 -1
- package/payload/server/public/assets/page-ByDLq_o1.js +0 -1
- package/payload/server/public/assets/page-D-Ep4bXd.js +0 -32
- package/payload/server/public/assets/useSubAccountSwitcher-DMbRhLPv.js +0 -9
- package/payload/server/public/assets/useSubAccountSwitcher-DS0iqSkP.css +0 -1
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
# Close Tracking
|
|
2
|
-
|
|
3
|
-
## Why Track
|
|
4
|
-
|
|
5
|
-
Closing is iterative. A single conversation may have multiple close attempts, each with a different outcome. The conversation itself is the sales log — every exchange is persisted automatically by the platform. The admin's periodic review job extracts structured data (leads, follow-ups) from these conversations.
|
|
6
|
-
|
|
7
|
-
## What Gets Captured
|
|
8
|
-
|
|
9
|
-
The conversation naturally contains close attempts, outcomes, and next steps. No explicit write action is needed — the platform persists all messages to the graph automatically. The admin team reviews public conversations on a regular cycle.
|
|
10
|
-
|
|
11
|
-
When closing or capturing prospect interest, keep the conversation clear enough that the context is self-evident:
|
|
12
|
-
|
|
13
|
-
- What was asked (the close technique)
|
|
14
|
-
- What the prospect said (committed, objected, deferred, signed up)
|
|
15
|
-
- What was agreed as a next step
|
|
16
|
-
|
|
17
|
-
## Interest Capture
|
|
18
|
-
|
|
19
|
-
When a prospect provides name and email, confirm warmly. Admin-side tooling persists the contact record — you do not call any tools.
|
|
20
|
-
|
|
21
|
-
## Post-Extraction Contact Management (Admin Only)
|
|
22
|
-
|
|
23
|
-
The admin agent manages contact records after they have been created:
|
|
24
|
-
|
|
25
|
-
| Outcome | Admin action |
|
|
26
|
-
|---------|-------------|
|
|
27
|
-
| Prospect awaiting follow-up | Review via `contact-list` with `status: "prospect"` |
|
|
28
|
-
| Prospect commits to purchase | `contact-update` — change status to `booked` |
|
|
29
|
-
| Prospect explicitly declines | `contact-update` — change status to `archived`, add note with reason |
|
|
30
|
-
| Prospect defers | `contact-update` — add `lastContact` date and follow-up note |
|
|
31
|
-
|
|
32
|
-
Do not update status on pivots or mid-conversation objections — only on definitive outcomes.
|
|
33
|
-
|
|
34
|
-
## Follow-Up Scheduling
|
|
35
|
-
|
|
36
|
-
When a prospect defers ("not right now", "let me think about it", "check back next week"):
|
|
37
|
-
|
|
38
|
-
1. Agree on a specific follow-up date — ask: "When would be good to check back?"
|
|
39
|
-
2. If no date given, default to 3 business days
|
|
40
|
-
3. The follow-up context is in the conversation history — the admin reviews and schedules accordingly
|
|
41
|
-
4. When the follow-up date arrives, use the **Return Close** technique — they were interested, just needed time
|
|
42
|
-
|
|
43
|
-
## Escalation Rules
|
|
44
|
-
|
|
45
|
-
Escalate to a human when:
|
|
46
|
-
|
|
47
|
-
1. **Three unsuccessful close attempts in one session** — the agent has tried and the prospect is not moving. Summarise what was tried and hand off.
|
|
48
|
-
2. **Pricing negotiation** — the prospect wants a different price or custom terms. The agent does not have authority.
|
|
49
|
-
3. **Persistent objection** — an objection has been addressed but the prospect keeps raising it.
|
|
50
|
-
4. **Prospect requests human contact** — always respect this immediately.
|
|
51
|
-
|
|
52
|
-
When escalating, provide structured context:
|
|
53
|
-
|
|
54
|
-
```
|
|
55
|
-
**Sales escalation — [Prospect name]**
|
|
56
|
-
|
|
57
|
-
What they need: [1-2 sentences]
|
|
58
|
-
Where we are: [Current status]
|
|
59
|
-
What was tried: [Close techniques used and outcomes]
|
|
60
|
-
What's blocking: [The specific objection or stall]
|
|
61
|
-
Recommended next step: [Suggestion]
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
## Quote Follow-Up Integration
|
|
65
|
-
|
|
66
|
-
When a follow-up is triggered for a previously quoted prospect:
|
|
67
|
-
|
|
68
|
-
- **3-day nudge:** Use the Summary Close — recap the quote, restate value, ask directly: "Shall I book this in?"
|
|
69
|
-
- **7-day escalation:** Escalate with full context. Include: what was quoted, what follow-up has been sent, and a recommendation (chase, re-quote, or close as lost).
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
# Competitor Comparisons
|
|
2
|
-
|
|
3
|
-
Use these tables for internal positioning only. Never read a comparison table to a prospect. Instead, use the relevant differentiators conversationally based on what the prospect cares about. Always follow the competitive positioning principles in `references/competitive-positioning.md`.
|
|
4
|
-
|
|
5
|
-
## vs ChatGPT / Claude (direct AI chat)
|
|
6
|
-
|
|
7
|
-
| Dimension | ChatGPT / Claude Chat | SiteDesk |
|
|
8
|
-
|-----------|----------------------|------|
|
|
9
|
-
| Mode | Reactive — you ask, it answers | Proactive — reaches out, reminds, acts |
|
|
10
|
-
| Memory | Limited session context | Persistent memory across all conversations |
|
|
11
|
-
| Actions | Generates text | Takes action (sends messages, books calendar, controls home) |
|
|
12
|
-
| Channels | Single app/web interface | WhatsApp, voice, web, smart home |
|
|
13
|
-
| Privacy | Data stored in provider's cloud | Data stored locally in your home |
|
|
14
|
-
| Integration | Standalone | Connected to your calendar, email, WhatsApp, smart home |
|
|
15
|
-
| Family | Individual only | Family-aware with shared context and individual privacy |
|
|
16
|
-
|
|
17
|
-
**Key talking point:** "ChatGPT is brilliant at answering questions. SiteDesk is built to take action. It's the difference between a search engine and an assistant."
|
|
18
|
-
|
|
19
|
-
## vs Claude Cowork / AI Productivity Tools
|
|
20
|
-
|
|
21
|
-
| Dimension | Claude Cowork | SiteDesk |
|
|
22
|
-
|-----------|--------------|------|
|
|
23
|
-
| Focus | Work/professional tasks | Whole life — personal, family, home, work |
|
|
24
|
-
| Environment | Cloud-based workspace | Local device in your home |
|
|
25
|
-
| Scope | Document and task collaboration | Cross-service orchestration (calendar, messages, smart home, etc.) |
|
|
26
|
-
| Proactivity | On-demand | Proactive — initiates actions and reminders |
|
|
27
|
-
| Family | Not designed for households | Multi-user family support |
|
|
28
|
-
|
|
29
|
-
**Key talking point:** "Cowork is great for professional collaboration. SiteDesk manages your whole life — not just the work part."
|
|
30
|
-
|
|
31
|
-
## vs HubSpot / CRM Tools
|
|
32
|
-
|
|
33
|
-
| Dimension | HubSpot | SiteDesk |
|
|
34
|
-
|-----------|---------|------|
|
|
35
|
-
| Purpose | Business CRM and marketing | Personal/family life management |
|
|
36
|
-
| Complexity | Enterprise-grade, steep learning curve | Conversational, learns from you naturally |
|
|
37
|
-
| Cost | Free tier limited; paid from $45/month+ | Solo from £20/month |
|
|
38
|
-
| Personal use | Not designed for personal life | Built for personal and family use |
|
|
39
|
-
| Automation | Template-based workflows | Context-aware, adaptive actions |
|
|
40
|
-
|
|
41
|
-
**Key talking point:** "HubSpot manages your business relationships. SiteDesk manages your life."
|
|
42
|
-
|
|
43
|
-
## vs Calendly / Scheduling Tools
|
|
44
|
-
|
|
45
|
-
| Dimension | Calendly | SiteDesk |
|
|
46
|
-
|-----------|---------|------|
|
|
47
|
-
| Scope | Meeting scheduling only | Full calendar management plus everything else |
|
|
48
|
-
| Intelligence | Rule-based availability | Context-aware — knows your preferences, energy levels, travel time |
|
|
49
|
-
| Integration | Calendar + video conferencing | Calendar + email + WhatsApp + smart home + everything |
|
|
50
|
-
| Proactivity | Sends links when asked | Detects conflicts, suggests rescheduling, reminds proactively |
|
|
51
|
-
| Cost | Free tier; Pro from $10/month | Included in SiteDesk Solo (£20/month) with all other capabilities |
|
|
52
|
-
|
|
53
|
-
**Key talking point:** "Calendly handles scheduling. SiteDesk handles scheduling, reminders, messages, and everything else — it's your whole assistant, not just a booking link."
|
|
54
|
-
|
|
55
|
-
## vs Google Workspace / Microsoft 365
|
|
56
|
-
|
|
57
|
-
| Dimension | Google/Microsoft Suite | SiteDesk |
|
|
58
|
-
|-----------|----------------------|------|
|
|
59
|
-
| Model | Collection of separate apps | One unified brain across all services |
|
|
60
|
-
| Intelligence | Each app has its own limited AI | One AI that understands context across everything |
|
|
61
|
-
| Privacy | Cloud-stored, data used for ads/training | Local-first, data stays in your home |
|
|
62
|
-
| Proactivity | Notifications and reminders | Genuine agency — takes action, not just alerts |
|
|
63
|
-
| Family | Separate accounts, no shared intelligence | Family-aware with shared context |
|
|
64
|
-
| Personal assistant | Fragmented (Assistant, Cortana) | Unified, persistent, proactive |
|
|
65
|
-
|
|
66
|
-
**Key talking point:** "Google gives you the tools. SiteDesk uses the tools for you."
|
|
67
|
-
|
|
68
|
-
## vs WhatsApp Business / Messaging
|
|
69
|
-
|
|
70
|
-
| Dimension | WhatsApp Business | SiteDesk |
|
|
71
|
-
|-----------|------------------|------|
|
|
72
|
-
| Channel | WhatsApp only | WhatsApp + voice + web + smart home |
|
|
73
|
-
| Intelligence | Templates and auto-replies | Full AI understanding and action |
|
|
74
|
-
| Memory | No conversation memory | Persistent memory across all interactions |
|
|
75
|
-
| Scope | Messaging | Messaging + calendar + tasks + smart home + everything |
|
|
76
|
-
| Automation | Canned responses | Context-aware, personalised actions |
|
|
77
|
-
|
|
78
|
-
**Key talking point:** "WhatsApp Business automates messages. SiteDesk understands conversations and acts on them."
|
|
79
|
-
|
|
80
|
-
## vs Hiring Staff / Virtual Assistants
|
|
81
|
-
|
|
82
|
-
| Dimension | Human VA / Staff | SiteDesk |
|
|
83
|
-
|-----------|-----------------|------|
|
|
84
|
-
| Availability | Business hours (or expensive 24/7) | Always on, 24/7 |
|
|
85
|
-
| Cost | £1,500-3,000+/month for a good VA | From £20/month |
|
|
86
|
-
| Consistency | Variable, depends on the person | Consistent, learns and improves |
|
|
87
|
-
| Privacy | Trusting a stranger with personal info | Data stays in your home, no human access |
|
|
88
|
-
| Scale | One person, limited bandwidth | Handles everything simultaneously |
|
|
89
|
-
| Ramp-up | Weeks to months to train | Minutes to set up, learns continuously |
|
|
90
|
-
|
|
91
|
-
**Key talking point:** "A good VA costs £2,000/month and still can't be available at 3am. SiteDesk costs £20/month and never sleeps."
|
|
92
|
-
|
|
93
|
-
## Positioning Principles
|
|
94
|
-
|
|
95
|
-
1. **Never disparage.** Present SiteDesk's strengths. Let the prospect draw comparisons.
|
|
96
|
-
2. **Lead with their criteria.** Ask what matters to them, then position against those criteria.
|
|
97
|
-
3. **Be honest about limitations.** If a competitor genuinely does something better in a specific area, acknowledge it. Honesty builds trust.
|
|
98
|
-
4. **The real competitor is inertia.** Most prospects aren't choosing between SiteDesk and a competitor — they're choosing between SiteDesk and doing nothing. Position against the status quo.
|
|
99
|
-
5. **Use the "Two Options" framing.** "You can keep juggling twelve apps, or you can let SiteDesk handle it. Which sounds better?"
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
# Competitive Positioning
|
|
2
|
-
|
|
3
|
-
## The Golden Rule: Never Disparage
|
|
4
|
-
|
|
5
|
-
Never badmouth a competitor. It makes you look insecure, unprofessional, and untrustworthy. If the prospect wanted the competitor, they'd be talking to them — they're talking to you because something brought them here.
|
|
6
|
-
|
|
7
|
-
## The Cheapest-vs-Best Principle
|
|
8
|
-
|
|
9
|
-
> "The cheapest option and the best option are generally not the same thing."
|
|
10
|
-
|
|
11
|
-
This is a universal truth that prospects intuitively understand. Use it as a principle, not an attack:
|
|
12
|
-
|
|
13
|
-
> "There will always be something cheaper. The question is: will it deliver the same result? In my experience, the cheaper options are usually the ones that cut corners when it matters most."
|
|
14
|
-
|
|
15
|
-
## Differentiation Without Comparison
|
|
16
|
-
|
|
17
|
-
Instead of comparing features with competitors, focus on what makes SiteDesk different in terms the prospect cares about:
|
|
18
|
-
|
|
19
|
-
1. **Ask what matters:** "What's most important to you in choosing a solution?"
|
|
20
|
-
2. **Position on their criteria:** Use their answer to highlight SiteDesk's strengths
|
|
21
|
-
3. **Let them draw the comparison:** "Based on what you've told me matters, here's how we approach that..."
|
|
22
|
-
|
|
23
|
-
The prospect does the comparing. You just present your strengths against their stated criteria.
|
|
24
|
-
|
|
25
|
-
## Handling "I'm Also Looking at [Competitor]"
|
|
26
|
-
|
|
27
|
-
1. **Don't panic.** This is normal — they're doing due diligence.
|
|
28
|
-
2. **Acknowledge:** "That makes sense — it's smart to look at options."
|
|
29
|
-
3. **Ask, don't argue:** "What's drawing you to them?" — their answer tells you what to sell.
|
|
30
|
-
4. **Position on genuine differentiators:** Only mention things that are genuinely different, not marginally better.
|
|
31
|
-
5. **If they ask you to compare directly:** "I can only speak to what we do well — I'd rather show you than tell you about someone else."
|
|
32
|
-
|
|
33
|
-
## SiteDesk's Core Differentiators
|
|
34
|
-
|
|
35
|
-
When positioning against alternatives, these are the genuine differentiators:
|
|
36
|
-
|
|
37
|
-
- **Local-first:** Data stays in the home. No cloud storage of personal information. This is unique among consumer AI assistants.
|
|
38
|
-
- **Proactive, not reactive:** SiteDesk reaches out to you. It doesn't wait for you to open an app.
|
|
39
|
-
- **Cross-channel:** One brain across WhatsApp, voice, web, and smart home. Not siloed apps.
|
|
40
|
-
- **Family-aware:** Designed for households, not just individuals. Shared context with individual privacy.
|
|
41
|
-
- **Skill-based:** Pay for what you use. Not a monolithic subscription with features you'll never touch.
|
|
42
|
-
- **Agentic:** SiteDesk takes action (books, sends, reminds, manages) — not just answers questions.
|
|
43
|
-
|
|
44
|
-
## When They've Already Chosen the Competitor
|
|
45
|
-
|
|
46
|
-
Handle it gracefully:
|
|
47
|
-
1. "I appreciate you letting me know — I hope it works out well."
|
|
48
|
-
2. "If things don't go as planned, I'm always here."
|
|
49
|
-
3. Record it in memory — they may come back, and when they do, you'll have context.
|
|
50
|
-
|
|
51
|
-
Graceful losses often become future wins. The prospect remembers how you handled the rejection.
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# SiteDesk FAQ
|
|
2
|
-
|
|
3
|
-
## What is SiteDesk?
|
|
4
|
-
|
|
5
|
-
SiteDesk is your Operations Manager — an operations layer, not a productivity tool. It doesn't help you work faster. It does the work that otherwise doesn't get done.
|
|
6
|
-
|
|
7
|
-
Most people know they should be using a CRM, a task manager, a follow-up system. Most don't — because every tool demands a new habit on top of an already full day. SiteDesk removes that cost entirely. You just talk, and the organisation happens.
|
|
8
|
-
|
|
9
|
-
SiteDesk plays four roles: it follows through on your commitments, responds to your customers at any hour, handles your finances (quotes, invoices, chasing), and manages your picture — what's overdue, what's at risk, what needs a decision. It runs on a device on your premises, so your data never leaves.
|
|
10
|
-
|
|
11
|
-
## Can this actually run my business?
|
|
12
|
-
|
|
13
|
-
Yes. SiteDesk handles the operations layer — the work that keeps a business running but isn't the work you went into business to do. Scheduling, customer enquiries, quoting, invoicing, document creation, follow-ups, workflows, CRM updates, proactive briefings. A 2-person business with the operational capacity of a 20-person operation — because SiteDesk provides both the admin nobody sees and the customer-facing team everyone does.
|
|
14
|
-
|
|
15
|
-
## How is SiteDesk different from ChatGPT / Siri / Alexa?
|
|
16
|
-
|
|
17
|
-
ChatGPT helps you think and write. Siri and Alexa respond to commands. SiteDesk runs your operation. It notices your calendar clash and fixes it, creates and delivers documents to clients, answers customer enquiries on your website at 3am, runs workflows you described once in conversation, and generates your morning briefing before you've opened your laptop. It also runs locally on your device, so your data isn't stored in someone else's cloud.
|
|
18
|
-
|
|
19
|
-
The comparison that matters isn't SiteDesk vs ChatGPT. It's SiteDesk vs hiring someone — or vs doing it all yourself.
|
|
20
|
-
|
|
21
|
-
## Can SiteDesk create documents?
|
|
22
|
-
|
|
23
|
-
Yes. Describe what you need — a quote, a proposal, an invoice, a report, a flyer, a compliance document — and SiteDesk generates it as a professional A4 PDF. Review it in the conversation, download it, or deliver it directly to a customer via WhatsApp or email. Quotes, proposals, invoices, reports, marketing materials, compliance documents — all created through conversation.
|
|
24
|
-
|
|
25
|
-
## How does it work technically?
|
|
26
|
-
|
|
27
|
-
SiteDesk runs on a Raspberry Pi (the SiteDesk Pi) or any Linux computer on your premises. It uses Claude as its AI backbone. Your personal data — calendar entries, messages, memories, preferences — stays on the device. SiteDesk connects to external services via APIs but processes everything locally.
|
|
28
|
-
|
|
29
|
-
## What about privacy?
|
|
30
|
-
|
|
31
|
-
Privacy is the architecture, not a feature. Your data lives on a device you own, on your premises. SiteDesk doesn't upload personal information to cloud servers. When SiteDesk uses Claude for reasoning, it sends only what's needed for the current task — not your entire history.
|
|
32
|
-
|
|
33
|
-
## How do I set it up?
|
|
34
|
-
|
|
35
|
-
1. Get a SiteDesk device (from £250 for a pre-configured Raspberry Pi, or use your own Linux machine)
|
|
36
|
-
2. Plug it in and connect to Wi-Fi
|
|
37
|
-
3. Open your browser, set a PIN, and connect your Claude subscription
|
|
38
|
-
4. Start talking — SiteDesk walks you through the rest
|
|
39
|
-
|
|
40
|
-
Fully operational in under 15 minutes. No software to install, no configuration, no training.
|
|
41
|
-
|
|
42
|
-
## What can SiteDesk actually do?
|
|
43
|
-
|
|
44
|
-
Core capabilities (included in every plan):
|
|
45
|
-
- **Scheduling** — appointments, recurring events, daily briefings, proactive reminders
|
|
46
|
-
- **Contact management** — CRM, pipeline tracking, customer history
|
|
47
|
-
- **Workflow automation** — describe a process once, SiteDesk runs it forever
|
|
48
|
-
- **Document creation** — quotes, proposals, invoices, reports, marketing materials — generated and delivered
|
|
49
|
-
- **Customer-facing agents** — sales, support, booking agents on your website or messaging apps
|
|
50
|
-
- **Message handling** — WhatsApp, Telegram, and email integration
|
|
51
|
-
- **Memory** — remembers your preferences, past conversations, and context across sessions
|
|
52
|
-
|
|
53
|
-
With skill packs, SiteDesk adds depth in specific areas: finance, wellness, professional productivity, family coordination, home management, and travel.
|
|
54
|
-
|
|
55
|
-
## Do I need the hardware?
|
|
56
|
-
|
|
57
|
-
Yes. SiteDesk runs on a device on your premises. This is what keeps your data private and local. There is no cloud-only option — the local-first architecture is fundamental to how SiteDesk works.
|
|
58
|
-
|
|
59
|
-
## Can multiple family members use it?
|
|
60
|
-
|
|
61
|
-
Yes, with the Family plan (£999/year). Each family member gets their own profile with individual privacy. SiteDesk understands shared context (family calendar, household tasks) while keeping personal information separate.
|
|
62
|
-
|
|
63
|
-
## What if I need help?
|
|
64
|
-
|
|
65
|
-
SiteDesk itself can answer most questions about its own capabilities. For technical issues or account questions, support is available via the SiteDesk app and email.
|
|
66
|
-
|
|
67
|
-
## Is there a trial or money-back guarantee?
|
|
68
|
-
|
|
69
|
-
Details on trial availability will be confirmed at launch. Share your name and email to be first to know about early access offers and introductory pricing.
|
|
70
|
-
|
|
71
|
-
## How is this different from just using multiple apps?
|
|
72
|
-
|
|
73
|
-
Multiple apps don't talk to each other. Your calendar doesn't know about your emails. Your reminders don't know about your calendar. Your document tool doesn't know about your CRM. SiteDesk connects everything into a single graph — meetings connected to people, people connected to deals, deals connected to history. That context is what makes the four roles possible. No isolated app can replicate this — because isolation is their fundamental constraint. One Operations Manager instead of twelve apps.
|
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
# Objection Handling
|
|
2
|
-
|
|
3
|
-
## Pivots vs Objections
|
|
4
|
-
|
|
5
|
-
The most important distinction in closing: is the prospect **pivoting** (changing topic to avoid commitment) or **objecting** (raising a genuine concern that needs resolving)?
|
|
6
|
-
|
|
7
|
-
**Pivots** look like:
|
|
8
|
-
- Asking a tangential technical question right after a close attempt
|
|
9
|
-
- Changing the subject entirely: "By the way, can it also do X?"
|
|
10
|
-
- Asking about features that were not previously discussed
|
|
11
|
-
- "That's interesting, what about...?"
|
|
12
|
-
|
|
13
|
-
**Objections** look like:
|
|
14
|
-
- Expressing a specific concern: "I'm worried about the cost"
|
|
15
|
-
- Raising a blocker: "I need to check with my partner first"
|
|
16
|
-
- Questioning capability directly: "Can it actually handle that?"
|
|
17
|
-
- Asking for evidence: "Do you have any case studies?"
|
|
18
|
-
|
|
19
|
-
**The rule:** Handle pivots with acknowledge-then-anchor. Handle objections with empathy, resolution, then close.
|
|
20
|
-
|
|
21
|
-
## Acknowledge-Then-Anchor (for Pivots)
|
|
22
|
-
|
|
23
|
-
The pattern:
|
|
24
|
-
|
|
25
|
-
1. **Acknowledge** — Show you heard the question. Do not dismiss it.
|
|
26
|
-
2. **Brief answer** — 1-2 sentences maximum. Enough to satisfy curiosity, not enough to derail.
|
|
27
|
-
3. **Re-anchor** — Return to the commitment ask.
|
|
28
|
-
|
|
29
|
-
The brief answer is genuine — you are not dodging the question, you are prioritising the close while still being helpful.
|
|
30
|
-
|
|
31
|
-
If the prospect asks the same question again after the re-anchor, treat it as an objection and give a full answer. A repeated question is no longer a pivot.
|
|
32
|
-
|
|
33
|
-
## Feel / Felt / Found
|
|
34
|
-
|
|
35
|
-
The universal objection-handling pattern. Works for price and almost any other concern:
|
|
36
|
-
|
|
37
|
-
> "I understand how you **feel** — [validate their concern]. Many of our users **felt** exactly the same way. However, most **found** that [positive outcome], which made the investment worthwhile."
|
|
38
|
-
|
|
39
|
-
**Examples:**
|
|
40
|
-
|
|
41
|
-
*Price too high:*
|
|
42
|
-
> "I understand how you feel — it's a significant investment. Many people felt the same way initially. However, most found that within the first month, the time saved more than covered the cost."
|
|
43
|
-
|
|
44
|
-
*Unsure about value:*
|
|
45
|
-
> "I get how you feel — it's hard to know if it's worth it before you've tried it. Others felt the same. What they found was that once SiteDesk started managing their calendar and messages proactively, they couldn't go back."
|
|
46
|
-
|
|
47
|
-
*Comparing to cheaper option:*
|
|
48
|
-
> "I understand how you feel — the price difference is noticeable. Others have felt the same and tried the cheaper option first. What they found was it couldn't act proactively or connect their services together, and they ended up coming back."
|
|
49
|
-
|
|
50
|
-
The key: the "found" part must be **specific and credible**. Vague claims are worthless. Concrete outcomes are persuasive.
|
|
51
|
-
|
|
52
|
-
## Common Objection Patterns
|
|
53
|
-
|
|
54
|
-
### Price: "I need to think about it" / "That's more than I expected"
|
|
55
|
-
|
|
56
|
-
This is usually about value, not money. The prospect is not sure the product is worth the price.
|
|
57
|
-
|
|
58
|
-
1. Acknowledge the concern without defensiveness
|
|
59
|
-
2. Restate the specific value that matches their stated needs
|
|
60
|
-
3. If alternatives exist, offer them (different tier, payment plan)
|
|
61
|
-
4. Surface the real objection: "Of course — what specifically would you like to think over? I want to make sure I've given you everything you need to decide."
|
|
62
|
-
|
|
63
|
-
Never discount without authorisation. Never make the prospect feel bad for asking about price.
|
|
64
|
-
|
|
65
|
-
### "That's more than I expected"
|
|
66
|
-
|
|
67
|
-
Response: "What were you expecting?" — then bridge the gap with value, not discount.
|
|
68
|
-
|
|
69
|
-
### "Your competitor is cheaper"
|
|
70
|
-
|
|
71
|
-
Response: "They may well be — and that's a valid consideration. Can I ask what's most important to you: the lowest price, or the best outcome?" Then demonstrate why the higher price delivers a better net result.
|
|
72
|
-
|
|
73
|
-
### "Can you do it for less?"
|
|
74
|
-
|
|
75
|
-
Never say no outright. Instead:
|
|
76
|
-
> "The price reflects what's included. I could adjust it if we reduce scope. Would that work, or is the full package what you actually need?"
|
|
77
|
-
|
|
78
|
-
This teaches them that price is linked to value.
|
|
79
|
-
|
|
80
|
-
### Timing: "Not right now" / "Maybe next month"
|
|
81
|
-
|
|
82
|
-
Respect the timing. Do not push against an explicit deferral.
|
|
83
|
-
|
|
84
|
-
1. Acknowledge: "No problem at all"
|
|
85
|
-
2. Set a concrete follow-up: "Shall I check back in with you on [specific date]?"
|
|
86
|
-
3. Save the deferral to memory with the agreed follow-up date
|
|
87
|
-
4. When the follow-up date arrives, use the Return Close
|
|
88
|
-
|
|
89
|
-
### Capability: "Can it do X?" / "What about Y integration?"
|
|
90
|
-
|
|
91
|
-
If this comes mid-close, it is likely a pivot. If it comes before any close attempt, it is genuine discovery.
|
|
92
|
-
|
|
93
|
-
**Mid-close (pivot):**
|
|
94
|
-
> "Good question — [brief honest answer]. We can go deeper on that once you're set up. Shall we get you started?"
|
|
95
|
-
|
|
96
|
-
**Pre-close (genuine):**
|
|
97
|
-
Answer fully. This is discovery, not closing. Do not try to close during discovery.
|
|
98
|
-
|
|
99
|
-
### Authority: "I need to check with my partner/family"
|
|
100
|
-
|
|
101
|
-
This is a legitimate blocker.
|
|
102
|
-
|
|
103
|
-
1. Respect it: "Of course — makes sense to discuss together"
|
|
104
|
-
2. Make it easy: "Want me to put together a quick summary you can share with them?"
|
|
105
|
-
3. Set a follow-up: "When do you think you'll have had a chance to chat? I can check back in"
|
|
106
|
-
4. Save to memory: who the decision-maker is, when the follow-up should happen
|
|
107
|
-
|
|
108
|
-
### Competition: "I'm also looking at [competitor]"
|
|
109
|
-
|
|
110
|
-
1. Never disparage the competitor
|
|
111
|
-
2. Ask what matters most to them — let them tell you what to sell
|
|
112
|
-
3. Position on genuine differentiators, not feature lists
|
|
113
|
-
4. Load `references/comparisons.md` for specific positioning
|
|
114
|
-
|
|
115
|
-
### Trust: "How do I know it actually works?"
|
|
116
|
-
|
|
117
|
-
1. Offer to walk them through specifics relevant to their use case
|
|
118
|
-
2. Reference the early-access programme — being honest about where SiteDesk is builds trust
|
|
119
|
-
3. Emphasise the local-first privacy model — data stays in their home
|
|
120
|
-
4. Be honest: "We're early — the best way to see is to try it. That's why we're building a small group of early adopters who want to shape what SiteDesk becomes."
|
|
121
|
-
|
|
122
|
-
## Concession Strategy
|
|
123
|
-
|
|
124
|
-
If you must concede (with authorisation only):
|
|
125
|
-
|
|
126
|
-
1. **Never concede first.** Let them state what they want.
|
|
127
|
-
2. **Never concede for free.** Always ask for something in return:
|
|
128
|
-
- Faster commitment: "I can do that if you confirm today"
|
|
129
|
-
- Longer term: "I can reduce the monthly if you commit for 12 months"
|
|
130
|
-
- Referral: "I can offer a discount if you're happy to refer us to two others"
|
|
131
|
-
- Case study: "I can adjust the price if we can use this as a case study"
|
|
132
|
-
3. **Concede slowly.** Small steps, not big jumps. Each concession should feel hard-won.
|
|
133
|
-
4. **Name what you're giving up.** Don't just lower the number — show what the concession costs.
|
|
134
|
-
|
|
135
|
-
## When to Hold Firm
|
|
136
|
-
|
|
137
|
-
- The prospect hasn't completed discovery (they don't understand the value yet)
|
|
138
|
-
- You've already reframed and the value is clear
|
|
139
|
-
- A minimum price has been set
|
|
140
|
-
- The prospect is negotiating for sport, not from genuine budget constraints
|
|
141
|
-
|
|
142
|
-
## When to Flex
|
|
143
|
-
|
|
144
|
-
- The prospect has genuine budget constraints but is otherwise a great fit
|
|
145
|
-
- A smaller deal now could lead to a larger one later
|
|
146
|
-
- Flexibility has been authorised
|
|
147
|
-
- You can reduce scope rather than reduce price
|
|
148
|
-
|
|
149
|
-
## Escalation
|
|
150
|
-
|
|
151
|
-
Some objections require a human. Escalate when:
|
|
152
|
-
|
|
153
|
-
- The prospect wants to negotiate pricing or custom terms
|
|
154
|
-
- The prospect wants a personal guarantee or commitment the agent cannot make
|
|
155
|
-
- The prospect raises a concern that cannot be resolved from available knowledge
|
|
156
|
-
- The objection has been addressed but the prospect is still not moving forward after 3 attempts
|
|
157
|
-
- The prospect requests human contact — always respect this immediately
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
# SiteDesk Pricing
|
|
2
|
-
|
|
3
|
-
## Subscription Plans
|
|
4
|
-
|
|
5
|
-
### Solo — £499/year
|
|
6
|
-
All four roles, covered for one person. Your personal Operations Manager.
|
|
7
|
-
|
|
8
|
-
Includes:
|
|
9
|
-
- Follows through — commitments tracked, workflows run on your schedule, nothing forgotten
|
|
10
|
-
- Responds — one customer-facing agent answering enquiries on your website or messaging apps
|
|
11
|
-
- Handles finances — quotes, invoices, and documents created and delivered as professional A4 PDFs
|
|
12
|
-
- Manages your picture — daily briefings, overdue items, proactive reminders
|
|
13
|
-
- WhatsApp, Telegram, web, and email access
|
|
14
|
-
- Memory and context across conversations
|
|
15
|
-
- Your data stays on your device. Always.
|
|
16
|
-
|
|
17
|
-
Hardware required: SiteDesk Pi (from £250, one-time purchase) or your own Linux machine
|
|
18
|
-
|
|
19
|
-
### Family — £999/year
|
|
20
|
-
All four roles, shared across a household. Your household Operations Manager.
|
|
21
|
-
|
|
22
|
-
Includes:
|
|
23
|
-
- Everything in Solo
|
|
24
|
-
- Up to 5 people, each with their own completely private space
|
|
25
|
-
- Follows through on household commitments — appointments, renewals, repairs
|
|
26
|
-
- Family coordination — shared calendars, household tasks, family reminders
|
|
27
|
-
- One public agent per member
|
|
28
|
-
- Private by default, shared by choice
|
|
29
|
-
|
|
30
|
-
Hardware required: SiteDesk Pi (from £250, one-time purchase) or your own Linux machine
|
|
31
|
-
|
|
32
|
-
### Pro — £1,999/year
|
|
33
|
-
All four roles, at business scale. Your Operations Manager — the team member who brings a team. For 1–10 staff.
|
|
34
|
-
|
|
35
|
-
Includes:
|
|
36
|
-
- Everything in Family
|
|
37
|
-
- Responds at scale — multiple customer-facing agents for sales, support, booking
|
|
38
|
-
- Handles finances across the team — CRM, invoicing, quoting, pipeline tracking, branded documents
|
|
39
|
-
- Manages the whole picture — team activity, client follow-ups, industry-specific workflows
|
|
40
|
-
- Multi-admin roles — right access for the right people
|
|
41
|
-
- Your own branded domain via Cloudflare Tunnel
|
|
42
|
-
|
|
43
|
-
Hardware required: SiteDesk Pi (from £250, one-time purchase) or your own Linux machine
|
|
44
|
-
|
|
45
|
-
## Founding 20 — £5,000 one-time, lifetime
|
|
46
|
-
|
|
47
|
-
Twenty seats. Lifetime SiteDesk subscription — no annual renewal, ever.
|
|
48
|
-
|
|
49
|
-
Includes:
|
|
50
|
-
- Lifetime SiteDesk subscription — never pay again
|
|
51
|
-
- Raspberry Pi 5 included, shipped configured and ready
|
|
52
|
-
- Direct line to shape the product — your feedback steers the roadmap
|
|
53
|
-
|
|
54
|
-
When the twenty seats are gone, they're gone. To claim a seat, email neo@getmaxy.com.
|
|
55
|
-
|
|
56
|
-
## Skill Packs — one-off purchase
|
|
57
|
-
|
|
58
|
-
Modular capabilities you add based on what you need. Buy once, own forever. No recurring fees.
|
|
59
|
-
|
|
60
|
-
| Skill Pack | What it does |
|
|
61
|
-
|-----------|-------------|
|
|
62
|
-
| **Home** | Tradespeople coordination, maintenance schedules, household routines |
|
|
63
|
-
| **Finance** | Bill tracking, spending alerts, subscription management |
|
|
64
|
-
| **Wellness** | Health reminders, medication tracking, GP visit preparation |
|
|
65
|
-
| **Professional** | Meeting prep, expense tracking, email triage, task management |
|
|
66
|
-
| **Family** | Kids' activities, school communications, family logistics |
|
|
67
|
-
| **Travel** | Trip planning, booking coordination, itinerary management |
|
|
68
|
-
|
|
69
|
-
## Premium Skills
|
|
70
|
-
|
|
71
|
-
### Beagle — Separate Product
|
|
72
|
-
Beagle is a premium booking agent for local services. It finds, compares, and books local service providers (plumbers, cleaners, electricians, etc.) on your behalf.
|
|
73
|
-
|
|
74
|
-
Beagle is a separate product with its own pricing — not included in the SiteDesk subscription or skill pack bundles.
|
|
75
|
-
|
|
76
|
-
## Hardware
|
|
77
|
-
|
|
78
|
-
### SiteDesk Pi — from £250
|
|
79
|
-
Raspberry Pi-based home hub. Runs SiteDesk locally. Your data stays on your premises.
|
|
80
|
-
|
|
81
|
-
- Built on the Raspberry Pi 5 with 16 GB RAM
|
|
82
|
-
- Pre-configured and shipped ready to go
|
|
83
|
-
- One-time purchase, no rental or lease
|
|
84
|
-
|
|
85
|
-
### SiteDesk Mini — from £370
|
|
86
|
-
Reachy Mini robot form factor. Physical presence in the home. Same SiteDesk brain, embodied.
|
|
87
|
-
|
|
88
|
-
- Desktop companion with camera, expressive movements, and personality
|
|
89
|
-
- Everything the Pi does, plus it sees you, reacts, and feels present
|
|
90
|
-
- Premium hardware option for those who want SiteDesk to feel more tangible
|
|
91
|
-
|
|
92
|
-
### Your own device — from £0
|
|
93
|
-
SiteDesk runs on any Linux machine with 16 GB or more of RAM. Your own hardware or a dedicated mini PC like the Star Labs Byte (from £560).
|
|
94
|
-
|
|
95
|
-
## Pricing Principles
|
|
96
|
-
|
|
97
|
-
- **Never apologise for the price.** The value is real. Frame cost as investment in operational capacity.
|
|
98
|
-
- **Always show what's included.** The Claude subscription alone costs $200–$2,400/year — SiteDesk wraps that in a complete operations layer.
|
|
99
|
-
- **Lead with the plan, not the hardware.** Annual subscription is the ongoing relationship. Hardware is the one-time setup cost.
|
|
100
|
-
- **The comparison is hiring, not software.** A part-time admin costs £18,000–£25,000/year. SiteDesk replaces the operational workload at a fraction of the cost.
|
|
101
|
-
- **Skill packs are optional, not barriers.** Core SiteDesk works without skill packs. Packs add depth in specific areas.
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "teaching",
|
|
3
|
-
"description": "Interactive tutoring, lesson planning, and study pack generation. Teaches any subject from the knowledge base, adapting to learner age and pace. Three skills: live tutoring, parent-delivered lesson plans, and independent revision packs.",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Rubytech LLC"
|
|
7
|
-
}
|
|
8
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: teaching
|
|
3
|
-
description: "Interactive tutoring, lesson planning, and study pack generation. Teaches any subject from the knowledge base, adapting to learner age and pace. Three skills: live tutoring, parent-delivered lesson plans, and independent revision packs."
|
|
4
|
-
icon: 🎓
|
|
5
|
-
tools: []
|
|
6
|
-
always: false
|
|
7
|
-
metadata: {"platform":{"optional":true,"pluginKey":"teaching","embed":["public","admin"]}}
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
# Teaching
|
|
11
|
-
|
|
12
|
-
Three skills for knowledge-based teaching and learning. Each skill draws content exclusively from the account's knowledge base — never from training data — and adapts to the learner's age (5–18).
|
|
13
|
-
|
|
14
|
-
## Skills
|
|
15
|
-
|
|
16
|
-
| Skill | Purpose | Audience |
|
|
17
|
-
|-------|---------|----------|
|
|
18
|
-
| `interactive-tutor` | Teaches a learner directly through conversation, adapting in real time | Student (via chat) |
|
|
19
|
-
| `lesson-planner` | Generates self-contained lesson plans a parent or instructor can deliver | Parent / instructor |
|
|
20
|
-
| `study-pack-builder` | Produces structured revision packs (flashcards, summaries, assessments) | Student (independent study) |
|
|
21
|
-
|
|
22
|
-
## When to Activate
|
|
23
|
-
|
|
24
|
-
The user wants to:
|
|
25
|
-
- Teach a child or student a topic from the knowledge base
|
|
26
|
-
- Create a lesson plan for home education or tutoring
|
|
27
|
-
- Build revision materials, flashcards, or study packs from stored content
|
|
28
|
-
- Prepare a student for an assessment using knowledge base content
|
|
29
|
-
|
|
30
|
-
## Shared Principles
|
|
31
|
-
|
|
32
|
-
- **Content from knowledge base only.** Every skill searches memory first. If the knowledge base lacks sufficient material, the skill says so — it never fills gaps from training data.
|
|
33
|
-
- **Conversational context gathering.** Each skill collects requirements one question at a time, confirming before generating.
|
|
34
|
-
- **Age-appropriate adaptation.** Language, examples, and complexity scale to the learner's age (5–18 years).
|
|
35
|
-
- **Self-contained output.** Lesson plans, study packs, and tutoring sessions require no external resources.
|
|
36
|
-
- **Domain-neutral.** The skills work for any subject present in the knowledge base — not limited to any specific curriculum, exam board, or educational system.
|
|
37
|
-
|
|
38
|
-
## Tools Used
|
|
39
|
-
|
|
40
|
-
No MCP server. Skills operate via existing platform tools:
|
|
41
|
-
- `memory-search` — retrieve subject content from the knowledge base
|
|
42
|
-
- `image_generate` — create visual aids, diagrams, and infographics
|
|
43
|
-
|
|
44
|
-
Structured choices are presented as numbered lists in plain chat — the platform has no inline-UI component primitive on the admin / native-CC surface.
|
|
45
|
-
|
|
46
|
-
## References
|
|
47
|
-
|
|
48
|
-
Domain knowledge files loaded on demand by each skill:
|
|
49
|
-
|
|
50
|
-
| Reference | Used By | Purpose |
|
|
51
|
-
|-----------|---------|---------|
|
|
52
|
-
| `skills/interactive-tutor/references/assessment.md` | interactive-tutor | Prior knowledge assessment and comprehension checking |
|
|
53
|
-
| `skills/interactive-tutor/references/classroom-conduct.md` | interactive-tutor | Standing rules for language, output format, and boundaries |
|
|
54
|
-
| `skills/interactive-tutor/references/teaching-modes.md` | interactive-tutor | Four teaching approaches (Socratic, Direct, Guided Discovery, Adaptive) |
|
|
55
|
-
| `skills/lesson-planner/references/context-gathering.md` | lesson-planner | Student context fields and teaching mode descriptions |
|
|
56
|
-
| `skills/lesson-planner/references/plan-structure.md` | lesson-planner | Lesson plan format, content requirements, and quality standards |
|
|
57
|
-
| `skills/study-pack-builder/references/disaggregation.md` | study-pack-builder | Building topic hierarchies from knowledge base content |
|
|
58
|
-
| `skills/study-pack-builder/references/materials.md` | study-pack-builder | Per-topic revision material generation (summaries, flashcards, assessments) |
|