Overview
- Skill Key
- cyberneticsplus/pmp-agentclaw
- Author
- cyberneticsplus
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cyberneticsplus/pmp-agentclaw
- Latest Commit SHA
- 93070f5f24ab518ab49503823afd97f38ea003e5
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 pmp-agentclaw 技能。 若已安装,则直接安装 pmp-agentclaw 技能。
# 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?** (M...
# PMP-Agentclaw 📊
**AI project management assistant for OpenClaw**
Implements industry-standard project management practices with TypeScript, supporting predictive (waterfall), adaptive (agile), and hybrid methodologies.
## Features
- ✅ **10 Project Knowledge Areas** — Integration, Scope, Schedule, Cost, Quality, Resource, Communications, Risk, Procurement, Stakeholder
- ✅ **Earned Value Management** — CPI, SPI, EAC, VAC, TCPI calculations with automatic status assessment
- ✅ **Risk Management** — 5×5 Probability × Impact matrix with scoring engine
- ✅ **Agile Support** — Sprint velocity, burndown forecasting, Scrum ceremonies
- ✅ **Multi-Agent Orchestration** — RACI-based delegation for 26+ agent teams
- ✅ **Zero Dependencies** — Core calculations use only native TypeScript
## Installation
```bash
# Clone to OpenClaw skills directory
git clone https://github.com/CyberneticsPlus-Services/pmp-agentclaw.git ~/.openclaw/skills/pmp-agentclaw
cd ~/.openclaw/skills/pmp-agentclaw
# Install dependencies and build
npm install
npm run build
# Verify installation
npx pmp-agentclaw calc-evm 10000 5000 4500 4800
```
## CLI Usage
```bash
# Calculate earned value metrics
npx pmp-agentclaw calc-evm 10000 5000 4500 4800 --markdown
# Score a risk (probability × impact)
npx pmp-agentclaw score-risks 3 4
# Calculate sprint velocity and forecast
npx pmp-agentclaw calc-velocity 34 28 42 --forecast 200
# Run project health check
npx pmp-agentclaw health-check ./my-project
```
## Programmatic API
```typescript
import { calculateEVM, scoreRisk, calculateVelocity, checkHealth } from 'pmp-agentclaw';
// EVM calculation
const evm = calculateEVM({
bac: 10000, // Budget at Completion
pv: 5000, // Planned Value
ev: 4500, // Earned Value
ac: 4800 // Actual Cost
});
console.log(evm.cpi); // 0.9375 (Cost Performance Index)
console.log(evm.spi); // 0.9 (Schedule Performance Index)
console.log(evm.status); // "AMBER"
// Risk scoring
const risk =...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
caqlayan
Tweet Processor Skill