Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:29 +08:00
commit f2613ae15b
26 changed files with 5240 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "sdd",
"description": "Spec Driven Development (SDD) ワークフロー支援コマンド集",
"version": "0.1.0",
"author": {
"name": "masseater",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}