Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:24 +08:00
commit f4fe5ac0c3
74 changed files with 33758 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "ccpm",
"description": "Enterprise-grade Project Management plugin for Claude Code. v2.3 BETA: 50% faster with optimized /ccpm:plan, /ccpm:work, /ccpm:sync, /ccpm:commit, /ccpm:verify, /ccpm:done commands + Linear subagent. Features: 49 PM commands (45 original + 6 new optimized), smart agent auto-invocation, TDD enforcement, quality gates, Linear integration with spec management, multi-system workflows (Jira, Confluence, BitBucket, Slack), monorepo support, safety-first design. Phase 6: Beta testing with 50-100 power users. Backward compatible with all v2.2.x commands.",
"version": "2.3.0-beta.1",
"author": {
"name": "Dustin Do",
"email": "dustin.do95@gmail.com",
"url": "https://github.com/duongdev"
},
"agents": [
"./agents/pm:ui-designer.md",
"./agents/project-config-loader.md",
"./agents/project-context-manager.md",
"./agents/project-detector.md"
],
"commands": [
"./commands"
]
}