Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:24 +08:00
commit 5bc458fa41
11 changed files with 2858 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "bmad-agile-workflow",
"description": "Full BMAD agile workflow with role-based agents (PO, Architect, SM, Dev, QA) and interactive approval gates",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Claude Code Dev Workflows",
"email": "contact@example.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}