Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:43:04 +08:00
commit b1f86612d1
17 changed files with 2198 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "sdd",
"description": "Specification Driven Development workflow commands and agents, based on Github Spec Kit and OpenSpec. Uses specialized agents for effective context management and quality review.",
"version": "1.0.0",
"author": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}