File contents 项目经理 Skills 总控
本目录收录了项目经理工作流的所有方法论 skills。
当前 Skills
Skill
适用场景
来源
wbs-decomposition
任务分解为可执行工作包
PMP / WBS 标准
critical-path
识别关键路径和并行机会
CPM 关键路径方法
orchestration
选择编排模式(顺序/并发/交接/动态)
Microsoft Azure AI Agent Patterns
handoff-protocol
工作流间交接协议
Skywork / Augment Code
risk-management
风险识别和缓解
PMBOK 风险矩阵
milestone-gate
里程碑设计和交付门禁
Stage-Gate 方法
change-control
变更影响评估和决策
PMBOK 变更控制
progress-tracking
进度追踪和阻塞升级
任务状态机 + 三级升级
dora-metrics
交付效能度量
Google DORA / Accelerate
okr-alignment
项目与 OKR 对齐
Google OKR Playbook
shape-up-cycles
Cycle 节奏管理
Linear / Basecamp Shape Up
retrospective
项目复盘
Agile Retrospectives
统一入口
先读 routing.md — 按任务类型路由
再进入对应 SKILL.md
需要模板时进入 <skill>/templates/
工作思路
skills 可以按需组合:
1. 拿到项目需求 → 先判断复杂度
- S/M 级 → 加载 wbs + handoff
- L 级 → 加载 wbs + critical-path + orchestration + risk + milestone-gate
- XL 级 → 加载所有 skills
2. 项目执行中 → 加载 progress-tracking
3. 需求变更 → 加载 change-control
4. 项目完成 → 加载 retrospective
5. 季度规划 → 加载 okr-alignment
6. 效能分析 → 加载 dora-metrics
新增 Skill
发现路由未命中时,按 CONTRIBUTING.md 流程新增。
自动进化
每次完成项目管理任务后,回写经验到 ../field-journal/。
1 --- 2 name: skills-10 3 description: 项目经理 Skills 总控 4 --- 5 # 项目经理 Skills 总控 6 7 本目录收录了项目经理工作流的所有方法论 skills。 8 9 ## 当前 Skills 10 11 | Skill | 适用场景 | 来源 | 12 |-------|---------|------| 13 | [wbs-decomposition](wbs-decomposition/SKILL.md) | 任务分解为可执行工作包 | PMP / WBS 标准 | 14 | [critical-path](critical-path/SKILL.md) | 识别关键路径和并行机会 | CPM 关键路径方法 | 15 | [orchestration](orchestration/SKILL.md) | 选择编排模式(顺序/并发/交接/动态) | Microsoft Azure AI Agent Patterns | 16 | [handoff-protocol](handoff-protocol/SKILL.md) | 工作流间交接协议 | Skywork / Augment Code | 17 | [risk-management](risk-management/SKILL.md) | 风险识别和缓解 | PMBOK 风险矩阵 | 18 | [milestone-gate](milestone-gate/SKILL.md) | 里程碑设计和交付门禁 | Stage-Gate 方法 | 19 | [change-control](change-control/SKILL.md) | 变更影响评估和决策 | PMBOK 变更控制 | 20 | [progress-tracking](progress-tracking/SKILL.md) | 进度追踪和阻塞升级 | 任务状态机 + 三级升级 | 21 | [dora-metrics](dora-metrics/SKILL.md) | 交付效能度量 | Google DORA / Accelerate | 22 | [okr-alignment](okr-alignment/SKILL.md) | 项目与 OKR 对齐 | Google OKR Playbook | 23 | [shape-up-cycles](shape-up-cycles/SKILL.md) | Cycle 节奏管理 | Linear / Basecamp Shape Up | 24 | [retrospective](retrospective/SKILL.md) | 项目复盘 | Agile Retrospectives | 25 26 ## 统一入口 27 28 1. 先读 `routing.md` — 按任务类型路由 29 2. 再进入对应 SKILL.md 30 3. 需要模板时进入 `<skill>/templates/` 31 32 ## 工作思路 33 34 skills 可以按需组合: 35 36 ```text 37 1. 拿到项目需求 → 先判断复杂度 38 - S/M 级 → 加载 wbs + handoff 39 - L 级 → 加载 wbs + critical-path + orchestration + risk + milestone-gate 40 - XL 级 → 加载所有 skills 41 42 2. 项目执行中 → 加载 progress-tracking 43 3. 需求变更 → 加载 change-control 44 4. 项目完成 → 加载 retrospective 45 5. 季度规划 → 加载 okr-alignment 46 6. 效能分析 → 加载 dora-metrics 47 ``` 48 49 ## 新增 Skill 50 51 发现路由未命中时,按 `CONTRIBUTING.md` 流程新增。 52 53 ## 自动进化 54 55 每次完成项目管理任务后,回写经验到 `../field-journal/`。
zhaoxuya520/ai-fullstack-delivery-workflow/tree/main/workflows/project-manager/skills commit aa39062da7
Frequently asked questions How do I install the Skills skill? Run npx skillmds@latest add zhaoxuya520/skills-10 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Skills skill do? 项目经理 Skills 总控 It is listed under Coding & Dev Tools on SkillMD.
Is Skills safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Skills? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Skills free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Skills? zhaoxuya520 (@zhaoxuya520) published this skill. Their other Agent Skills are listed on their SkillMD profile.