Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:29:34 +08:00
commit b30e59f477
19 changed files with 1549 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "agentic-development",
"description": "Spec-driven development orchestration system. Zero-assumption, gate-enforced, professional execution engine.",
"version": "0.2.0",
"author": {
"name": "jsell-rh"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}