Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:51:52 +08:00
commit 7886816c48
15 changed files with 1327 additions and 0 deletions

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