ck:project-management

Synchronize session tasks with persistent plan files and generate status reports.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/hidonguyen/trade-ops --skill ck-project-management-hidonguyen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:project-management
Source: https://github.com/hidonguyen/trade-ops/tree/main/.opencode/skills/project-management
Command: npx skills add https://github.com/hidonguyen/trade-ops --skill ck-project-management-hidonguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures project plans, phase files, and session-scoped tasks remain synchronized so progress metrics, statuses, and documentation are accurate across sessions and tooling boundaries.

Core Features & Use Cases

  • Hydration & Sync-back: Hydrate tasks from plan checklists into session tasks, then reconcile completed work back to phase files and update plan YAML frontmatter.
  • Task Operations & Fallbacks: Use TaskCreate, TaskUpdate, TaskList workflows for structured coordination and fall back to TodoWrite when CLI task tools are unavailable.
  • Reporting & Documentation Coordination: Produce concise session and plan reports and trigger targeted docs updates when phase status or API contracts change. Use case example: Hydrate unchecked items from a multi-phase plan, update tasks while working, run a full sync-back to backfill earlier-phase checkboxes and mark plan status, then generate a session report and delegate doc updates.

Quick Start

Hydrate tasks from plans, track progress, sync completed tasks back to plan files, and generate a concise session 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 session tasks with persistent plan files?

To sync session tasks with persistent plan files, this Skill hydrates unchecked items from plan checklists into session tasks, tracks progress, and syncs completed work back to phase files to reconcile status across sessions.

What is task hydration from multi-phase plan checklists?

Task hydration from multi-phase plan checklists is the process of extracting unchecked items from plan files into active session tasks, ensuring progress metrics and statuses remain accurate across tooling boundaries.

How do I update YAML frontmatter and backfill checkboxes after completing project phases?

To update YAML frontmatter and backfill checkboxes, this Skill runs a sync-back guardrail process that reconciles completed session tasks back into earlier-phase files, marking plan status accurately.

Can I track project tasks if CLI task tools are unavailable?

Yes, you can track project tasks if CLI task tools are unavailable. This Skill uses TaskCreate and TaskUpdate workflows for structured coordination but falls back to TodoWrite when those CLI tools are missing.

What's the best way to generate concise session reports for project management?

The best way to generate concise session reports for project management is using this Skill's reporting coordination feature, which produces a summary report and triggers targeted documentation updates when phase status changes.

Why does my project status reporting show stale progress across sessions?

Project status reporting shows stale progress across sessions because plan files and session-scoped tasks are not synchronized. This Skill reconciles completed work back to phase files to prevent stale status reporting.