← Back to Skills Marketplace
389
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install pm
Description
提供规范的项目管理流程指导,涵盖需求拆解、API设计、任务分解、迭代开发、测试验证与状态同步。
Usage Guidance
This skill is coherent with its stated purpose, but it directs the agent to create and edit project files and to run tests in a terminal — actions that can execute arbitrary code and change your repository. Before installing or allowing autonomous runs: (1) run the skill in a sandbox or test environment (not on production systems); (2) require the agent to ask for explicit user confirmation before executing tests or writing files; (3) review any generated files and test commands before they run; (4) ensure no sensitive credentials or production services are exposed to the environment where tests will run. If you want stricter control, limit the skill to user-invoked mode and inspect its outputs manually before applying changes.
Capability Assessment
Purpose & Capability
Name and description describe PM/dev workflow guidance and the SKILL.md only requires creating/reading/updating project files and guiding development — there are no unrelated binaries, env vars, or installs requested. The requested actions align with the stated purpose.
Instruction Scope
Instructions explicitly direct the agent to create/read/update files (ARCHITECTURE.md, TASK_TRACKER.md, ERROR_LOG.md) and to 'actually run tests in the terminal'. This is within the PM/dev scope but gives the agent authority to execute commands and modify repository files — which can have side effects (running tests may execute arbitrary project code, contact external services, or require credentials).
Install Mechanism
No install spec or code files — instruction-only skill. Nothing is downloaded or written by an installer, minimizing supply‑chain risk.
Credentials
The skill requests no environment variables, credentials, or config paths. It only references project files it creates/reads, which is proportional to a project management/dev workflow.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system privileges or modify other skills' configs. Note: autonomous invocation is allowed by platform default, so consider whether you want the agent to run this workflow without explicit user confirmation each time.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pm - After installation, invoke the skill by name or use
/pm - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
init commit
Metadata
Frequently Asked Questions
What is pm?
提供规范的项目管理流程指导,涵盖需求拆解、API设计、任务分解、迭代开发、测试验证与状态同步。 It is an AI Agent Skill for Claude Code / OpenClaw, with 389 downloads so far.
How do I install pm?
Run "/install pm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is pm free?
Yes, pm is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does pm support?
pm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created pm?
It is built and maintained by zengn1 (@zengn1); the current version is v1.0.0.
More Skills