From cps-pmo
PMO & Program Delivery skills — pmo setup, portfolio prioritization, program charter, status pack, and more. Apply when the engagement scope includes pmo & program delivery work or the consultant references PMO, portfolio, program.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cps-pmo:pmoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Code:** PMO
Code: PMO Full name: PMO & Program Delivery Description: PMO setup, portfolio governance, program management, RAID logs, status pack automation, gate reviews.
| # | Skill | Command | Purpose |
|---|---|---|---|
| 1 | PMO Setup | /cps-pmo:pmo-setup | Stand up a PMO: charter, operating model, governance, tools. |
| 2 | Portfolio Prioritization | /cps-pmo:portfolio-prioritize | Score and rank initiatives using strategic-fit, value, and feasibility lenses. |
| 3 | Program Charter | /cps-pmo:program-charter | Author program charter: scope, objectives, governance, RAID, success criteria. |
| 4 | Status Pack | /cps-pmo:status-pack | Author weekly/monthly status pack from tracker state. |
| 5 | Stage-Gate Review | /cps-pmo:gate-review | Facilitate stage-gate review with scorecard and go/no-go decision. |
| 6 | RAID Cleanup | /cps-pmo:raid-cleanup | Audit RAID log for stale items; drive resolution and aging-out. |
/cps-pmo:pmo-setupStand up a PMO: charter, operating model, governance, tools.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every program has a charter with objectives, governance, scope, and named sponsor.A CPS-branded PMO Setup deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
/cps-pmo:portfolio-prioritizeScore and rank initiatives using strategic-fit, value, and feasibility lenses.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every program has a charter with objectives, governance, scope, and named sponsor.A CPS-branded Portfolio Prioritization deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
/cps-pmo:program-charterAuthor program charter: scope, objectives, governance, RAID, success criteria.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every program has a charter with objectives, governance, scope, and named sponsor.A CPS-branded Program Charter deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
/cps-pmo:status-packAuthor weekly/monthly status pack from tracker state.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every program has a charter with objectives, governance, scope, and named sponsor.A CPS-branded Status Pack deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
/cps-pmo:gate-reviewFacilitate stage-gate review with scorecard and go/no-go decision.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every program has a charter with objectives, governance, scope, and named sponsor.A CPS-branded Stage-Gate Review deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
/cps-pmo:raid-cleanupAudit RAID log for stale items; drive resolution and aging-out.
client:
name: "Client Name"
industry: "Industry"
context:
scope: "in-scope description"
constraints: ["constraint 1", "constraint 2"]
references:
- "Prior deliverable / document name"
- "External benchmark / source"
/cps:verify-quality and pass through Every program has a charter with objectives, governance, scope, and named sponsor.A CPS-branded RAID Cleanup deliverable in 05_Deliverables_Final/. Pyramid-Principle structured, sourced, and reviewed.
Discovery → /cps-pmo:pmo-setup → /cps-pmo:portfolio-prioritize → Recommendations
| Plugin | Integration point |
|---|---|
cps-risk | RAID issue/risk feeds into the enterprise risk register |
cps-dig | PMO supporting digital transformation programs |
cps-finance | Portfolio investment and benefit tracking |
All deliverables use standard CPS branding via:
/doc-gen for document generationassets/cps-branding.json for stylingscripts/cps-document-generator.js for automation| Skill | Primary artifact | Format |
|---|---|---|
/cps-pmo:pmo-setup | PMO Setup Report | DOCX/PDF |
/cps-pmo:portfolio-prioritize | Portfolio Prioritization Report | DOCX/PDF |
/cps-pmo:program-charter | Program Charter Report | DOCX/PDF |
/cps-pmo:status-pack | Status Pack Report | DOCX/PDF |
/cps-pmo:gate-review | Stage-Gate Review Report | DOCX/PDF |
/cps-pmo:raid-cleanup | RAID Cleanup Report | DOCX/PDF |
npx claudepluginhub hossamdaoud83/cps-plugins-official --plugin cps-pmoGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.