chronopm

Manages software projects by recording facts, tasks, risks, and reports in Markdown files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Project facts for PMs are scattered across chat messages, emails, and outdated slides, and generic AI assistants forget project context between sessions. ChronoPM turns a project's ai/ folder of Markdown files into the single source of truth: the AI records daily reports, meeting minutes, risks, requirements, and decisions into structured files, while every change to fact-source files requires human confirmation before it takes effect. ## Core Features & Use Cases - Fact-source project memory: Todos, risks, issues, decisions, requirements, contracts, and milestones each have one canonical Markdown register; daily/weekly reports and plans are derived from these sources so numbers are always traceable. - Full PM workflow coverage: Daily/weekly report processing, meeting minutes with action-item extraction, requirement and change control with impact analysis, contract scope determination (Requirement Intelligence with three-tier indexes), resource transfer tracking, milestone planning, historical plan import, and delay statistics. - Single-project and portfolio modes: Manage one project, or roll up multiple sub-projects into a read-only portfolio view for cross-project risks, resources, and weekly summaries. - Use Case: Paste today's daily reports from your team; the AI archives them, updates each member's todo list, drafts a risk candidate card for anything that sounds risky, and only registers it after you confirm. ## Quick Start Tell the AI: initialize my project workspace, then start pasting daily reports, meeting notes, or requirement documents for it to file and track.

Frequently Asked Questions about chronopm

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

FAQPage Schema
How do I manage project daily reports and todos with an AI assistant?

Paste daily reports or meeting notes directly to the AI; it archives them, updates each member's todo list in the task board, and flags risk candidates for your confirmation. All facts live in Markdown files under the project's ai/ directory, so nothing is lost between sessions.

What is the difference between single-project and portfolio mode?

Single-project mode stores all management files in one project's ai/ directory. Portfolio mode manages multiple sub-projects under one root ai/ folder, rolling up weekly reports, risks, and resources across projects while never writing back into member projects.

Does ChronoPM require Python to use?

Python 3.9 or later is only needed for workspace initialization, migration, and audit scripts. Daily usage such as recording todos, querying progress, and generating reports works entirely through Markdown files without Python.

Can the AI modify project records without my approval?

No. Fact-source files like the task board, risk register, and requirement register can only change after human confirmation. Low-risk proactive updates are written with a pending flag in pending-changes.md and only take effect after you confirm, with rollback support.

How do I check whether a requirement is within contract scope?

The Requirement Intelligence module maintains a contract register plus three-tier requirement indexes. Ask whether a requirement is in scope and the AI traces from contract to tender documents to the specific requirement, returning a scope verdict with an evidence chain.

What happens to project knowledge when a team member leaves?

All project knowledge lives in the ai/ folder as Markdown files, independent of any person or AI tool. A successor hands the folder to the AI, which reads the registers and resumes work without a manual handover document.