← 返回 Skills 市场
119
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install pm-requirement-flow
功能描述
PM 工作流。需求澄清 → 派发 → 验收。Yi 平时派需求给 Claude Code 开发的流程,已经跑通了,记录下来方便复用。依赖 claude-code-dispatch。
安全使用建议
This skill appears coherent for documenting and automating a PM→dispatch workflow, but you MUST inspect and trust the dependent script before using it. Steps to consider before installing/using: (1) open and review ~/.openclaw/workspace/skills/claude-code-dispatch/scripts/dispatch.sh to confirm its behavior; (2) avoid or remove --permission-mode bypassPermissions if you want human confirmation before code runs; (3) ensure the --workdir value is limited to the intended project path and not left unspecified; (4) consider whether you want the agent to be able to invoke this skill autonomously — if not, disable autonomous invocation (disable-model-invocation) or require manual triggers. If you cannot review the dispatch script or trust its source, do not run it.
能力评估
Purpose & Capability
The name/description (PM workflow → dispatch to Claude Code) matches the instructions: the skill documents how to clarify requirements, write a SPEC, and invoke a local claude-code-dispatch script to hand off work. Requiring the dispatch dependency is expected for this purpose.
Instruction Scope
All runtime instructions are contained in SKILL.md and remain within the stated purpose. The skill explicitly tells the agent to run a local script (~/.openclaw/.../dispatch.sh), background it, and write logs to /tmp. It also recommends auditing that script. Notably, the recommended command includes --permission-mode bypassPermissions which disables interactive confirmations — expected for CI-style dispatch but increases the risk that tasks run without further checks.
Install Mechanism
No install spec or third-party downloads are present; the SKILL.md suggests running 'clawdhub install claude-code-dispatch' (an expected dependency management step). No arbitrary URLs or archive extraction are used by this skill.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All file references are to a local dependency script and a user-specified project workdir, which is proportional to the described dispatch behavior.
Persistence & Privilege
always is false and there are no install-time operations or requests to modify other skills or global agent settings. The skill relies on standard agent invocation behavior; it does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pm-requirement-flow - 安装完成后,直接呼叫该 Skill 的名称或使用
/pm-requirement-flow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
- 增加了对 claude-code-dispatch 依赖的安全审计和来源确认提示
- 新增详细参数说明表,解释派发脚本中的关键参数和运行方式
- 强化使用 dispatch.sh 相关的本地安全说明,强调过程不会上传数据
- 结尾补充使用依赖前需了解 claude-code-dispatch 的提醒
v1.1.0
- Added说明关于 --permission-mode bypassPermissions 参数的作用与安全性,帮助用户更好理解和自动化派发流程
- 删除了技能元数据中的 "always": true 配置
- 其余内容未变,流程和使用方法保持一致
v1.0.2
- Rewrote and simplified the documentation in SKILL.md for clarity and ease of reference.
- Updated process descriptions to be more concise and user-friendly.
- Clarified required dependency and work steps, focusing on practical actions.
- Added personal note indicating this workflow as a proven, self-used PM process.
v1.0.1
- 指明依赖:新增或强调必须安装 claude-code-dispatch 作为前置条件
- 在文档顶部增加依赖安装说明和命令
- 优化描述,使需求澄清到派发和验收过程更为明确
v1.0.0
- Initial release of pm-requirement-flow skill.
- Provides a PM workflow from receiving unclear requirements to independent acceptance after development.
- Emphasizes thorough clarification before assignment: "不澄清不派发".
- Includes structured guidance for requirement clarification, SPEC/PRD writing, user confirmation, task dispatch to Claude Code, and independent acceptance.
- Offers practical checklists, sample questions, and process triggers for ease of adoption.
元数据
常见问题
pm-requirement-flow 是什么?
PM 工作流。需求澄清 → 派发 → 验收。Yi 平时派需求给 Claude Code 开发的流程,已经跑通了,记录下来方便复用。依赖 claude-code-dispatch。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 pm-requirement-flow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pm-requirement-flow」即可一键安装,无需额外配置。
pm-requirement-flow 是免费的吗?
是的,pm-requirement-flow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pm-requirement-flow 支持哪些平台?
pm-requirement-flow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pm-requirement-flow?
由 王易(@yiguoguo)开发并维护,当前版本 v1.2.0。
推荐 Skills