Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:15 +08:00
commit 351fb745eb
13 changed files with 399 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "project-delivery",
"description": "Project orchestration from planning to delivery. Master Scrum, Kanban, sprint planning, roadmaps, retrospectives, team metrics, and stakeholder management.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}