Back to Plugins

Claude Code PM

Comprehensive project management workflow with specialized agents and commands for planning, tracking, and delivering software projects

project-managementworkflowagentsplanning

Installation

git clone https://github.com/automazeio/ccpm.git && cd ccpm && ./install.sh

Configuration

# Claude Code PM (CCPM)

A comprehensive project management workflow for Claude Code.

## Features

- **Specialized Agents** - Dedicated agents for different PM tasks
- **Task Tracking** - Built-in task management
- **Sprint Planning** - Agile workflow support
- **Progress Reports** - Automated status updates

## Workflow

1. Initialize project with `/pm init`
2. Create tasks with `/pm task`
3. Track progress with `/pm status`
4. Generate reports with `/pm report`

## Agents

- Planning Agent - Sprint and release planning
- Review Agent - Code and design review
- Documentation Agent - Auto-generate docs

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub