返回项目

CCPM

Claude Code 的项目管理 skill 系统,把 GitHub Issues + git worktree 串起来做并行代理执行。适合已经在用 Claude Code 又在做多任务并行的工程师,不适合不用 Claude Code 的人。

项目定位

Claude Code 的项目管理 skill 系统,专门解决「多任务并行 + 状态管理」的问题。

核心能力

  • GitHub Issues 作为任务单一来源
  • git worktree 实现多代理并行,互不污染
  • 提供完整 PRD → epic → task → execution 链路
  • skill 化封装,调用即用

适合谁

  • 已经在用 Claude Code、又有多任务并行需求的工程师
  • 习惯用 GitHub Issues 管理工作的团队

不适合谁

  • 不用 Claude Code 的人(强依赖 CC 生态)
  • 单人单任务的轻量场景(杀鸡用牛刀)

上手

bash
git clone https://github.com/automazeio/ccpm.git
# 按仓库 README 在目标项目执行 install 脚本

边界提醒

  • worktree 数量过多会让本地磁盘和 git 索引压力上升
  • 团队内引入需要统一 GitHub Issue 模板,否则 skill 解析容易出错

语言

Shell

分类

Vibe Coding

许可证

MIT

更新时间

5/8/2026

标签

claude-codeproject-managementgithub-issuesgit-worktree
~/安装方式

# source

$git clone https://github.com/automazeio/ccpm.git
$在目标项目内执行 ccpm 提供的 install 脚本

# usage

$在 Claude Code 中调用 ccpm 提供的 skill