claude-autopm 1.20.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +255 -878
- package/autopm/.claude/agents/README.md +1 -1
- package/autopm/.claude/agents/decision-matrices/python-backend-selection.md +25 -25
- package/autopm/.claude/agents/decision-matrices/ui-framework-selection.md +43 -43
- package/autopm/.claude/agents/devops/github-operations-specialist.md +1 -1
- package/autopm/.claude/agents/frameworks/README.md +5 -5
- package/autopm/.claude/agents/frameworks/e2e-test-engineer.md +1 -1
- package/autopm/.claude/agents/frameworks/nats-messaging-expert.md +1 -1
- package/autopm/.claude/agents/frameworks/react-frontend-engineer.md +1 -1
- package/autopm/.claude/agents/frameworks/react-ui-expert.md +3 -3
- package/autopm/.claude/agents/frameworks/tailwindcss-expert.md +3 -3
- package/autopm/.claude/agents/frameworks/ux-design-expert.md +3 -3
- package/autopm/.claude/commands/infrastructure/traefik-setup.md +1 -1
- package/autopm/.claude/commands/playwright/test-scaffold.md +1 -1
- package/autopm/.claude/commands/pm/epic-sync.md +37 -4
- package/autopm/.claude/commands/ui/bootstrap-scaffold.md +6 -5
- package/autopm/.claude/commands/ui/tailwind-system.md +1 -1
- package/autopm/.claude/examples/mcp/playwright-mcp.md +2 -2
- package/autopm/.claude/examples/mcp-servers.example.json +2 -2
- package/autopm/.claude/hooks/docker-first-enforcement.sh +1 -1
- package/autopm/.claude/mcp/playwright-mcp.md +2 -2
- package/autopm/.claude/rules/agent-coordination.md +26 -24
- package/autopm/.claude/rules/docker-first-development.md +1 -1
- package/autopm/.claude/rules/framework-path-rules.md +180 -0
- package/autopm/.claude/rules/infrastructure-pipeline.md +1 -1
- package/autopm/.claude/rules/ui-development-standards.md +1 -1
- package/autopm/.claude/rules/visual-testing.md +3 -3
- package/autopm/.claude/scripts/pm/epic-sync/README.md +208 -0
- package/autopm/.claude/scripts/pm/epic-sync/create-epic-issue.sh +68 -192
- package/autopm/.claude/scripts/pm/epic-sync/create-task-issues.sh +60 -328
- package/autopm/.claude/scripts/pm/epic-sync/update-epic-file.sh +61 -354
- package/autopm/.claude/scripts/pm/epic-sync/update-references.sh +67 -305
- package/autopm/.claude/scripts/pm/epic-sync.sh +137 -0
- package/autopm/.claude/teams.json +3 -5
- package/autopm/.claude/templates/claude-templates/addons/devops-agents.md +2 -2
- package/autopm/.claude/templates/claude-templates/addons/docker-agents.md +4 -4
- package/autopm/.claude/templates/claude-templates/addons/minimal-agents.md +1 -1
- package/autopm/.claude/templates/issue-decomposition/api.yaml +2 -2
- package/autopm/.claude/templates/issue-decomposition/auth.yaml +4 -4
- package/autopm/.claude/templates/issue-decomposition/crud.yaml +3 -3
- package/autopm/.claude/templates/issue-decomposition/default.yaml +1 -1
- package/autopm/.claude/templates/issue-decomposition/ui-feature.yaml +2 -2
- package/package.json +4 -3
- package/scripts/validate-framework-paths.sh +104 -0
package/README.md
CHANGED
|
@@ -4,988 +4,365 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/claude-autopm)
|
|
5
5
|
[](https://github.com/rafeekpro/ClaudeAutoPM/blob/main/LICENSE)
|
|
6
6
|
[](https://github.com/rafeekpro/ClaudeAutoPM)
|
|
7
|
-
|
|
8
|
-
[](http://x.com/intent/follow?screen_name=rafeekpro)
|
|
9
7
|
|
|
10
|
-
**
|
|
8
|
+
**AI-Powered Project Management Framework for Claude Code**
|
|
11
9
|
|
|
12
|
-
|
|
10
|
+
Transform your development workflow with intelligent automation, parallel AI agent execution, and seamless integration with GitHub and Azure DevOps. From PRD to production in hours, not days.
|
|
13
11
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Full documentation is available at: **[https://rafeekpro.github.io/ClaudeAutoPM/](https://rafeekpro.github.io/ClaudeAutoPM/)**
|
|
17
|
-
|
|
18
|
-
- 📚 [Complete Guide](https://rafeekpro.github.io/ClaudeAutoPM/guide/getting-started)
|
|
19
|
-
- 📝 [Command Reference](https://rafeekpro.github.io/ClaudeAutoPM/commands/overview)
|
|
20
|
-
- 🤖 [Agent Registry](https://rafeekpro.github.io/ClaudeAutoPM/agents/registry)
|
|
21
|
-
- 🔧 [Development Guide](https://rafeekpro.github.io/ClaudeAutoPM/development/docker-first)
|
|
22
|
-
- ⚙️ [Configuration](https://rafeekpro.github.io/ClaudeAutoPM/reference/configuration)
|
|
12
|
+
---
|
|
23
13
|
|
|
24
|
-
## 🎯
|
|
14
|
+
## 🎯 What is ClaudeAutoPM?
|
|
25
15
|
|
|
26
|
-
|
|
27
|
-
ClaudeAutoPM uses a **hybrid approach** combining deterministic operations with AI-powered intelligence:
|
|
16
|
+
ClaudeAutoPM is a comprehensive project management and development automation framework designed specifically for [Claude Code](https://claude.ai/code). It combines:
|
|
28
17
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
18
|
+
- **109+ CLI commands** for deterministic operations (scaffolding, templates, automation)
|
|
19
|
+
- **39 specialized AI agents** for intelligent tasks (analysis, design, development)
|
|
20
|
+
- **Dynamic team management** with automatic agent switching
|
|
21
|
+
- **Hybrid execution modes** - choose between templates or AI assistance
|
|
22
|
+
- **Full GitHub & Azure DevOps integration** for seamless workflow
|
|
34
23
|
|
|
35
|
-
###
|
|
36
|
-
- **96+ Professional CLI Commands** - Full yargs-based CLI with comprehensive PM commands
|
|
37
|
-
- **Hybrid Execution** - Choose between templates (deterministic) or AI assistance
|
|
38
|
-
- **AI Agent Integration** - Parallel execution with specialized agents (in Claude Code)
|
|
39
|
-
- **Dynamic Agent Teams** - Switch between specialized agent teams based on context (DevOps, Frontend, Backend, Fullstack)
|
|
40
|
-
- **Azure DevOps & GitHub** - Complete project management integration
|
|
41
|
-
- **Smart Context Management** - Never lose track of your work
|
|
42
|
-
- **Automated Workflows** - From PRD to production deployment
|
|
24
|
+
### The Problem We Solve
|
|
43
25
|
|
|
44
|
-
|
|
26
|
+
Traditional development workflows face:
|
|
27
|
+
- ❌ Context loss between planning and execution
|
|
28
|
+
- ❌ Blocking on sequential tasks
|
|
29
|
+
- ❌ Manual coordination of multiple developers
|
|
30
|
+
- ❌ Disconnect between PRDs, code, and production
|
|
45
31
|
|
|
46
|
-
|
|
32
|
+
### Our Solution
|
|
47
33
|
|
|
48
|
-
|
|
49
|
-
<summary><b>1️⃣ Install AutoPM</b> - Complete installation process</summary>
|
|
50
|
-
<br>
|
|
51
|
-
<img src="docs/assets/video-1.gif" width="100%" alt="Install AutoPM">
|
|
52
|
-
</details>
|
|
34
|
+
ClaudeAutoPM creates an **end-to-end automated pipeline**:
|
|
53
35
|
|
|
54
|
-
<details>
|
|
55
|
-
<summary><b>2️⃣ First Claude Execution</b> - Setting up and running Claude Code</summary>
|
|
56
|
-
<br>
|
|
57
|
-
<img src="docs/assets/video-2.gif" width="100%" alt="First Claude Execution">
|
|
58
|
-
</details>
|
|
59
|
-
|
|
60
|
-
<details>
|
|
61
|
-
<summary><b>3️⃣ Creation of PRD</b> - Product Requirements Document workflow</summary>
|
|
62
|
-
<br>
|
|
63
|
-
<img src="docs/assets/video-3.gif" width="100%" alt="Create PRD">
|
|
64
|
-
</details>
|
|
65
|
-
|
|
66
|
-
<details>
|
|
67
|
-
<summary><b>4️⃣ GitHub Sync and Start Working</b> - Synchronizing with GitHub and beginning tasks</summary>
|
|
68
|
-
<br>
|
|
69
|
-
<img src="docs/assets/video-4.gif" width="100%" alt="GitHub Sync">
|
|
70
|
-
</details>
|
|
71
|
-
|
|
72
|
-
<details>
|
|
73
|
-
<summary><b>5️⃣ Issues Finished</b> - Completing and closing tasks</summary>
|
|
74
|
-
<br>
|
|
75
|
-
<img src="docs/assets/video-5.gif" width="100%" alt="Issues Complete">
|
|
76
|
-
</details>
|
|
77
|
-
|
|
78
|
-
<details>
|
|
79
|
-
<summary><b>6️⃣ Checking the Work Done</b> - Running Web App + FastAPI demo</summary>
|
|
80
|
-
<br>
|
|
81
|
-
<img src="docs/assets/video-6.gif" width="100%" alt="Web App and FastAPI">
|
|
82
|
-
</details>
|
|
83
|
-
|
|
84
|
-
## 🚀 Get Started in 5 Minutes
|
|
85
|
-
|
|
86
|
-
### 🎯 Quick Start for New Users
|
|
87
|
-
|
|
88
|
-
```bash
|
|
89
|
-
npm install -g claude-autopm
|
|
90
|
-
|
|
91
|
-
# Run the interactive guide
|
|
92
|
-
autopm guide
|
|
93
36
|
```
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
- ⚙️ Provider configuration (GitHub/Azure DevOps/Local)
|
|
99
|
-
- 🤖 Agent team management and automatic switching
|
|
100
|
-
- 📝 Creating your first PRD and project workflow
|
|
101
|
-
- 🆘 Troubleshooting and diagnostics
|
|
102
|
-
- 📚 Complete documentation and resources
|
|
103
|
-
|
|
104
|
-
### Manual Setup
|
|
105
|
-
|
|
106
|
-
#### 1. Install (30 seconds)
|
|
107
|
-
|
|
108
|
-
```bash
|
|
109
|
-
npm install -g claude-autopm
|
|
37
|
+
PRD → Epic Decomposition → Parallel Development → Testing → Production
|
|
38
|
+
↓ ↓ ↓ ↓ ↓
|
|
39
|
+
AI AI Agents Multiple AI Agents Automated Auto-deploy
|
|
40
|
+
Analyze Work Simultaneously Testing with CI/CD
|
|
110
41
|
```
|
|
111
42
|
|
|
112
|
-
|
|
43
|
+
---
|
|
113
44
|
|
|
114
|
-
|
|
115
|
-
# Navigate to your project
|
|
116
|
-
cd your-project/
|
|
45
|
+
## ✨ Key Features
|
|
117
46
|
|
|
118
|
-
|
|
119
|
-
autopm install
|
|
120
|
-
```
|
|
47
|
+
### 🤖 **39 Specialized AI Agents**
|
|
121
48
|
|
|
122
|
-
|
|
49
|
+
Organized into dynamic teams that load based on your work context:
|
|
123
50
|
|
|
124
|
-
**
|
|
51
|
+
- **Core Agents**: agent-manager, code-analyzer, file-analyzer, test-runner
|
|
52
|
+
- **Language Agents**: python-backend-engineer, nodejs-backend-engineer, javascript-frontend-engineer, bash-scripting-expert
|
|
53
|
+
- **Framework Agents**: react-frontend-engineer, react-ui-expert, tailwindcss-expert, e2e-test-engineer
|
|
54
|
+
- **Cloud Agents**: aws-cloud-architect, azure-cloud-architect, gcp-cloud-architect, kubernetes-orchestrator
|
|
55
|
+
- **DevOps Agents**: docker-containerization-expert, github-operations-specialist, terraform-infrastructure-expert
|
|
56
|
+
- **Data Agents**: postgresql-expert, mongodb-expert, redis-expert, bigquery-expert
|
|
125
57
|
|
|
126
|
-
|
|
127
|
-
|--------|--------------|-------------|----------|
|
|
128
|
-
| **Minimal** | None | Traditional development without containers | Small projects, beginners |
|
|
129
|
-
| **Docker-only** | Docker | Container-first with adaptive execution | Medium projects, local development |
|
|
130
|
-
| **Full DevOps** 🎯 | Docker + kubectl | Docker + Kubernetes with CI/CD | Production projects (RECOMMENDED) |
|
|
131
|
-
| **Performance** | Docker + kubectl | Maximum parallelization (8 agents) | Large projects, powerful machines |
|
|
132
|
-
| **Custom** | Varies | Configure each option manually | Specific requirements |
|
|
58
|
+
### 🔄 **Hybrid Execution Model**
|
|
133
59
|
|
|
134
|
-
|
|
60
|
+
Choose the best approach for each task:
|
|
135
61
|
|
|
136
|
-
|
|
62
|
+
| Mode | When to Use | Example |
|
|
63
|
+
|------|-------------|---------|
|
|
64
|
+
| **Deterministic** | Scaffolding, templates, known patterns | `autopm install --preset fullstack` |
|
|
65
|
+
| **AI-Powered** | Analysis, design, complex decisions | `/pm:epic-decompose` |
|
|
66
|
+
| **Hybrid** | Flexible workflows | `autopm config` (CLI) or `/pm:config` (AI) |
|
|
137
67
|
|
|
138
|
-
|
|
139
|
-
|----------|-------------|----------|
|
|
140
|
-
| **GitHub Issues** | Full GitHub API integration | Open source, startups |
|
|
141
|
-
| **Azure DevOps** | Azure Boards & Pipelines | Enterprise, Agile teams |
|
|
142
|
-
| **Skip for now** | Local files only | Evaluation, offline work |
|
|
68
|
+
### 🎭 **Dynamic Team Management**
|
|
143
69
|
|
|
144
|
-
|
|
70
|
+
Switch agent teams based on your current work:
|
|
145
71
|
|
|
146
72
|
```bash
|
|
147
|
-
#
|
|
148
|
-
autopm
|
|
149
|
-
|
|
150
|
-
#
|
|
151
|
-
autopm update --force --no-backup
|
|
73
|
+
autopm team load frontend # React, UI, testing agents
|
|
74
|
+
autopm team load backend # Python, Node.js, database agents
|
|
75
|
+
autopm team load fullstack # Complete development stack
|
|
76
|
+
autopm team load devops # Docker, Kubernetes, CI/CD agents
|
|
152
77
|
```
|
|
153
78
|
|
|
154
|
-
|
|
155
|
-
- 🔄 **Smart Updates** - Preserves your configuration and project data
|
|
156
|
-
- 📦 **Automatic Backup** - Creates backup before updating (can be disabled)
|
|
157
|
-
- ⚙️ **Config Preservation** - Keeps your settings, teams, and provider config
|
|
158
|
-
- 📁 **Data Protection** - Preserves epics, PRDs, and all project files
|
|
159
|
-
- 🔧 **Version Detection** - Only updates when necessary
|
|
79
|
+
Teams automatically activate the right agents for your context.
|
|
160
80
|
|
|
161
|
-
**
|
|
162
|
-
- `--force` - Force update even if versions match
|
|
163
|
-
- `--no-backup` - Skip backup creation
|
|
164
|
-
- `--no-preserve-config` - Don't preserve configuration files
|
|
81
|
+
### 🔌 **MCP (Model Context Protocol) Integration**
|
|
165
82
|
|
|
166
|
-
|
|
83
|
+
Access up-to-date documentation and tools:
|
|
167
84
|
|
|
168
85
|
```bash
|
|
169
|
-
#
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
# Create your CLAUDE.md with repository info:
|
|
173
|
-
/init include rules from .claude/CLAUDE.md
|
|
86
|
+
autopm mcp enable context7 # Documentation for all frameworks
|
|
87
|
+
autopm mcp enable playwright # Browser automation
|
|
88
|
+
autopm mcp diagnose # Health check all MCP servers
|
|
174
89
|
```
|
|
175
90
|
|
|
176
|
-
|
|
91
|
+
### 📊 **Multi-Provider Support**
|
|
177
92
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
93
|
+
Seamlessly work with:
|
|
94
|
+
- **GitHub**: Issues, PRs, Actions, Projects
|
|
95
|
+
- **Azure DevOps**: Work Items, Boards, Pipelines, Repos
|
|
96
|
+
- **Local**: Git-based workflow without remote provider
|
|
181
97
|
|
|
182
|
-
|
|
183
|
-
autopm config set provider azure
|
|
184
|
-
autopm config set azure.organization your-org
|
|
185
|
-
autopm config set azure.project your-project
|
|
186
|
-
export AZURE_DEVOPS_PAT=your-token
|
|
98
|
+
### ⚡ **Parallel Execution Strategies**
|
|
187
99
|
|
|
188
|
-
|
|
189
|
-
autopm config set provider github
|
|
190
|
-
autopm config set github.owner your-username
|
|
191
|
-
autopm config set github.repo your-repo
|
|
192
|
-
export GITHUB_TOKEN=your-token
|
|
100
|
+
Choose your execution model:
|
|
193
101
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
102
|
+
- **Sequential**: Safe, one agent at a time
|
|
103
|
+
- **Adaptive**: Intelligent mode selection (recommended)
|
|
104
|
+
- **Hybrid**: Maximum parallelization for power users
|
|
197
105
|
|
|
198
|
-
|
|
199
|
-
autopm config validate
|
|
200
|
-
```
|
|
106
|
+
---
|
|
201
107
|
|
|
202
|
-
|
|
108
|
+
## 🚀 Quick Start
|
|
203
109
|
|
|
204
|
-
|
|
110
|
+
### Installation
|
|
205
111
|
|
|
206
112
|
```bash
|
|
207
|
-
#
|
|
208
|
-
autopm
|
|
209
|
-
|
|
210
|
-
# Shows:
|
|
211
|
-
# ✅ Essential Components (.claude directory, config, provider, git)
|
|
212
|
-
# ✅ Optional Components (MCP servers, git hooks, Node.js version)
|
|
213
|
-
# 📋 Next steps for incomplete setup
|
|
214
|
-
```
|
|
113
|
+
# Install globally via npm
|
|
114
|
+
npm install -g claude-autopm
|
|
215
115
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
╔════════════════════════════════════════════════════════════════╗
|
|
219
|
-
║ 🔍 ClaudeAutoPM Configuration Status ║
|
|
220
|
-
╚════════════════════════════════════════════════════════════════╝
|
|
221
|
-
|
|
222
|
-
Essential Components:
|
|
223
|
-
✅ .claude directory - Framework installed
|
|
224
|
-
✅ Configuration file - Provider: github
|
|
225
|
-
✅ Provider setup - GitHub (configured)
|
|
226
|
-
✅ Git repository - Initialized
|
|
227
|
-
|
|
228
|
-
Optional Components:
|
|
229
|
-
✅ MCP servers - 2 active (context7, github-mcp)
|
|
230
|
-
⚠️ Git hooks - Not installed (run: bash scripts/setup-hooks.sh)
|
|
231
|
-
✅ Node.js version - v20.10.0 (compatible)
|
|
232
|
-
|
|
233
|
-
Next Steps:
|
|
234
|
-
1. Install git hooks: bash scripts/setup-hooks.sh
|
|
235
|
-
2. Run MCP configuration check: autopm mcp check
|
|
116
|
+
# Verify installation
|
|
117
|
+
autopm --version
|
|
236
118
|
```
|
|
237
119
|
|
|
238
|
-
|
|
120
|
+
### 5-Minute Setup
|
|
239
121
|
|
|
240
|
-
##### Option A: Using Templates (Works Everywhere)
|
|
241
122
|
```bash
|
|
242
|
-
#
|
|
243
|
-
|
|
123
|
+
# 1. Install in your project
|
|
124
|
+
cd your-project
|
|
125
|
+
autopm install
|
|
244
126
|
|
|
245
|
-
#
|
|
246
|
-
|
|
127
|
+
# 2. Choose your preset
|
|
128
|
+
# - minimal: Basic setup
|
|
129
|
+
# - docker-only: Docker development
|
|
130
|
+
# - fullstack: Complete stack (recommended)
|
|
131
|
+
# - devops: Full DevOps with K8s
|
|
132
|
+
# - custom: Advanced configuration
|
|
133
|
+
|
|
134
|
+
# 3. Configure your provider
|
|
135
|
+
autopm config set provider github
|
|
136
|
+
autopm config set github.owner YOUR_USERNAME
|
|
137
|
+
autopm config set github.repo YOUR_REPO
|
|
138
|
+
export GITHUB_TOKEN=your_github_token
|
|
247
139
|
|
|
248
|
-
#
|
|
249
|
-
autopm
|
|
140
|
+
# 4. Load your team
|
|
141
|
+
autopm team load fullstack
|
|
250
142
|
|
|
251
|
-
#
|
|
252
|
-
|
|
143
|
+
# 5. Open Claude Code
|
|
144
|
+
claude --dangerously-skip-permissions .
|
|
253
145
|
```
|
|
254
146
|
|
|
255
|
-
|
|
147
|
+
### Your First Workflow
|
|
148
|
+
|
|
256
149
|
```bash
|
|
257
|
-
# Create PRD
|
|
258
|
-
/pm:prd-new user
|
|
150
|
+
# 1. Create a PRD (in Claude Code)
|
|
151
|
+
/pm:prd-new "Build user authentication system"
|
|
152
|
+
|
|
153
|
+
# 2. Decompose into epic
|
|
154
|
+
/pm:epic-decompose prd-001-authentication.md
|
|
259
155
|
|
|
260
|
-
#
|
|
261
|
-
/pm:
|
|
156
|
+
# 3. Sync with GitHub
|
|
157
|
+
/pm:epic-sync epic-001-authentication.md
|
|
262
158
|
|
|
263
|
-
#
|
|
264
|
-
/pm:
|
|
159
|
+
# 4. Start working
|
|
160
|
+
/pm:next-task
|
|
265
161
|
|
|
266
|
-
#
|
|
267
|
-
/pm:
|
|
162
|
+
# 5. Complete and sync
|
|
163
|
+
/pm:issue-close
|
|
268
164
|
```
|
|
269
165
|
|
|
270
|
-
|
|
166
|
+
---
|
|
271
167
|
|
|
272
|
-
##
|
|
168
|
+
## 📚 Documentation
|
|
273
169
|
|
|
274
|
-
###
|
|
170
|
+
### Getting Started
|
|
171
|
+
- [Installation Guide](docs/getting-started/installation.md)
|
|
172
|
+
- [Quick Start Tutorial](docs/getting-started/quick-start.md)
|
|
173
|
+
- [Your First Project](docs/getting-started/first-project.md)
|
|
275
174
|
|
|
276
|
-
|
|
175
|
+
### Core Concepts
|
|
176
|
+
- [Architecture Overview](docs/core-concepts/architecture.md)
|
|
177
|
+
- [Hybrid Execution](docs/core-concepts/hybrid-execution.md)
|
|
178
|
+
- [Agent System](docs/core-concepts/agent-system.md)
|
|
179
|
+
- [Team Management](docs/core-concepts/team-management.md)
|
|
277
180
|
|
|
278
|
-
|
|
279
|
-
PRD (
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
↓
|
|
283
|
-
Task Decomposition
|
|
284
|
-
↓
|
|
285
|
-
GitHub/Azure Sync
|
|
286
|
-
↓
|
|
287
|
-
Development & Tracking
|
|
288
|
-
```
|
|
181
|
+
### Workflows
|
|
182
|
+
- [PRD to Production](docs/workflows/prd-to-production.md)
|
|
183
|
+
- [Epic Management](docs/workflows/epic-management.md)
|
|
184
|
+
- [Development Cycle](docs/workflows/development-cycle.md)
|
|
289
185
|
|
|
290
|
-
###
|
|
186
|
+
### Reference
|
|
187
|
+
- [CLI Commands](docs/cli-reference/overview.md)
|
|
188
|
+
- [Agent Registry](docs/agents/registry.md)
|
|
189
|
+
- [Configuration](docs/cli-reference/config.md)
|
|
291
190
|
|
|
292
|
-
|
|
293
|
-
- ✅ Simple feature (1-2 weeks)
|
|
294
|
-
- ✅ Single component (frontend OR backend)
|
|
295
|
-
- ✅ One developer
|
|
296
|
-
- ✅ Examples: "Add user profile page", "Create REST API endpoint"
|
|
191
|
+
---
|
|
297
192
|
|
|
298
|
-
|
|
299
|
-
- ✅ Complex project (2+ months)
|
|
300
|
-
- ✅ Multiple components (frontend + backend + infrastructure)
|
|
301
|
-
- ✅ Multiple teams working in parallel
|
|
302
|
-
- ✅ Examples: "E-commerce platform", "Social media dashboard"
|
|
193
|
+
## 🎬 See It In Action
|
|
303
194
|
|
|
304
|
-
###
|
|
195
|
+
### Video Walkthroughs
|
|
305
196
|
|
|
306
197
|
<details>
|
|
307
|
-
<summary><b>
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
# 1. Create PRD
|
|
311
|
-
/pm:prd-new user-profile
|
|
312
|
-
|
|
313
|
-
# 2. Parse and analyze
|
|
314
|
-
/pm:prd-parse user-profile
|
|
315
|
-
|
|
316
|
-
# 3. Decompose into tasks (ONE epic)
|
|
317
|
-
/pm:epic-decompose user-profile
|
|
318
|
-
# Creates: .claude/epics/user-profile/
|
|
319
|
-
# ├── epic.md
|
|
320
|
-
# ├── 001.md # Create profile component
|
|
321
|
-
# ├── 002.md # Add avatar upload
|
|
322
|
-
# ├── 003.md # Implement edit form
|
|
323
|
-
# └── 004.md # Add validation
|
|
324
|
-
|
|
325
|
-
# 4. Sync with GitHub/Azure
|
|
326
|
-
/pm:epic-sync user-profile
|
|
327
|
-
|
|
328
|
-
# 5. Start working
|
|
329
|
-
/pm:next # Get next task
|
|
330
|
-
/pm:issue-start #123 # Begin work
|
|
331
|
-
# ... development ...
|
|
332
|
-
/pm:issue-close #123 # Complete task
|
|
333
|
-
```
|
|
198
|
+
<summary><b>1️⃣ Installation & Setup</b> - Complete installation process</summary>
|
|
199
|
+
<br>
|
|
200
|
+
<img src="docs/assets/video-1.gif" width="100%" alt="Install AutoPM">
|
|
334
201
|
</details>
|
|
335
202
|
|
|
336
203
|
<details>
|
|
337
|
-
<summary><b>
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
# 1. Create PRD
|
|
341
|
-
/pm:prd-new ecommerce-platform
|
|
342
|
-
|
|
343
|
-
# 2. Parse and analyze
|
|
344
|
-
/pm:prd-parse ecommerce-platform
|
|
345
|
-
|
|
346
|
-
# 3. Split into multiple epics (AUTOMATIC)
|
|
347
|
-
/pm:epic-split ecommerce-platform
|
|
348
|
-
# Automatically creates 6 epics:
|
|
349
|
-
# Epic 1: Infrastructure (Docker, DB, Redis) - P0, 1w
|
|
350
|
-
# Epic 2: Auth Backend (JWT, users, RBAC) - P0, 2w
|
|
351
|
-
# Epic 3: Product API (catalog, orders) - P0, 3w
|
|
352
|
-
# Epic 4: Frontend Foundation (React setup) - P0, 1w
|
|
353
|
-
# Epic 5: E-commerce UI (pages, cart) - P1, 3w
|
|
354
|
-
# Epic 6: Testing & Deployment (CI/CD) - P1, 1w
|
|
355
|
-
|
|
356
|
-
# 4. Decompose EACH epic into tasks
|
|
357
|
-
/pm:epic-decompose ecommerce-platform/01-infrastructure # 12 tasks
|
|
358
|
-
/pm:epic-decompose ecommerce-platform/02-auth-backend # 15 tasks
|
|
359
|
-
/pm:epic-decompose ecommerce-platform/03-product-api # 20 tasks
|
|
360
|
-
/pm:epic-decompose ecommerce-platform/04-frontend # 10 tasks
|
|
361
|
-
/pm:epic-decompose ecommerce-platform/05-ui # 25 tasks
|
|
362
|
-
/pm:epic-decompose ecommerce-platform/06-testing # 8 tasks
|
|
363
|
-
# TOTAL: ~90 tasks across 6 epics
|
|
364
|
-
|
|
365
|
-
# 5. Sync ALL epics at once
|
|
366
|
-
/pm:epic-sync ecommerce-platform
|
|
367
|
-
|
|
368
|
-
# 6. Parallel team work
|
|
369
|
-
/pm:next # Team 1: Infrastructure (P0)
|
|
370
|
-
/pm:next # Team 2: Auth Backend (P0, parallel)
|
|
371
|
-
/pm:next # Team 3: Frontend Foundation (P0, parallel)
|
|
372
|
-
```
|
|
204
|
+
<summary><b>2️⃣ First Claude Execution</b> - Setting up and running Claude Code</summary>
|
|
205
|
+
<br>
|
|
206
|
+
<img src="docs/assets/video-2.gif" width="100%" alt="First Claude Execution">
|
|
373
207
|
</details>
|
|
374
208
|
|
|
375
209
|
<details>
|
|
376
|
-
<summary><b>
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
# Create multiple independent features
|
|
380
|
-
/pm:prd-new login-page
|
|
381
|
-
/pm:prd-new payment-system
|
|
382
|
-
/pm:prd-new notifications
|
|
383
|
-
|
|
384
|
-
# Process each independently
|
|
385
|
-
/pm:prd-parse login-page
|
|
386
|
-
/pm:epic-decompose login-page # 5 tasks
|
|
387
|
-
/pm:epic-sync login-page
|
|
388
|
-
|
|
389
|
-
/pm:prd-parse payment-system
|
|
390
|
-
/pm:epic-decompose payment-system # 8 tasks
|
|
391
|
-
/pm:epic-sync payment-system
|
|
392
|
-
|
|
393
|
-
/pm:prd-parse notifications
|
|
394
|
-
/pm:epic-decompose notifications # 4 tasks
|
|
395
|
-
/pm:epic-sync notifications
|
|
396
|
-
|
|
397
|
-
# /pm:next automatically picks highest priority across ALL epics
|
|
398
|
-
```
|
|
210
|
+
<summary><b>3️⃣ PRD Creation</b> - Product Requirements workflow</summary>
|
|
211
|
+
<br>
|
|
212
|
+
<img src="docs/assets/video-3.gif" width="100%" alt="Create PRD">
|
|
399
213
|
</details>
|
|
400
214
|
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
| `/pm:prd-parse <name>` | Analyze PRD | After writing requirements |
|
|
407
|
-
| `/pm:epic-split <name>` | Create multiple epics | Complex, multi-component projects |
|
|
408
|
-
| `/pm:epic-decompose <name>` | Break into tasks | Always (once per epic) |
|
|
409
|
-
| `/pm:epic-sync <name>` | Sync with GitHub/Azure | After decomposition |
|
|
410
|
-
| `/pm:context` | Show current state | Check progress anytime |
|
|
411
|
-
| `/pm:next` | Get next task | Ready to work |
|
|
412
|
-
| `/pm:issue-start #N` | Start task | Before coding |
|
|
413
|
-
| `/pm:issue-close #N` | Complete task | After finishing |
|
|
414
|
-
|
|
415
|
-
### FAQ
|
|
416
|
-
|
|
417
|
-
**Q: Can I create multiple PRDs at once?**
|
|
418
|
-
A: Yes! Each PRD is independent. Create as many as you need.
|
|
419
|
-
|
|
420
|
-
**Q: How do I decide between epic-split and epic-decompose?**
|
|
421
|
-
A: Use epic-split for multi-component projects (frontend + backend + infra). Use epic-decompose for single-component features.
|
|
422
|
-
|
|
423
|
-
**Q: Do I need to decompose ALL epics after split?**
|
|
424
|
-
A: Yes, before syncing. But you can decompose them one at a time as needed.
|
|
425
|
-
|
|
426
|
-
**Q: How do I check my progress?**
|
|
427
|
-
A: Use `/pm:context` to see current project, epics, and task progress.
|
|
428
|
-
|
|
429
|
-
📖 **Full Workflow Guide:** See [PM-WORKFLOW-GUIDE.md](PM-WORKFLOW-GUIDE.md) for detailed examples and decision flows.
|
|
430
|
-
|
|
431
|
-
## 🎯 Core Workflow: Crawl → Walk → Run
|
|
432
|
-
|
|
433
|
-
### Crawl: Basic Commands
|
|
434
|
-
```bash
|
|
435
|
-
/pm:prd-new feature # Create product requirements
|
|
436
|
-
/pm:epic-oneshot feature # Plan, decompose, and sync to GitHub
|
|
437
|
-
/pm:issue-start 1234 # Start working on a task
|
|
438
|
-
/pm:next # Get next priority task
|
|
439
|
-
```
|
|
440
|
-
|
|
441
|
-
### Walk: Team Collaboration
|
|
442
|
-
```bash
|
|
443
|
-
/pm:status # Project dashboard
|
|
444
|
-
/pm:standup # Daily standup report
|
|
445
|
-
/pm:issue-sync 1234 # Push progress to GitHub
|
|
446
|
-
/pm:blocked # Show blocked tasks
|
|
447
|
-
```
|
|
448
|
-
|
|
449
|
-
### Run: Advanced Features
|
|
450
|
-
- **50+ Specialized AI Agents** - Python, React, K8s, AWS, and more
|
|
451
|
-
- **Parallel Execution** - Multiple agents working simultaneously
|
|
452
|
-
- **Cross-Platform** - GitHub, Azure DevOps, GitLab (coming soon)
|
|
453
|
-
- **MCP Integration** - Model Context Protocol for live documentation, codebase analysis, and tool integration
|
|
454
|
-
- **Agent Analysis** - Discover which agents use MCP and their configurations
|
|
455
|
-
- **Interactive Diagnostics** - Comprehensive health checks and connection testing
|
|
456
|
-
|
|
457
|
-
### 🤖 Dynamic Agent Teams
|
|
458
|
-
|
|
459
|
-
ClaudeAutoPM now supports **dynamic agent teams** that can be switched based on your current context:
|
|
460
|
-
|
|
461
|
-
```bash
|
|
462
|
-
# List available teams
|
|
463
|
-
autopm team list
|
|
464
|
-
|
|
465
|
-
# Load a specialized team
|
|
466
|
-
autopm team load devops # CI/CD and infrastructure agents
|
|
467
|
-
autopm team load frontend # React, JavaScript, UX agents
|
|
468
|
-
autopm team load python_backend # Python, FastAPI, Flask agents
|
|
469
|
-
autopm team load fullstack # Combined frontend + backend
|
|
470
|
-
|
|
471
|
-
# Check current team
|
|
472
|
-
autopm team current
|
|
473
|
-
```
|
|
474
|
-
|
|
475
|
-
#### 🚀 Automatic Team Switching
|
|
476
|
-
|
|
477
|
-
ClaudeAutoPM can automatically switch teams based on your Git branch name!
|
|
478
|
-
|
|
479
|
-
**Setup (one-time):**
|
|
480
|
-
```bash
|
|
481
|
-
# Enable automatic team switching
|
|
482
|
-
bash scripts/setup-githooks.sh
|
|
483
|
-
```
|
|
484
|
-
|
|
485
|
-
**Branch Naming Convention:**
|
|
486
|
-
```bash
|
|
487
|
-
# Branch pattern: type/team/description
|
|
488
|
-
git checkout -b feature/devops/add-ci # Auto-loads 'devops' team
|
|
489
|
-
git checkout -b fix/frontend/button-style # Auto-loads 'frontend' team
|
|
490
|
-
git checkout -b feat/backend/new-api # Auto-loads 'python_backend' team
|
|
491
|
-
```
|
|
492
|
-
|
|
493
|
-
**Available Teams:**
|
|
494
|
-
- **base** - Core agents for general tasks
|
|
495
|
-
- **devops** - Docker, Kubernetes, GitHub Operations, Terraform
|
|
496
|
-
- **frontend** - React, JavaScript, E2E testing, UX design
|
|
497
|
-
- **python_backend** - FastAPI, Flask, PostgreSQL, MongoDB
|
|
498
|
-
- **fullstack** - Inherits from both frontend and python_backend
|
|
499
|
-
|
|
500
|
-
Teams support inheritance, so specialized teams automatically include base agents. The active team configuration is saved in your project and persists across sessions.
|
|
501
|
-
|
|
502
|
-
## 🔌 MCP (Model Context Protocol) Management
|
|
503
|
-
|
|
504
|
-
ClaudeAutoPM provides comprehensive MCP management for agent-to-tool integration. **39 out of 53 agents (74%)** use MCP servers for live documentation and external tool access.
|
|
505
|
-
|
|
506
|
-
### 🆕 Dynamic Server Discovery & Installation
|
|
507
|
-
|
|
508
|
-
**NEW!** Discover and install MCP servers directly from npm registry:
|
|
509
|
-
|
|
510
|
-
```bash
|
|
511
|
-
# Search for MCP servers
|
|
512
|
-
autopm mcp search filesystem
|
|
513
|
-
autopm mcp search @modelcontextprotocol
|
|
514
|
-
|
|
515
|
-
# Browse official servers
|
|
516
|
-
autopm mcp browse --official
|
|
517
|
-
|
|
518
|
-
# Install directly from npm (auto-configures everything)
|
|
519
|
-
autopm mcp install @modelcontextprotocol/server-filesystem --enable
|
|
520
|
-
|
|
521
|
-
# Uninstall when done
|
|
522
|
-
autopm mcp uninstall filesystem
|
|
523
|
-
```
|
|
524
|
-
|
|
525
|
-
**Benefits:**
|
|
526
|
-
- 🔍 **Search thousands** of community MCP servers
|
|
527
|
-
- 📦 **One-command install** - npm package + auto-configuration
|
|
528
|
-
- 🔄 **Always up-to-date** - Install latest versions
|
|
529
|
-
- 🗑️ **Clean removal** - Uninstall server + npm package together
|
|
530
|
-
|
|
531
|
-
**Official MCP Registry**: https://registry.modelcontextprotocol.io
|
|
532
|
-
|
|
533
|
-
### Quick Start with MCP
|
|
534
|
-
|
|
535
|
-
```bash
|
|
536
|
-
# List all available MCP servers
|
|
537
|
-
autopm mcp list
|
|
538
|
-
|
|
539
|
-
# Check which agents use MCP
|
|
540
|
-
autopm mcp agents
|
|
541
|
-
🤖 Agents Using MCP
|
|
542
|
-
|
|
543
|
-
✅ react-frontend-engineer
|
|
544
|
-
└─ context7
|
|
545
|
-
|
|
546
|
-
✅ python-backend-engineer
|
|
547
|
-
└─ context7
|
|
548
|
-
└─ sqlite-mcp
|
|
549
|
-
|
|
550
|
-
📊 Summary:
|
|
551
|
-
Total agents: 53
|
|
552
|
-
Using MCP: 39 (74%)
|
|
553
|
-
|
|
554
|
-
# Enable MCP servers
|
|
555
|
-
autopm mcp enable context7
|
|
556
|
-
autopm mcp enable github-mcp
|
|
557
|
-
|
|
558
|
-
# Configure API keys interactively
|
|
559
|
-
autopm mcp setup
|
|
560
|
-
|
|
561
|
-
# Sync configuration
|
|
562
|
-
autopm mcp sync
|
|
563
|
-
```
|
|
564
|
-
|
|
565
|
-
### MCP Commands
|
|
566
|
-
|
|
567
|
-
#### **🔍 Discovery & Installation (NEW!)**
|
|
568
|
-
```bash
|
|
569
|
-
autopm mcp search <query> # Search npm registry for MCP servers
|
|
570
|
-
autopm mcp browse # Browse popular/official servers
|
|
571
|
-
autopm mcp browse --category db # Browse by category
|
|
572
|
-
autopm mcp install <package> # Install from npm + auto-configure
|
|
573
|
-
autopm mcp install <pkg> --enable # Install and enable immediately
|
|
574
|
-
autopm mcp uninstall <name> # Remove server + npm package
|
|
575
|
-
autopm mcp uninstall <name> --keep-package # Keep npm package
|
|
576
|
-
```
|
|
577
|
-
|
|
578
|
-
#### **🤖 Agent Analysis**
|
|
579
|
-
```bash
|
|
580
|
-
autopm mcp agents # List agents using MCP
|
|
581
|
-
autopm mcp agents --by-server # Group by MCP server
|
|
582
|
-
autopm mcp agent <name> # Show agent MCP config
|
|
583
|
-
autopm mcp usage # Usage statistics
|
|
584
|
-
autopm mcp tree # Dependency tree
|
|
585
|
-
```
|
|
586
|
-
|
|
587
|
-
#### **⚙️ Configuration & Diagnostics**
|
|
588
|
-
```bash
|
|
589
|
-
autopm mcp check # Quick configuration check
|
|
590
|
-
autopm mcp setup # Interactive API key setup
|
|
591
|
-
autopm mcp diagnose # Run full diagnostics
|
|
592
|
-
autopm mcp test <server> # Test server connection
|
|
593
|
-
autopm mcp status # Show servers status
|
|
594
|
-
```
|
|
595
|
-
|
|
596
|
-
#### **📦 Server Management**
|
|
597
|
-
```bash
|
|
598
|
-
autopm mcp list # List installed servers
|
|
599
|
-
autopm mcp list --detailed # List with full details
|
|
600
|
-
autopm mcp info <server> # Server details
|
|
601
|
-
autopm mcp enable <server> # Enable server
|
|
602
|
-
autopm mcp disable <server> # Disable server
|
|
603
|
-
autopm mcp sync # Sync configuration
|
|
604
|
-
autopm mcp validate # Validate all servers
|
|
605
|
-
```
|
|
606
|
-
|
|
607
|
-
### MCP Server Types
|
|
608
|
-
|
|
609
|
-
- **Documentation** - `context7` for live framework documentation (React, Python, AWS, etc.)
|
|
610
|
-
- **Codebase** - `context7` for project analysis and navigation
|
|
611
|
-
- **GitHub** - `github-mcp` for repository operations
|
|
612
|
-
- **Databases** - `sqlite-mcp`, `postgresql-mcp`, `mongodb-mcp` for data operations
|
|
613
|
-
- **Browser** - `playwright-mcp` for E2E testing and automation
|
|
614
|
-
|
|
615
|
-
### Example: Setting Up Context7
|
|
616
|
-
|
|
617
|
-
```bash
|
|
618
|
-
# 1. Enable context7 documentation server
|
|
619
|
-
autopm mcp enable context7
|
|
620
|
-
|
|
621
|
-
# 2. Configure API key
|
|
622
|
-
cat > .claude/.env << EOF
|
|
623
|
-
CONTEXT7_API_KEY=your-api-key-here
|
|
624
|
-
CONTEXT7_WORKSPACE=your-workspace-id
|
|
625
|
-
EOF
|
|
626
|
-
|
|
627
|
-
# 3. Sync configuration
|
|
628
|
-
autopm mcp sync
|
|
629
|
-
|
|
630
|
-
# 4. Verify setup
|
|
631
|
-
autopm mcp diagnose
|
|
632
|
-
|
|
633
|
-
# 5. Test connection
|
|
634
|
-
autopm mcp test context7
|
|
635
|
-
```
|
|
636
|
-
|
|
637
|
-
### MCP Benefits
|
|
638
|
-
|
|
639
|
-
- ✅ **Live Documentation** - Agents access latest framework docs automatically
|
|
640
|
-
- ✅ **Codebase Context** - Deep understanding of your project structure
|
|
641
|
-
- ✅ **Tool Integration** - GitHub, databases, browsers, and more
|
|
642
|
-
- ✅ **No Hallucinations** - Real-time data instead of outdated training
|
|
643
|
-
- ✅ **Extensible** - Add custom MCP servers for your tools
|
|
644
|
-
|
|
645
|
-
📖 **Full MCP Setup Guide**: [`MCP_SETUP_GUIDE.md`](./MCP_SETUP_GUIDE.md)
|
|
646
|
-
|
|
647
|
-
## 📚 Full Documentation
|
|
648
|
-
|
|
649
|
-
For comprehensive guides, advanced features, and detailed configuration:
|
|
650
|
-
|
|
651
|
-
**👉 [Visit the ClaudeAutoPM Wiki](https://github.com/rafeekpro/ClaudeAutoPM/wiki)**
|
|
652
|
-
|
|
653
|
-
### CLI System (96 Commands)
|
|
654
|
-
|
|
655
|
-
ClaudeAutoPM features a professional CLI powered by **yargs** with 96 commands:
|
|
656
|
-
|
|
657
|
-
```bash
|
|
658
|
-
# View all commands
|
|
659
|
-
autopm --help
|
|
660
|
-
|
|
661
|
-
# Command categories:
|
|
662
|
-
# - Azure DevOps (39 commands)
|
|
663
|
-
# - Project Management (32 commands)
|
|
664
|
-
# - AI & Automation (2 commands)
|
|
665
|
-
# - Infrastructure & DevOps (7 commands)
|
|
666
|
-
# - Testing & Context (5 commands)
|
|
667
|
-
# - UI & Frontend (6 commands)
|
|
668
|
-
# - Utilities (5 commands)
|
|
669
|
-
|
|
670
|
-
# Examples:
|
|
671
|
-
autopm pm:init --type web
|
|
672
|
-
autopm azure:sprint-status
|
|
673
|
-
autopm context:create
|
|
674
|
-
```
|
|
675
|
-
|
|
676
|
-
### Latest Features (v1.12.x)
|
|
677
|
-
|
|
678
|
-
**v1.12.2 - Smart Installation & Command Fixes**
|
|
679
|
-
- **Smart Tool Detection** - Installer automatically detects Docker and kubectl availability
|
|
680
|
-
- **Intelligent Defaults** - Installation options filtered based on available tools
|
|
681
|
-
- **Command Format Fixes** - All PM scripts now use consistent `/pm:...` format
|
|
682
|
-
- **Version Tracking** - Update command now properly detects installed versions
|
|
683
|
-
|
|
684
|
-
**v1.9.x - Complete PM Command Suite**
|
|
685
|
-
|
|
686
|
-
17 new PM commands providing comprehensive project management capabilities:
|
|
687
|
-
|
|
688
|
-
#### **PRD & Epic Management**
|
|
689
|
-
```bash
|
|
690
|
-
# Create new Product Requirements Document
|
|
691
|
-
autopm pm:prd-new user-authentication --description "OAuth 2.0 integration"
|
|
692
|
-
|
|
693
|
-
# Parse PRD into executable epic with tasks
|
|
694
|
-
autopm pm:prd-parse user-authentication --overwrite
|
|
695
|
-
|
|
696
|
-
# Close completed epic
|
|
697
|
-
autopm pm:epic-close user-auth "All authentication features complete"
|
|
698
|
-
```
|
|
699
|
-
|
|
700
|
-
##### **Splitting Large PRDs into Multiple Epics**
|
|
701
|
-
|
|
702
|
-
For complex features, you can split a single PRD into multiple focused epics:
|
|
703
|
-
|
|
704
|
-
```bash
|
|
705
|
-
# 1. Create a comprehensive PRD
|
|
706
|
-
autopm pm:prd-new payment-system --template
|
|
707
|
-
|
|
708
|
-
# 2. Split into focused epics using AI analysis
|
|
709
|
-
/pm:prd-split payment-system
|
|
710
|
-
|
|
711
|
-
# This creates multiple epics from one PRD:
|
|
712
|
-
# ├─ payment-system-backend (API, database, payment gateway integration)
|
|
713
|
-
# ├─ payment-system-frontend (UI components, checkout flow)
|
|
714
|
-
# └─ payment-system-security (PCI compliance, encryption, audit logging)
|
|
715
|
-
|
|
716
|
-
# 3. Work on each epic independently
|
|
717
|
-
/pm:epic-decompose payment-system-backend
|
|
718
|
-
/pm:epic-sync payment-system-backend
|
|
719
|
-
|
|
720
|
-
# 4. Track overall PRD progress
|
|
721
|
-
autopm pm:prd-status payment-system
|
|
722
|
-
# Shows:
|
|
723
|
-
# Epic: payment-system-backend [████████░░] 80% (8/10 tasks)
|
|
724
|
-
# Epic: payment-system-frontend [████░░░░░░] 40% (4/10 tasks)
|
|
725
|
-
# Epic: payment-system-security [░░░░░░░░░░] 0% (0/8 tasks)
|
|
726
|
-
# Overall: 44% complete (12/28 tasks)
|
|
727
|
-
```
|
|
728
|
-
|
|
729
|
-
**When to split PRDs:**
|
|
730
|
-
- ✅ Feature requires multiple specialized teams (frontend, backend, DevOps)
|
|
731
|
-
- ✅ Different components have separate deployment timelines
|
|
732
|
-
- ✅ Epic would exceed 15-20 tasks (becomes hard to manage)
|
|
733
|
-
- ✅ Clear architectural boundaries exist (UI, API, infrastructure)
|
|
734
|
-
|
|
735
|
-
**Best practices:**
|
|
736
|
-
- 📝 Keep original PRD as the source of truth
|
|
737
|
-
- 🏷️ Use consistent naming: `<prd-name>-<component>`
|
|
738
|
-
- 🔗 Link epics back to parent PRD in description
|
|
739
|
-
- 📊 Track overall progress across all child epics
|
|
740
|
-
- 🎯 Each epic should be independently deployable when possible
|
|
741
|
-
|
|
742
|
-
#### **Issue Lifecycle**
|
|
743
|
-
```bash
|
|
744
|
-
# Start working on an issue
|
|
745
|
-
autopm pm:issue-start ISSUE-123
|
|
746
|
-
|
|
747
|
-
# Show issue details and progress
|
|
748
|
-
autopm pm:issue-show ISSUE-123
|
|
749
|
-
|
|
750
|
-
# Edit issue details
|
|
751
|
-
autopm pm:issue-edit ISSUE-123 --title "Updated: Fix authentication bug"
|
|
215
|
+
<details>
|
|
216
|
+
<summary><b>4️⃣ GitHub Sync</b> - Synchronizing and starting work</summary>
|
|
217
|
+
<br>
|
|
218
|
+
<img src="docs/assets/video-4.gif" width="100%" alt="GitHub Sync">
|
|
219
|
+
</details>
|
|
752
220
|
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
221
|
+
<details>
|
|
222
|
+
<summary><b>5️⃣ Task Completion</b> - Finishing and closing tasks</summary>
|
|
223
|
+
<br>
|
|
224
|
+
<img src="docs/assets/video-5.gif" width="100%" alt="Issues Complete">
|
|
225
|
+
</details>
|
|
756
226
|
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
227
|
+
<details>
|
|
228
|
+
<summary><b>6️⃣ Demo Application</b> - Running Web App + FastAPI</summary>
|
|
229
|
+
<br>
|
|
230
|
+
<img src="docs/assets/video-6.gif" width="100%" alt="Web App and FastAPI">
|
|
231
|
+
</details>
|
|
761
232
|
|
|
762
|
-
|
|
763
|
-
autopm pm:pr-list --status open
|
|
233
|
+
---
|
|
764
234
|
|
|
765
|
-
|
|
766
|
-
|
|
235
|
+
## 🏗️ Architecture
|
|
236
|
+
|
|
237
|
+
```
|
|
238
|
+
┌─────────────────────────────────────────────────────────────┐
|
|
239
|
+
│ ClaudeAutoPM │
|
|
240
|
+
├─────────────────────────────────────────────────────────────┤
|
|
241
|
+
│ │
|
|
242
|
+
│ ┌─────────────┐ ┌──────────────┐ ┌──────────────┐ │
|
|
243
|
+
│ │ CLI Layer │ │ Agent Teams │ │ MCP Servers │ │
|
|
244
|
+
│ │ (109 cmds) │ │ (39 agents) │ │ (Context7) │ │
|
|
245
|
+
│ └──────┬──────┘ └──────┬───────┘ └──────┬───────┘ │
|
|
246
|
+
│ │ │ │ │
|
|
247
|
+
│ └─────────────────┼──────────────────┘ │
|
|
248
|
+
│ │ │
|
|
249
|
+
│ ┌────────────────────────┴─────────────────────────┐ │
|
|
250
|
+
│ │ Execution Engine │ │
|
|
251
|
+
│ │ - Sequential / Adaptive / Hybrid │ │
|
|
252
|
+
│ │ - Parallel agent coordination │ │
|
|
253
|
+
│ │ - Context optimization │ │
|
|
254
|
+
│ └────────────────────────┬─────────────────────────┘ │
|
|
255
|
+
│ │ │
|
|
256
|
+
│ ┌────────────────────────┴─────────────────────────┐ │
|
|
257
|
+
│ │ Provider Integration │ │
|
|
258
|
+
│ │ - GitHub (Issues, PRs, Actions) │ │
|
|
259
|
+
│ │ - Azure DevOps (Work Items, Boards) │ │
|
|
260
|
+
│ │ - Local (Git-based) │ │
|
|
261
|
+
│ └──────────────────────────────────────────────────┘ │
|
|
262
|
+
│ │
|
|
263
|
+
└─────────────────────────────────────────────────────────────┘
|
|
767
264
|
```
|
|
768
265
|
|
|
769
|
-
|
|
770
|
-
```bash
|
|
771
|
-
# Create development context for feature
|
|
772
|
-
autopm pm:context-create user-authentication
|
|
773
|
-
|
|
774
|
-
# Update context with current progress
|
|
775
|
-
autopm pm:context-update user-authentication
|
|
266
|
+
---
|
|
776
267
|
|
|
777
|
-
|
|
778
|
-
autopm pm:context-prime user-authentication
|
|
779
|
-
```
|
|
268
|
+
## 🛠️ Use Cases
|
|
780
269
|
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
270
|
+
### For Solo Developers
|
|
271
|
+
- 🚀 Build MVPs faster with AI pair programming
|
|
272
|
+
- 📝 Maintain clear project documentation
|
|
273
|
+
- ⚡ Automate repetitive development tasks
|
|
274
|
+
- 🔄 Keep GitHub/Azure in sync automatically
|
|
785
275
|
|
|
786
|
-
|
|
787
|
-
|
|
276
|
+
### For Development Teams
|
|
277
|
+
- 👥 Coordinate multiple AI agents like a team
|
|
278
|
+
- 📊 Track progress across epics and sprints
|
|
279
|
+
- 🔀 Parallel development on independent tasks
|
|
280
|
+
- 📈 Maintain velocity with automated workflows
|
|
788
281
|
|
|
789
|
-
|
|
790
|
-
|
|
282
|
+
### For DevOps Engineers
|
|
283
|
+
- 🐳 Docker-first development patterns
|
|
284
|
+
- ☸️ Kubernetes deployment automation
|
|
285
|
+
- 🔧 Infrastructure as Code with Terraform
|
|
286
|
+
- 📦 CI/CD pipeline generation
|
|
791
287
|
|
|
792
|
-
|
|
793
|
-
autopm pm:release minor --tag "v1.2.0"
|
|
794
|
-
```
|
|
288
|
+
---
|
|
795
289
|
|
|
796
|
-
|
|
290
|
+
## 🌟 Why ClaudeAutoPM?
|
|
797
291
|
|
|
798
|
-
###
|
|
799
|
-
-
|
|
800
|
-
-
|
|
801
|
-
-
|
|
802
|
-
-
|
|
803
|
-
- [Azure DevOps Integration](https://github.com/rafeekpro/ClaudeAutoPM/wiki/Azure-DevOps)
|
|
292
|
+
### vs Traditional PM Tools
|
|
293
|
+
- ✅ **AI-native**: Built for Claude Code, not adapted
|
|
294
|
+
- ✅ **Code-first**: PRDs → Code → Production
|
|
295
|
+
- ✅ **Parallel execution**: Multiple agents work simultaneously
|
|
296
|
+
- ✅ **Context-aware**: Never lose track of your work
|
|
804
297
|
|
|
805
|
-
|
|
298
|
+
### vs Other AI Tools
|
|
299
|
+
- ✅ **Full workflow**: Not just code generation
|
|
300
|
+
- ✅ **Multi-agent**: 39 specialized agents, not one generic
|
|
301
|
+
- ✅ **Team coordination**: Dynamic team switching
|
|
302
|
+
- ✅ **Enterprise-ready**: GitHub & Azure DevOps integration
|
|
806
303
|
|
|
807
|
-
|
|
808
|
-
|------------------------|----------------------|
|
|
809
|
-
| Context lost between sessions | **Persistent context** across all work |
|
|
810
|
-
| Serial task execution | **Parallel agents** on independent tasks |
|
|
811
|
-
| "Vibe coding" from memory | **Spec-driven** with full traceability |
|
|
812
|
-
| Progress hidden in branches | **Transparent audit trail** in GitHub |
|
|
813
|
-
| Manual task coordination | **Intelligent prioritization** with `/pm:next` |
|
|
304
|
+
---
|
|
814
305
|
|
|
815
|
-
##
|
|
306
|
+
## 📦 What's Included
|
|
307
|
+
|
|
308
|
+
### CLI Commands (109 total)
|
|
309
|
+
- **Project Management**: PRD, Epic, Issue, Task management
|
|
310
|
+
- **Development**: Scaffolding, testing, deployment
|
|
311
|
+
- **Configuration**: Provider setup, team management, MCP servers
|
|
312
|
+
- **DevOps**: Docker, Kubernetes, CI/CD automation
|
|
313
|
+
|
|
314
|
+
### AI Agents (39 active)
|
|
315
|
+
- **Core**: 7 system agents
|
|
316
|
+
- **Languages**: 6 language agents
|
|
317
|
+
- **Frameworks**: 8 framework agents
|
|
318
|
+
- **Cloud**: 7 cloud & infrastructure agents
|
|
319
|
+
- **DevOps**: 6 DevOps & CI/CD agents
|
|
320
|
+
- **Data**: 5 database agents
|
|
321
|
+
|
|
322
|
+
### Documentation
|
|
323
|
+
- Installation guides
|
|
324
|
+
- Complete workflow tutorials
|
|
325
|
+
- CLI reference
|
|
326
|
+
- Agent documentation
|
|
327
|
+
- Integration guides
|
|
816
328
|
|
|
817
|
-
|
|
818
|
-
2. **GitHub as Database** - Issues are the single source of truth
|
|
819
|
-
3. **Parallel by Default** - Multiple agents, maximum velocity
|
|
820
|
-
4. **Context Preservation** - Never lose project state again
|
|
329
|
+
---
|
|
821
330
|
|
|
822
|
-
##
|
|
331
|
+
## 🤝 Contributing
|
|
823
332
|
|
|
824
|
-
|
|
825
|
-
-
|
|
826
|
-
-
|
|
827
|
-
-
|
|
333
|
+
We welcome contributions! See [CONTRIBUTING.md](docs/development/contributing.md) for:
|
|
334
|
+
- Development setup
|
|
335
|
+
- Coding standards
|
|
336
|
+
- Testing requirements
|
|
337
|
+
- Pull request process
|
|
828
338
|
|
|
829
|
-
|
|
339
|
+
---
|
|
830
340
|
|
|
831
|
-
|
|
341
|
+
## 📄 License
|
|
832
342
|
|
|
833
|
-
|
|
834
|
-
# Run all unit tests (default)
|
|
835
|
-
npm test
|
|
343
|
+
MIT License - see [LICENSE](LICENSE) for details.
|
|
836
344
|
|
|
837
|
-
|
|
838
|
-
npm run test:azure:integration
|
|
839
|
-
```
|
|
345
|
+
---
|
|
840
346
|
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
Tests are separated into unit and integration categories:
|
|
844
|
-
- **Unit tests** - Run without external dependencies (default)
|
|
845
|
-
- **Integration tests** - Require Azure DevOps environment variables:
|
|
846
|
-
- `AZURE_DEVOPS_PAT` - Personal Access Token
|
|
847
|
-
- `AZURE_DEVOPS_ORG` - Organization name
|
|
848
|
-
- `AZURE_DEVOPS_PROJECT` - Project name
|
|
849
|
-
|
|
850
|
-
To run integration tests, set `AZURE_DEVOPS_INTEGRATION_TESTS=true` along with the required environment variables.
|
|
851
|
-
|
|
852
|
-
## 📊 Configuration Preset Details
|
|
853
|
-
|
|
854
|
-
### Feature Comparison
|
|
855
|
-
|
|
856
|
-
| Feature | Minimal | Docker-only | Full DevOps | Performance |
|
|
857
|
-
|---------|---------|-------------|-------------|-------------|
|
|
858
|
-
| **Docker Support** | ❌ | ✅ | ✅ | ✅ |
|
|
859
|
-
| **Kubernetes** | ❌ | ❌ | ✅ | ✅ |
|
|
860
|
-
| **Git Safety Hooks** | ❌ | ✅ | ✅ | ✅ |
|
|
861
|
-
| **CI/CD Simulation (TODO)** | ❌ | ✅ | ✅ | ✅ |
|
|
862
|
-
| **Max Parallel Agents** | 1 | 3 | 5 | 8 |
|
|
863
|
-
| **Execution Strategy** | Sequential | Adaptive | Adaptive | Hybrid |
|
|
864
|
-
| **Context Optimization (TODO)** | ❌ | ✅ | ✅ | ✅ |
|
|
865
|
-
| **Integration Tests** | ❌ | ❌ | ✅ | ✅ |
|
|
866
|
-
| **Learning Mode (TODO)** | ❌ | ❌ | ✅ | ❌ |
|
|
867
|
-
|
|
868
|
-
### Execution Strategies
|
|
869
|
-
|
|
870
|
-
- **Sequential**: Safe, one agent at a time, predictable
|
|
871
|
-
- **Adaptive**: Intelligent parallelization based on task complexity (learning mode planned)
|
|
872
|
-
- **Hybrid**: Maximum parallelization, fastest but requires monitoring
|
|
873
|
-
|
|
874
|
-
### When to Choose Each Preset
|
|
875
|
-
|
|
876
|
-
**Minimal**
|
|
877
|
-
- New to ClaudeAutoPM
|
|
878
|
-
- Small personal projects
|
|
879
|
-
- No Docker environment available
|
|
880
|
-
- Learning the system
|
|
881
|
-
|
|
882
|
-
**Docker-only**
|
|
883
|
-
- Medium-sized projects
|
|
884
|
-
- Local development focus
|
|
885
|
-
- Docker available but not Kubernetes
|
|
886
|
-
- Team of 2-10 developers
|
|
887
|
-
|
|
888
|
-
**Full DevOps** (Recommended)
|
|
889
|
-
- Production projects
|
|
890
|
-
- CI/CD pipelines required
|
|
891
|
-
- Enterprise environments
|
|
892
|
-
- Teams with DevOps practices
|
|
893
|
-
- Best balance of features and safety
|
|
894
|
-
|
|
895
|
-
**Performance**
|
|
896
|
-
- Large codebases (>100k LOC)
|
|
897
|
-
- Powerful development machines (16+ cores)
|
|
898
|
-
- Experienced teams
|
|
899
|
-
- When build speed is critical
|
|
900
|
-
|
|
901
|
-
### What Gets Installed
|
|
902
|
-
|
|
903
|
-
All presets install the same core files:
|
|
904
|
-
- `.claude/agents/` - AI agent definitions
|
|
905
|
-
- `.claude/commands/` - PM command library
|
|
906
|
-
- `.claude/rules/` - Development rules
|
|
907
|
-
- `.claude/scripts/` - Helper scripts
|
|
908
|
-
- `.claude/checklists/` - Development checklists
|
|
909
|
-
- `.claude/mcp/` - Model Context Protocol configs
|
|
910
|
-
|
|
911
|
-
Optional components (based on preset):
|
|
912
|
-
- Git hooks → `.git/hooks/` (Docker-only, Full DevOps, Performance)
|
|
913
|
-
- Docker configurations → `.claude/docker/` (all except Minimal)
|
|
914
|
-
- Kubernetes manifests → `.claude/k8s/` (Full DevOps, Performance)
|
|
915
|
-
- CI/CD templates → `.github/workflows/` or `.azure-pipelines/`
|
|
916
|
-
|
|
917
|
-
### Git Hooks Installation
|
|
918
|
-
|
|
919
|
-
Git hooks install in two phases:
|
|
920
|
-
|
|
921
|
-
1. **Automatic enablement** (based on preset):
|
|
922
|
-
- Minimal: No hooks
|
|
923
|
-
- Docker-only, Full DevOps, Performance: Hooks enabled
|
|
924
|
-
|
|
925
|
-
2. **User confirmation** (if enabled):
|
|
926
|
-
```
|
|
927
|
-
Would you like to install git hooks for automated commit/push validation? (y/n)
|
|
928
|
-
```
|
|
929
|
-
- Yes → Installs `pre-commit` and `pre-push` hooks
|
|
930
|
-
- No → Skips, can install later with `.claude/scripts/setup-hooks.sh`
|
|
931
|
-
|
|
932
|
-
### Provider Integration Details
|
|
933
|
-
|
|
934
|
-
**GitHub Issues**
|
|
935
|
-
- Creates issues and PRs via GitHub API
|
|
936
|
-
- Syncs epics as GitHub milestones
|
|
937
|
-
- Requires: `GITHUB_TOKEN` with repo scope
|
|
938
|
-
- Commands: All `pm:*` plus `github:*` commands
|
|
939
|
-
|
|
940
|
-
**Azure DevOps** ✨ **NEW: Full 3-Level Hierarchy Support**
|
|
941
|
-
- **Epic → User Story → Task** hierarchy (full Azure DevOps model)
|
|
942
|
-
- Integrates with Azure Boards work items
|
|
943
|
-
- Automatic parent-child linking of work items
|
|
944
|
-
- Syncs with Azure Pipelines
|
|
945
|
-
- Requires: `AZURE_DEVOPS_PAT` with Work Items scope
|
|
946
|
-
- Commands: All `pm:*` plus `azure:*` commands
|
|
947
|
-
|
|
948
|
-
**Azure DevOps Workflow Example:**
|
|
949
|
-
```bash
|
|
950
|
-
# Configure for Azure DevOps
|
|
951
|
-
autopm config set provider azure
|
|
952
|
-
autopm config set azure.organization mycompany
|
|
953
|
-
autopm config set azure.project myproject
|
|
954
|
-
|
|
955
|
-
# Create and decompose PRD (creates Epic → User Stories → Tasks)
|
|
956
|
-
autopm pm:prd-new payment-gateway
|
|
957
|
-
autopm pm:epic-decompose payment-gateway # Creates 3-level hierarchy
|
|
958
|
-
|
|
959
|
-
# Sync to Azure DevOps - creates linked work items
|
|
960
|
-
autopm pm:epic-sync payment-gateway
|
|
961
|
-
# ✅ Created Epic #1234 "Payment Gateway Integration"
|
|
962
|
-
# ✅ Created User Story #1235 "As a user, I want to pay with credit card"
|
|
963
|
-
# ✅ Created Task #1236 "Implement Stripe API integration"
|
|
964
|
-
# ✅ Created Task #1237 "Add payment form validation"
|
|
965
|
-
# ✅ Created User Story #1238 "As a user, I want to see payment history"
|
|
966
|
-
# ✅ Created Task #1239 "Create payment history endpoint"
|
|
967
|
-
# ✅ Created Task #1240 "Build payment history UI"
|
|
968
|
-
|
|
969
|
-
# Work items are automatically linked with parent-child relationships
|
|
970
|
-
# View in Azure Boards to see the full hierarchy visualization
|
|
971
|
-
```
|
|
347
|
+
## 🔗 Links
|
|
972
348
|
|
|
973
|
-
**
|
|
974
|
-
-
|
|
975
|
-
-
|
|
976
|
-
-
|
|
977
|
-
- Perfect for evaluation or offline work
|
|
349
|
+
- **Documentation**: [https://rafeekpro.github.io/ClaudeAutoPM/](https://rafeekpro.github.io/ClaudeAutoPM/)
|
|
350
|
+
- **npm Package**: [https://www.npmjs.com/package/claude-autopm](https://www.npmjs.com/package/claude-autopm)
|
|
351
|
+
- **Issues**: [https://github.com/rafeekpro/ClaudeAutoPM/issues](https://github.com/rafeekpro/ClaudeAutoPM/issues)
|
|
352
|
+
- **Discussions**: [https://github.com/rafeekpro/ClaudeAutoPM/discussions](https://github.com/rafeekpro/ClaudeAutoPM/discussions)
|
|
978
353
|
|
|
979
|
-
|
|
354
|
+
---
|
|
980
355
|
|
|
981
|
-
|
|
356
|
+
## 💬 Support
|
|
982
357
|
|
|
983
|
-
-
|
|
984
|
-
-
|
|
985
|
-
-
|
|
358
|
+
- 📧 Email: autopm@example.com
|
|
359
|
+
- 🐦 Twitter: [@rafeekpro](https://twitter.com/rafeekpro)
|
|
360
|
+
- 💬 GitHub Discussions for questions and community support
|
|
986
361
|
|
|
987
362
|
---
|
|
988
363
|
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
>
|
|
364
|
+
<p align="center">
|
|
365
|
+
<b>Built with ❤️ for the Claude Code community</b>
|
|
366
|
+
<br>
|
|
367
|
+
<sub>Star ⭐ this repo if ClaudeAutoPM helps your workflow!</sub>
|
|
368
|
+
</p>
|