一键导入
pmo-report-suite
Run the TPG-Scheduler-Codex-Plugin PMO report suite from the repository root plugin entry.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the TPG-Scheduler-Codex-Plugin PMO report suite from the repository root plugin entry.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when creating PMO management reports, PMO report suites, filtered project portfolio reports, or DOCX/XLSX PMO outputs from real Dynamics 365 TPG project data.
Use when drafting confirmation-gated Dynamics 365 TPG project status reports for projects led by the current user.
Run the TPG-Scheduler-Codex-Plugin workflow for confirmation-gated Dynamics 365 TPG project status reporting from the repository root plugin entry.
基于 SOC 职业分类
| name | pmo-report-suite |
| description | Run the TPG-Scheduler-Codex-Plugin PMO report suite from the repository root plugin entry. |
Use this root skill entry when the plugin is installed from the repository root and the user asks for PMO reports, Full Board Pack / Steering Pack output, portfolio management reports, Word reports, Excel reports, or the 12 PMO report suite.
For USP or differentiation requests, also inspect buildProjectIntelligence(...).maximumUsps or buildMaximumUspLayer(projects, options).
For PMO-specific USP requests, also inspect buildProjectIntelligence(...).pmoUsps or buildPmoUspLayer(projects, options).
For management logic assurance requests, also inspect buildProjectIntelligence(...).logicValidation, logicAssuranceUsps, or buildLogicValidationSuite(projects, options).
The implementation package, tests, and deeper documentation live in plugins/tpg-scheduler-codex-plugin/.
Prefer real D365 API input from the authenticated Dynamics browser. Generate the helper with npm run status-report:dataverse, then run TPGProjectAssist.retrieveBoardPackFromD365(), TPGProjectAssist.retrieveProjectIntelligenceFromD365(), TPGProjectAssist.retrieveStatusSuggestionReportFromD365(), TPGProjectAssist.buildLivePmoControlCenterFromD365(), TPGProjectAssist.retrieveExecutiveSteeringPackFromD365(), or TPGProjectAssist.retrievePowerBiReadyPortfolioFromD365() in Dynamics.
cd plugins/tpg-scheduler-codex-plugin
npm run status-report:dataverse
node ./scripts/statusbericht.js --board-pack <snapshot.json> --allow-offline-input --docx reports/board-pack.docx --xlsx reports/board-pack.xlsx
node ./scripts/statusbericht.js --pmo-report <snapshot.json> --allow-offline-input --pmo-report-type executive_exception --json
node ./scripts/statusbericht.js --pmo-suite <snapshot.json> --allow-offline-input --json
node ./scripts/statusbericht.js --pmo-suite <snapshot.json> --allow-offline-input --docx reports/pmo-suite.docx --xlsx reports/pmo-suite.xlsx
npm test
portfolio_steering, decision_action_aging, project_health_trend, risk_issue_register, dependency_constraint, resource_capacity, milestone_baseline_drift, budget_financial_risk, status_quality_compliance, executive_exception, pmo_work_queue, audit_writeback_safety.
TPG_PLUGIN_SETTINGS for report field mappings, D365 metadata defaults, workflow defaults, and safety flags.retrieveBoardPackFromD365 for Full Board Pack / Steering Pack output that combines executive, PMO, and project-leader sections.kv safety, auditability, or report consistency.--allow-offline-input.