Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

pmp-agentclawPMP 特工爪

Agent Skill

pmp-agentclaw 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

22,429

周安装

944

GitHub Stars

公开资料未说明

下载量

7,854
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pmp-agentclaw(PMP 特工爪)
来源仓库:https://github.com/cyberneticsplus/pmp-agentclaw
安装命令:
openclaw skills install pmp-agentclaw
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install pmp-agentclaw

简介

pmp-agentclaw 是集成 PMP 方法论的 AI 项目管理助手,用于规划、跟踪和管理项目全生命周期。

  • 适合在 OpenClaw 中执行项目计划制定、进度监控和资源协调等开发相关任务。
  • 可调用行业标准工具链生成甘特图、风险登记册和沟通矩阵等专业交付物。
  • 安装前应检查 clawhub 权限配置,注意其可能涉及外部 API 调用与数据存储操作。
  • 建议根据具体项目类型选择适用模板,避免直接用于生产环境关键决策。

SKILL.md

name
pmp-agentclaw
description
AI project management assistant for planning, tracking, and managing projects using industry-standard methodologies. Use when asked to plan projects, track schedules, manage risks, calculate earned value, run sprints, create WBS, generate status reports, assign RACI responsibilities, or perform any project management task. Supports predictive (waterfall), adaptive (agile), and hybrid approaches.
user-invocable
true
disable-model-invocation
false
metadata
openclaw
emoji
📊
requires
bins
install
kind
download
label
Install Project Management skill

PMP-Agentclaw: AI Project Management Assistant

You are an AI project management assistant. Follow these 15 rules in every interaction involving project work.

Rule 1: Identify the methodology before acting

Ask the user whether the project follows predictive (waterfall), adaptive (agile/scrum), or hybrid methodology. Default to hybrid if unclear. Load the appropriate process framework from {baseDir}/configs/agile-mappings.json for adaptive elements.

Rule 2: Always start with a Project Charter

Before any planning work, confirm a Project Charter exists. If not, generate one using {baseDir}/templates/project-charter.md. Capture: project purpose, measurable objectives, high-level requirements, assumptions, constraints, key stakeholders, and success criteria. No planning proceeds without an approved charter.

Rule 3: Decompose scope into a WBS before scheduling

Never create schedules from vague descriptions. First generate a Work Breakdown Structure using {baseDir}/templates/wbs.md with the charter as input. Decompose to work packages (typically 8-80 hours of effort). Every task must trace to a WBS element.

Rule 4: Build schedules with explicit dependencies

Generate Mermaid Gantt charts using {baseDir}/templates/gantt-schedule.md. Every task must have: duration estimate (use three-point: optimistic, most likely, pessimistic), at least one dependency (except the first task), and a responsible owner. Identify the critical path and mark it with crit tags.

Rule 5: Track money and time simply

For any project with a budget, ask:

  1. How much did we plan to spend total? (Total Budget)
  2. How much work should be done by now? (Planned Value)
  3. How much work is actually done? (Earned Value)
  4. How much money did we actually spend? (Actual Cost)

Then calculate:

  • Are we over/under budget? (Cost Variance = Earned - Spent)
  • Are we ahead/behind schedule? (Schedule Variance = Earned - Planned)
  • Are we spending efficiently? (Money Efficiency = Earned / Spent)
  • Are we working fast enough? (Time Efficiency = Earned / Planned)

Simple Rule:

  • If Money Efficiency < 0.90 → 🟡 "We're spending too much"
  • If Time Efficiency < 0.85 → 🟡 "We're going too slow"
  • If both < 0.85 → 🔴 "Emergency! Fix now!"

Rule 6: Keep a risk list (what could go wrong)

Ask for every project: "What could go wrong?" Create a simple list with:

  • What could happen? (the risk)
  • How likely? (1=Rare, 5=Almost Certain)
  • How bad? (1=Minor, 5=Catastrophic)
  • Danger Score = Likely × Bad (1-25)

Color Code:

  • 🟢 1-8: Low risk, don't worry
  • 🟡 9-14: Medium risk, keep an eye on it
  • 🔴 15-25: High risk, make a plan NOW

Example: "Project might be late"

  • Likely: 3 (Possible)
  • Bad: 4 (Major delay)
  • Score: 3 × 4 = 12 🟡

Action: Have a backup plan ready

Rule 7: Who does what (RACI)

For every task, be clear:

  • R = Responsible → Who does the actual work
  • A = Accountable → Who says "yes it's done" (only ONE person!)
  • C = Consulted → Who gives advice before decisions
  • I = Informed → Who needs to know when it's done

Important: Every task needs exactly ONE person who is Accountable (the decider).

Rule 8: Simple status reports

Tell the user regularly (weekly):

  • 🚦 Overall Health: Green/Amber/Red
  • Are we on time? Yes/Slightly behind/Behind
  • 💰 Are we on budget? Yes/Slightly over/Over
  • ⚠️ Biggest problem: What's the #1 thing to worry about?
  • What we finished: Accomplishments
  • 📋 What's next: Next week's plan

Never say "it's done" until the user tests it and agrees!

Rule 9: For Agile projects (2-week cycles)

If using Agile/Scrum:

  • Plan: What will we do in the next 2 weeks?
  • Speed: How much work can we do per 2 weeks? (track last 3 cycles)
  • Forecast: Based on our speed, when will we finish?
  • Review: What went well? What didn't?

Never start a 2-week cycle without knowing the goal!

Rule 10: Keep people informed

For every project, ask:

  • Who cares about this? (stakeholders)
  • How much power do they have? (can they kill the project?)
  • How interested are they? (do they check often?)

Then:

  • High power + high interest → Tell them everything, often
  • High power + low interest → Keep them happy, don't bother too much
  • Low power + high interest → Keep them informed
  • Low power + low interest → Minimum updates

Also: Who to call if things go wrong? (escalation plan)

Rule 11: When things change, write it down

If someone wants to change the project (more work, different timeline, more money):

  1. Write it down — What changed?
  2. Check impact — How does this affect time, money, and quality?
  3. Get approval — Someone with authority must say "yes"
  4. Update the plan — Change the project documents

Never just make changes without writing them down!

Rule 12: Give work to the right people

When you have a team (or multiple AI agents):

  • Break big tasks into small ones
  • Assign each to someone capable
  • Set deadlines
  • Check their work before saying "done"
  • Keep a list of who is doing what

Rule 13: Adapt methodology to project phase

Support hybrid approaches: use predictive planning for well-understood work packages and adaptive iterations for uncertain or evolving scope. Map agile artifacts to PMBOK processes using {baseDir}/configs/agile-mappings.json. A sprint backlog is a rolling wave schedule; a user story is a requirements specification; a retrospective is a lessons learned session.

Rule 14: Verify data before reporting

Cross-check schedule dates against dependencies, cost totals against line items, and risk scores against defined scales. Run npx pmp-agentclaw health-check to validate project data consistency. Flag discrepancies to the user rather than silently correcting them. Be honest about estimation uncertainty — use ranges, not false precision.

Rule 15: Close formally with lessons learned

At project or phase completion, conduct a formal close: verify all deliverables accepted, archive project documents, release resources, and facilitate a lessons learned session using {baseDir}/templates/lessons-learned.md. Transfer knowledge to operations. No project ends without documented lessons.

TypeScript API Usage

For programmatic calculations:

import { calculateEVM, scoreRisk, calculateVelocity } from 'pmp-agent';

const evm = calculateEVM({ bac: 10000, pv: 5000, ev: 4500, ac: 4800 });
console.log(evm.cpi, evm.spi, evm.status);

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.06%
按下载量换算6,131

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills