Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:37 +08:00
commit 54c1d4009a
9 changed files with 538 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "plan",
"description": "Planning and brainstorming workflows for software development - helps refine ideas into designs and create detailed implementation plans",
"version": "0.1.0",
"author": {
"name": "zbeyens"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}