Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:01:53 +08:00
commit 8a65df48be
12 changed files with 959 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "project-management",
"description": "Project lifecycle management including git workflows, code review, and system architecture planning",
"version": "1.1.1",
"author": {
"name": "Thurston Sandberg"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}