Discover and explore top open-source AI tools and projects—updated daily.
AI project management for parallel agent execution
Top 10.6% on SourcePulse
Project Summary
Automazeio/ccpm is a project management system designed for AI-assisted software development, specifically targeting teams using Claude Code. It addresses common issues like context loss, parallel work conflicts, and lack of traceability by leveraging GitHub Issues and Git worktrees. The system enables multiple AI agents to work in parallel on distinct tasks, all while maintaining a clear audit trail from product requirements to production code, thereby improving team collaboration and development velocity.
How It Works
The system operates on a spec-driven development principle, ensuring every line of code traces back to a specification. It uses a five-phase discipline: Brainstorm, Document, Plan, Execute, and Track. The core innovation lies in its parallel execution model, where a single GitHub issue can be broken down into multiple, concurrently running AI agents, each handling a specific sub-task within its own isolated context. This approach optimizes context preservation by preventing implementation details from polluting the main conversation thread, allowing the primary thread to remain strategic. GitHub Issues serve as the single source of truth, facilitating seamless human-AI handoffs and providing transparency for team members and managers.
Quick Start & Requirements
/pm:init
to install dependencies (including GitHub CLI and gh-sub-issue extension if needed), authenticate with GitHub, and set up project structure.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
3 weeks ago
Inactive