Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:29 +08:00
commit 8733af3ef7
18 changed files with 1318 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "ccpm",
"description": "Complete project management workflow for Claude Code with spec-driven development, GitHub issues, Git worktrees, and parallel AI agents",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Jefferson Nunn",
"email": "contact@jeffersonnunn.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}