Files
2025-11-29 18:15:01 +08:00

20 lines
528 B
JSON

{
"name": "spec-dev",
"description": "Multi-agent spec-driven development workflow with automatic session resumption. Use /build to create specifications and implement features, /iterate to continue work. Systematic requirements → specification → implementation → verification with hooks-based session tracking.",
"version": "1.2.2",
"author": {
"name": "codethread"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}