Initial commit

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

View File

@@ -0,0 +1,15 @@
{
"name": "meta",
"description": "Meta plugin for generating project-specific workflow commands (research, plan, implement, qa) and interactive context gathering (interview)",
"version": "1.0.0",
"author": {
"name": "Bradley Golden",
"url": "https://github.com/bradleygolden"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}