Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:13 +08:00
commit 57264be198
8 changed files with 854 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "handbook-agent-spec-kit",
"description": "Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation",
"version": "1.12.0",
"author": {
"name": "Vitalii Matviichuk",
"url": "https://github.com/vmatviichuk"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}