Files
gh-rjmoggach-claude-plugins…/.claude-plugin/plugin.json
2025-11-30 08:51:52 +08:00

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"
]
}