ck:project-management

Manages and synchronizes project plans with session tasks across phases.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/quanganh208/cookmate --skill ck-project-management-quanganh208
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:project-management
Source: https://github.com/quanganh208/cookmate/tree/main/.opencode/skills/project-management
Command: npx skills add https://github.com/quanganh208/cookmate --skill ck-project-management-quanganh208

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides project oversight by bridging persistent plan files with ephemeral session tasks so teams can track progress, enforce completion rules, and keep documentation and plan frontmatter accurately synchronized.

Core Features & Use Cases

  • Task Hydration & Sync-back: Hydrate unchecked plan items into session tasks (or TodoWrite fallback), update task statuses during work, and reconcile completed tasks back into phase files and plan frontmatter.
  • Progress Tracking & Reporting: Scan plans/*/plan.md and phase files to compute completion percentages, generate concise session, plan-completion, and multi-plan reports, and write reports to a reports directory.
  • Documentation Coordination & Safety Guards: Trigger docs updates when milestones change and enforce the mandatory sync-back guard that backfills earlier phases before marking later phases complete.
  • Use Case: Hydrate tasks from a multi-phase feature plan, coordinate parallel agents, sync completed tasks to phase files, update plan.md status, and generate a session report for stakeholders.

Quick Start

Hydrate tasks from path/to/plan.md, update task statuses during the session, perform a full sync-back to update phase checkboxes and plan frontmatter, and generate a concise status report.

Frequently Asked Questions about ck:project-management

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

FAQPage Schema
How do I sync project plan files with session tasks?

To sync project plan files with session tasks, hydrate unchecked items from plan files with YAML frontmatter into CLI Task tools or TodoWrite fallback, then reconcile completed tasks back via sync-back to update phase checkboxes and frontmatter.

What is task hydration from plan files in multi-phase development?

Task hydration from plan files extracts unchecked items from phase files containing YAML frontmatter and checkboxes, populating session-scoped tasks to track progress during multi-phase development workflows.

How do I generate status reports for multi-phase project plans?

Generate multi-phase project plan status reports by scanning plans and phase files to compute completion percentages, producing concise session and plan-completion summaries written to a designated reports directory.

Can I use TodoWrite as a fallback for task hydration without CLI Task tools?

Yes, you can use TodoWrite as a fallback for task hydration when CLI Task tools are unavailable, ensuring unchecked plan items are populated and updated during multi-phase development sessions.

Why does the sync-back guard require backfilling earlier phases first?

The sync-back guard requires backfilling earlier phases first to enforce completion rules, preventing later phases from being marked complete until earlier phase files and plan frontmatter are accurately reconciled.

What is the best way to track progress across parallel agents in a multi-phase plan?

Tracking progress across parallel agents in a multi-phase plan requires hydrating tasks from plan files, coordinating agents, updating statuses, and performing full sync-back to update phase checkboxes and generate stakeholder reports.