Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:43 +08:00
commit 9840842eeb
9 changed files with 1511 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "spec-driven-development",
"description": "Spec-driven development workflow commands",
"version": "1.1.0",
"author": {
"name": "Kasper Junge",
"url": "https://github.com/kasperjunge"
},
"commands": [
"./commands"
]
}