22 lines
574 B
JSON
22 lines
574 B
JSON
{
|
|
"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"
|
|
]
|
|
} |