19 lines
955 B
JSON
19 lines
955 B
JSON
{
|
|
"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"
|
|
]
|
|
} |