← 返回 Skills 市场
vega6dev

Cfcrm Build

作者 vega6dev · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cfcrm-build
功能描述
Multi-version build plan for ContactFlowCRM (CFCRM). Guides agents through v1→v5 phased development with deliverables, checklists, and success criteria per v...
使用说明 (SKILL.md)

CFCRM Build — Multi-Version Roadmap

When to Activate

Activate this skill when the user or an agent:

  • Asks about CFCRM build status or next steps
  • Needs to understand what to build in each version
  • Wants to check off completed items against a version checklist
  • Plans development sprints for ContactFlowCRM
  • Asks "what version is CFCRM at?" or "what's next for CFCRM"
  • Reviews CFCRM progress across the ecosystem

Keywords (25+): cfcrm, contactflowcrm, build plan, roadmap, v1, v2, v3, v4, v5, version, phase, mvp, launch, development, sprint, milestone, build status, what's next, go to market, ship, deliverables, checklist, alpha, beta, release, contactflow, crm build

First Interaction

🏗️ CFCRM Build Planner

ContactFlowCRM v1 through v5 roadmap is loaded. Current version tracking, deliverables, and ship checklists are available.

Commands:

  • /cfcrm-build status — Overall build progress (all versions)
  • /cfcrm-build plan [v1|v2|v3|v4|v5] — Detailed plan
  • /cfcrm-build checklist [v1|v2|v3|v4|v5] — Launch checklist
  • /cfcrm-build next — What to build right now
  • /cfcrm-build summary — One-page roadmap overview

Which version are we working on?

Version Architecture

v1 (Foundation) → v2 (Smart Nurture) → v3 (Monetization) → v4 (Intelligence) → v5 (Scale)

Each version requires the previous. No staging features in earlier versions.

Commands

/cfcrm-build status

Show current build progress across all 5 versions.

  1. Check for persisted status in ecosystem_knowledge on Alpha (search: cfcrm-build-*).
  2. If no data, assume v1 pre-launch state.
  3. Show progress table with estimated completion per version.
  4. Recommend next action.

/cfcrm-build plan [v1|v2|v3|v4|v5]

Detailed build plan for a version.

  1. If no version specified, prompt user.
  2. Display: theme, prerequisites, deliverables table, technical notes, effort estimate.
  3. For deliverable details, reference the CFCRM knowledge base.

/cfcrm-build checklist [v1|v2|v3|v4|v5]

Ship checklist for a version.

  1. Show all deliverables as checkboxes.
  2. Ask user if any can be marked complete.
  3. If all green, suggest moving to next version.
  4. Persist completion to ecosystem_knowledge.

/cfcrm-build next

Single next action.

  1. Find first uncompleted deliverable in current version.
  2. Present as clear actionable task with reason and reference.

/cfcrm-build summary

Condensed one-page roadmap (all 5 versions, 50 lines max).

Version Plans

v1 — Foundation (MVP)

Theme: Functional CRM that captures leads, manages contacts, tracks logins, and integrates with Systeme.io.

ID Deliverable Notes Effort
V1-01 Contact CRUD Name, email, WhatsApp, source, status Medium
V1-02 9-digit Hex UID generation Collision-free, # prefix handling Low
V1-03 Full-text search Name, email, phone -> 200ms Low
V1-04 CSV import + field mapping 5k+ rows Medium
V1-05 Fuzzy deduplication Email/phone match, flag Medium
V1-06 Auth + login/logout tracking RLS, cfcrm_user_logins/logouts Medium
V1-07 Webhook receiver POST, UTM parse Medium
V1-08 Systeme.io sync Bidirectional Medium
V1-09 Basic dashboard Contact count, lead flow Low
V1-10 Mobile-responsive UI React + Tailwind Medium

Total: ~3-4 weeks

v2 — Smart Nurture

Theme: Know when to reach out and when to cool off. Deliverability protection + conversion timing.

ID Deliverable Notes Effort
V2-01 Trust-Velocity scoring (0-100) Touch engagement + time High
V2-02 Cooling Protocol (3-stage) Active/Cool/Dormant Medium
V2-03 Resurrection trigger SmartLink/DM reactivates Low
V2-04 Webhook retry with backoff 3 retries -> dead letter Medium
V2-05 UTM parsing + storage All params Low
V2-06 Lead source analytics Dashboard Medium

Total: ~2-3 weeks

v3 — Monetization

Theme: Ecosystem participants earn. Pro-Coach, cross-sell, bookings.

ID Deliverable Notes Effort
V3-01 Pro-Coach 75-day sprint Cohorts, uploads, approvals High
V3-02 Paid coaching unlock 90% rating threshold Medium
V3-03 Revenue split engine 70/30 coach/platform Medium
V3-04 Booking Hub via webhooks TidyCal/Calendly High
V3-05 Got Backup cross-sell trigger Auto at trust threshold Low
V3-06 Tier flags in contact profile Track tier membership Low

Total: ~4 weeks

v4 — Intelligence

