chrono-pm-project

Records project facts like todos, risks, and plans into Markdown files with human confirmation.

4|Updated Aug 21, 2026
One-click install
npx skills add https://github.com/qiusuo0226/chrono-pm-skill --skill chrono-pm-project-qiusuo0226
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chrono-pm-project
Source: https://github.com/qiusuo0226/chrono-pm-skill/tree/main/ChronoPM-Project
Command: npx skills add https://github.com/qiusuo0226/chrono-pm-skill --skill chrono-pm-project-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 context or register unconfirmed claims as facts. This Skill turns an AI assistant into a project management copilot that persists every fact—todos, work packages, plans, risks, requirements, contracts, decisions—into a single-source-of-truth Markdown workspace under the project's ai/ directory, with human confirmation gating all fact-changing writes. ## Core Features & Use Cases - Daily report and meeting intake: Paste a daily report or meeting transcript; it archives the raw text, merges it into per-person daily todo files, extracts action items, and flags risk candidates for your confirmation. - Work package and plan management: Create work packages (WP) bound to requirements, build or backward-schedule plans from milestones, and derive weekly reports and progress views from the todo fact source with traceable numbers. - Source document splitting and requirement tracing: Feed contracts, specs, or tender documents; it splits them into structured sources/ folders, extracts requirement atoms, and maintains registers for requirements, risks, issues, decisions, and contracts. - Use Case: Tell it "this week’s progress?" and it aggregates a weekly report from the todo files where every number traces back to a source record; say "schedule Su Wan to test login and logout" and it deduplicates, splits into two todos, and binds each to a work package. ## Quick Start Ask the AI to initialize the project workspace by saying "help me initialize the project workspace", then paste your daily reports or meeting notes for it to file and track.

Frequently Asked Questions about chrono-pm-project

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

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

Paste daily reports or meeting notes directly to the AI; it archives the raw text, merges updates into per-person daily todo Markdown files, and maps progress to existing todos. Fact-changing actions like closing or deleting items require your confirmation before taking effect.

What is a work package in Markdown-based project management?

A work package (WP) is an independent Markdown file under ai/wps/ that must bind to at least one requirement and carries a status chain, stage list, and assignees. Todos are created only from confirmed work packages, and plans reference work packages rather than listing todos.

Does this project management skill require Python?

Python 3.9 or later is required only for workspace initialization, upgrades, and view-refresh scripts. Daily recording, todo tracking, and progress queries work without Python, with documented fallback procedures for carryover when Python is unavailable.

Can it aggregate progress across multiple projects?

Cross-project aggregation is handled by the companion ChronoPM-Portfolio package, which is read-only over member projects. This package writes only to the current single project and redirects portfolio-level requests to the companion skill.

Why does the AI ask for confirmation before closing tasks?

The design enforces a human confirmation gate: low and medium risk writes take effect immediately with an auto confirmation mark, but completing, closing, or deleting facts requires explicit PM approval. Every change is logged with a source so it remains auditable and reversible.