Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:04 +08:00
commit e50adc8a0d
7 changed files with 300 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "simple-sdd-plugin",
"description": "Simple SDD (Software Specification & Design) workflow commands for generating specifications, plans, tasks, and implementations",
"version": "1.0.0",
"author": {
"name": "Stefan Cho"
},
"commands": [
"./commands"
]
}