Initial commit
This commit is contained in:
22
.claude-plugin/plugin.json
Normal file
22
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "spec",
|
||||
"description": "Complete spec-driven development workflow for creating product feature specifications with automated validation and orchestration",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Rob Moggach",
|
||||
"url": "https://github.com/rjmoggach"
|
||||
},
|
||||
"skills": [
|
||||
"./skills/spec-workflow"
|
||||
],
|
||||
"agents": [
|
||||
"./agents/spec-orchestrator.md",
|
||||
"./agents/requirements-validator.md",
|
||||
"./agents/design-validator.md",
|
||||
"./agents/tasks-validator.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/create.md",
|
||||
"./commands/validate.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user