🛠️Claude Code PM
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
momentum
durability
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
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 3k 2025-09-03
- 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.
- 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
-
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.