mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
- Rename plugin.json to marketplace.json in all plugin directories - Update repository URLs from yourusername to cexll - Fix author URL, homepage, and repository fields 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
37 lines
914 B
JSON
37 lines
914 B
JSON
{
|
|
"name": "bmad-agile-workflow",
|
|
"source": "./",
|
|
"description": "Full BMAD agile workflow with role-based agents (PO, Architect, SM, Dev, QA) and interactive approval gates",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"bmad",
|
|
"agile",
|
|
"scrum",
|
|
"product-owner",
|
|
"architect",
|
|
"developer",
|
|
"qa",
|
|
"workflow-orchestration"
|
|
],
|
|
"category": "workflows",
|
|
"strict": false,
|
|
"commands": [
|
|
"./commands/bmad-pilot.md"
|
|
],
|
|
"agents": [
|
|
"./agents/bmad-po.md",
|
|
"./agents/bmad-architect.md",
|
|
"./agents/bmad-sm.md",
|
|
"./agents/bmad-dev.md",
|
|
"./agents/bmad-qa.md",
|
|
"./agents/bmad-orchestrator.md",
|
|
"./agents/bmad-review.md"
|
|
]
|
|
} |