chrono-pm-portfolio

Aggregates read-only progress, risks, and reports across multiple project workspaces.

4|Updated Aug 21, 2026
One-click install
npx skills add https://github.com/qiusuo0226/chrono-pm-skill --skill chrono-pm-portfolio-qiusuo0226
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrono-pm-portfolio
Source: https://github.com/qiusuo0226/chrono-pm-skill/tree/main/ChronoPM-Portfolio
Command: npx skills add https://github.com/qiusuo0226/chrono-pm-skill --skill chrono-pm-portfolio-qiusuo0226

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Project portfolio managers lose track of facts scattered across many projects: progress lives in separate folders, risks sit in individual registers, and cross-project status requires manual consolidation. This Skill reads each member project's Markdown workspace and produces unified portfolio views without ever writing back into member projects. ## Core Features & Use Cases - Cross-project aggregation: Real-time progress overviews, person-by-project workload matrices, cross-project risk and issue lists, gate status, overall P&L, and contract deduplication across all registered member projects. - Portfolio weekly reports: Derives a consolidated weekly report from each member project's own weekly report, with explicit source attribution and staleness rules. - Federated workspace governance: Mount detection, member registration with confirmation, anti-nesting checks, version health audits, and terminology pointer indexes. - Use Case: Paste a mixed daily report covering several projects; the Skill files the original, splits rows per project, and hands off writes to the companion ChronoPM-Project skill, keeping member workspaces untouched by the portfolio layer. ## Quick Start Ask the AI to initialize a portfolio workspace and show the overall progress of all registered projects.

Frequently Asked Questions about chrono-pm-portfolio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate progress across multiple projects with AI?

Register each member project in the portfolio project-index, then ask for a progress overview. The Skill reads each project's work package index and todo files in real time and produces a project-by-work-package table with deviations, without writing into member projects.

What is the difference between ChronoPM-Project and ChronoPM-Portfolio?

ChronoPM-Project handles all write operations inside a single project workspace, such as daily reports and todos. ChronoPM-Portfolio is a read-only companion that aggregates across projects and must be installed alongside ChronoPM-Project.

Can ChronoPM-Portfolio modify member project files?

No. It enforces a five-point read-only contract: workers never edit files under projects/*/ai. Member writes only happen by calling ChronoPM-Project's write process, and high-risk changes require explicit user confirmation first.

How does the portfolio weekly report work?

It reads each member project's current weekly report and merges them into a portfolio-level report with source attribution. If a project has no weekly report, it flags the gap instead of fabricating progress, unless the manager explicitly requests a temporary summary.

What happens when a new project folder appears in the workspace?

On entering the workspace, the Skill scans the projects directory and compares it with the registered index. New directories trigger a confirmation prompt before registration, and unregistered directories never participate in aggregation.