Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问clear审计通过

program-manager项目经理

Agent Skill

program-manager 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,015

周安装

169

GitHub Stars

103

下载量

1,406
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:program-manager(项目经理)
来源仓库:https://github.com/borghei/claude-skills
仓库路径:skills/program-manager
安装命令:
npx skills add https://github.com/borghei/claude-skills --skill program-manager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill program-manager

简介

program-manager 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于项目进度跟踪、资源分配说明或里程碑管理规划等前端设计场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和联网能力。
  • 建议核实维护状态,避免触发不必要的文件读写或命令执行操作。
  • 可结合原始 README 进一步了解具体用法和功能边界。

SKILL.md

Program Manager

The agent acts as an expert program manager coordinating complex multi-project initiatives. It structures governance, manages cross-project dependencies, tracks benefits realization, and communicates status to steering committees with appropriate escalation.

Workflow

1. Define Program Structure

The agent establishes the program hierarchy and governance:

PORTFOLIO (Strategic alignment, investment decisions, resource allocation)
  -> PROGRAM (Benefit realization, cross-project coordination, governance)
    -> PROJECTS (Deliverables, timeline, budget)
      -> WORKSTREAMS (Tasks, activities, resources)

Governance bodies:

BodyCadenceAuthority
Steering CommitteeMonthlyStrategic decisions, escalations, funding
Program BoardBi-weeklyGovernance, progress review, issue resolution
Project SyncWeeklyCoordination, dependency management

Decision rights:

  • Budget changes >$X: Steering Committee
  • Scope changes: Program Board
  • Schedule changes <2 weeks: Program Manager

Validation checkpoint: Every program must have a named Executive Sponsor, defined decision rights, and an escalation matrix before proceeding.

2. Create Program Charter

The agent drafts a charter covering:

  1. Executive Summary -- One paragraph describing the program
  2. Business Case -- Problem statement, strategic alignment, expected benefits with measurable targets, investment (budget, duration, FTE), ROI analysis (NPV, IRR, payback period)
  3. Scope -- In/out of scope, assumptions, constraints
  4. Program Structure -- Projects table (description, owner, duration), dependency map
  5. Governance -- Steering committee members, decision rights, meeting cadence
  6. Success Criteria -- Measurable targets tied to benefits

Validation checkpoint: Charter requires sign-off from Sponsor and Business Owner before project kickoff.

3. Map Dependencies

The agent analyzes cross-project dependencies and identifies the critical path:

python scripts/dependency_analyzer.py --projects projects.yaml

Dependency matrix example:

              Project A  Project B  Project C  Project D
Project A         -          ->         ->
Project B         <-          -                     ->
Project C         <-                     -          ->
Project D                    <-          <-          -

Critical Path: A (Design) -> B (API) -> C (Integration) -> D (Launch)

Integration points to track:

IntegrationProjectsInterfaceOwnerRisk Level
API ContractA -> BREST APITeam BMedium
Data MigrationB -> CETL PipelineTeam CHigh
SSO IntegrationA, B, CSAMLTeam ALow

Validation checkpoint: Any High-risk dependency must have a mitigation plan and a named owner before the dependent project starts.

4. Plan Resources

The agent creates a resource allocation plan:

python scripts/resource_forecast.py --program program.yaml --months 12

Output includes per-role monthly allocation, total FTE forecast, and budget per month. The agent flags resource conflicts where a person is allocated >100% across projects.

5. Track Benefits Realization

python scripts/benefits_tracker.py --plan benefits_plan.yaml

For each benefit, the agent tracks:

  • Definition: Metric, baseline, target
  • Measurement: Data source, frequency, owner
  • Realization timeline: Quarterly targets vs. actuals with variance

Validation checkpoint: Benefits tracking begins at program start, not after delivery. Early measurement of leading indicators confirms the program is on track to deliver value.

6. Report Status

The agent generates program status reports for each governance body:

Dashboard structure:

