Initial commit
This commit is contained in:
20
.claude-plugin/plugin.json
Normal file
20
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user