Claude Code PM is an open-source project management system designed to structure AI-assisted software development workflows using Claude Code’s command interface combined with native GitHub issues and Git worktrees. Instead of relying on separate project management tools, CCPM uses GitHub issues as the single source of truth, helping teams turn product requirements documents into trackable tasks and epics with full traceability throughout the development lifecycle. It supports parallel execution of AI agents by isolating work in separate Git worktrees, preserving context and allowing multiple streams of work without interference, which addresses common pain points in AI-driven coding where context often disappears between sessions.
Features
- GitHub Issues as primary project database
- Parallel agent workflows with worktrees
- Spec-driven development discipline
- Persistent context across sessions
- AI-assisted task decomposition
- Shell-based CLI tooling