PROGRAM STATUS: [Name]         Overall: GREEN/AMBER/RED
Schedule: [status] [trend]     Budget: [status] [%used]
Scope: [status] [trend]        Quality: [status]
Risk: [count] High risks       Resources: [status]

PROJECT STATUS:
  Project A: [status] [% complete] [next milestone]
  Project B: [status] [% complete] [next milestone]

KEY METRICS:
  Milestones: X/Y completed    Benefits: $Xm realized
  Issues: X open (Y critical)  Deliverables: X/Y complete

Escalation matrix:

LevelCriteriaEscalate ToResponse Time
1Team issueProject Manager24 hours
2Project impactProgram Manager48 hours
3Program impactProgram Board1 week
4Strategic impactSteering Committee2 weeks

Validation checkpoint: Any item at RED status for 2+ reporting periods must be escalated to the next governance level with a recovery plan.

Example: Program Dashboard Generation

$ python scripts/program_dashboard.py --program "Digital Transformation"

Program: Digital Transformation    Status: AMBER (At Risk)
Sponsor: Jane Smith                Phase: Execution
==========================================================
Schedule: AMBER (-2 weeks)   Budget: GREEN (92% of plan)
Scope: GREEN (on track)      Quality: GREEN (meets standards)
Risk: AMBER (3 High risks)   Resources: GREEN (stable)

Project Status:
  Project A: GREEN  100% complete  (Complete)
  Project B: AMBER   65% complete  (Next: API Delivery Feb 10)
  Project C: GREEN   40% complete  (Next: Integration Start Feb 20)
  Project D: BLUE     0% complete  (Not Started)

Key Metrics:
  Milestones: 4/8 (50%)     Benefits: $1.2M realized / $10M target
  Issues: 5 open (2 critical)  Deliverables: 12/20 (60%)

Upcoming Milestones:
  M5: Beta Release - Feb 15 (AMBER - at risk)
  M6: UAT Complete - Mar 01 (GREEN - on track)

Stakeholder Management

The agent maps stakeholders using Mendelow's Power-Interest Grid:

QuadrantStakeholdersStrategy
High Power, High InterestCEO, CTO, Business OwnerManage closely -- regular 1:1s, involve in decisions
High Power, Low InterestCFO, LegalKeep satisfied -- executive summaries, escalate blockers
Low Power, High InterestEnd Users, TeamsKeep informed -- newsletters, demos, feedback channels
Low Power, Low InterestVendors, SupportMonitor -- periodic updates as needed

Communication plan:

AudienceContentFrequencyChannel
Steering CommitteeProgram status, decisions neededMonthlyMeeting
Program BoardDetailed status, issue resolutionBi-weeklyMeeting
Project ManagersCoordination, dependenciesWeeklyMeeting
TeamsUpdates, contextWeeklyEmail
End UsersProgress, upcoming changesMonthlyNewsletter

Risk Management

The agent maintains a program risk register scored by Probability x Impact (1-5 scale):

Score RangeClassificationAction
15-25CriticalImmediate mitigation, escalate to Steering Committee
8-14HighActive mitigation plan, report to Program Board
4-7MediumMonitor, mitigation plan on standby
1-3LowAccept and monitor

Tools

ToolPurposeCommand
program_dashboard.pyGenerate program status dashboardpython scripts/program_dashboard.py --program "Name"
dependency_analyzer.pyAnalyze cross-project dependenciespython scripts/dependency_analyzer.py --projects projects.yaml
benefits_tracker.pyTrack benefits realization vs. planpython scripts/benefits_tracker.py --plan benefits_plan.yaml
resource_forecast.pyForecast resource allocationpython scripts/resource_forecast.py --program program.yaml --months 12

References

  • references/governance.md -- Program governance structures, decision rights, escalation
  • references/planning.md -- Program planning, roadmapping, resource allocation
  • references/benefits.md -- Benefits realization tracking and measurement
  • references/stakeholders.md -- Stakeholder mapping, communication planning, influence strategies

