ck:project-management

Hydrate session-scoped Claude Tasks from persistent plan files and reconcile completion into phase documents.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-project-management-minhhoangdono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:project-management
Source: https://github.com/MinhHoangDono/antigravity-kit/tree/main/.agent/skills/project-management
Command: npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-project-management-minhhoangdono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents project plans from drifting by keeping progress, task state, and documentation updates aligned across multiple phases and multiple AI sessions.

Core Features & Use Cases

  • Hydrate Claude Tasks from persistent plan checkboxes: Creates session-scoped tasks from plan files so work can resume cleanly after tasks expire.
  • Track progress with reconciliation and sync-back: Updates task status and backfills completed items into all relevant phase files, including earlier phases.
  • Generate actionable status reports and coordinate doc updates: Produces concise progress reports and triggers the appropriate documentation updates when milestones or contract/architecture changes occur.

Quick Start

Ask the AI to run a status check and generate an up-to-date project progress report for your plan.

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 management progress across multiple AI sessions?

You can resume project management tasks across sessions by hydrating session-scoped Claude Tasks from persistent plan files. This Skill reconciles completion status back into checkbox-based phase documents, ensuring cross-session continuity and preventing project plan drift.

What is the best way to synchronize task status with plan documentation?

Synchronizing task status with plan documentation requires a mandatory sync-back guard that sweeps all phase files, backfills stale checkboxes, and updates plan frontmatter status from real checkbox counts. This deterministic reconciliation keeps task state and documentation updates perfectly aligned.

How do I generate a status report for a multi-phase project plan?

You generate a status report for a multi-phase project plan by running a status check. This Skill produces concise, actionable progress reports by sweeping phase files, reconciling completed items, and triggering documentation updates when milestones or architecture changes occur.

Can I use persistent plan files to orchestrate tasks across different phases?

Yes, you can use persistent plan files to orchestrate tasks across different phases. This Skill applies deterministic task operations like TaskCreate, TaskUpdate, TaskList, and TaskGet to hydrate tasks from checkbox-based phase documents, ensuring multi-phase project progress remains coordinated and deterministic.

Why does my project plan drift after completing tasks in earlier phases?

Project plans drift when completed items in earlier phases are not reconciled back into the documentation. This Skill solves drift by sweeping all phase files, backfilling stale checkboxes, and updating plan frontmatter status from real checkbox counts to maintain accurate alignment.