AI-Powered Project Management Framework for Claude Code
ClaudeAutoPM transforms your development workflow with intelligent automation, 60+ specialized AI agents, and complete GitHub/Azure DevOps integration.
npm install -g claude-autopm
cd your-project
autopm installChoose your scenario during installation:
- Minimal - Core features, 3 plugins
- Docker-only - Modern web development, 6 plugins
- Full DevOps - Production-ready, 9 plugins (recommended)
- Performance - All capabilities, 11 plugins
All commands run inside Claude Code (not terminal):
# Initialize PM structure
/pm:init
# Create and decompose a feature
/pm:prd-new "User authentication system"
/pm:prd-parse user-authentication
/pm:epic-decompose user-authentication
# Work on tasks
/pm:next
/pm:issue-start 1
/pm:issue-close 1
# Sync with GitHub/Azure DevOps
/pm:epic-sync user-authentication11 official plugins with 60+ specialized agents:
- Core - Framework essentials, code analyzer, test runner
- Languages - JavaScript, TypeScript, Python, Node.js, Bash
- Frameworks - React, Vue, Tailwind CSS
- Testing - E2E, frontend testing, accessibility
- DevOps - Docker, GitHub Actions, observability
- Cloud - AWS, Azure, GCP, Kubernetes, Terraform
- Databases - PostgreSQL, MongoDB, Redis, BigQuery
- PM - 87 project management commands
- GitHub - Issues, PRs, Actions, Projects
- Azure DevOps - Work Items, Boards, Pipelines
- Local - Git-based workflow
- Sequential - Safe, predictable, resource-light
- Adaptive - Intelligent mode selection (default)
- Hybrid - Maximum parallelization
| Feature | ClaudeAutoPM | Traditional Tools |
|---|---|---|
| AI-native | Built for Claude Code | Adapted/retrofitted |
| Modular | 11 plugins, install what you need | Monolithic |
| Agents | 60+ specialized experts | Generic or none |
| Workflow | PRD to Production | Fragmented |
| Integration | GitHub + Azure DevOps | Limited |
We welcome contributions! See the Contributing Guide for:
- Development setup
- Coding standards
- Testing requirements
- Pull request process
MIT License - see LICENSE for details.
- Documentation: rafeekpro.github.io/ClaudeAutoPM
- npm: npmjs.com/package/claude-autopm
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Changelog: CHANGELOG.md
Built for the Claude Code community
Star this repo if ClaudeAutoPM helps your workflow!