Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:50 +08:00
commit fb4ad00ae4
9 changed files with 882 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "rgw",
"description": "Requirement Gathering Workflow - A structured workflow for gathering requirements, generating tasks, and executing them systematically",
"version": "1.0.11",
"author": {
"name": "Byborg"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}