15 lines
406 B
JSON
15 lines
406 B
JSON
{
|
|
"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"
|
|
]
|
|
} |