Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:46 +08:00
commit 867df4fed0
20 changed files with 4979 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "dev-workflow",
"description": "Integrated development lifecycle combining spec-driven development with code quality, git workflow, documentation, and systematic testing",
"version": "1.0.0",
"author": {
"name": "Kisune",
"email": "kisune@example.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}