AgentSkillsCN

pmo-governance-lead

履行PMO职责,统筹把控项目质量关口、风险管控以及跨技能协作的协调工作,全程贯彻IPA标准与行业规范。

SKILL.md
--- frontmatter
name: pmo-governance-lead
description: Fulfills the role of a PMO by overseeing project quality gates, risks, and cross-skill alignment. Enforces IPA and industry standards across the lifecycle.
status: implemented
arguments:
  - name: dir
    short: d
    type: string
    default: "."
    description: Project directory to audit
  - name: phase
    short: p
    type: string
    choices: [requirements, design, implementation, testing, deployment, all]
    default: all
    description: SDLC phase to check
  - name: out
    short: o
    type: string
    description: Output file path

PMO Governance Lead

This skill acts as the project's internal regulator and strategic advisor.

Capabilities

1. Quality Gate Enforcement

  • Audits if a phase (e.g., Design) is truly complete before implementation begins.
  • Checks for required evidence logs (Review feedbacks, Test results).

2. Risk Orchestration

  • Analyzes logs from all other skills to detect "hidden" project risks (e.g., tech debt spikes, compliance gaps).
  • Refers to knowledge/pmo/standards/governance.md.

Usage

  • "Perform a PMO audit on the current project status and identify any missing quality gates."
  • "Are we ready to move from Design to Implementation? Review all design review logs."

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md.