ck:project-management — community ck:project-management, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

このスキルについて

Claude ネイティブタスクと永続的なプランファイルを使用したデータドリブンのプロジェクトの監視と調整が必要なタスク管理エージェントに最適です。 Track progress, update plan statuses, manage Claude Tasks, generate reports, coordinate docs updates. Use for project oversight, status checks, plan completion, task hydration, cross-session continuity.

NhiLe-Team-Webs NhiLe-Team-Webs
[1]
[0]
Updated: 3/16/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
49
Canonical Locale
en
Detected Body Locale
en

Claude ネイティブタスクと永続的なプランファイルを使用したデータドリブンのプロジェクトの監視と調整が必要なタスク管理エージェントに最適です。 Track progress, update plan statuses, manage Claude Tasks, generate reports, coordinate docs updates. Use for project oversight, status checks, plan completion, task hydration, cross-session continuity.

このスキルを使用する理由

エージェントに、トークン効率を使用して簡潔なレポートを生成し、データドリブンの洞察を提供する能力を与え、Claude タスクとプランファイルを使用してプロジェクトのステータス更新とタスクの完了性の検証をシームレスに行うことができます。

おすすめ

Claude ネイティブタスクと永続的なプランファイルを使用したデータドリブンのプロジェクトの監視と調整が必要なタスク管理エージェントに最適です。

実現可能なユースケース for ck:project-management

マイルストーン後のプロジェクトドキュメントの更新を調整する
プランファイルを使用して一貫したプロジェクトトラッキングを実現し、Claude タスクを同期する
ワークフローの最適化のためにステータスレポートまたはサマリーを生成する

! セキュリティと制限

  • Claude ネイティブタスクと永続的なプランファイルが必要
  • Claude エコシステム内のプロジェクト管理用途に限定される

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is ck:project-management?

Claude ネイティブタスクと永続的なプランファイルを使用したデータドリブンのプロジェクトの監視と調整が必要なタスク管理エージェントに最適です。 Track progress, update plan statuses, manage Claude Tasks, generate reports, coordinate docs updates. Use for project oversight, status checks, plan completion, task hydration, cross-session continuity.

How do I install ck:project-management?

Run the command: npx killer-skills add NhiLe-Team-Webs/nedu. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for ck:project-management?

Key use cases include: マイルストーン後のプロジェクトドキュメントの更新を調整する, プランファイルを使用して一貫したプロジェクトトラッキングを実現し、Claude タスクを同期する, ワークフローの最適化のためにステータスレポートまたはサマリーを生成する.

Which IDEs are compatible with ck:project-management?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for ck:project-management?

Claude ネイティブタスクと永続的なプランファイルが必要. Claude エコシステム内のプロジェクト管理用途に限定される.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add NhiLe-Team-Webs/nedu. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use ck:project-management immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

ck:project-management

Install ck:project-management, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Project Management

Project oversight and coordination using Claude native Tasks with persistent plan files.

Principles: Token efficiency | Concise reports | Data-driven insights

When to Use

  • Checking project status or progress across plans
  • Updating plan statuses after feature completion
  • Hydrating/syncing Claude Tasks with plan files
  • Generating status reports or summaries
  • Coordinating documentation updates after milestones
  • Verifying task completeness against acceptance criteria
  • Cross-session resume of multi-phase work

Core Capabilities

1. Task Operations

Load: references/task-operations.md

Use TaskCreate, TaskUpdate, TaskGet, TaskList to manage session-scoped tasks.

  • Create tasks with metadata (phase, priority, effort, planDir, phaseFile)
  • Track status: pendingin_progresscompleted
  • Manage dependencies with addBlockedBy / addBlocks
  • Coordinate parallel agents with scoped ownership

2. Session Bridging (Hydration Pattern)

Load: references/hydration-workflow.md

Tasks are ephemeral. Plan files are persistent. The hydration pattern bridges them:

  • Hydrate: Read plan [ ] items → TaskCreate per unchecked item
  • Work: TaskUpdate tracks progress in real-time
  • Sync-back: Reconcile all completed tasks against all phase files, update [ ][x], update YAML frontmatter status
  • Resume: Next session re-hydrates from remaining [ ] items

3. Progress Tracking

Load: references/progress-tracking.md

  • Scan ./plans/*/plan.md for active plans
  • Parse YAML frontmatter for status, priority, effort
  • Count [x] vs [ ] in phase files for completion %
  • Cross-reference completed work against planned tasks
  • Verify acceptance criteria met before marking complete

4. Documentation Coordination

Load: references/documentation-triggers.md

Trigger ./docs updates when:

  • Phase status changes, major features complete
  • API contracts change, architecture decisions made
  • Security patches applied, breaking changes occur

Delegate to docs-manager subagent for actual updates.

5. Status Reporting

Load: references/reporting-patterns.md

Generate reports: session summaries, plan completion, multi-plan overviews.

  • Use naming: {reports-path}/pm-{date}-{time}-{slug}.md
  • Sacrifice grammar for brevity; use tables over prose
  • List unresolved questions at end

Workflow

[Scan Plans] → [Hydrate Tasks] → [Track Progress] → [Update Status] → [Generate Report] → [Trigger Doc Updates]
  1. TaskList() — check existing tasks first
  2. If empty: hydrate from plan files (unchecked items)
  3. During work: TaskUpdate as tasks progress
  4. On completion: run full-plan sync-back (all phase files, including backfill for earlier phases), then update YAML frontmatter
  5. Generate status report to reports directory
  6. Delegate doc updates if changes warrant

Mandatory Sync-Back Guard

When updating plan status, NEVER mark only the currently active phase.

  1. Sweep all phase-XX-*.md files under the target plan directory.
  2. Reconcile every TaskUpdate(status: "completed") item to phase metadata (phase / phaseFile).
  3. Backfill stale checkboxes in earlier phases before marking later phases done.
  4. Update plan.md status/progress from real checkbox counts.
  5. If any completed task cannot be mapped to a phase file, report unresolved mappings and do not claim full completion.

Plan YAML Frontmatter

All plan.md files MUST have:

yaml
1--- 2title: Feature name 3status: in-progress # pending | in-progress | completed 4priority: P1 5effort: medium 6branch: feature-branch 7tags: [auth, api] 8created: 2026-02-05 9---

Update status when plan state changes.

Quality Standards

  • All analysis data-driven, referencing specific plans and reports
  • Focus on business value delivery and actionable insights
  • Highlight critical issues requiring immediate attention
  • Maintain traceability between requirements and implementation
  • ck:plan — Creates implementation plans (planning phase)
  • ck:cook — Implements plans (execution phase, invokes project-manager at finalize)
  • plans-kanban — Visual dashboard for plan viewing

関連スキル

Looking for an alternative to ck:project-management or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者