← Back to Skills Marketplace
119
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install pm-requirement-flow
Description
PM 工作流。需求澄清 → 派发 → 验收。Yi 平时派需求给 Claude Code 开发的流程,已经跑通了,记录下来方便复用。依赖 claude-code-dispatch。
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pm-requirement-flow - After installation, invoke the skill by name or use
/pm-requirement-flow - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is pm-requirement-flow?
PM 工作流。需求澄清 → 派发 → 验收。Yi 平时派需求给 Claude Code 开发的流程,已经跑通了,记录下来方便复用。依赖 claude-code-dispatch。 It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install pm-requirement-flow?
Run "/install pm-requirement-flow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is pm-requirement-flow free?
Yes, pm-requirement-flow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does pm-requirement-flow support?
pm-requirement-flow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created pm-requirement-flow?
It is built and maintained by 王易 (@yiguoguo); the current version is v1.2.0.
More Skills