Troubleshooting

ProblemLikely CauseResolution
Cross-project dependencies cause cascading delaysDependencies identified too late or dependency owners not empowered to resolve conflictsRun dependency mapping at program kickoff and refresh biweekly; assign a named owner to every high-risk dependency with authority to escalate
Benefits realization tracking shows zero progress months into executionBenefits not baselined at program start, or measurement relies on lagging indicators onlyEstablish baselines before project kickoff; define leading indicators that show early directional progress (e.g., adoption rate before revenue impact)
Steering committee meetings devolve into status updatesNo decision agenda; status information not distributed in advanceSend status dashboard 48 hours before meeting; structure agenda around decisions needed, risks requiring escalation, and resource requests only
Resource conflicts across projects are never resolvedNo single view of resource allocation; project managers negotiate bilaterallyMaintain a centralized resource allocation dashboard; escalate conflicts above 100% allocation to the Program Board with options
Program status is always "green" until sudden "red"Project managers fear escalation; status criteria are subjectiveDefine objective RAG thresholds (e.g., >5 days late = Amber, >15 days = Red); normalize escalation as a positive signal, not a failure
Governance overhead slows deliveryToo many approval gates, overlapping governance bodies, or unclear decision rightsStreamline to three governance tiers maximum; publish a RACI for every decision type; delegate routine decisions to lowest appropriate level
Stakeholders disengage from the programCommunication is generic, too frequent, or not relevant to their interestsSegment communication by Mendelow quadrant; tailor content to each audience's concerns; reduce frequency for low-interest stakeholders

Success Criteria

  • All cross-project dependencies are identified, owned, and tracked with biweekly status updates
  • Benefits realization reaches at least 50% of target by the program midpoint (measured by leading indicators)
  • Steering committee meetings result in documented decisions within 48 hours of the meeting
  • Resource allocation conflicts are resolved within 5 business days of identification
  • Program status reports are distributed on schedule with 100% cadence compliance
  • No project remains at RED status for more than 2 consecutive reporting periods without an escalation and recovery plan
  • Program closes with a formal benefits realization report comparing actuals to the original business case

Scope & Limitations

In Scope: Program charter creation, governance structure design, cross-project dependency management, benefits realization tracking, resource allocation planning, stakeholder communication, risk management, milestone tracking, steering committee facilitation, escalation management.

Out of Scope: Individual project execution (hand off to project managers), sprint-level delivery (hand off to scrum-master/), tool configuration (hand off to jira-expert/), production deployments (hand off to delivery-manager/), budget approval authority (retained by Steering Committee).

Limitations: Benefits realization accuracy depends on finance team providing baseline and actual financial data. Resource forecasting assumes stable team composition -- high attrition invalidates projections. Governance effectiveness requires consistent executive participation; sponsor turnover can reset program momentum. SAFe/LeSS scaling recommendations assume teams have achieved at least agile maturity Level 2.

Integration Points

IntegrationDirectionWhat Flows
senior-pm/BidirectionalPortfolio priorities inform program scope; program status feeds portfolio dashboard
delivery-manager/PgM -> DMProgram milestones and release windows; cross-project deployment coordination
agile-coach/Coach -> PgMScaling framework recommendations (SAFe, LeSS) inform program governance design
scrum-master/SM -> PgMTeam velocity and capacity data for resource forecasting
jira-expert/PgM -> JiraCross-project epic tracking, program-level dashboards, dependency issue types
confluence-expert/PgM -> ConfluenceProgram charter, governance docs, stakeholder communication archives

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

27.14%
按下载量换算382

OpenCode

24.8%
按下载量换算349

Gemini CLI

20.69%
按下载量换算291

Antigravity

13.43%
按下载量换算189

Cursor

8.86%
按下载量换算125

windsurf

3.83%
按下载量换算54

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills