ck:project-management

Synchronize session-scoped task progress with persistent plan checklists.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents progress drift by coordinating session-scoped Claude Tasks with persistent plan files, so work status stays accurate across phases and across sessions.

Core Features & Use Cases

  • Track multi-phase delivery: Create, update, and reconcile tasks against ./plans/*/plan.md and phase-XX-*.md so checkbox completion reflects real progress.
  • Hydrate for continuity: Recreate task state from unchecked [ ] items at the start of a session, then bridge completion back to the plan files at the end.
  • Report and coordinate docs: Generate concise status reports and trigger targeted documentation updates in ./docs when milestones or scope changes occur.

Quick Start

Use the ck:project-management skill to hydrate remaining work from your active plan files and generate a current project status report in one run.

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 persistent plan checklists in sync with session task progress?

Plan hydration recreates task state by reading unchecked items from phase files at the start of a session. This allows you to resume multi-phase project delivery with accurate, up-to-date tracking of remaining work directly from your plan documentation.

What is the best way to generate status reports from plan files for project oversight?

Dependency-aware task coordination checks task dependencies before execution, ensuring prerequisite checklist items are completed first. This allows multi-phase delivery to proceed without blockers by validating readiness against persistent plan files and phase documents.

Do I need CLI access to coordinate tasks across multi-phase plan files?

You need CLI access for task operations, though a TodoWrite fallback exists if CLI is unavailable. This ensures strict sync-back across all phase files, maintaining accurate progress reconciliation even when direct command-line execution is restricted.

How do I trigger documentation updates when project scope changes during delivery?

Documentation updates trigger automatically when milestones or scope changes are detected during task reconciliation. This ensures your docs directory stays aligned with actual project progress by syncing completed checklist items to the relevant project documentation.