Skip to content
repository radar
Agents & Orchestration

🛠️Claude Code PM

ACTIVE BREAKOUT

automazeio/ccpm · homepage ↗

Project management skill system for Agents that uses GitHub Issues and Git worktrees for parallel agent execution.

⭐ Popular: 8k stars, gaining about 13 a week

View on GitHub ↗

repo profile

vintage 2025 1 year old
language Shell
license MIT

momentum

total stars 8k
stars added last week +13
HN peak 175 pts 0y 12mo ago
commits / week 0 steady
issues closed 99% ~3d to close, median
contributors 9
release cadence n/a
last activity 5mo ago

durability

backing community / independent independent
openness permissive
bus factor 1 solo
top-author share 100% 6 mo

bus factor = how many people it takes to cover more than half the commits (6 months). 1 is a solo project; higher means the work is spread across a team. top-author share is the single busiest author's slice of those commits.

since we covered it

monthly average + 427/mo (+13%/mo) · + 5k total since PR#16

why it's a big deal

  • Gives teams running coding agents a structured project-management layer, replacing ad-hoc prompting with a five-phase flow from PRD to execution to tracking.
  • Uses GitHub Issues as the shared source of truth, so agent work leaves an audit trail in issue comments and stays visible to human collaborators.
  • Targets developers who want multiple agents working in parallel on one project without stepping on each other, since each epic runs in an isolated git worktree.

under the hood

  • State lives in a local.claude directory as markdown files with frontmatter metadata, and operations run locally before optional sync to GitHub.
  • Epics decompose into at most 10 tasks carrying depends_on, parallel, and conflicts_with fields, and each epic gets its own git worktree so independent streams avoid conflicts.
  • Deterministic commands like status, standup, and search are implemented as shell scripts rather than model calls, and GitHub sync uses the gh-sub-issue extension, renaming local task files to their issue IDs after creation.

Radar summary, generated from the project's public sources

star history

PR#16 · 3k8k now Aug 2025Aug 2026
  1. PR#16 3k 2025-09-03
  2. now 8k + 5k since first covered

curve is sampled from GitHub's star history, plus our own daily readings since we covered it; the dashed stretch is before we first covered it, the solid line since. figures at coverage are the numbers we printed then (approx.), current count is live.

understory

Better known than its recent output, coasting a little on attention.

-49 understory score output 0 · clout 49
Aug 2025 Jul 2026
  • output, commits & releases
  • clout, star velocity

output = commits & releases; clout = star velocity, both 0 to 100 monthly indices; the gap where output runs above clout is the understory. The understory →

covered in

  • PR#16 2025-09-03 below the radar

    AI-Native Project Management System

similar projects

compare these →
  • hermes-agent

    Python · 28× the stars

    The agent that grows with you

    231k ACTIVE
  • 🌊 Ruflo

    TypeScript · 8.1× the stars

    🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated

    68k ACTIVE
  • 🤖 Serena

    Python · 3.4× the stars

    A powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

    28k ACTIVE

comments

Sign in with GitHub to add your blip on Claude Code PM.

loading comments…