ck:project-management

Coordinate project work by mapping Claude Tasks to persistent plan files.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-project-management-dattran26
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:project-management
Source: https://github.com/DatTran26/KienTruThiHanh/tree/main/.agents/skills/project-management
Command: npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-project-management-dattran26

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams coordinate multi-plan work by tying plan files to Claude native Tasks, enabling persistent progress tracking across sessions.

Core Features & Use Cases

  • Project oversight and coordination using Claude native Tasks with persistent plan files.
  • Principles: token efficiency, concise reports, and data-driven insights.
  • When to Use: checking plan status, hydration/syncs, generating summaries, coordinating documentation updates after milestones, cross-session resume of multi-phase work.
  • Tool Availability: TaskCreate, TaskUpdate, TaskGet, TaskList are CLI-only — disabled in VSCode extension (isTTY check). Fallback to TodoWrite if Task tools error.

Quick Start

Hydrate tasks from plan files, update statuses, and generate a progress 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 track project progress across multiple sessions using plan files?

Persistent project progress tracking across sessions is achieved by attaching Claude native Tasks to plan files. The skill hydrates and synchronizes task statuses from the plan metadata, ensuring continuity for multi-phase work.

What is the best way to coordinate multi-phase plans with Claude Tasks?

Multi-phase plan coordination uses Claude Tasks tied to persistent plan files for status checks and reporting. It enforces CLI-only TaskCreate and TaskUpdate commands to map milestones, ensuring data-driven project oversight.

Do I need the CLI to use Claude Tasks for project management, or does it work in VSCode?

Claude Tasks require the CLI environment because TaskCreate, TaskUpdate, TaskGet, and TaskList are disabled in the VSCode extension via an isTTY check. The skill provides a fallback to TodoWrite if these Task tools error.

How does task hydration work when resuming a project plan?

Task hydration reads existing plan files to repopulate Claude native Tasks with current progress. This synchronization process maps plan metadata to active tasks, allowing cross-session work to resume without losing context.

Can I generate progress reports from plan file metadata?

Progress reporting generates concise, token-efficient summaries by reading the current task statuses mapped to plan file metadata. It provides data-driven insights into multi-plan work for project oversight and milestone coordination.

Why are TaskCreate and TaskUpdate commands failing in my environment?

TaskCreate and TaskUpdate fail outside the CLI because the tools check for an interactive terminal (isTTY) and are disabled in extensions like VSCode. If native Task tools error, the skill falls back to TodoWrite.