ck:project-management

Synchronize project tasks with markdown plan files for status updates.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/felix-howard/ella --skill ck-project-management-felix-howard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:project-management
Source: https://github.com/felix-howard/ella/tree/main/.opencode/skills/project-management
Command: npx skills add https://github.com/felix-howard/ella --skill ck-project-management-felix-howard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines project oversight by synchronizing AI-generated tasks with persistent plan files, ensuring progress tracking, status updates, and report generation.

Core Features & Use Cases

  • Task Management: Create, update, and track the status of tasks within a project session.
  • Plan Synchronization: Hydrate tasks from plan files and sync completed tasks back to update plan statuses and checkboxes.
  • Reporting: Generate concise status reports for project oversight.
  • Use Case: After completing a development phase, use this Skill to update the corresponding plan.md file, mark tasks as complete, and generate a progress report for stakeholders.

Quick Start

Use the ck:project-management skill to hydrate tasks from the plan file located at ./plans/feature-x/plan.md.

Frequently Asked Questions about ck:project-management

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

FAQPage Schema
How do I synchronize AI-generated project tasks with a markdown plan file?

Plan synchronization works by hydrating tasks from a markdown plan file into the project session and back-syncing completed tasks to update statuses and checkboxes. This ensures persistent progress tracking across multi-phase project execution.

How does cross-session continuity work for project task tracking?

Cross-session continuity relies on a hydration and sync-back pattern that reloads task states from persistent plan files. This allows project execution to seamlessly resume tracking and status reporting across different agent sessions.

Can I generate status reports directly from my project plan file?

Yes, status reporting generates concise progress updates by reading task completion data from the plan file. It syncs completed tasks back to update plan statuses, providing accurate project oversight for stakeholders.

What is the best way to update checkboxes in a plan.md file after completing a development phase?

The sync-back pattern updates plan.md checkboxes by matching completed session tasks with their corresponding entries in the markdown file. This automatically marks tasks as complete and updates the overall plan status.

Does workflow automation support multi-phase project execution without losing task state?

Workflow automation supports multi-phase execution through persistent plan file synchronization. Task state is preserved by hydrating tasks from markdown files at the start and back-syncing changes upon phase completion.

Why do I need plan files for agent coordination and task tracking?

Plan files provide a persistent storage layer for task tracking and agent coordination, ensuring that status updates and progress reporting survive across sessions. Without them, task state would be lost when the session ends.