ck:project-management

Synchronize plan files with session tasks and generate progress reports.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-project-management-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:project-management
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/project-management
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-project-management-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill keeps multi-phase work from drifting by synchronizing persistent plan files with session-scoped tasks, so progress stays accurate across sessions and agents.

Core Features & Use Cases

  • Task Hydration and Sync-Back: Convert unchecked plan items into actionable tasks, then reconcile completed work back into phase files and plan status.
  • Progress Reporting: Scan plans, count completed checkboxes, and generate concise status reports with blockers, risks, and next steps.
  • Documentation Coordination: Trigger project documentation updates when milestones, architecture decisions, API changes, or scope shifts occur.
  • Use Case: A team finishes several phases of a feature over multiple sessions and needs a reliable way to update plan progress, preserve continuity, and produce a clear status summary.

Quick Start

Use the project-management skill to review the active plans, hydrate any unchecked tasks, and sync completed work back to the plan files.

Frequently Asked Questions about ck:project-management

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

FAQPage Schema
How do I keep multi-phase project plans synced with session tasks?

This skill synchronizes multi-phase project plans with session tasks by reading plan frontmatter and phase checkboxes, hydrating unchecked items into actionable tasks, and reconciling completed work back into persistent markdown files.

What is task hydration and how does it work for markdown plans?

Task hydration converts unchecked plan items from markdown files into actionable session tasks. The skill reads phase checkboxes and plan frontmatter to populate your active session with pending implementation work.

How do I generate a project status report from markdown plan files?

You generate a project status report by scanning markdown plan files and counting completed checkboxes. The skill produces concise reports highlighting blockers, risks, and next steps based on current phase and plan progress.

Can I trigger documentation updates automatically when architecture changes?

Yes, the skill triggers project documentation updates when milestones, architecture decisions, API changes, or scope shifts occur. It coordinates documentation updates to keep multi-phase implementation work aligned across sessions.

What's the best way to track progress across multiple implementation sessions?

The best way to track progress across multiple implementation sessions is using a skill that reads plan frontmatter and phase checkboxes, reconciling completed session tasks back into persistent markdown plan files to preserve continuity.

Do I need specific dependencies to use this project management skill?

No specific dependencies are required to use this project management skill. It operates independently using references to read plan frontmatter and update markdown phase files for ongoing implementation progress tracking.