Theme: Full cross-channel visibility. WhatsApp logging, Hotness Index, enrichment.

ID Deliverable Notes Effort
V4-01 Cross-channel touch tracking Email, SMS, WhatsApp, DM High
V4-02 WhatsApp Habit Logging NLP parse -> streak High
V4-03 Hotness Index (0-100) Zoom/Video/1-on-1 exposure Medium
V4-04 Enrichment credits system 50/100/500 per tier Medium
V4-05 Social Reach Aggregator Multi-platform followers Medium

Total: ~3-4 weeks

v5 — Scale

Theme: Performance, multi-tenant isolation, API docs, marketplace.

ID Deliverable Notes Effort
V5-01 Materialized Views 15-min refresh, aggregate only High
V5-02 RLS audit + hardening Cross-tenant isolation Medium
V5-03 OpenAPI documentation Auto-generated Low
V5-04 Performance optimization Sub-500ms queries Medium
V5-05 Elite Creator Marketplace Course creation + 50/30/20 split High
V5-06 Data enrichment API Credits-based Medium

Total: ~4 weeks

Guardrails

  1. Never build v2 before v1 — Strict version dependency
  2. Never build v4 features in v1 — Discipline on scope
  3. P0 items must ship — No launch without all P0 green
  4. Confirm production testing before marking complete
  5. Fixed version boundaries — Not negotiable without full plan redesign
  6. No secrets in code — Use {{ env.VAR_NAME }}

Failure Handling

  1. Unknown version: show /cfcrm-build plan help
  2. Missing data: assume v1 default state
  3. Unrecognized command: list available
  4. Conflicting status: prefer ecosystem_knowledge, ask user if stale

Example Prompts

  1. "What's the current CFCRM build status?"
  2. "Show me the v1 launch checklist"
  3. "What do I need to build next?"
  4. "Can we build Elite Marketplace now?" -> "That's v5. Check v1 first."
  5. "One-page roadmap" -> runs summary
  6. "Mark V1-03 complete"
  7. "What version includes WhatsApp logging?" -> "v4"
安全使用建议
This skill is coherent and appears to do only roadmap/planning tasks. Before enabling it, confirm two things with your platform/admin: (1) what 'ecosystem_knowledge on Alpha' refers to (where data will be read/written), and whether you are comfortable the skill can persist checklist state there; and (2) whether 'reference the CFCRM knowledge base' will access an internal knowledge store only or external URLs. If you have concerns about autonomous writes, either disable autonomous invocation for this skill or review/approve persisted changes manually.
功能分析
Type: OpenClaw Skill Name: cfcrm-build Version: 1.0.0 The skill bundle is a project management roadmap for developing 'ContactFlowCRM' (CFCRM). The SKILL.md file contains structured instructions and checklists to guide an AI agent through a phased development lifecycle (v1–v5). There is no executable code, no requests for sensitive environment variables, and no evidence of malicious intent, data exfiltration, or prompt-injection attacks.
能力评估
Purpose & Capability
Name/description (multi-version CFCRM build planner) matches the SKILL.md content: commands, version plans, checklists and persistence of progress. The skill requests no binaries, env vars, or installs that would be unrelated to a planning/roadmap capability.
Instruction Scope
Runtime instructions are limited to presenting plans, checking for persisted status in an 'ecosystem_knowledge' store, and persisting checklist state. This is in-scope for a build planner. Note: the skill expects read/write access to an internal knowledge/registry (ecosystem_knowledge / Alpha) to store progress — confirm what that store is and what data is written.
Install Mechanism
No install spec and no code files — instruction-only. No downloads or package installs, so no install-time risk.
Credentials
No required environment variables, credentials, or config paths are declared. Mentions of integrating with Systeme.io and webhooks appear only as roadmap deliverables, not as runtime requirements for the skill itself.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The only notable privilege is that the instructions direct the agent to persist checklist/completion state to an 'ecosystem_knowledge' area — this is reasonable for a planner but you should verify the scope, retention, and visibility of that knowledge store before enabling the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cfcrm-build
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cfcrm-build 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with multi-version CFCRM build roadmap and interactive commands. - Guides users through CFCRM development across v1–v5, with deliverables and milestones per version. - Provides commands for build status, detailed plans, launch checklists, next action, and roadmap summary. - Includes strict version dependency, guardrails, and error handling for reliable project tracking. - Designed for ecosystem integration and transparent progress review.
元数据
Slug cfcrm-build
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cfcrm Build 是什么?

Multi-version build plan for ContactFlowCRM (CFCRM). Guides agents through v1→v5 phased development with deliverables, checklists, and success criteria per v... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 Cfcrm Build?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cfcrm-build」即可一键安装,无需额外配置。

Cfcrm Build 是免费的吗?

是的,Cfcrm Build 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cfcrm Build 支持哪些平台?

Cfcrm Build 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cfcrm Build?

由 vega6dev(@vega6dev)开发并维护,当前版本 v1.0.0。

💬 留言讨论