← Back to Skills Marketplace
spikesubingrui-design

Venus Project Pm

by SpikeSu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
55
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install venus-project-pm
Description
金星幼儿园 ERP 项目进度管理总控 Skill。将飞书群标签页、多维表格、动态 roster、planning-with-files 和晨晚 cron 串成一套软件开发项目管理流程。既跟踪 13 个模块进度,也跟踪 0-1 上线时间线(发送测试、小程序注册、提审、上线)。适用于“金星项目追踪”“ERP 项目管理...
README (SKILL.md)

Venus Project PM

作用

这是金星项目追踪的总控 skill,不直接替代 venus-tracker,而是规定整套流程:

  1. 群内原生入口:飞书群顶部 项目追踪 标签页
  2. 数据层:飞书多维表格 日报表 / 任务表 / 项目总进程表
  3. 成员层:sync-roster 动态同步当前应报成员
  4. 项目管理层:workspace/.planning/venus-erp/task_plan.md(模块里程碑 + 项目级上线时间线)
  5. 输出层:agent-format 风格的晨晚追踪

必须先读

  • workspace/skills/venus-tracker/SKILL.md
  • workspace/.planning/venus-erp/task_plan.md
  • 若要约束开发描述质量,同时参考 workspace/skills/karpathy-coding-guidelines/SKILL.md

工作流

Phase 0:校准入口

确认群里已存在 项目追踪 标签页;如果没有,执行:

python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py setup-group-tab

Phase 1:同步应报成员

每次晨晚追踪前都先刷新 roster:

python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py sync-roster

目标是让“谁需要填报”跟群内实际成员保持一致,例如吕不在群就不再催他。

Phase 2:读取项目计划

如果 planning 文件不存在,先初始化:

python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py seed-planning

读取:

  • workspace/.planning/venus-erp/task_plan.md
  • workspace/.planning/venus-erp/findings.md
  • workspace/.planning/venus-erp/progress.md

重点看两层:

  • 13 个模块的里程碑、基线进度和当前阶段
  • 项目级 0-1 上线时间线:发送测试、小程序注册/资质、提审、审核通过、上线准备、正式上线

Phase 3:跑确定性脚本

晚间汇总:

python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py collect

晨间追踪:

python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py track

Phase 4:做 PM 视角比对

将脚本输出与 task_plan.md 对照,补上四类判断:

  • 哪个模块在推进
  • 哪个模块偏离计划或持续阻塞
  • 当前卡在哪个上线阶段
  • Spike 今天需要盯哪一件事

Phase 5:推送口径

  • 不再推 share/base/... 外链
  • 始终引导到群顶部 项目追踪 标签页
  • 未交成员只针对当前 active_reporters
  • 若在老 Base 上追加字段,先执行:
python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py migrate-base

推荐组合

环节 Skill
计划与里程碑 planning-with-files
开发描述质量 karpathy-coding-guidelines
复盘/周度回顾 gstack-retro
数据同步与追踪 venus-tracker

反模式

  • 把群里所有人都当成应报成员
  • 继续把外链表单当作默认入口
  • 晨晚 cron 只跑脚本,不读 PM planning 文件
  • 只看模块进度,不看 0-1 上线时间线
  • 汇报只写“继续开发”“继续优化”这种不可验证描述
Usage Guidance
Install this only if you manage the Venus ERP Feishu/Bitable workflow and trust the referenced local venus-bitable-sync.py script and its credentials. Before use, review that script separately and ask the agent to confirm before commands that create group tabs, sync rosters, seed planning files, collect or track reports, or migrate Base fields.
Capability Assessment
Purpose & Capability
The stated purpose is Venus ERP project progress management, and the requested capabilities align with syncing Feishu group tabs, rosters, planning files, and morning/evening tracking.
Instruction Scope
The workflow lists specific state-changing shell commands, but it does not require an explicit confirmation or dry-run before running them.
Install Mechanism
The artifact contains markdown skill documentation and normal ClawHub/git install instructions, with no bundled executable installer or hidden setup logic.
Credentials
The skill depends on a user-specific script path and Feishu/Bitable resources, so it is proportionate only in the intended project environment where those resources are expected.
Persistence & Privilege
It declares shell access and mutating behavior; commands may update external Feishu/Bitable state and local planning files, but that authority is disclosed and purpose-aligned.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install venus-project-pm
  3. After installation, invoke the skill by name or use /venus-project-pm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish: Venus ERP PM with 0-1 launch timeline
Metadata
Slug venus-project-pm
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Venus Project Pm?

金星幼儿园 ERP 项目进度管理总控 Skill。将飞书群标签页、多维表格、动态 roster、planning-with-files 和晨晚 cron 串成一套软件开发项目管理流程。既跟踪 13 个模块进度,也跟踪 0-1 上线时间线(发送测试、小程序注册、提审、上线)。适用于“金星项目追踪”“ERP 项目管理... It is an AI Agent Skill for Claude Code / OpenClaw, with 55 downloads so far.

How do I install Venus Project Pm?

Run "/install venus-project-pm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Venus Project Pm free?

Yes, Venus Project Pm is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Venus Project Pm support?

Venus Project Pm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Venus Project Pm?

It is built and maintained by SpikeSu (@spikesubingrui-design); the current version is v1.0.0.

💬 Comments