← all repositories
automazeio/ccpm

The Agent Skill That Replaces Vibe Coding with GitHub Issues

CCPM turns AI coding assistants into spec-driven project managers, using GitHub Issues and Git worktrees to run parallel agents without collisions.

8.3k stars Shell Coding AssistantsAgents
ccpm
Not currently ranked — collecting fresh signals.
star history

What it does CCPM gives compatible AI harnesses—Claude Code, Cursor, Codex, and others—a structured project-management brain. It enforces a five-phase workflow from brainstorming and PRD writing through task decomposition, GitHub issue sync, and parallel execution, storing all state in local markdown files inside your repo. The goal is to replace context loss and ad-hoc “vibe coding” with persistent, traceable specifications.

The interesting bit Instead of treating a GitHub issue as a single serial task, CCPM analyzes it for independent work streams—say, database migrations versus API endpoints—and spins up multiple agents in the same Git worktree simultaneously. Routine reporting like standup and status is handled by bash scripts rather than the LLM, so answers are instant and token-free.

Key highlights

  • Uses GitHub Issues as the single source of truth; no external project-management database.
  • Parallel execution via Git worktrees lets several agents tackle one epic concurrently.
  • All project state lives in .claude/ markdown files, making context fully portable across sessions.
  • Deterministic ops (status, standup, search) are handled by 14 bash scripts, not the LLM.
  • Works with any Agent Skills–compatible harness; no lock-in to a single editor or model.

Caveats

  • Requires a GitHub repository and authenticated gh CLI; the entire workflow is built around GitHub Issues.
  • The rigid five-phase discipline may feel heavy for quick experiments or prototypes.

Verdict Worth a look if you are coordinating multiple AI agents on real features and need to keep them from colliding. Skip it if you just want a lightweight chat-to-code scratchpad.

Frequently asked

What is automazeio/ccpm?
CCPM turns AI coding assistants into spec-driven project managers, using GitHub Issues and Git worktrees to run parallel agents without collisions.
Is ccpm open source?
Yes — automazeio/ccpm is open source, released under the MIT license.
What language is ccpm written in?
automazeio/ccpm is primarily written in Shell.
How popular is ccpm?
automazeio/ccpm has 8.3k stars on GitHub.
Where can I find ccpm?
automazeio/ccpm is on GitHub at https://github.com/automazeio/ccpm.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.