Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:18 +08:00
commit 7444e5bfb5
12 changed files with 6493 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "projectmaster",
"description": "Comprehensive software project management system with support for Agile, Scrum, Kanban, and Waterfall methodologies. Manages meetings, sprints, milestones, and project documentation with full AkashicRecords governance integration.",
"version": "1.0.0",
"author": {
"name": "Frank Wang"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}